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.
Authorizations
Bearer API key. Two modes: sv_live_* for production data, sv_test_* for a parallel sandbox dataset that doesn't count against plan limits. Issued from Settings → Developers in the SiteVisit app.
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.
255Path Parameters
Body
Response
Resource updated.
LOW, MEDIUM, HIGH OPEN, IN_PROGRESS, DONE True for objects created via a sv_test_* API key. Mirrors the parent SiteVisit's mode.