Add a new navigation section to a site backed by a space
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
Body
spaceIdstringRequired
ID of the space to be added to the section as a site space variant
titlestring · min: 2 · max: 128 · nullableOptional
Title of the site section
iconstring · icon · max: 50 · nullableOptionalExample:
Name of the icon
geardraftbooleanOptional
Whether the section should be created in draft mode.
siteSectionGroupIdstringOptional
ID of the section group to create the section in
Responses
201
Section added to the site
application/json
post/orgs/{organizationId}/sites/{siteId}/sections
201
Section added to the site
Last updated
Was this helpful?