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

Duplicate a space in a site

Creates a full copy of the space linked by the specified site space. When the site space is the only variant in a section, the copy is placed in a new sibling section. Otherwise, it is added as a variant under the same parent. Prefer this operation over duplicateSpace whenever the request originates from a site or needs to preserve site placement.

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

siteSpaceIdstringRequired

The unique id of the site-space relationship

Body
draftbooleanOptional

Whether the duplicated site space and any new section should be created as drafts.

Default: false
Responses
201

Space duplicated in the site structure

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

Space duplicated in the site structure

Last updated

Was this helpful?

Powered by GitBook