PATCH
/
bookings
/
{id}

Authorizations

apiKey
string
queryrequired

Path Parameters

id
integer
required

ID of the booking to edit

Query Parameters

apiKey
string
required

Your 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.