/product//artists
Description:
The /product/{id}/artists
endpoint updates the artists associated with a specific product. It replaces all existing artist associations with the provided list.
Method:
PUT
Path Parameter:
Parameter | Type | Description |
---|---|---|
id | string | The unique identifier of the product. |
Request Body:
Parameter | Type | Description |
---|---|---|
artists | array | Array of artist IDs to associate with the product. |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Product ID
Success
The response is of type object
.