Updates an existing brand’s name, slug, logo, cover image, and description. Validates that the brand exists and that the updated name/slug are unique.
A valid request URL is required to generate request examples
{ "data": { "cover": { "id": "<string>", "url": "<string>" }, "created_at": "<string>", "description": "<string>", "id": "<string>", "logo": { "id": "<string>", "url": "<string>" }, "name": "<string>", "series": [ { "id": "<string>", "name": "<string>", "slug": "<string>" } ], "slug": "<string>", "translations": { "description": [ { "id": "<string>", "locale": "<string>", "omni_channel_translations": [ { "id": "<string>", "market_id": "<string>", "store_group_id": "<string>", "value": "<string>" } ], "value": "<string>" } ] }, "updated_at": "<string>" }, "details": [ "<string>" ], "success": true }
App slug
Team slug
Id of brand
data on brand
Brand updated succesfully
Show child attributes
Additional contextual information about the response. Used to provide supplementary details beyond the main data payload, such as validation warnings or processing notes