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

Add a new navigation section to a site backed by a space

Creates a new top-level navigation section in the site by linking a space as its primary content source. The section appears as a tab or sidebar entry in the site navigation.

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

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 · nullableOptional

Name of the icon

Example: gear
draftbooleanOptional

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?

Powered by GitBook