Swagger: Add information to API Token header (#7585)
* Add a description to the API Token header for swagger
This commit is contained in:
@ -43,6 +43,7 @@
|
||||
// type: apiKey
|
||||
// name: Authorization
|
||||
// in: header
|
||||
// description: API tokens must be prepended with "token" followed by a space.
|
||||
// SudoParam:
|
||||
// type: apiKey
|
||||
// name: sudo
|
||||
|
Reference in New Issue
Block a user