Update brand
Edit a brand’s profile. Send only the fields you want to change; clear a nullable field by sending null. Promoting a brand to primary is deliberately not part of this endpoint: use setPrimaryBrand, so a workspace can never end up with zero or two primary brands.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team (workspace) id (UUID). Discover ids via the list teams endpoint or the agent context.
Brand id (UUID), as returned by the list brands and create brand endpoints.
Body
New display name for the brand.
1 - 200Language the brand publishes in; send null to clear it.
4000The brand's website URL; send null to clear it.
4000Free-text description of what the business does; send null to clear it.
4000The audience generated content should be written for; send null to clear it.
4000Where the audience is; send null to clear it.
4000The brand colour palette; send null to clear it.
Replacement list of topics the brand posts about (the whole list is replaced, not merged).
50a string at most 120 character(s) long
1 - 120Replacement list of content source ids this brand grounds on (the whole list is replaced, not merged).
200a Universally Unique Identifier
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Response
Success