Update a site visit
API Reference
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.
PATCH
Update a site visit
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:
DRAFT, PROCESSING, READY, SENT, DONE