Update the branding and visual customization settings for a site
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$siteIdstringRequired
The unique id of the site
Body
titlestring · min: 2 · max: 128Optional
Title to use for the published site. If not defined, it'll fallback to the default content title.
faviconone ofRequired
or
or
objectOptional
Responses
200
OK
application/json
titlestring · min: 2 · max: 128Optional
Title to use for the published site. If not defined, it'll fallback to the default content title.
faviconone ofRequired
or
or
objectOptional
updatedAtstring · date-timeOptional
When the customization settings were updated. If missing, customization was not updated.
400
Bad Request
application/json
put/orgs/{organizationId}/sites/{siteId}/customization
Last updated
Was this helpful?