Site customization
Customize the look and feel of your docs site.
Update your site's branding, styling, and layout to match your organization's identity. This includes theming elements like color palette, logos, and more.
Title to use for the published site. If not defined, it'll fallback to the default content title.
When the customization settings were updated. If missing, customization was not updated.
The SiteCustomizationSettings object
Retrieves the full customization configuration for a site. Use this before making updates to read the current state, or to audit branding settings.
A unique entity identifier
^[a-zA-Z0-9_-]+$The unique id of the site
(Deprecated) Use the getRawCustomizationSettingsById internal endpoint.
falseOK
Title to use for the published site. If not defined, it'll fallback to the default content title.
When the customization settings were updated. If missing, customization was not updated.
Bad Request
Replaces the full customization configuration for a site. This is a full replacement — unset fields revert to defaults. Use the GET endpoint first to read the current settings before making targeted changes.
A unique entity identifier
^[a-zA-Z0-9_-]+$The unique id of the site
Title to use for the published site. If not defined, it'll fallback to the default content title.
OK
Title to use for the published site. If not defined, it'll fallback to the default content title.
When the customization settings were updated. If missing, customization was not updated.
Bad Request
Retrieves the customization settings that override the site-level branding for a specific site space, such as a language variant or content version. Returns the effective settings with site-level defaults where no override is set. Use this before applying or removing overrides.
A unique entity identifier
^[a-zA-Z0-9_-]+$The unique id of the site
The unique id of the site-space relationship
(Deprecated) Use the getRawCustomizationSettingsById internal endpoint.
falseOK
Title to use for the published site. If not defined, it'll fallback to the default content title.
When the customization settings were updated. If missing, customization was not updated.
Bad Request
A unique entity identifier
^[a-zA-Z0-9_-]+$The unique id of the site
The unique id of the site-space relationship
Customization settings did not exist
Site space customization removed
Bad Request
No content
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.
A unique entity identifier
^[a-zA-Z0-9_-]+$The unique id of the site
The unique id of the site-space relationship
The settings that overrides the site customization settings.
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.
Title of the site
Localized titles for the site variant, keyed by locale. If not defined, the localized title will not be changed. If set to null, all localized titles will be removed.
The favicon to use. Set to null to reset the override.
OK
Title to use for the published site. If not defined, it'll fallback to the default content title.
When the customization settings were updated. If missing, customization was not updated.
Bad Request
Last updated
Was this helpful?