Skip to content

Commit ab0f974

Browse files
committed
chore: added null security scheme for testing.
1 parent 482ddbd commit ab0f974

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

openapi.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"version": "0.2.0"
66
},
77
"security": [
8-
{ "wfsm-api-key": [] }
8+
{},
9+
{ "x-api-key": [] }
910
],
1011
"tags": [
1112
{
@@ -1835,7 +1836,7 @@
18351836
},
18361837
"components": {
18371838
"securitySchemes": {
1838-
"wfsm-api-key": {
1839+
"x-api-key": {
18391840
"type": "apiKey",
18401841
"name": "x-api-key",
18411842
"in": "header"

0 commit comments

Comments
 (0)