Skip to main content

Remediate an event (Closed* transition + closure narrative)

POST 

/v2/events/:id/remediate

Triggers the event's remediation flow: a transition to a Closed* status combined with a comment (client-supplied or auto-generated). Includes the same rescan-redirect handling as PATCH /v2/events/{id}.

The closure comment is always written. Remediation is a status change plus a comment, and the comment is created even when the event already sits in the requested Closed* status. In that case the response reports No field changes required - comment created and returns the new comment_id. Unlike the PATCH routes, this route has no pure no-op path.

Retries are still safe. An identical remediation, meaning the same status and the same comment text from the same integration, returns the prior operation_id and creates no second comment. Vary the comment text between retries only when you intend an additional comment each time.

Request

Responses

Remediation applied.