{your-workspace}
with your workspace’s subdomain. Learn how to find your subdomain in Identifying your subdomain.
Headers
X-Api-Key is used to authenticate requests using an API key. Provide your API key in this header to access protected endpoints. Refer to Authentication for more information.
Path Parameters
Id of the scheduling link you want to update.
Body
Emails of the hosts of scheduling link in array format.
["oliver@example.com", "jane@example.com"]
New slug of the scheduling link. This value should be unique.
"meeting-with-oliver-smith-new"
New name of the scheduling link.
"Meeting with Oliver Smith"
Description of the scheduling link.
"Discuss project updates"
Kind of scheduling link.
one_on_one
, round_robin
, multihost
, grouped
Duration of the scheduling link in minutes.
30
Start time increment for the scheduling link in minutes. Defaults to 30.
30
Phone number for the meeting when spot is set to phone_call.
"+1-555-0123"
Custom meeting instructions or details when spot is set to custom.
"Custom meeting instructions"
Physical location details when spot is set to in_person.
"123 Main St, Suite 100"