Appointments
Change Appointment status
Permissions needed: EDIT_APPOINTMENTS Shorthand version of appointment update endpoint for changing just status.
put/api/v1/appointment/{id}/change-status
Parameters
#/paths/~1api~1v1~1sales/delete/parameters/0 — unresolved $ref
Request body
Example request
{
"status": 1
}Response
successful operation