Appointment API
Update Appointment
Overview
This API endpoint is used to update an existing appointment.
PATCH
Headers
Example:
"auth"
Path Parameters
Query Parameters
If set to 1 then appointment_id in path parameter should be partner_appointment_id else eka apppointment_id
Example:
"1"
Body
application/json
Start time of new appointment in epoch. To be used in order to reschedule appointment.
End time of new appointment in epoch. To be used in order to reschedule appointment.
Response
204
_mintlify/placeholder
OK