update_status_page_section
Update a status page section's name, slug, or position; only specified fields change.
Instructions
Update a section within a status page (PATCH semantics — only provided fields change).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New section display name, e.g. "API services". | |
| slug | No | New URL-friendly slug, e.g. "api". | |
| position | No | New display position within the page (smaller renders earlier). | |
| pageIdentifier | Yes | Status page UID or URL-friendly slug, e.g. "public". | |
| sectionIdentifier | Yes | Status page section UID or URL-friendly slug, e.g. "api". |