Move a site section group 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
siteSectionGroupIdstringRequired
The unique id of the site group
Body
Responses
200
Site section group moved
application/json
objectstring · enumRequiredPossible values:
The object type, which is always "site-section-group"
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: 50OptionalExample:
Name of the icon
gear400
Invalid move site section group position provided
application/json
404
No matching site section group found
application/json
post/orgs/{organizationId}/sites/{siteId}/section-groups/{siteSectionGroupId}/move
Last updated
Was this helpful?