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.
object
OK, team edited successfully