Update the meeting location and notify both parties
PATCH /appointments/bookings/{booking_uid}/location
PATCH
/appointments/bookings/{booking_uid}/location
Change the meeting location for a booking and re-notify both parties.
location is a location key such as "zoom", "google_meet",
"in_person", or a custom URL. Backed by
BookingsHandler.handle_update_location (updates the booking row,
sends location-updated emails, emits an EDA event). Raises 404 when
the booking uid is not visible to the caller.
Authorizations
Parameters
Path Parameters
booking_uid
required
Booking UID (uuid string).
string
Booking UID (uuid string).
Header Parameters
Request Body required
object
location
required
string
Responses
200
Successful Response
object
key
additional properties
any
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string