Skip to main content
PUT
Update Product

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

collectionId
string<uuid>
required
productId
string<uuid>
required

Query Parameters

companyId
string

Body

application/json
status
enum<string>
Available options:
Active,
Draft
notes
string

Response

object | null

Default Response

success
boolean
required