cURL
curl --request PUT \ --url https://api.charp.ai/brands/{brand_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "brand_id": "<string>", "name": "<string>", "vendor_id": "<string>" }
Update brand info
Bearer token authentication using OAuth2 access token
Unique identifier of the brand
Brand details to update
The body is of type object.
object
Brand details updated successfully
The response is of type object.