PATCH
/
bookings
/
{id}

Authorizations

apiKey
string
query
required

Path Parameters

id
integer
required

ID of the booking to edit

Query Parameters

apiKey
string
required

Your API key

Body

application/json
description
string

Description of the meeting

end
string

End time of the Event

start
string

Start time of the Event

status
string

Acceptable values one of ["ACCEPTED", "PENDING", "CANCELLED", "REJECTED"]

title
string

Booking event title

Response

200 - application/json

The response is of type any.