Skip to main content
PATCH
Partial update product

Authorizations

Authorization
string
header
required

Enter your JWT token in the format: Bearer

Path Parameters

id
string<uuid>
required

A UUID string identifying this Product.

Body

Product Serializer

name
string

Product name

Required string length: 1 - 100
description
string

Product description

Minimum string length: 1

Response

200 - application/json

Product Serializer

id
string<uuid>
required
read-only
name
string
required

Product name

Maximum string length: 100
description
string
required

Product description