Skip to main content
PUT
Update Brand

Authorizations

X-Management-Id
string
header
required
X-Management-Token
string
header
required

Path Parameters

projectId
string
required

Provide the unique identifier of the project.

Example:

"proj_TrlkLiH4"

brandingId
string
required

Provide the unique identifier of the brand configuration.

Example:

"brd_06d06m1944y0630hD4y"

Body

application/json

Defines the brand configuration to be updated.

brand
Brand · object

Defines basic brand details.

address
Address · object

Defines the address details.

contact
Contact · object

Defines contact details.

Response

Returns the details about the updated brand configuration.

Response body schema for PUT /management/v1/projects/{projectId}/branding/{brandingId}.

id
string
required

Unique identifier of the brand configuration.

brand
Brand · object
required

Defines basic brand details.

address
Address · object
required

Defines the address details.

contact
Contact · object
required

Defines contact details.

Last modified on July 7, 2026