1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-18 21:09:40 +02:00

docs: review TeamUpdate API operation (#564)

This commit is contained in:
Anthony Lapenna 2025-03-21 16:45:43 +13:00 committed by GitHub
parent 4b218553c3
commit 1d8ea7b0ee

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"