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

Add a section group to a site's navigation structure

Creates a new section group to organize multiple sections under a shared navigation label. Section groups can be nested by providing a parent group ID. Existing sections can be assigned to the group at creation time via their IDs. Create the group in draft mode to stage it before publishing.

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
titlestring · min: 1 · max: 100Required

Title of the site section group

iconstring · icon · max: 50 · nullableOptional

Name of the icon

Example: gear
sectionsstring[]Optional

IDs of the sections to be added to the section group

parentstringOptional

ID of the parent section group to nest this group under. If not provided, the section group will be added at the root of the site.

draftbooleanOptional

Whether the section group should be created in draft mode.

Responses
201

Section group added to the site

application/json
post/orgs/{organizationId}/sites/{siteId}/section-groups
201

Section group added to the site

Last updated

Was this helpful?

Powered by GitBook