Skip to main content
PATCH
/
api
/
v1
/
brand-kit
/
{brandId}
cURL
curl --request PATCH \
  --url http://localhost:3001/api/v1/brand-kit/{brandId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "name": "<string>"
}
'
{
  "success": true,
  "name": "<string>",
  "slug": "<string>",
  "message": "<string>"
}

Documentation Index

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

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

Authorizations

x-api-key
string
header
required

Unified API key for server-side SDK and API integrations

Path Parameters

brandId
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Body

application/json
name
string
required

Response

Default Response

success
boolean
required
name
string | null
required
slug
string | null
required
message
string
required