curl --request PATCH \
--url https://api.cal.com/v1/teams/{teamId} \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"slug": "<string>"
}'
curl --request PATCH \
--url https://api.cal.com/v1/teams/{teamId} \
--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
The body is of type object
.
OK, team edited successfully
Was this page helpful?