Create a post-incident review (admin)

POST/api/v1/pir

Parameters

This endpoint does not accept parameters.

Responses

201PIR created

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/pir" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "incident_id": "inc_abc", "title": "API Outage June 15", "participants": ["usr_abc", "usr_xyz"], "severity": "critical" }'

Response

201PIR created
Example response not yet documented.