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

Override branding and customization settings for a specific site space

Applies customization overrides to a specific site space, such as a language variant or content version, that take precedence over the site-level settings. Only provided fields are overridden; set a field to null to clear its override and fall back to the site-level value.

Available in MCP
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[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.

patch/orgs/{organizationId}/sites/{siteId}/site-spaces/{siteSpaceId}/customization

Last updated

Was this helpful?

Powered by GitBook