cURL
curl --request PATCH \ --url https://api.shiftkeeper.io/teams/{team_id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "Payments", "description": "All about payments and billing" } '
{ "team": { "id": "<string>", "name": "<string>", "description": "<string>" } }
Update the team’s details.
Enter your API key which starts with 'keeper_'
The ID of the team.
"tea_VJ4sYEOOXVvJBXqFjRzpm"
The name of the team.
1 - 60
The description of the team.
200
Default Response
Show child attributes