Actions
Comment Incident
The Post Incident Comment API adds a comment to a particular incident (based on incident ID).

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Content | Content of comment. |
| Incident ID | Unique ID of the incident. |
{
"data": {
"content": "Content of comment.",
"id": "Unique ID of comment."
}
}
Was this page helpful?