Complete an action item
API Reference
Complete an action item
Mark an action item DONE with attribution + an optional note + completion photo storage key. Idempotent at the domain level — completing an already-done item returns the existing record without changing the original timestamp.
POST
Complete 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
Response
Resource updated.
Available options:
LOW, MEDIUM, HIGH Available options:
OPEN, IN_PROGRESS, DONE