Update a team
PUT/api/v4/teams/:team_id
Update a team by providing the team object. The fields that can be updated are defined in the request body, all other provided fields will be ignored.
Permissions
Must have the manage_team permission.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Team update successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found