Update a team
POST/userApi/fleets/groups/:group
Updates a team in the current organization.
Request
Responses
- 200
- 401
- 403
Returns the updated team when success: true. Business validation failures return HTTP 200 with success: false and error details.
Unauthorized. Missing, invalid, or expired token.
Forbidden. Not enough permissions.