From 39086a8323ecfc2af7ca46d1415ea7e66c310c63 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 29 三月 2024 10:33:06 +0800 Subject: [PATCH] fix --- docs/docs.go | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 238ddaf..853f041 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1389,6 +1389,13 @@ "type": "string", "name": "unit", "in": "query" + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true } ], "responses": { -- Gitblit v1.8.0