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

Update the visitor attributes JSON schema for an adaptive content site

Replaces the JSON schema that defines expected visitor attributes for adaptive content. The schema controls which attributes (e.g., role, subscription tier) can be used in conditional expressions to show or hide content for specific visitors. After updating, existing conditional expressions are evaluated against the new schema.

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
Responses
200

The site adaptive schema has been updated.

application/json
objectstring · enumRequiredPossible values:
updatedAtstring · date-timeRequired

When the adaptive schema was updated.

put/orgs/{organizationId}/sites/{siteId}/adaptive-schema

Last updated

Was this helpful?

Powered by GitBook