PUT
/
brands
/
{brand_id}
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>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication using OAuth2 access token

Path Parameters

brand_id
string
required

Unique identifier of the brand

Body

application/json
Brand details to update
name
string
required

Updated name of the brand

Response

200
application/json
Brand details updated successfully
brand_id
string
required

Unique identifier of the brand

name
string
required

Name of the brand

vendor_id
string
required

ID of the vendor managing the brand