mirror of https://github.com/portainer/portainer
docs: review TeamUpdate API operation (#564)
parent
4b218553c3
commit
1d8ea7b0ee
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue