update_appointment
Modify existing appointment details in Cliniko, including time, patient assignment, and notes, to maintain accurate scheduling records.
Instructions
Update an existing appointment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appointment_id | Yes | Appointment ID | |
| starts_at | No | New start time (ISO 8601) | |
| notes | No | Updated notes | |
| patient_id | No | New patient ID |