/product//assets
Description:
The /product/{id}/assets
endpoint updates the assets associated with a specific product. It replaces all existing asset 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 |
---|---|---|
assets | array | Array of asset objects to associate with the product. |
Asset Object:
Parameter | Type | Description |
---|---|---|
asset | string | The ID of the asset to associate. |
number | integer | The track number for this asset in the product. |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Product ID
Success
The response is of type object
.