Override branding and customization settings for a specific site space
patch
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
siteSpaceIdstringRequired
The unique id of the site-space relationship
Body
The settings that overrides the site customization settings.
titlestring · min: 2 · max: 128 · nullableOptional
Title to use for the published site variant. If not defined, the title will not be changed. If set to null, the title will be unset and will fallback to the content title.
faviconone of · nullableOptional
The favicon to use. Set to null to reset the override.
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
patch/orgs/{organizationId}/sites/{siteId}/site-spaces/{siteSpaceId}/customization
Last updated
Was this helpful?