1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Swagger: Add information to API Token header (#7585)

* Add a description to the API Token header for swagger
This commit is contained in:
zeripath
2019-07-24 09:34:11 +01:00
committed by GitHub
parent 2c5c458dd7
commit 635e7b38bd
2 changed files with 2 additions and 0 deletions

View File

@@ -10390,6 +10390,7 @@
"in": "query"
},
"AuthorizationHeaderToken": {
"description": "API tokens must be prepended with \"token\" followed by a space.",
"type": "apiKey",
"name": "Authorization",
"in": "header"