fix: add definition for bearerAuth

This commit is contained in:
Stefan Strigler 2023-06-01 18:53:09 +02:00
parent 1e1003e4e6
commit 12a4e48727
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@ start_listeners(Listeners) ->
scheme => basic,
description =>
<<"Authorize with [API Keys](https://www.emqx.io/docs/en/v5.0/admin/api.html#api-keys)">>
},
'bearerAuth' => #{
type => http,
scheme => bearer,
description => <<"Authorize with Bearer Token">>
}
}
}