Booking Endpoints
Update a booking
Update an existing booking as an admin.
This uses the same booking update flow as staff members would from the admin dashboard.
You can update various booking details including time, room, pricing, customer information, and other booking attributes.
The booking is identified by its code (same as the GET endpoint).
patch/bookings/{code}.json
Path parameters
codestring required
The booking code
Headers
Authorizationstring required
Request body
Response
Booking updated successfully