Bookings
Edit an existing booking
PATCH
/
bookings
/
{id}
Authorizations
Path Parameters
ID of the booking to edit
Query Parameters
Your API key
Body
application/json
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
The response is of type any
.
Was this page helpful?