Skip to content

Commit 34ffe97

Browse files
committed
Remove basic-auth security scheme
* Remove operation security requirement per operation with global config Signed-off-by: RingoDev <[email protected]>
1 parent 27bb50d commit 34ffe97

File tree

1 file changed

+0
-79
lines changed

1 file changed

+0
-79
lines changed

spec/openapi.json

Lines changed: 0 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,6 @@
128128
},
129129
"tags": [
130130
"TEA Product"
131-
],
132-
"security": [
133-
{
134-
"bearerAuth": []
135-
},
136-
{
137-
"basicAuth": []
138-
}
139131
]
140132
},
141133
"delete": {
@@ -151,14 +143,6 @@
151143
"description": "Resource successfully deleted"
152144
}
153145
},
154-
"security": [
155-
{
156-
"bearerAuth": []
157-
},
158-
{
159-
"basicAuth": []
160-
}
161-
],
162146
"tags": [
163147
"TEA Product"
164148
]
@@ -306,14 +290,6 @@
306290
},
307291
"tags": [
308292
"TEA Product"
309-
],
310-
"security": [
311-
{
312-
"bearerAuth": []
313-
},
314-
{
315-
"basicAuth": []
316-
}
317293
]
318294
}
319295
},
@@ -390,14 +366,6 @@
390366
},
391367
"tags": [
392368
"TEA Leaf"
393-
],
394-
"security": [
395-
{
396-
"bearerAuth": []
397-
},
398-
{
399-
"basicAuth": []
400-
}
401369
]
402370
}
403371
},
@@ -489,14 +457,6 @@
489457
},
490458
"tags": [
491459
"TEA Leaf"
492-
],
493-
"security": [
494-
{
495-
"bearerAuth": []
496-
},
497-
{
498-
"basicAuth": []
499-
}
500460
]
501461
},
502462
"delete": {
@@ -512,14 +472,6 @@
512472
"description": "Resource successfully deleted"
513473
}
514474
},
515-
"security": [
516-
{
517-
"bearerAuth": []
518-
},
519-
{
520-
"basicAuth": []
521-
}
522-
],
523475
"tags": [
524476
"TEA Leaf"
525477
]
@@ -710,14 +662,6 @@
710662
},
711663
"tags": [
712664
"TEA Collection"
713-
],
714-
"security": [
715-
{
716-
"bearerAuth": []
717-
},
718-
{
719-
"basicAuth": []
720-
}
721665
]
722666
}
723667
},
@@ -896,14 +840,6 @@
896840
},
897841
"tags": [
898842
"TEA Collection"
899-
],
900-
"security": [
901-
{
902-
"bearerAuth": []
903-
},
904-
{
905-
"basicAuth": []
906-
}
907843
]
908844
},
909845
"delete": {
@@ -914,14 +850,6 @@
914850
"$ref": "#/components/parameters/tea_collection_identifier"
915851
}
916852
],
917-
"security": [
918-
{
919-
"bearerAuth": []
920-
},
921-
{
922-
"basicAuth": []
923-
}
924-
],
925853
"responses": {
926854
"204": {
927855
"description": "Resource successfully deleted"
@@ -1449,10 +1377,6 @@
14491377
"bearerAuth": {
14501378
"type": "http",
14511379
"scheme": "bearer"
1452-
},
1453-
"basicAuth": {
1454-
"type": "http",
1455-
"scheme": "basic"
14561380
}
14571381
},
14581382
"responses": {
@@ -1473,9 +1397,6 @@
14731397
"security": [
14741398
{
14751399
"bearerAuth": []
1476-
},
1477-
{
1478-
"basicAuth": []
14791400
}
14801401
],
14811402
"tags": [

0 commit comments

Comments
 (0)