Mod swagger docs for event list api
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 18:28:16 +08:00
parent afd37c620a
commit a1cac494dc
4 changed files with 10 additions and 13 deletions

View File

@@ -1204,17 +1204,16 @@
"summary": "List Events",
"parameters": [
{
"type": "string",
"type": "integer",
"description": "Maximum number of events to return (default 20)",
"name": "limit",
"in": "query"
},
{
"type": "string",
"type": "integer",
"description": "Number of events to skip",
"name": "offset",
"in": "query",
"required": true
"in": "query"
},
{
"type": "string",