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

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

siteSectionGroupIdstringRequired

The unique id of the site group

Body
Responses
200

Site section group moved

application/json
objectstring · enumRequired

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

Possible values:
idstringRequired

Unique identifier of the site section group

titlestring · min: 1 · max: 100Required

Title of the site section group

sectionGroupstringOptional

ID of the parent section group this group belongs to

draftbooleanRequired

Whether the site section group is draft and not live.

iconstring · icon · max: 50Optional

Name of the icon

Example: gear
post/orgs/{organizationId}/sites/{siteId}/section-groups/{siteSectionGroupId}/move

Last updated

Was this helpful?

Powered by GitBook