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

Add a space to a site as a content source

Links an existing space to the site by creating a site space relationship.

Available in MCP
post
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
spaceIdstringRequired

ID of the space

sectionIdstringOptional

ID of the section to add the space to. If not provided, the space will be added to the default section or at the root level if the site has no sections.

draftbooleanOptional

Whether the site space should be created as draft. Defaults to false.

Default: false
Responses
201

Space added to the site

application/json
post/orgs/{organizationId}/sites/{siteId}/site-spaces
201

Space added to the site

Last updated

Was this helpful?

Powered by GitBook