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

Update the branding and visual customization settings for a site

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.

Available in MCP
put
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

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.

put/orgs/{organizationId}/sites/{siteId}/customization

Last updated

Was this helpful?

Powered by GitBook