mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 07:16:40 +00:00
Parse defined security requirements correctly
This commit is contained in:
@@ -145,9 +145,11 @@
|
||||
"in": "query"
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
"api_key": [
|
||||
"security": [
|
||||
{
|
||||
"api_key": [
|
||||
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user