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>"
  ],
  "color": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.peec.ai/llms.txt

Use this file to discover all available pages before exploring further.

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[]
color
string

Hex color like #1A2B3C

Response

Brand updated successfully

Brand updated successfully