Update an appointment
PATCH/appointments/:appointment_id
Edit an existing appointment (reschedule, re-title, change status/type, re-assign, change
guests or links). Only the fields sent are changed; the rest of the booking is preserved.
Write access requires any contact or company write scope (contact.write | company.write,
or their .all variants) — no dedicated scope exists.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 422
The updated appointment
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action
Resource not found (or not visible to this user's role)
The request conflicts with the current state (e.g. the requested slot is not available)
Request failed schema validation