diff --git a/routers/api/v1/swagger/options.go b/routers/api/v1/swagger/options.go index fc786573f2..06a7027f12 100644 --- a/routers/api/v1/swagger/options.go +++ b/routers/api/v1/swagger/options.go @@ -242,4 +242,7 @@ type swaggerParameterBodies struct { // in:body MoveGroupOption api.MoveGroupOption + + // in:body + CreateOrUpdateGroupTeamOption api.CreateOrUpdateRepoGroupTeamOption }