Assign an incident to a responder

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

Parameters

This endpoint does not accept parameters.

Responses

200Incident assigned

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/incidents/{id}/assign" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "assignee_id": "usr_xyz" }'

Response

200Incident assigned
Example response not yet documented.