Fix swagger auth docs
Some checks failed
Backend Check Build (NixCN CMS) TeamCity build failed
Client CMS Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-29 01:28:19 +08:00
parent 654b196bfd
commit 937f382f93
7 changed files with 65 additions and 13 deletions

View File

@@ -209,8 +209,6 @@ paths:
data:
type: object
type: object
security:
- ApiKeyAuth: []
summary: Exchange Auth Code
tags:
- Authentication
@@ -486,6 +484,8 @@ paths:
data:
type: object
type: object
security:
- ApiKeyAuth: []
summary: Generate Check-in Code
tags:
- Event
@@ -531,6 +531,8 @@ paths:
data:
type: object
type: object
security:
- ApiKeyAuth: []
summary: Query Check-in Status
tags:
- Event
@@ -567,6 +569,8 @@ paths:
data:
type: object
type: object
security:
- ApiKeyAuth: []
summary: Submit Check-in Code
tags:
- Event
@@ -621,6 +625,8 @@ paths:
data:
type: object
type: object
security:
- ApiKeyAuth: []
summary: Get Event Information
tags:
- Event
@@ -754,6 +760,8 @@ paths:
data:
type: object
type: object
security:
- ApiKeyAuth: []
summary: List Users
tags:
- User