curl --request PATCH \
--url 'https://api.cal.com/v1/schedules/{id}?apiKey=' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"timeZone": "<string>"
}
'{}curl --request PATCH \
--url 'https://api.cal.com/v1/schedules/{id}?apiKey=' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"timeZone": "<string>"
}
'{}ID of the schedule to edit
Your API Key
Edit an existing schedule
OK, schedule edited successfully
Was this page helpful?