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

Move a site space, section, or section group to a new position

Reorders an item in the site's navigation structure by moving a site space, section, or section group to a specified position relative to another item. Use this to reorganize the navigation order after adding new sections or to reflect a new content hierarchy.

Available in MCP
patch
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

Body
Responses
200

Item successfully moved

application/json

A site structure item can be a site space, a site section or a site section group. It is used to represent the structure of a site.

or
or
patch/orgs/{organizationId}/sites/{siteId}/structure/sort

Last updated

Was this helpful?

Powered by GitBook