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

Move a site section 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

siteSectionIdstringRequired

The unique id of the section within a site

Body
Responses
200

Site section moved

application/json
objectstring · enumRequired

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

Possible values:
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: 50Optional

Name of the icon

Example: gear
post/orgs/{organizationId}/sites/{siteId}/sections/{siteSectionId}/move

Last updated

Was this helpful?

Powered by GitBook