Add a comment to an incident
POST/api/v1/orgs/:org/incidents/:uid/comments
Appends a free-text comment to the incident's timeline as an append-only incident.comment event authored by the calling user (source: "web"). Comments are read back through the incident events endpoint. Slack thread replies produce the same event type with source: "slack". Append-only — no edit or delete.
Request
Responses
- 201
- 400
- 401
- 404
Comment created
Validation error
Authentication required
Resource not found