PATCH
/
dr
/
v1
/
appointment
/
{appointment_id}
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.

Headers

auth
string
required
Example:

"auth"

Path Parameters

appointment_id
string
required

Query Parameters

partner_id
string

If set to 1 then appointment_id in path parameter should be partner_appointment_id else eka apppointment_id

Example:

"1"

Body

application/json

The body is of type object.

Response

204

OK