fix: add definition for bearerAuth
This commit is contained in:
parent
1e1003e4e6
commit
12a4e48727
|
@ -59,6 +59,11 @@ start_listeners(Listeners) ->
|
||||||
scheme => basic,
|
scheme => basic,
|
||||||
description =>
|
description =>
|
||||||
<<"Authorize with [API Keys](https://www.emqx.io/docs/en/v5.0/admin/api.html#api-keys)">>
|
<<"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">>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue