fix swagger definition references to nonexistent CreateGroupOption

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:00:54 -04:00
parent 60dc00a165
commit 243ff36900
2 changed files with 4 additions and 4 deletions
+2 -2
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"
+2 -2
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"
}
}
],