PATCH
/
destination-calendars
/
{id}
curl --request PATCH \
  --url https://api.cal.com/v1/destination-calendars/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "integration": "<string>",
  "externalId": "<string>",
  "eventTypeId": 123,
  "bookingId": 123
}'

Authorizations

apiKey
string
query
required

Path Parameters

id
integer
required

ID of the destination calendar to edit

Query Parameters

apiKey
string
required

Your API key

Body

application/json
Create a new booking related to one of your event-types

The body is of type object.

Response

200

OK