Bookings
Edit an existing booking
PATCH
/
bookings
/
{id}
Authorizations
apiKey
string
queryrequiredPath Parameters
id
integer
requiredID of the booking to edit
Query Parameters
apiKey
string
requiredYour API key
Body
application/json
title
string
Booking event title
start
string
Start time of the Event
end
string
End time of the Event
status
string
Acceptable values one of ["ACCEPTED", "PENDING", "CANCELLED", "REJECTED"]
description
string
Description of the meeting
Response
200 - application/json
The response is of type any
.
Was this page helpful?