Skip to main content

Update a team

PUT 

/management/teams/:id

Update handles the HTTP PUT request to update an existing team entity. It parses the team ID from the URL parameters, validates the request body, and updates the team using the provided service. Returns appropriate HTTP status codes and error messages for invalid input, validation errors, or if the team is not found.

Request

Responses

OK