Resolve an incident

POST/api/v1/incidents/{id}/resolve

Parameters

This endpoint does not accept parameters.

Responses

200Incident resolved

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/incidents/{id}/resolve" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "resolution": "Root cause identified and mitigated.", "post_mortem_id": "pm_123" }'

Response

200Incident resolved
Example response not yet documented.