Complete a site visit
Mark a visit complete without sending a report. Idempotent — calling on an already-completed visit returns the existing record without changing the original timestamp. Mirrors the dashboard’s ‘Mark Complete’ button.
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
The body is of type object.
Response
Resource updated.
DRAFT, PROCESSING, READY, SENT, DONE True for objects created via a sv_test_* API key. Mirrors the parent Property's mode.