create_status_page_incident_update
Add a public narrative update to a published incident on your status page, keeping customers informed with investigation, monitoring, or resolution details.
Instructions
Append a narrative update to a published incident. Updates are APPEND-ONLY — there is no edit or delete. The body is shown to customers: never include probe output or internal names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Update kind (required). Allowed: "investigating", "identified", "monitoring", "resolved", "maintenance", "info". The first four also advance the publication's state. | |
| title | No | Optional headline; defaults to the publication's title. | |
| bodyMarkdown | Yes | Update body in Markdown (required). | |
| pageIdentifier | Yes | Status page UID or URL-friendly slug, e.g. "public". | |
| publicationUid | Yes | UID of the incident publication to act on. |