We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5c458 commit 635e7b3Copy full SHA for 635e7b3
routers/api/v1/api.go
@@ -43,6 +43,7 @@
43
// type: apiKey
44
// name: Authorization
45
// in: header
46
+// description: API tokens must be prepended with "token" followed by a space.
47
// SudoParam:
48
49
// name: sudo
templates/swagger/v1_json.tmpl
@@ -10390,6 +10390,7 @@
10390
"in": "query"
10391
},
10392
"AuthorizationHeaderToken": {
10393
+ "description": "API tokens must be prepended with \"token\" followed by a space.",
10394
"type": "apiKey",
10395
"name": "Authorization",
10396
"in": "header"
0 commit comments