PATCH
/
dr
/
v2
/
appointment
/
{appointment_id}
curl --request PATCH \
  --url https://api.eka.care/dr/v2/appointment/{appointment_id} \
  --header 'Content-Type: application/json' \
  --header 'auth: <auth>' \
  --data '{
  "appointment_details": {
    "mode": "VIDEO",
    "custom_attributes": {},
    "video_connect": {
      "vendor": "other",
      "url": "https://meet.google.com/landing"
    }
  },
  "partner_meta": {
    "key1": "value1"
  },
  "patient_details": {
    "dob": "1987-01-06",
    "partner_patient_id": "145367",
    "first_name": "Test",
    "middle_name": "",
    "last_name": "Patient",
    "mobile": "+919999999999",
    "gender": "M"
  }
}'
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