Move a site space, section, or section group to a new position
patch
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
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
400
Invalid move position provided
application/json
404
No matching item found
application/json
default
Unexpected Error
application/json
patch/orgs/{organizationId}/sites/{siteId}/structure/sort
Last updated
Was this helpful?