Generate swagger docs
All checks were successful
Client CMS Check Build (NixCN CMS) TeamCity build finished
Backend Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-02-05 12:54:27 +08:00
parent 6504c20708
commit 050504ade6
3 changed files with 3 additions and 3 deletions

View File

@@ -1148,7 +1148,7 @@ const docTemplate = `{
}
},
"403": {
"description": "Unauthorized / Missing User ID",
"description": "Unauthorized / Missing User ID / Event Limit Exceeded",
"schema": {
"allOf": [
{

View File

@@ -1146,7 +1146,7 @@
}
},
"403": {
"description": "Unauthorized / Missing User ID",
"description": "Unauthorized / Missing User ID / Event Limit Exceeded",
"schema": {
"allOf": [
{

View File

@@ -821,7 +821,7 @@ paths:
type: object
type: object
"403":
description: Unauthorized / Missing User ID
description: Unauthorized / Missing User ID / Event Limit Exceeded
schema:
allOf:
- $ref: '#/definitions/utils.RespStatus'