API Reference
Edit Visit
Edits a visit and returns any failed validation rules.
To see example workflows, read Editing a visit, and assigning the best clinicians.
We do not support adding or removing patient appointments after a visit has been created.
We do not support editing the is_virtual
field of clinician appointments once created.
This endpoint largely uses PATCH semantics, not PUT semantics, including for deeply nested fields.
So for example, if a visit has multiple clinician appointments, and you want to change the duration of only one, you only have to provide element in the clinician_appointments_to_edit
array.
PATCH
Path Parameters
The unique identifier for the visit
Body
application/json
Response
204
Visit edited successfully