Brands
Replace a brand
Replace an existing brand with the supplied values.
PUT
/
brands
/
{brand_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
brand_id
string
requiredA unique identifier associated with the brand you wish to update.
Body
application/json
name
string
requiredThe name of the brand.
settings
object
snippets
object
Response
200 - application/json
created
integer
requiredThe date/time of when the brand was created. Represented in milliseconds since Unix epoch.
name
string
requiredBrand name
published
integer
requiredThe date/time of when the brand was published. Represented in milliseconds since Unix epoch.
settings
object
requiredupdated
integer
requiredThe date/time of when the brand was updated. Represented in milliseconds since Unix epoch.
version
string
requiredThe version identifier for the brand
id
string | null
Brand Identifier
snippets
object