We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc70df commit 1f962efCopy full SHA for 1f962ef
packages/oasgraph/test/fixtures/example_oas.json
@@ -583,6 +583,9 @@
583
},
584
{
585
"example_api_key_protocol_2": []
586
+ },
587
+ {
588
+ "example_api_key_protocol_3": []
589
}
590
]
591
@@ -625,6 +628,9 @@
625
628
626
629
627
630
631
632
633
634
635
636
@@ -1234,6 +1240,11 @@
1234
1240
"name": "access_token",
1235
1241
"type": "apiKey"
1236
1242
1243
+ "example_api_key_protocol_3": {
1244
+ "in": "cookie",
1245
+ "name": "access_token",
1246
+ "type": "apiKey"
1247
1237
1248
"example_api_basic_protocol": {
1238
1249
"type": "http",
1239
1250
"scheme": "basic"
0 commit comments