From 4066a70ea55aad2cb7994d697a3a8612aae63032 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Tue, 1 Apr 2025 13:24:55 +1300 Subject: [PATCH] api: fix typo in operation name (#585) --- api/http/handler/edgegroups/edgegroup_update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/http/handler/edgegroups/edgegroup_update.go b/api/http/handler/edgegroups/edgegroup_update.go index 319a1b03b..d6a03a7ef 100644 --- a/api/http/handler/edgegroups/edgegroup_update.go +++ b/api/http/handler/edgegroups/edgegroup_update.go @@ -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