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
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// @id EgeGroupUpdate
|
// @id EdgeGroupUpdate
|
||||||
// @summary Updates an EdgeGroup
|
// @summary Updates an EdgeGroup
|
||||||
// @description **Access policy**: administrator
|
// @description **Access policy**: administrator
|
||||||
// @tags edge_groups
|
// @tags edge_groups
|
||||||
|
|
Loading…
Reference in New Issue