Update a site visit
Patch any subset of (title, visit_date, summary, notes). Status transitions are driven by the video pipeline and aren’t editable via the API. To close a visit use POST /site-visits//complete instead.
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.
DRAFT, PROCESSING, READY, SENT, DONE True for objects created via a sv_test_* API key. Mirrors the parent Property's mode.