White Label
Update the tenant's brand tokens
PUT /tenant/branding
PUT
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
PUT /tenant/branding Description: Updates theenabled toggle and/or the brand token set. When
tokens is supplied, brandPrimary, brandAccent, and brandFont
are all required; logo/logoMark are optional and merge onto the
existing stored values when omitted (send null to clear either).
logo/logoMark must be https:// URLs.
Authorization:
- Required role:
adminor higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json