From 70d1544cfe650a5f85d62582afd56fdcbf82e45d Mon Sep 17 00:00:00 2001 From: Asai Neko Date: Sat, 31 Jan 2026 00:25:04 +0800 Subject: [PATCH] Update swagger docs Signed-off-by: Asai Neko --- docs/docs.go | 2 +- docs/swagger.json | 2 +- docs/swagger.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 44a733c..ed9a89d 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -984,7 +984,7 @@ const docTemplate = `{ "tags": [ "User" ], - "summary": "Get My User Information", + "summary": "Get Other User Information", "responses": { "200": { "description": "Successful profile retrieval", diff --git a/docs/swagger.json b/docs/swagger.json index 43bbf68..95fefa3 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -982,7 +982,7 @@ "tags": [ "User" ], - "summary": "Get My User Information", + "summary": "Get Other User Information", "responses": { "200": { "description": "Successful profile retrieval", diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 885b4e4..09407bc 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -725,7 +725,7 @@ paths: type: object security: - ApiKeyAuth: [] - summary: Get My User Information + summary: Get Other User Information tags: - User /user/list: