refactor: update auth setting

This commit is contained in:
Methapon2001 2024-07-18 17:22:53 +07:00
parent 053eb8b04a
commit 994b9ced2a
2 changed files with 19 additions and 9 deletions

View file

@ -7,10 +7,10 @@
"specVersion": 3,
"securityDefinitions": {
"keycloak": {
"type": "apiKey",
"type": "http",
"name": "Authorization",
"description": "Keycloak Bearer Token",
"in": "header"
"scheme": "bearer"
}
},
"spec": {
@ -33,7 +33,8 @@
{ "name": "Product Type" },
{ "name": "Product" },
{ "name": "Work" },
{ "name": "Service" }
{ "name": "Service" },
{ "name": "Quotation" }
]
}
},