docs: review TeamUpdate API operation (#564)

pull/12608/head
Anthony Lapenna 2025-03-21 16:45:43 +13:00 committed by GitHub
parent 4b218553c3
commit 1d8ea7b0ee
1 changed files with 0 additions and 1 deletions

View File

@ -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"