Update an action item
API Reference
Update an action item
Patch any subset of (title, description, category, location, priority, status, assignee). Closing with attribution + note + photo uses POST /action-items//complete instead.
PATCH
Update an action item
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Optional idempotency key, scoped to the authenticated account. Repeating a write with the same key + same body returns the original response; same key + different body returns 422 idempotency_key_in_use.
Maximum string length:
255Path Parameters
Body
application/json
Maximum string length:
200Maximum string length:
5000Maximum string length:
100Maximum string length:
200Available options:
LOW, MEDIUM, HIGH Available options:
OPEN, IN_PROGRESS, DONE Maximum string length:
100Response
Resource updated.
Available options:
LOW, MEDIUM, HIGH Available options:
OPEN, IN_PROGRESS, DONE