Add an action item to a PIR

POST/api/v1/pir/{id}/action-items

Parameters

This endpoint does not accept parameters.

Responses

201Action item added

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/pir/{id}/action-items" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "description": "Add monitoring for TLS cert expiry", "assignee": "usr_abc", "due_date": "2026-07-01" }'

Response

201Action item added
Example response not yet documented.