diff --git a/api/http/handler/teams/team_update.go b/api/http/handler/teams/team_update.go index 3ad4a3151..5731f294c 100644 --- a/api/http/handler/teams/team_update.go +++ b/api/http/handler/teams/team_update.go @@ -30,7 +30,6 @@ func (payload *teamUpdatePayload) Validate(r *http.Request) error { // @param id path int true "Team identifier" // @param body body teamUpdatePayload true "Team details" // @success 200 {object} portainer.Team "Success" -// @success 204 "Success" // @failure 400 "Invalid request" // @failure 403 "Permission denied" // @failure 404 "Team not found"