PATCH
/appointments/{appointmentId}/status
Update Appointment Status
Update the status of an existing appointment.
Path Parameters
See schema: AppointmentIdPathParam
Request Body
Status update details
Content Types: application/json
Schema: UpdateAppointmentStatusRequest
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Appointment status updated successfully | Appointment |
| 400 | Invalid status transition | ErrorResponse |
| 404 | Appointment not found | ErrorResponse |