Move a site space to a new position. (Deprecated) use sortSiteStructure instead.
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[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 · enumRequiredPossible values:
The object type, which is always "site-space"
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.
400
Invalid move site space position provided
application/json
404
No matching Site space found
application/json
post/orgs/{organizationId}/sites/{siteId}/site-spaces/{siteSpaceId}/move
Last updated
Was this helpful?