0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-04 12:26:12 +02:00

fix swagger definition references to nonexistent CreateGroupOption

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2025-08-14 16:28:49 -04:00
parent 60dc00a165
commit 243ff36900
No known key found for this signature in database
GPG Key ID: 924A5F6AF051E87C
2 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ func NewGroup(ctx *context.APIContext) {
// in: body
// required: true
// schema:
// "$ref": "#/definitions/CreateGroupOption"
// "$ref": "#/definitions/NewGroupOption"
// responses:
// "201":
// "$ref": "#/responses/Group"
@ -94,7 +94,7 @@ func NewSubGroup(ctx *context.APIContext) {
// in: body
// required: true
// schema:
// "$ref": "#/definitions/CreateGroupOption"
// "$ref": "#/definitions/NewGroupOption"
// responses:
// "201":
// "$ref": "#/responses/Group"

View File

@ -1492,7 +1492,7 @@
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/CreateGroupOption"
"$ref": "#/definitions/NewGroupOption"
}
}
],
@ -3077,7 +3077,7 @@
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/CreateGroupOption"
"$ref": "#/definitions/NewGroupOption"
}
}
],