0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-11 09:15:31 +02:00

fix: missing request body payload

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2026-05-05 21:49:08 -04:00
parent 98955e607d
commit 17762c25ac
No known key found for this signature in database
GPG Key ID: 924A5F6AF051E87C

View File

@ -242,4 +242,7 @@ type swaggerParameterBodies struct {
// in:body
MoveGroupOption api.MoveGroupOption
// in:body
CreateOrUpdateGroupTeamOption api.CreateOrUpdateRepoGroupTeamOption
}