update_status_page_resource
Update a status page item's display name, explanation, or position within its section.
Instructions
Update a status page resource (display name, explanation, position).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | New display position within the section (smaller renders earlier). | |
| publicName | No | New display name shown on the public page. | |
| explanation | No | New short explanation rendered under the resource. | |
| resourceUid | Yes | Status page resource UID (returned by list/create_status_page_resource). | |
| 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". |