/product/
Description:
The /product/{id}
endpoint allows updating the details of a specific product identified by its unique ID.
Method:
PUT
Path Parameter:
Parameter | Type | Description |
---|---|---|
id | string | The unique identifier of the product. |
Request Payload:
Parameter | Type | Description |
---|---|---|
title | string | The updated title of the product. |
displayArtist | string | The updated display artist. |
mainArtist | array | Updated main artists. |
type | string | The updated product type. |
format | string | The updated format. |
releaseDate | string | The updated release date. |
mainGenre | array | Updated main genres. |
subGenre | array | Updated sub genres. |
label | string | The updated label. |
status | string | The updated status. |
distribution | string | The updated distribution. |
metadata | object | Updated metadata. |
split | array | Updated split information. |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Product ID
Success
The response is of type object
.