Skip to main content
PATCH
Update brand

Authorizations

Authorization
string
header
required

Bearer token authentication via Auth0. Users authenticate through Auth0 Universal Login. Include the access token in the Authorization header: Authorization: Bearer <token>

Path Parameters

workspaceId
string
required

The workspace ID

Pattern: ^ws_[a-z0-9]+$
brandId
string
required

Body

application/json
name
string
Required string length: 1 - 255
logo_url
string<uri> | null
description
string | null
Maximum string length: 1000

Response

Brand updated successfully

id
string
required
workspace_id
string
required
name
string
required
slug
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
logo_url
string<uri> | null
description
string | null
Last modified on February 16, 2026