Skip to main content
PUT
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
string
required

A unique identifier associated with the brand you wish to update.

Body

application/json
name
string
required

The name of the brand.

settings
BrandSettings · object | null
snippets
BrandSnippets · object | null

Response

200 - application/json
id
string
required
name
string
required
created
integer<int64>
required
updated
integer<int64>
required
published
integer<int64> | null
settings
BrandSettings · object | null
snippets
BrandSnippets · object | null
version
string | null