Skip to main content
PATCH
/
brands
/
{brand_id}
Update Brand
curl --request PATCH \
  --url https://api.peec.ai/customer/v1/brands/{brand_id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "name": "<string>",
  "regex": "<string>",
  "aliases": [
    "<string>"
  ],
  "domains": [
    "<string>"
  ]
}
'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

brand_id
string
required

Body

name
string

Triggers metric recalculation when changed

Minimum string length: 1
regex
string | null

Triggers metric recalculation when changed

aliases
string[]

Triggers metric recalculation when changed

domains
string[]

Response

Brand updated successfully

Brand updated successfully