Booking References
Edit an existing booking reference
Getting Started
Attendees
Availabilities
Booking References
Bookings
Credentials
Destination Calendars
Event Types
Memberships
Schedules
Selected Calendars
Teams
Users
Booking References
Edit an existing booking reference
PATCH
/
booking-references
/
{id}
curl --request PATCH \
--url https://api.cal.com/v1/booking-references/{id} \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"meetingId": "<string>",
"meetingPassword": "<string>",
"externalCalendarId": "<string>",
"deleted": true,
"credentialId": 123
}'
Authorizations
Path Parameters
ID of the booking reference to edit
Query Parameters
Your API key
Body
application/json
Edit an existing booking reference related to one of your bookings
The body is of type object
.
Response
201
OK, BookingReference edited successfully
Was this page helpful?
curl --request PATCH \
--url https://api.cal.com/v1/booking-references/{id} \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"meetingId": "<string>",
"meetingPassword": "<string>",
"externalCalendarId": "<string>",
"deleted": true,
"credentialId": 123
}'