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,
|
"specVersion": 3,
|
||||||
"securityDefinitions": {
|
"securityDefinitions": {
|
||||||
"keycloak": {
|
"keycloak": {
|
||||||
"type": "http",
|
"type": "apiKey",
|
||||||
"name": "Authorization",
|
"name": "Authorization",
|
||||||
"description": "Keycloak Bearer Token",
|
"description": "Keycloak Bearer Token",
|
||||||
"scheme": "bearer"
|
"scheme": "bearer"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue