cURL
curl --request PATCH \ --url https://api.eka.care/dr/v1/appointment/{appointment_id} \ --header 'Content-Type: application/json' \ --header 'auth: <auth>' \ --data '{ "custom_attributes": { "label": [ "vital_submitted" ], "tags": [ "in_consult", "paid" ] }, "partner_meta": {}, "patient_details": { "first_name": "updated_name" }, "video_connect": { "vendor": "100ms", "url": "https://xyz.live/meeting/nfo-necy-cwg", "pt_joined": 1747311346 } }'
This response does not have an example.
This API endpoint is used to update an existing appointment.
"auth"
If set to 1 then appointment_id in path parameter should be partner_appointment_id else eka apppointment_id
"1"
The body is of type object.
object
OK
Was this page helpful?