Bookings
Edit an existing booking
PATCH
Authorizations
Path Parameters
ID of the booking to edit
Query Parameters
Your API key
Body
application/json
Edit an existing booking related to one of your event-types
Booking event title
Start time of the Event
End time of the Event
Acceptable values one of ["ACCEPTED", "PENDING", "CANCELLED", "REJECTED"]
Description of the meeting
Response
200
application/json
OK, booking edited successfully
The response is of type any
.
Was this page helpful?