For the complete documentation index, see llms.txt. This page is also available as Markdown.

Branding

Returns branding configuration.

get

Returns current branding configuration.

Responses
200

Successful operation.

application/json
headerColorstringRequired
primaryColorstringRequired
companyNamestringRequired
companyLogoUrlstringRequired
loginBannerUrlstringRequired
faviconUrlstringRequired
headerColor1stringRequired
termsAndConditionsstringRequired
get
/branding

Update branding.

post

Update branding. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
headerColorstringRequired
primaryColorstringRequired
companyNamestringRequired
companyLogoUrlstringRequired
loginBannerUrlstringRequired
faviconUrlstringRequired
headerColor1stringRequired
termsAndConditionsstringRequired
Responses
post
/branding

No content

Last updated