fix: wrong openapi security definition
This commit is contained in:
parent
c555ddcdb5
commit
f2037b4fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"specVersion": 3,
|
||||
"securityDefinitions": {
|
||||
"keycloak": {
|
||||
"type": "http",
|
||||
"type": "apiKey",
|
||||
"name": "Authorization",
|
||||
"description": "Keycloak Bearer Token",
|
||||
"scheme": "bearer"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue