diff options
Diffstat (limited to 'routers/api')
-rw-r--r-- | routers/api/v1/api.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/api/v1/api.go b/routers/api/v1/api.go index 8170b79dd2..cd308fce51 100644 --- a/routers/api/v1/api.go +++ b/routers/api/v1/api.go @@ -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 |