Reschedule a booking to a new start time
POST /appointments/bookings/{booking_uid}/reschedule
POST
/appointments/bookings/{booking_uid}/reschedule
Reschedule a booking to start_time. Reuses
BookingsHandler.handle_reschedule (no double credit charge — reschedules
are free; re-renders the title, updates the calendar event, notifies
attendees). Returns the NEW booking detail.
Authorizations
Parameters
Path Parameters
booking_uid
required
string
Header Parameters
Request Body required
Responses
201
Successful Response
object
key
additional properties
any
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string