Update 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-01-31 00:25:04 +08:00
parent 8938fa052b
commit 70d1544cfe
3 changed files with 3 additions and 3 deletions

View File

@@ -984,7 +984,7 @@ const docTemplate = `{
"tags": [ "tags": [
"User" "User"
], ],
"summary": "Get My User Information", "summary": "Get Other User Information",
"responses": { "responses": {
"200": { "200": {
"description": "Successful profile retrieval", "description": "Successful profile retrieval",

View File

@@ -982,7 +982,7 @@
"tags": [ "tags": [
"User" "User"
], ],
"summary": "Get My User Information", "summary": "Get Other User Information",
"responses": { "responses": {
"200": { "200": {
"description": "Successful profile retrieval", "description": "Successful profile retrieval",

View File

@@ -725,7 +725,7 @@ paths:
type: object type: object
security: security:
- ApiKeyAuth: [] - ApiKeyAuth: []
summary: Get My User Information summary: Get Other User Information
tags: tags:
- User - User
/user/list: /user/list: