Move a site section 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
siteSectionIdstringRequired
The unique id of the section within a site
Body
Responses
200
Site section moved
application/json
objectstring · enumRequiredPossible values:
The object type, which is always "site-section"
idstringRequired
Unique identifier of the site section
titlestring · min: 2 · max: 128Required
Title of the site section
descriptionstring · max: 256Optional
Description of the site section
defaultbooleanOptional
Whether this is the default section for the site
draftbooleanRequired
Whether the site section is draft and not live.
pathstring · min: 1 · max: 100Required
Path to the section on the site
conditionstring · max: 1024Optional
Conditional expression used to evaluate whether the site section should be shown to the site's visitor.
sectionGroupstringOptional
ID of the section group the section belongs to in the site
iconstring · icon · max: 50OptionalExample:
Name of the icon
gear400
Invalid move site section position provided
application/json
404
No matching Site section found
application/json
post/orgs/{organizationId}/sites/{siteId}/sections/{siteSectionId}/move
Last updated
Was this helpful?