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

Update a section group in a site's navigation structure

Updates a section group's properties in the site's navigation structure.

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

siteSectionGroupIdstringRequired

The unique id of the site group

Body
titlestring · min: 1 · max: 100Optional

Title of the site section group

iconstring · icon · max: 50 · nullableOptional

Name of the icon

Example: gear
draftbooleanOptional

Whether the site section group should be kept in draft mode. Setting it to true makes the site section group draft. Setting it to false makes the site section group live.

Responses
200

OK

application/json
objectstring · enumRequired

The object type, which is always "site-section-group"

Possible values:
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: 50Optional

Name of the icon

Example: gear
patch/orgs/{organizationId}/sites/{siteId}/section-groups/{siteSectionGroupId}
200

OK

Last updated

Was this helpful?

Powered by GitBook