mirror of https://github.com/portainer/portainer
api: fix typo in operation name (#585)
parent
a0d36cf87a
commit
4066a70ea5
|
@ -35,7 +35,7 @@ func (payload *edgeGroupUpdatePayload) Validate(r *http.Request) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// @id EgeGroupUpdate
|
||||
// @id EdgeGroupUpdate
|
||||
// @summary Updates an EdgeGroup
|
||||
// @description **Access policy**: administrator
|
||||
// @tags edge_groups
|
||||
|
|
Loading…
Reference in New Issue