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

Move a site space to a new position. (Deprecated) use sortSiteStructure instead.

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

Site space moved

application/json
objectstring · enumRequired

The object type, which is always "site-space"

Possible values:
idstringRequired

Unique identifier of the site-space

pathstring · min: 1 · max: 100Required

Path to the space on the site

sectionstringOptional

ID of the section the space belongs to in the site

titlestringRequired
defaultbooleanOptional

Whether this is the default space for the site

conditionstring · max: 1024Optional

Conditional expression used to evaluate whether the site space should be shown to the site's visitor.

draftbooleanRequired

Whether the site space is draft and not live.

hasAdvancedCustomizationFeaturebooleanOptional

Whether the space has advanced customization feature enabled

hiddenbooleanOptional

Whether the site space is hidden. If true, the site space will not be shown in the site's navigation.

post/orgs/{organizationId}/sites/{siteId}/site-spaces/{siteSpaceId}/move

Last updated

Was this helpful?

Powered by GitBook