Reschedule an appointment
Moves the appointment to a new time, on the same calendar.
The new time is claimed the way a fresh booking is, so it can come back 409 when somebody else has taken it. The old seat is only given up once the new one is held.
force: true moves it past the capacity check, for a person overriding on purpose.
The reminders that belonged to the old time are re-anchored to the new one rather than left pointing at a time that has passed.
Cookie-auth callers must send the x-csrf-token header.
Required API key scope: projects:write.
Authorizations
Send your API key as Authorization: Bearer YOUR_API_KEY.
Path Parameters
The appointment id.
1Query Parameters
The sub-account this calendar belongs to. It is the only thing that identifies the tenant here, and access is re-checked against it on every call.
Body
The new time.
