curl --request PATCH \
--url 'https://api.cal.com/v1/teams/{teamId}?apiKey=' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"slug": "<string>"
}
'curl --request PATCH \
--url 'https://api.cal.com/v1/teams/{teamId}?apiKey=' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"slug": "<string>"
}
'ID of the team to edit
Your API key
Create a new custom input for an event type
OK, team edited successfully
Was this page helpful?