File tree 1 file changed +13
-39
lines changed
1 file changed +13
-39
lines changed Original file line number Diff line number Diff line change 77
77
"get" : {
78
78
"summary" : " Get Bar" ,
79
79
"operationId" : " barGet" ,
80
- "consumes" : [
81
- " application\/ json"
82
- ],
80
+ "consumes" : [],
83
81
"produces" : [
84
82
" application\/ json"
85
83
],
521
519
"get" : {
522
520
"summary" : " Get Foo" ,
523
521
"operationId" : " fooGet" ,
524
- "consumes" : [
525
- " application\/ json"
526
- ],
522
+ "consumes" : [],
527
523
"produces" : [
528
524
" application\/ json"
529
525
],
965
961
"get" : {
966
962
"summary" : " 400 Error" ,
967
963
"operationId" : " generalError400" ,
968
- "consumes" : [
969
- " application\/ json"
970
- ],
964
+ "consumes" : [],
971
965
"produces" : [
972
966
" application\/ json"
973
967
],
1020
1014
"get" : {
1021
1015
"summary" : " 500 Error" ,
1022
1016
"operationId" : " generalError500" ,
1023
- "consumes" : [
1024
- " application\/ json"
1025
- ],
1017
+ "consumes" : [],
1026
1018
"produces" : [
1027
1019
" application\/ json"
1028
1020
],
1075
1067
"get" : {
1076
1068
"summary" : " 502 Error" ,
1077
1069
"operationId" : " generalError502" ,
1078
- "consumes" : [
1079
- " application\/ json"
1080
- ],
1070
+ "consumes" : [],
1081
1071
"produces" : [
1082
1072
" text\/ plain"
1083
1073
],
1126
1116
"get" : {
1127
1117
"summary" : " Download File" ,
1128
1118
"operationId" : " generalDownload" ,
1129
- "consumes" : [
1130
- " application\/ json"
1131
- ],
1119
+ "consumes" : [],
1132
1120
"produces" : [
1133
1121
" *\/ *"
1134
1122
],
1181
1169
"get" : {
1182
1170
"summary" : " Empty Response" ,
1183
1171
"operationId" : " generalEmpty" ,
1184
- "consumes" : [
1185
- " application\/ json"
1186
- ],
1172
+ "consumes" : [],
1187
1173
"produces" : [],
1188
1174
"tags" : [
1189
1175
" general"
1319
1305
"get" : {
1320
1306
"summary" : " Get Cookie" ,
1321
1307
"operationId" : " generalGetCookie" ,
1322
- "consumes" : [
1323
- " application\/ json"
1324
- ],
1308
+ "consumes" : [],
1325
1309
"produces" : [
1326
1310
" application\/ json"
1327
1311
],
1374
1358
"get" : {
1375
1359
"summary" : " Get headers" ,
1376
1360
"operationId" : " generalHeaders" ,
1377
- "consumes" : [
1378
- " application\/ json"
1379
- ],
1361
+ "consumes" : [],
1380
1362
"produces" : [],
1381
1363
"tags" : [
1382
1364
" general"
1514
1496
"get" : {
1515
1497
"summary" : " Redirect" ,
1516
1498
"operationId" : " generalRedirect" ,
1517
- "consumes" : [
1518
- " application\/ json"
1519
- ],
1499
+ "consumes" : [],
1520
1500
"produces" : [
1521
1501
" text\/ html"
1522
1502
],
1566
1546
"get" : {
1567
1547
"summary" : " Redirected" ,
1568
1548
"operationId" : " generalRedirected" ,
1569
- "consumes" : [
1570
- " application\/ json"
1571
- ],
1549
+ "consumes" : [],
1572
1550
"produces" : [
1573
1551
" application\/ json"
1574
1552
],
1621
1599
"get" : {
1622
1600
"summary" : " Set Cookie" ,
1623
1601
"operationId" : " generalSetCookie" ,
1624
- "consumes" : [
1625
- " application\/ json"
1626
- ],
1602
+ "consumes" : [],
1627
1603
"produces" : [
1628
1604
" application\/ json"
1629
1605
],
1767
1743
"get" : {
1768
1744
"summary" : " OAuth2" ,
1769
1745
"operationId" : " generalOAuth2" ,
1770
- "consumes" : [
1771
- " application\/ json"
1772
- ],
1746
+ "consumes" : [],
1773
1747
"produces" : [
1774
1748
" text\/ plain"
1775
1749
],
You can’t perform that action at this time.
0 commit comments