rclone-openapi 1.74.0 → 1.74.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/openapi.json CHANGED
@@ -31,6 +31,9 @@
31
31
  },
32
32
  {
33
33
  "$ref": "#/components/parameters/GlobalAsyncParam"
34
+ },
35
+ {
36
+ "$ref": "#/components/parameters/PreferAsyncHeader"
34
37
  }
35
38
  ],
36
39
  "requestBody": {
@@ -46,6 +49,9 @@
46
49
  "200": {
47
50
  "$ref": "#/components/responses/RcNoopResponse"
48
51
  },
52
+ "202": {
53
+ "$ref": "#/components/responses/AsyncJobResponse"
54
+ },
49
55
  "4XX": {
50
56
  "$ref": "#/components/responses/RcError"
51
57
  },
@@ -70,6 +76,9 @@
70
76
  },
71
77
  {
72
78
  "$ref": "#/components/parameters/GlobalAsyncParam"
79
+ },
80
+ {
81
+ "$ref": "#/components/parameters/PreferAsyncHeader"
73
82
  }
74
83
  ],
75
84
  "requestBody": {
@@ -85,6 +94,9 @@
85
94
  "200": {
86
95
  "$ref": "#/components/responses/EmptyObjectResponse"
87
96
  },
97
+ "202": {
98
+ "$ref": "#/components/responses/AsyncJobResponse"
99
+ },
88
100
  "4XX": {
89
101
  "$ref": "#/components/responses/RcError"
90
102
  },
@@ -118,6 +130,9 @@
118
130
  },
119
131
  {
120
132
  "$ref": "#/components/parameters/GlobalAsyncParam"
133
+ },
134
+ {
135
+ "$ref": "#/components/parameters/PreferAsyncHeader"
121
136
  }
122
137
  ],
123
138
  "requestBody": {
@@ -133,6 +148,9 @@
133
148
  "200": {
134
149
  "$ref": "#/components/responses/EmptyObjectResponse"
135
150
  },
151
+ "202": {
152
+ "$ref": "#/components/responses/AsyncJobResponse"
153
+ },
136
154
  "4XX": {
137
155
  "$ref": "#/components/responses/RcError"
138
156
  },
@@ -166,6 +184,9 @@
166
184
  },
167
185
  {
168
186
  "$ref": "#/components/parameters/GlobalAsyncParam"
187
+ },
188
+ {
189
+ "$ref": "#/components/parameters/PreferAsyncHeader"
169
190
  }
170
191
  ],
171
192
  "requestBody": {
@@ -181,6 +202,9 @@
181
202
  "200": {
182
203
  "$ref": "#/components/responses/EmptyObjectResponse"
183
204
  },
205
+ "202": {
206
+ "$ref": "#/components/responses/AsyncJobResponse"
207
+ },
184
208
  "4XX": {
185
209
  "$ref": "#/components/responses/RcError"
186
210
  },
@@ -211,6 +235,9 @@
211
235
  },
212
236
  {
213
237
  "$ref": "#/components/parameters/GlobalAsyncParam"
238
+ },
239
+ {
240
+ "$ref": "#/components/parameters/PreferAsyncHeader"
214
241
  }
215
242
  ],
216
243
  "requestBody": {
@@ -226,6 +253,9 @@
226
253
  "200": {
227
254
  "$ref": "#/components/responses/EmptyObjectResponse"
228
255
  },
256
+ "202": {
257
+ "$ref": "#/components/responses/AsyncJobResponse"
258
+ },
229
259
  "4XX": {
230
260
  "$ref": "#/components/responses/RcError"
231
261
  },
@@ -253,6 +283,9 @@
253
283
  },
254
284
  {
255
285
  "$ref": "#/components/parameters/GlobalAsyncParam"
286
+ },
287
+ {
288
+ "$ref": "#/components/parameters/PreferAsyncHeader"
256
289
  }
257
290
  ],
258
291
  "requestBody": {
@@ -268,6 +301,9 @@
268
301
  "200": {
269
302
  "$ref": "#/components/responses/EmptyObjectResponse"
270
303
  },
304
+ "202": {
305
+ "$ref": "#/components/responses/AsyncJobResponse"
306
+ },
271
307
  "4XX": {
272
308
  "$ref": "#/components/responses/RcError"
273
309
  },
@@ -292,6 +328,9 @@
292
328
  },
293
329
  {
294
330
  "$ref": "#/components/parameters/GlobalAsyncParam"
331
+ },
332
+ {
333
+ "$ref": "#/components/parameters/PreferAsyncHeader"
295
334
  }
296
335
  ],
297
336
  "requestBody": {
@@ -307,6 +346,9 @@
307
346
  "200": {
308
347
  "$ref": "#/components/responses/OperationsFsinfoResponse"
309
348
  },
349
+ "202": {
350
+ "$ref": "#/components/responses/AsyncJobResponse"
351
+ },
310
352
  "4XX": {
311
353
  "$ref": "#/components/responses/RcError"
312
354
  },
@@ -340,6 +382,9 @@
340
382
  },
341
383
  {
342
384
  "$ref": "#/components/parameters/GlobalAsyncParam"
385
+ },
386
+ {
387
+ "$ref": "#/components/parameters/PreferAsyncHeader"
343
388
  }
344
389
  ],
345
390
  "requestBody": {
@@ -355,6 +400,9 @@
355
400
  "200": {
356
401
  "$ref": "#/components/responses/OperationsHashsumResponse"
357
402
  },
403
+ "202": {
404
+ "$ref": "#/components/responses/AsyncJobResponse"
405
+ },
358
406
  "4XX": {
359
407
  "$ref": "#/components/responses/RcError"
360
408
  },
@@ -391,6 +439,9 @@
391
439
  },
392
440
  {
393
441
  "$ref": "#/components/parameters/GlobalAsyncParam"
442
+ },
443
+ {
444
+ "$ref": "#/components/parameters/PreferAsyncHeader"
394
445
  }
395
446
  ],
396
447
  "requestBody": {
@@ -406,6 +457,9 @@
406
457
  "200": {
407
458
  "$ref": "#/components/responses/OperationsHashsumfileResponse"
408
459
  },
460
+ "202": {
461
+ "$ref": "#/components/responses/AsyncJobResponse"
462
+ },
409
463
  "4XX": {
410
464
  "$ref": "#/components/responses/RcError"
411
465
  },
@@ -439,6 +493,9 @@
439
493
  },
440
494
  {
441
495
  "$ref": "#/components/parameters/GlobalAsyncParam"
496
+ },
497
+ {
498
+ "$ref": "#/components/parameters/PreferAsyncHeader"
442
499
  }
443
500
  ],
444
501
  "requestBody": {
@@ -454,6 +511,9 @@
454
511
  "200": {
455
512
  "$ref": "#/components/responses/EmptyObjectResponse"
456
513
  },
514
+ "202": {
515
+ "$ref": "#/components/responses/AsyncJobResponse"
516
+ },
457
517
  "4XX": {
458
518
  "$ref": "#/components/responses/RcError"
459
519
  },
@@ -487,6 +547,9 @@
487
547
  },
488
548
  {
489
549
  "$ref": "#/components/parameters/GlobalAsyncParam"
550
+ },
551
+ {
552
+ "$ref": "#/components/parameters/PreferAsyncHeader"
490
553
  }
491
554
  ],
492
555
  "requestBody": {
@@ -502,6 +565,9 @@
502
565
  "200": {
503
566
  "$ref": "#/components/responses/OperationsPubliclinkResponse"
504
567
  },
568
+ "202": {
569
+ "$ref": "#/components/responses/AsyncJobResponse"
570
+ },
505
571
  "4XX": {
506
572
  "$ref": "#/components/responses/RcError"
507
573
  },
@@ -532,6 +598,9 @@
532
598
  },
533
599
  {
534
600
  "$ref": "#/components/parameters/GlobalAsyncParam"
601
+ },
602
+ {
603
+ "$ref": "#/components/parameters/PreferAsyncHeader"
535
604
  }
536
605
  ],
537
606
  "requestBody": {
@@ -547,6 +616,9 @@
547
616
  "200": {
548
617
  "$ref": "#/components/responses/EmptyObjectResponse"
549
618
  },
619
+ "202": {
620
+ "$ref": "#/components/responses/AsyncJobResponse"
621
+ },
550
622
  "4XX": {
551
623
  "$ref": "#/components/responses/RcError"
552
624
  },
@@ -571,6 +643,9 @@
571
643
  },
572
644
  {
573
645
  "$ref": "#/components/parameters/GlobalAsyncParam"
646
+ },
647
+ {
648
+ "$ref": "#/components/parameters/PreferAsyncHeader"
574
649
  }
575
650
  ],
576
651
  "requestBody": {
@@ -586,6 +661,9 @@
586
661
  "200": {
587
662
  "$ref": "#/components/responses/EmptyObjectResponse"
588
663
  },
664
+ "202": {
665
+ "$ref": "#/components/responses/AsyncJobResponse"
666
+ },
589
667
  "4XX": {
590
668
  "$ref": "#/components/responses/RcError"
591
669
  },
@@ -613,6 +691,9 @@
613
691
  },
614
692
  {
615
693
  "$ref": "#/components/parameters/GlobalAsyncParam"
694
+ },
695
+ {
696
+ "$ref": "#/components/parameters/PreferAsyncHeader"
616
697
  }
617
698
  ],
618
699
  "requestBody": {
@@ -628,6 +709,9 @@
628
709
  "200": {
629
710
  "$ref": "#/components/responses/EmptyObjectResponse"
630
711
  },
712
+ "202": {
713
+ "$ref": "#/components/responses/AsyncJobResponse"
714
+ },
631
715
  "4XX": {
632
716
  "$ref": "#/components/responses/RcError"
633
717
  },
@@ -652,6 +736,9 @@
652
736
  },
653
737
  {
654
738
  "$ref": "#/components/parameters/GlobalAsyncParam"
739
+ },
740
+ {
741
+ "$ref": "#/components/parameters/PreferAsyncHeader"
655
742
  }
656
743
  ],
657
744
  "requestBody": {
@@ -667,6 +754,9 @@
667
754
  "200": {
668
755
  "$ref": "#/components/responses/OperationsSizeResponse"
669
756
  },
757
+ "202": {
758
+ "$ref": "#/components/responses/AsyncJobResponse"
759
+ },
670
760
  "4XX": {
671
761
  "$ref": "#/components/responses/RcError"
672
762
  },
@@ -691,6 +781,9 @@
691
781
  },
692
782
  {
693
783
  "$ref": "#/components/parameters/GlobalAsyncParam"
784
+ },
785
+ {
786
+ "$ref": "#/components/parameters/PreferAsyncHeader"
694
787
  }
695
788
  ],
696
789
  "requestBody": {
@@ -706,6 +799,9 @@
706
799
  "200": {
707
800
  "$ref": "#/components/responses/CoreBwlimitResponse"
708
801
  },
802
+ "202": {
803
+ "$ref": "#/components/responses/AsyncJobResponse"
804
+ },
709
805
  "4XX": {
710
806
  "$ref": "#/components/responses/RcError"
711
807
  },
@@ -739,6 +835,9 @@
739
835
  },
740
836
  {
741
837
  "$ref": "#/components/parameters/GlobalAsyncParam"
838
+ },
839
+ {
840
+ "$ref": "#/components/parameters/PreferAsyncHeader"
742
841
  }
743
842
  ],
744
843
  "requestBody": {
@@ -754,6 +853,9 @@
754
853
  "200": {
755
854
  "$ref": "#/components/responses/CoreCommandResponse"
756
855
  },
856
+ "202": {
857
+ "$ref": "#/components/responses/AsyncJobResponse"
858
+ },
757
859
  "4XX": {
758
860
  "$ref": "#/components/responses/RcError"
759
861
  },
@@ -775,6 +877,9 @@
775
877
  },
776
878
  {
777
879
  "$ref": "#/components/parameters/GlobalAsyncParam"
880
+ },
881
+ {
882
+ "$ref": "#/components/parameters/PreferAsyncHeader"
778
883
  }
779
884
  ],
780
885
  "requestBody": {
@@ -790,6 +895,9 @@
790
895
  "200": {
791
896
  "$ref": "#/components/responses/CoreDisksResponse"
792
897
  },
898
+ "202": {
899
+ "$ref": "#/components/responses/AsyncJobResponse"
900
+ },
793
901
  "4XX": {
794
902
  "$ref": "#/components/responses/RcError"
795
903
  },
@@ -814,6 +922,9 @@
814
922
  },
815
923
  {
816
924
  "$ref": "#/components/parameters/GlobalAsyncParam"
925
+ },
926
+ {
927
+ "$ref": "#/components/parameters/PreferAsyncHeader"
817
928
  }
818
929
  ],
819
930
  "requestBody": {
@@ -829,6 +940,9 @@
829
940
  "200": {
830
941
  "$ref": "#/components/responses/CoreDuResponse"
831
942
  },
943
+ "202": {
944
+ "$ref": "#/components/responses/AsyncJobResponse"
945
+ },
832
946
  "4XX": {
833
947
  "$ref": "#/components/responses/RcError"
834
948
  },
@@ -850,6 +964,9 @@
850
964
  },
851
965
  {
852
966
  "$ref": "#/components/parameters/GlobalAsyncParam"
967
+ },
968
+ {
969
+ "$ref": "#/components/parameters/PreferAsyncHeader"
853
970
  }
854
971
  ],
855
972
  "requestBody": {
@@ -865,6 +982,9 @@
865
982
  "200": {
866
983
  "$ref": "#/components/responses/EmptyObjectResponse"
867
984
  },
985
+ "202": {
986
+ "$ref": "#/components/responses/AsyncJobResponse"
987
+ },
868
988
  "4XX": {
869
989
  "$ref": "#/components/responses/RcError"
870
990
  },
@@ -886,6 +1006,9 @@
886
1006
  },
887
1007
  {
888
1008
  "$ref": "#/components/parameters/GlobalAsyncParam"
1009
+ },
1010
+ {
1011
+ "$ref": "#/components/parameters/PreferAsyncHeader"
889
1012
  }
890
1013
  ],
891
1014
  "requestBody": {
@@ -919,6 +1042,9 @@
919
1042
  }
920
1043
  }
921
1044
  },
1045
+ "202": {
1046
+ "$ref": "#/components/responses/AsyncJobResponse"
1047
+ },
922
1048
  "4XX": {
923
1049
  "$ref": "#/components/responses/RcError"
924
1050
  },
@@ -940,6 +1066,9 @@
940
1066
  },
941
1067
  {
942
1068
  "$ref": "#/components/parameters/GlobalAsyncParam"
1069
+ },
1070
+ {
1071
+ "$ref": "#/components/parameters/PreferAsyncHeader"
943
1072
  }
944
1073
  ],
945
1074
  "requestBody": {
@@ -965,6 +1094,9 @@
965
1094
  }
966
1095
  }
967
1096
  },
1097
+ "202": {
1098
+ "$ref": "#/components/responses/AsyncJobResponse"
1099
+ },
968
1100
  "4XX": {
969
1101
  "$ref": "#/components/responses/RcError"
970
1102
  },
@@ -989,6 +1121,9 @@
989
1121
  },
990
1122
  {
991
1123
  "$ref": "#/components/parameters/GlobalAsyncParam"
1124
+ },
1125
+ {
1126
+ "$ref": "#/components/parameters/PreferAsyncHeader"
992
1127
  }
993
1128
  ],
994
1129
  "requestBody": {
@@ -1019,6 +1154,9 @@
1019
1154
  }
1020
1155
  }
1021
1156
  },
1157
+ "202": {
1158
+ "$ref": "#/components/responses/AsyncJobResponse"
1159
+ },
1022
1160
  "4XX": {
1023
1161
  "$ref": "#/components/responses/RcError"
1024
1162
  },
@@ -1040,6 +1178,9 @@
1040
1178
  },
1041
1179
  {
1042
1180
  "$ref": "#/components/parameters/GlobalAsyncParam"
1181
+ },
1182
+ {
1183
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1043
1184
  }
1044
1185
  ],
1045
1186
  "requestBody": {
@@ -1070,6 +1211,9 @@
1070
1211
  }
1071
1212
  }
1072
1213
  },
1214
+ "202": {
1215
+ "$ref": "#/components/responses/AsyncJobResponse"
1216
+ },
1073
1217
  "4XX": {
1074
1218
  "$ref": "#/components/responses/RcError"
1075
1219
  },
@@ -1094,6 +1238,9 @@
1094
1238
  },
1095
1239
  {
1096
1240
  "$ref": "#/components/parameters/GlobalAsyncParam"
1241
+ },
1242
+ {
1243
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1097
1244
  }
1098
1245
  ],
1099
1246
  "requestBody": {
@@ -1109,6 +1256,9 @@
1109
1256
  "200": {
1110
1257
  "$ref": "#/components/responses/EmptyObjectResponse"
1111
1258
  },
1259
+ "202": {
1260
+ "$ref": "#/components/responses/AsyncJobResponse"
1261
+ },
1112
1262
  "4XX": {
1113
1263
  "$ref": "#/components/responses/RcError"
1114
1264
  },
@@ -1133,6 +1283,9 @@
1133
1283
  },
1134
1284
  {
1135
1285
  "$ref": "#/components/parameters/GlobalAsyncParam"
1286
+ },
1287
+ {
1288
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1136
1289
  }
1137
1290
  ],
1138
1291
  "requestBody": {
@@ -1148,6 +1301,9 @@
1148
1301
  "200": {
1149
1302
  "$ref": "#/components/responses/EmptyObjectResponse"
1150
1303
  },
1304
+ "202": {
1305
+ "$ref": "#/components/responses/AsyncJobResponse"
1306
+ },
1151
1307
  "4XX": {
1152
1308
  "$ref": "#/components/responses/RcError"
1153
1309
  },
@@ -1172,6 +1328,9 @@
1172
1328
  },
1173
1329
  {
1174
1330
  "$ref": "#/components/parameters/GlobalAsyncParam"
1331
+ },
1332
+ {
1333
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1175
1334
  }
1176
1335
  ],
1177
1336
  "requestBody": {
@@ -1187,6 +1346,9 @@
1187
1346
  "200": {
1188
1347
  "$ref": "#/components/responses/EmptyObjectResponse"
1189
1348
  },
1349
+ "202": {
1350
+ "$ref": "#/components/responses/AsyncJobResponse"
1351
+ },
1190
1352
  "4XX": {
1191
1353
  "$ref": "#/components/responses/RcError"
1192
1354
  },
@@ -1211,6 +1373,9 @@
1211
1373
  },
1212
1374
  {
1213
1375
  "$ref": "#/components/parameters/GlobalAsyncParam"
1376
+ },
1377
+ {
1378
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1214
1379
  }
1215
1380
  ],
1216
1381
  "requestBody": {
@@ -1226,6 +1391,9 @@
1226
1391
  "200": {
1227
1392
  "$ref": "#/components/responses/CoreTransferredResponse"
1228
1393
  },
1394
+ "202": {
1395
+ "$ref": "#/components/responses/AsyncJobResponse"
1396
+ },
1229
1397
  "4XX": {
1230
1398
  "$ref": "#/components/responses/RcError"
1231
1399
  },
@@ -1248,6 +1416,9 @@
1248
1416
  },
1249
1417
  {
1250
1418
  "$ref": "#/components/parameters/GlobalAsyncParam"
1419
+ },
1420
+ {
1421
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1251
1422
  }
1252
1423
  ],
1253
1424
  "requestBody": {
@@ -1263,6 +1434,9 @@
1263
1434
  "200": {
1264
1435
  "$ref": "#/components/responses/EmptyObjectResponse"
1265
1436
  },
1437
+ "202": {
1438
+ "$ref": "#/components/responses/AsyncJobResponse"
1439
+ },
1266
1440
  "4XX": {
1267
1441
  "$ref": "#/components/responses/RcError"
1268
1442
  },
@@ -1285,6 +1459,9 @@
1285
1459
  },
1286
1460
  {
1287
1461
  "$ref": "#/components/parameters/GlobalAsyncParam"
1462
+ },
1463
+ {
1464
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1288
1465
  }
1289
1466
  ],
1290
1467
  "requestBody": {
@@ -1300,6 +1477,9 @@
1300
1477
  "200": {
1301
1478
  "$ref": "#/components/responses/DebugSetGcPercentResponse"
1302
1479
  },
1480
+ "202": {
1481
+ "$ref": "#/components/responses/AsyncJobResponse"
1482
+ },
1303
1483
  "4XX": {
1304
1484
  "$ref": "#/components/responses/RcError"
1305
1485
  },
@@ -1322,6 +1502,9 @@
1322
1502
  },
1323
1503
  {
1324
1504
  "$ref": "#/components/parameters/GlobalAsyncParam"
1505
+ },
1506
+ {
1507
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1325
1508
  }
1326
1509
  ],
1327
1510
  "requestBody": {
@@ -1337,6 +1520,9 @@
1337
1520
  "200": {
1338
1521
  "$ref": "#/components/responses/DebugSetMutexProfileFractionResponse"
1339
1522
  },
1523
+ "202": {
1524
+ "$ref": "#/components/responses/AsyncJobResponse"
1525
+ },
1340
1526
  "4XX": {
1341
1527
  "$ref": "#/components/responses/RcError"
1342
1528
  },
@@ -1359,6 +1545,9 @@
1359
1545
  },
1360
1546
  {
1361
1547
  "$ref": "#/components/parameters/GlobalAsyncParam"
1548
+ },
1549
+ {
1550
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1362
1551
  }
1363
1552
  ],
1364
1553
  "requestBody": {
@@ -1374,6 +1563,9 @@
1374
1563
  "200": {
1375
1564
  "$ref": "#/components/responses/DebugSetSoftMemoryLimitResponse"
1376
1565
  },
1566
+ "202": {
1567
+ "$ref": "#/components/responses/AsyncJobResponse"
1568
+ },
1377
1569
  "4XX": {
1378
1570
  "$ref": "#/components/responses/RcError"
1379
1571
  },
@@ -1393,6 +1585,9 @@
1393
1585
  },
1394
1586
  {
1395
1587
  "$ref": "#/components/parameters/GlobalAsyncParam"
1588
+ },
1589
+ {
1590
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1396
1591
  }
1397
1592
  ],
1398
1593
  "requestBody": {
@@ -1408,6 +1603,9 @@
1408
1603
  "200": {
1409
1604
  "$ref": "#/components/responses/EmptyObjectResponse"
1410
1605
  },
1606
+ "202": {
1607
+ "$ref": "#/components/responses/AsyncJobResponse"
1608
+ },
1411
1609
  "4XX": {
1412
1610
  "$ref": "#/components/responses/RcError"
1413
1611
  },
@@ -1427,6 +1625,9 @@
1427
1625
  },
1428
1626
  {
1429
1627
  "$ref": "#/components/parameters/GlobalAsyncParam"
1628
+ },
1629
+ {
1630
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1430
1631
  }
1431
1632
  ],
1432
1633
  "requestBody": {
@@ -1442,6 +1643,9 @@
1442
1643
  "200": {
1443
1644
  "$ref": "#/components/responses/FscacheEntriesResponse"
1444
1645
  },
1646
+ "202": {
1647
+ "$ref": "#/components/responses/AsyncJobResponse"
1648
+ },
1445
1649
  "4XX": {
1446
1650
  "$ref": "#/components/responses/RcError"
1447
1651
  },
@@ -1461,6 +1665,9 @@
1461
1665
  },
1462
1666
  {
1463
1667
  "$ref": "#/components/parameters/GlobalAsyncParam"
1668
+ },
1669
+ {
1670
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1464
1671
  }
1465
1672
  ],
1466
1673
  "requestBody": {
@@ -1476,6 +1683,9 @@
1476
1683
  "200": {
1477
1684
  "$ref": "#/components/responses/MountListmountsResponse"
1478
1685
  },
1686
+ "202": {
1687
+ "$ref": "#/components/responses/AsyncJobResponse"
1688
+ },
1479
1689
  "4XX": {
1480
1690
  "$ref": "#/components/responses/RcError"
1481
1691
  },
@@ -1516,6 +1726,9 @@
1516
1726
  },
1517
1727
  {
1518
1728
  "$ref": "#/components/parameters/GlobalAsyncParam"
1729
+ },
1730
+ {
1731
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1519
1732
  }
1520
1733
  ],
1521
1734
  "requestBody": {
@@ -1531,6 +1744,9 @@
1531
1744
  "200": {
1532
1745
  "$ref": "#/components/responses/EmptyObjectResponse"
1533
1746
  },
1747
+ "202": {
1748
+ "$ref": "#/components/responses/AsyncJobResponse"
1749
+ },
1534
1750
  "4XX": {
1535
1751
  "$ref": "#/components/responses/RcError"
1536
1752
  },
@@ -1550,6 +1766,9 @@
1550
1766
  },
1551
1767
  {
1552
1768
  "$ref": "#/components/parameters/GlobalAsyncParam"
1769
+ },
1770
+ {
1771
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1553
1772
  }
1554
1773
  ],
1555
1774
  "requestBody": {
@@ -1565,6 +1784,9 @@
1565
1784
  "200": {
1566
1785
  "$ref": "#/components/responses/MountTypesResponse"
1567
1786
  },
1787
+ "202": {
1788
+ "$ref": "#/components/responses/AsyncJobResponse"
1789
+ },
1568
1790
  "4XX": {
1569
1791
  "$ref": "#/components/responses/RcError"
1570
1792
  },
@@ -1587,6 +1809,9 @@
1587
1809
  },
1588
1810
  {
1589
1811
  "$ref": "#/components/parameters/GlobalAsyncParam"
1812
+ },
1813
+ {
1814
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1590
1815
  }
1591
1816
  ],
1592
1817
  "requestBody": {
@@ -1602,6 +1827,9 @@
1602
1827
  "200": {
1603
1828
  "$ref": "#/components/responses/EmptyObjectResponse"
1604
1829
  },
1830
+ "202": {
1831
+ "$ref": "#/components/responses/AsyncJobResponse"
1832
+ },
1605
1833
  "4XX": {
1606
1834
  "$ref": "#/components/responses/RcError"
1607
1835
  },
@@ -1621,6 +1849,9 @@
1621
1849
  },
1622
1850
  {
1623
1851
  "$ref": "#/components/parameters/GlobalAsyncParam"
1852
+ },
1853
+ {
1854
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1624
1855
  }
1625
1856
  ],
1626
1857
  "requestBody": {
@@ -1636,6 +1867,9 @@
1636
1867
  "200": {
1637
1868
  "$ref": "#/components/responses/EmptyObjectResponse"
1638
1869
  },
1870
+ "202": {
1871
+ "$ref": "#/components/responses/AsyncJobResponse"
1872
+ },
1639
1873
  "4XX": {
1640
1874
  "$ref": "#/components/responses/RcError"
1641
1875
  },
@@ -1657,6 +1891,9 @@
1657
1891
  },
1658
1892
  {
1659
1893
  "$ref": "#/components/parameters/GlobalAsyncParam"
1894
+ },
1895
+ {
1896
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1660
1897
  }
1661
1898
  ],
1662
1899
  "requestBody": {
@@ -1672,6 +1909,9 @@
1672
1909
  "200": {
1673
1910
  "$ref": "#/components/responses/RcNoopResponse"
1674
1911
  },
1912
+ "202": {
1913
+ "$ref": "#/components/responses/AsyncJobResponse"
1914
+ },
1675
1915
  "4XX": {
1676
1916
  "$ref": "#/components/responses/RcError"
1677
1917
  },
@@ -1693,6 +1933,9 @@
1693
1933
  },
1694
1934
  {
1695
1935
  "$ref": "#/components/parameters/GlobalAsyncParam"
1936
+ },
1937
+ {
1938
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1696
1939
  }
1697
1940
  ],
1698
1941
  "requestBody": {
@@ -1708,6 +1951,9 @@
1708
1951
  "200": {
1709
1952
  "$ref": "#/components/responses/EmptyResponse"
1710
1953
  },
1954
+ "202": {
1955
+ "$ref": "#/components/responses/AsyncJobResponse"
1956
+ },
1711
1957
  "4XX": {
1712
1958
  "$ref": "#/components/responses/RcError"
1713
1959
  },
@@ -1729,6 +1975,9 @@
1729
1975
  },
1730
1976
  {
1731
1977
  "$ref": "#/components/parameters/GlobalAsyncParam"
1978
+ },
1979
+ {
1980
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1732
1981
  }
1733
1982
  ],
1734
1983
  "requestBody": {
@@ -1744,6 +1993,9 @@
1744
1993
  "200": {
1745
1994
  "$ref": "#/components/responses/RcListResponse"
1746
1995
  },
1996
+ "202": {
1997
+ "$ref": "#/components/responses/AsyncJobResponse"
1998
+ },
1747
1999
  "4XX": {
1748
2000
  "$ref": "#/components/responses/RcError"
1749
2001
  },
@@ -1777,6 +2029,9 @@
1777
2029
  },
1778
2030
  {
1779
2031
  "$ref": "#/components/parameters/GlobalAsyncParam"
2032
+ },
2033
+ {
2034
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1780
2035
  }
1781
2036
  ],
1782
2037
  "requestBody": {
@@ -1792,6 +2047,9 @@
1792
2047
  "200": {
1793
2048
  "$ref": "#/components/responses/BackendCommandResponse"
1794
2049
  },
2050
+ "202": {
2051
+ "$ref": "#/components/responses/AsyncJobResponse"
2052
+ },
1795
2053
  "4XX": {
1796
2054
  "$ref": "#/components/responses/RcError"
1797
2055
  },
@@ -1819,6 +2077,9 @@
1819
2077
  },
1820
2078
  {
1821
2079
  "$ref": "#/components/parameters/GlobalAsyncParam"
2080
+ },
2081
+ {
2082
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1822
2083
  }
1823
2084
  ],
1824
2085
  "requestBody": {
@@ -1834,6 +2095,9 @@
1834
2095
  "200": {
1835
2096
  "$ref": "#/components/responses/EmptyResponse"
1836
2097
  },
2098
+ "202": {
2099
+ "$ref": "#/components/responses/AsyncJobResponse"
2100
+ },
1837
2101
  "4XX": {
1838
2102
  "$ref": "#/components/responses/RcError"
1839
2103
  },
@@ -1861,6 +2125,9 @@
1861
2125
  },
1862
2126
  {
1863
2127
  "$ref": "#/components/parameters/GlobalAsyncParam"
2128
+ },
2129
+ {
2130
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1864
2131
  }
1865
2132
  ],
1866
2133
  "requestBody": {
@@ -1876,6 +2143,9 @@
1876
2143
  "200": {
1877
2144
  "$ref": "#/components/responses/EmptyResponse"
1878
2145
  },
2146
+ "202": {
2147
+ "$ref": "#/components/responses/AsyncJobResponse"
2148
+ },
1879
2149
  "4XX": {
1880
2150
  "$ref": "#/components/responses/RcError"
1881
2151
  },
@@ -1897,6 +2167,9 @@
1897
2167
  },
1898
2168
  {
1899
2169
  "$ref": "#/components/parameters/GlobalAsyncParam"
2170
+ },
2171
+ {
2172
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1900
2173
  }
1901
2174
  ],
1902
2175
  "requestBody": {
@@ -1912,6 +2185,9 @@
1912
2185
  "200": {
1913
2186
  "$ref": "#/components/responses/EmptyResponse"
1914
2187
  },
2188
+ "202": {
2189
+ "$ref": "#/components/responses/AsyncJobResponse"
2190
+ },
1915
2191
  "4XX": {
1916
2192
  "$ref": "#/components/responses/RcError"
1917
2193
  },
@@ -1945,6 +2221,9 @@
1945
2221
  },
1946
2222
  {
1947
2223
  "$ref": "#/components/parameters/GlobalAsyncParam"
2224
+ },
2225
+ {
2226
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1948
2227
  }
1949
2228
  ],
1950
2229
  "requestBody": {
@@ -1960,6 +2239,9 @@
1960
2239
  "200": {
1961
2240
  "$ref": "#/components/responses/EmptyObjectResponse"
1962
2241
  },
2242
+ "202": {
2243
+ "$ref": "#/components/responses/AsyncJobResponse"
2244
+ },
1963
2245
  "4XX": {
1964
2246
  "$ref": "#/components/responses/RcError"
1965
2247
  },
@@ -1984,6 +2266,9 @@
1984
2266
  },
1985
2267
  {
1986
2268
  "$ref": "#/components/parameters/GlobalAsyncParam"
2269
+ },
2270
+ {
2271
+ "$ref": "#/components/parameters/PreferAsyncHeader"
1987
2272
  }
1988
2273
  ],
1989
2274
  "requestBody": {
@@ -1999,6 +2284,9 @@
1999
2284
  "200": {
2000
2285
  "$ref": "#/components/responses/EmptyResponse"
2001
2286
  },
2287
+ "202": {
2288
+ "$ref": "#/components/responses/AsyncJobResponse"
2289
+ },
2002
2290
  "4XX": {
2003
2291
  "$ref": "#/components/responses/RcError"
2004
2292
  },
@@ -2020,6 +2308,9 @@
2020
2308
  },
2021
2309
  {
2022
2310
  "$ref": "#/components/parameters/GlobalAsyncParam"
2311
+ },
2312
+ {
2313
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2023
2314
  }
2024
2315
  ],
2025
2316
  "requestBody": {
@@ -2035,6 +2326,9 @@
2035
2326
  "200": {
2036
2327
  "$ref": "#/components/responses/ConfigDumpResponse"
2037
2328
  },
2329
+ "202": {
2330
+ "$ref": "#/components/responses/AsyncJobResponse"
2331
+ },
2038
2332
  "4XX": {
2039
2333
  "$ref": "#/components/responses/RcError"
2040
2334
  },
@@ -2059,6 +2353,9 @@
2059
2353
  },
2060
2354
  {
2061
2355
  "$ref": "#/components/parameters/GlobalAsyncParam"
2356
+ },
2357
+ {
2358
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2062
2359
  }
2063
2360
  ],
2064
2361
  "requestBody": {
@@ -2074,6 +2371,9 @@
2074
2371
  "200": {
2075
2372
  "$ref": "#/components/responses/ConfigGetResponse"
2076
2373
  },
2374
+ "202": {
2375
+ "$ref": "#/components/responses/AsyncJobResponse"
2376
+ },
2077
2377
  "4XX": {
2078
2378
  "$ref": "#/components/responses/RcError"
2079
2379
  },
@@ -2095,6 +2395,9 @@
2095
2395
  },
2096
2396
  {
2097
2397
  "$ref": "#/components/parameters/GlobalAsyncParam"
2398
+ },
2399
+ {
2400
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2098
2401
  }
2099
2402
  ],
2100
2403
  "requestBody": {
@@ -2110,6 +2413,9 @@
2110
2413
  "200": {
2111
2414
  "$ref": "#/components/responses/ConfigListremotesResponse"
2112
2415
  },
2416
+ "202": {
2417
+ "$ref": "#/components/responses/AsyncJobResponse"
2418
+ },
2113
2419
  "4XX": {
2114
2420
  "$ref": "#/components/responses/RcError"
2115
2421
  },
@@ -2137,6 +2443,9 @@
2137
2443
  },
2138
2444
  {
2139
2445
  "$ref": "#/components/parameters/GlobalAsyncParam"
2446
+ },
2447
+ {
2448
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2140
2449
  }
2141
2450
  ],
2142
2451
  "requestBody": {
@@ -2152,6 +2461,9 @@
2152
2461
  "200": {
2153
2462
  "$ref": "#/components/responses/EmptyResponse"
2154
2463
  },
2464
+ "202": {
2465
+ "$ref": "#/components/responses/AsyncJobResponse"
2466
+ },
2155
2467
  "4XX": {
2156
2468
  "$ref": "#/components/responses/RcError"
2157
2469
  },
@@ -2173,6 +2485,9 @@
2173
2485
  },
2174
2486
  {
2175
2487
  "$ref": "#/components/parameters/GlobalAsyncParam"
2488
+ },
2489
+ {
2490
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2176
2491
  }
2177
2492
  ],
2178
2493
  "requestBody": {
@@ -2188,6 +2503,9 @@
2188
2503
  "200": {
2189
2504
  "$ref": "#/components/responses/ConfigPathsResponse"
2190
2505
  },
2506
+ "202": {
2507
+ "$ref": "#/components/responses/AsyncJobResponse"
2508
+ },
2191
2509
  "4XX": {
2192
2510
  "$ref": "#/components/responses/RcError"
2193
2511
  },
@@ -2209,6 +2527,9 @@
2209
2527
  },
2210
2528
  {
2211
2529
  "$ref": "#/components/parameters/GlobalAsyncParam"
2530
+ },
2531
+ {
2532
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2212
2533
  }
2213
2534
  ],
2214
2535
  "requestBody": {
@@ -2224,6 +2545,9 @@
2224
2545
  "200": {
2225
2546
  "$ref": "#/components/responses/ConfigProvidersResponse"
2226
2547
  },
2548
+ "202": {
2549
+ "$ref": "#/components/responses/AsyncJobResponse"
2550
+ },
2227
2551
  "4XX": {
2228
2552
  "$ref": "#/components/responses/RcError"
2229
2553
  },
@@ -2248,6 +2572,9 @@
2248
2572
  },
2249
2573
  {
2250
2574
  "$ref": "#/components/parameters/GlobalAsyncParam"
2575
+ },
2576
+ {
2577
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2251
2578
  }
2252
2579
  ],
2253
2580
  "requestBody": {
@@ -2263,6 +2590,9 @@
2263
2590
  "200": {
2264
2591
  "$ref": "#/components/responses/EmptyResponse"
2265
2592
  },
2593
+ "202": {
2594
+ "$ref": "#/components/responses/AsyncJobResponse"
2595
+ },
2266
2596
  "4XX": {
2267
2597
  "$ref": "#/components/responses/RcError"
2268
2598
  },
@@ -2287,6 +2617,9 @@
2287
2617
  },
2288
2618
  {
2289
2619
  "$ref": "#/components/parameters/GlobalAsyncParam"
2620
+ },
2621
+ {
2622
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2290
2623
  }
2291
2624
  ],
2292
2625
  "requestBody": {
@@ -2302,6 +2635,9 @@
2302
2635
  "200": {
2303
2636
  "$ref": "#/components/responses/EmptyResponse"
2304
2637
  },
2638
+ "202": {
2639
+ "$ref": "#/components/responses/AsyncJobResponse"
2640
+ },
2305
2641
  "4XX": {
2306
2642
  "$ref": "#/components/responses/RcError"
2307
2643
  },
@@ -2332,6 +2668,9 @@
2332
2668
  },
2333
2669
  {
2334
2670
  "$ref": "#/components/parameters/GlobalAsyncParam"
2671
+ },
2672
+ {
2673
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2335
2674
  }
2336
2675
  ],
2337
2676
  "requestBody": {
@@ -2347,6 +2686,9 @@
2347
2686
  "200": {
2348
2687
  "$ref": "#/components/responses/EmptyObjectResponse"
2349
2688
  },
2689
+ "202": {
2690
+ "$ref": "#/components/responses/AsyncJobResponse"
2691
+ },
2350
2692
  "4XX": {
2351
2693
  "$ref": "#/components/responses/RcError"
2352
2694
  },
@@ -2368,6 +2710,9 @@
2368
2710
  },
2369
2711
  {
2370
2712
  "$ref": "#/components/parameters/GlobalAsyncParam"
2713
+ },
2714
+ {
2715
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2371
2716
  }
2372
2717
  ],
2373
2718
  "requestBody": {
@@ -2383,6 +2728,9 @@
2383
2728
  "200": {
2384
2729
  "$ref": "#/components/responses/CoreVersionResponse"
2385
2730
  },
2731
+ "202": {
2732
+ "$ref": "#/components/responses/AsyncJobResponse"
2733
+ },
2386
2734
  "4XX": {
2387
2735
  "$ref": "#/components/responses/RcError"
2388
2736
  },
@@ -2410,6 +2758,9 @@
2410
2758
  },
2411
2759
  {
2412
2760
  "$ref": "#/components/parameters/GlobalAsyncParam"
2761
+ },
2762
+ {
2763
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2413
2764
  }
2414
2765
  ],
2415
2766
  "requestBody": {
@@ -2425,6 +2776,9 @@
2425
2776
  "200": {
2426
2777
  "$ref": "#/components/responses/CoreStatsResponse"
2427
2778
  },
2779
+ "202": {
2780
+ "$ref": "#/components/responses/AsyncJobResponse"
2781
+ },
2428
2782
  "4XX": {
2429
2783
  "$ref": "#/components/responses/RcError"
2430
2784
  },
@@ -2449,6 +2803,9 @@
2449
2803
  },
2450
2804
  {
2451
2805
  "$ref": "#/components/parameters/GlobalAsyncParam"
2806
+ },
2807
+ {
2808
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2452
2809
  }
2453
2810
  ],
2454
2811
  "requestBody": {
@@ -2464,6 +2821,9 @@
2464
2821
  "200": {
2465
2822
  "$ref": "#/components/responses/JobBatchResponse"
2466
2823
  },
2824
+ "202": {
2825
+ "$ref": "#/components/responses/AsyncJobResponse"
2826
+ },
2467
2827
  "4XX": {
2468
2828
  "$ref": "#/components/responses/RcError"
2469
2829
  },
@@ -2482,6 +2842,9 @@
2482
2842
  "parameters": [
2483
2843
  {
2484
2844
  "$ref": "#/components/parameters/GlobalAsyncParam"
2845
+ },
2846
+ {
2847
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2485
2848
  }
2486
2849
  ],
2487
2850
  "requestBody": {
@@ -2497,6 +2860,9 @@
2497
2860
  "200": {
2498
2861
  "$ref": "#/components/responses/JobListResponse"
2499
2862
  },
2863
+ "202": {
2864
+ "$ref": "#/components/responses/AsyncJobResponse"
2865
+ },
2500
2866
  "4XX": {
2501
2867
  "$ref": "#/components/responses/RcError"
2502
2868
  },
@@ -2518,6 +2884,9 @@
2518
2884
  },
2519
2885
  {
2520
2886
  "$ref": "#/components/parameters/GlobalAsyncParam"
2887
+ },
2888
+ {
2889
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2521
2890
  }
2522
2891
  ],
2523
2892
  "requestBody": {
@@ -2533,6 +2902,9 @@
2533
2902
  "200": {
2534
2903
  "$ref": "#/components/responses/JobStatusResponse"
2535
2904
  },
2905
+ "202": {
2906
+ "$ref": "#/components/responses/AsyncJobResponse"
2907
+ },
2536
2908
  "4XX": {
2537
2909
  "$ref": "#/components/responses/RcError"
2538
2910
  },
@@ -2554,6 +2926,9 @@
2554
2926
  },
2555
2927
  {
2556
2928
  "$ref": "#/components/parameters/GlobalAsyncParam"
2929
+ },
2930
+ {
2931
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2557
2932
  }
2558
2933
  ],
2559
2934
  "requestBody": {
@@ -2569,6 +2944,9 @@
2569
2944
  "200": {
2570
2945
  "$ref": "#/components/responses/EmptyObjectResponse"
2571
2946
  },
2947
+ "202": {
2948
+ "$ref": "#/components/responses/AsyncJobResponse"
2949
+ },
2572
2950
  "4XX": {
2573
2951
  "$ref": "#/components/responses/RcError"
2574
2952
  },
@@ -2590,6 +2968,9 @@
2590
2968
  },
2591
2969
  {
2592
2970
  "$ref": "#/components/parameters/GlobalAsyncParam"
2971
+ },
2972
+ {
2973
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2593
2974
  }
2594
2975
  ],
2595
2976
  "requestBody": {
@@ -2605,6 +2986,9 @@
2605
2986
  "200": {
2606
2987
  "$ref": "#/components/responses/EmptyObjectResponse"
2607
2988
  },
2989
+ "202": {
2990
+ "$ref": "#/components/responses/AsyncJobResponse"
2991
+ },
2608
2992
  "4XX": {
2609
2993
  "$ref": "#/components/responses/RcError"
2610
2994
  },
@@ -2665,6 +3049,9 @@
2665
3049
  },
2666
3050
  {
2667
3051
  "$ref": "#/components/parameters/GlobalAsyncParam"
3052
+ },
3053
+ {
3054
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2668
3055
  }
2669
3056
  ],
2670
3057
  "requestBody": {
@@ -2680,6 +3067,9 @@
2680
3067
  "200": {
2681
3068
  "$ref": "#/components/responses/OperationsListResponse"
2682
3069
  },
3070
+ "202": {
3071
+ "$ref": "#/components/responses/AsyncJobResponse"
3072
+ },
2683
3073
  "4XX": {
2684
3074
  "$ref": "#/components/responses/RcError"
2685
3075
  },
@@ -2710,6 +3100,9 @@
2710
3100
  },
2711
3101
  {
2712
3102
  "$ref": "#/components/parameters/GlobalAsyncParam"
3103
+ },
3104
+ {
3105
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2713
3106
  }
2714
3107
  ],
2715
3108
  "requestBody": {
@@ -2725,6 +3118,9 @@
2725
3118
  "200": {
2726
3119
  "$ref": "#/components/responses/OperationsStatResponse"
2727
3120
  },
3121
+ "202": {
3122
+ "$ref": "#/components/responses/AsyncJobResponse"
3123
+ },
2728
3124
  "4XX": {
2729
3125
  "$ref": "#/components/responses/RcError"
2730
3126
  },
@@ -2749,6 +3145,9 @@
2749
3145
  },
2750
3146
  {
2751
3147
  "$ref": "#/components/parameters/GlobalAsyncParam"
3148
+ },
3149
+ {
3150
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2752
3151
  }
2753
3152
  ],
2754
3153
  "requestBody": {
@@ -2764,6 +3163,9 @@
2764
3163
  "200": {
2765
3164
  "$ref": "#/components/responses/OperationsAboutResponse"
2766
3165
  },
3166
+ "202": {
3167
+ "$ref": "#/components/responses/AsyncJobResponse"
3168
+ },
2767
3169
  "4XX": {
2768
3170
  "$ref": "#/components/responses/RcError"
2769
3171
  },
@@ -2791,15 +3193,16 @@
2791
3193
  },
2792
3194
  {
2793
3195
  "$ref": "#/components/parameters/GlobalAsyncParam"
3196
+ },
3197
+ {
3198
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2794
3199
  }
2795
3200
  ],
2796
3201
  "requestBody": {
2797
3202
  "description": "Multipart form payload containing one or more files to upload.",
2798
3203
  "content": {
2799
3204
  "multipart/form-data": {
2800
- "schema": {
2801
- "nullable": true
2802
- }
3205
+ "schema": {}
2803
3206
  }
2804
3207
  }
2805
3208
  },
@@ -2807,6 +3210,9 @@
2807
3210
  "200": {
2808
3211
  "$ref": "#/components/responses/EmptyObjectResponse"
2809
3212
  },
3213
+ "202": {
3214
+ "$ref": "#/components/responses/AsyncJobResponse"
3215
+ },
2810
3216
  "4XX": {
2811
3217
  "$ref": "#/components/responses/RcError"
2812
3218
  },
@@ -2840,6 +3246,9 @@
2840
3246
  },
2841
3247
  {
2842
3248
  "$ref": "#/components/parameters/GlobalAsyncParam"
3249
+ },
3250
+ {
3251
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2843
3252
  }
2844
3253
  ],
2845
3254
  "requestBody": {
@@ -2855,6 +3264,9 @@
2855
3264
  "200": {
2856
3265
  "$ref": "#/components/responses/EmptyObjectResponse"
2857
3266
  },
3267
+ "202": {
3268
+ "$ref": "#/components/responses/AsyncJobResponse"
3269
+ },
2858
3270
  "4XX": {
2859
3271
  "$ref": "#/components/responses/RcError"
2860
3272
  },
@@ -2882,6 +3294,9 @@
2882
3294
  },
2883
3295
  {
2884
3296
  "$ref": "#/components/parameters/GlobalAsyncParam"
3297
+ },
3298
+ {
3299
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2885
3300
  }
2886
3301
  ],
2887
3302
  "requestBody": {
@@ -2897,6 +3312,9 @@
2897
3312
  "200": {
2898
3313
  "$ref": "#/components/responses/EmptyObjectResponse"
2899
3314
  },
3315
+ "202": {
3316
+ "$ref": "#/components/responses/AsyncJobResponse"
3317
+ },
2900
3318
  "4XX": {
2901
3319
  "$ref": "#/components/responses/RcError"
2902
3320
  },
@@ -2924,6 +3342,9 @@
2924
3342
  },
2925
3343
  {
2926
3344
  "$ref": "#/components/parameters/GlobalAsyncParam"
3345
+ },
3346
+ {
3347
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2927
3348
  }
2928
3349
  ],
2929
3350
  "requestBody": {
@@ -2939,6 +3360,9 @@
2939
3360
  "200": {
2940
3361
  "$ref": "#/components/responses/EmptyObjectResponse"
2941
3362
  },
3363
+ "202": {
3364
+ "$ref": "#/components/responses/AsyncJobResponse"
3365
+ },
2942
3366
  "4XX": {
2943
3367
  "$ref": "#/components/responses/RcError"
2944
3368
  },
@@ -2999,6 +3423,9 @@
2999
3423
  },
3000
3424
  {
3001
3425
  "$ref": "#/components/parameters/GlobalAsyncParam"
3426
+ },
3427
+ {
3428
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3002
3429
  }
3003
3430
  ],
3004
3431
  "requestBody": {
@@ -3014,6 +3441,9 @@
3014
3441
  "200": {
3015
3442
  "$ref": "#/components/responses/OperationsCheckResponse"
3016
3443
  },
3444
+ "202": {
3445
+ "$ref": "#/components/responses/AsyncJobResponse"
3446
+ },
3017
3447
  "4XX": {
3018
3448
  "$ref": "#/components/responses/RcError"
3019
3449
  },
@@ -3050,6 +3480,9 @@
3050
3480
  },
3051
3481
  {
3052
3482
  "$ref": "#/components/parameters/GlobalAsyncParam"
3483
+ },
3484
+ {
3485
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3053
3486
  }
3054
3487
  ],
3055
3488
  "requestBody": {
@@ -3063,7 +3496,10 @@
3063
3496
  },
3064
3497
  "responses": {
3065
3498
  "200": {
3066
- "$ref": "#/components/responses/SyncJobResponse"
3499
+ "$ref": "#/components/responses/EmptyObjectResponse"
3500
+ },
3501
+ "202": {
3502
+ "$ref": "#/components/responses/AsyncJobResponse"
3067
3503
  },
3068
3504
  "4XX": {
3069
3505
  "$ref": "#/components/responses/RcError"
@@ -3101,6 +3537,9 @@
3101
3537
  },
3102
3538
  {
3103
3539
  "$ref": "#/components/parameters/GlobalAsyncParam"
3540
+ },
3541
+ {
3542
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3104
3543
  }
3105
3544
  ],
3106
3545
  "requestBody": {
@@ -3114,7 +3553,10 @@
3114
3553
  },
3115
3554
  "responses": {
3116
3555
  "200": {
3117
- "$ref": "#/components/responses/SyncJobResponse"
3556
+ "$ref": "#/components/responses/EmptyObjectResponse"
3557
+ },
3558
+ "202": {
3559
+ "$ref": "#/components/responses/AsyncJobResponse"
3118
3560
  },
3119
3561
  "4XX": {
3120
3562
  "$ref": "#/components/responses/RcError"
@@ -3155,6 +3597,9 @@
3155
3597
  },
3156
3598
  {
3157
3599
  "$ref": "#/components/parameters/GlobalAsyncParam"
3600
+ },
3601
+ {
3602
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3158
3603
  }
3159
3604
  ],
3160
3605
  "requestBody": {
@@ -3168,7 +3613,10 @@
3168
3613
  },
3169
3614
  "responses": {
3170
3615
  "200": {
3171
- "$ref": "#/components/responses/SyncJobResponse"
3616
+ "$ref": "#/components/responses/EmptyObjectResponse"
3617
+ },
3618
+ "202": {
3619
+ "$ref": "#/components/responses/AsyncJobResponse"
3172
3620
  },
3173
3621
  "4XX": {
3174
3622
  "$ref": "#/components/responses/RcError"
@@ -3251,6 +3699,9 @@
3251
3699
  },
3252
3700
  {
3253
3701
  "$ref": "#/components/parameters/GlobalAsyncParam"
3702
+ },
3703
+ {
3704
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3254
3705
  }
3255
3706
  ],
3256
3707
  "requestBody": {
@@ -3264,7 +3715,10 @@
3264
3715
  },
3265
3716
  "responses": {
3266
3717
  "200": {
3267
- "$ref": "#/components/responses/SyncJobResponse"
3718
+ "$ref": "#/components/responses/EmptyObjectResponse"
3719
+ },
3720
+ "202": {
3721
+ "$ref": "#/components/responses/AsyncJobResponse"
3268
3722
  },
3269
3723
  "4XX": {
3270
3724
  "$ref": "#/components/responses/RcError"
@@ -3287,6 +3741,9 @@
3287
3741
  },
3288
3742
  {
3289
3743
  "$ref": "#/components/parameters/GlobalAsyncParam"
3744
+ },
3745
+ {
3746
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3290
3747
  }
3291
3748
  ],
3292
3749
  "requestBody": {
@@ -3302,6 +3759,9 @@
3302
3759
  "200": {
3303
3760
  "$ref": "#/components/responses/OptionsBlocksResponse"
3304
3761
  },
3762
+ "202": {
3763
+ "$ref": "#/components/responses/AsyncJobResponse"
3764
+ },
3305
3765
  "4XX": {
3306
3766
  "$ref": "#/components/responses/RcError"
3307
3767
  },
@@ -3326,6 +3786,9 @@
3326
3786
  },
3327
3787
  {
3328
3788
  "$ref": "#/components/parameters/GlobalAsyncParam"
3789
+ },
3790
+ {
3791
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3329
3792
  }
3330
3793
  ],
3331
3794
  "requestBody": {
@@ -3341,6 +3804,9 @@
3341
3804
  "200": {
3342
3805
  "$ref": "#/components/responses/OptionsGetResponse"
3343
3806
  },
3807
+ "202": {
3808
+ "$ref": "#/components/responses/AsyncJobResponse"
3809
+ },
3344
3810
  "4XX": {
3345
3811
  "$ref": "#/components/responses/RcError"
3346
3812
  },
@@ -3365,6 +3831,9 @@
3365
3831
  },
3366
3832
  {
3367
3833
  "$ref": "#/components/parameters/GlobalAsyncParam"
3834
+ },
3835
+ {
3836
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3368
3837
  }
3369
3838
  ],
3370
3839
  "requestBody": {
@@ -3380,6 +3849,9 @@
3380
3849
  "200": {
3381
3850
  "$ref": "#/components/responses/OptionsInfoResponse"
3382
3851
  },
3852
+ "202": {
3853
+ "$ref": "#/components/responses/AsyncJobResponse"
3854
+ },
3383
3855
  "4XX": {
3384
3856
  "$ref": "#/components/responses/RcError"
3385
3857
  },
@@ -3447,6 +3919,9 @@
3447
3919
  },
3448
3920
  {
3449
3921
  "$ref": "#/components/parameters/GlobalAsyncParam"
3922
+ },
3923
+ {
3924
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3450
3925
  }
3451
3926
  ],
3452
3927
  "requestBody": {
@@ -3462,6 +3937,9 @@
3462
3937
  "200": {
3463
3938
  "$ref": "#/components/responses/EmptyObjectResponse"
3464
3939
  },
3940
+ "202": {
3941
+ "$ref": "#/components/responses/AsyncJobResponse"
3942
+ },
3465
3943
  "4XX": {
3466
3944
  "$ref": "#/components/responses/RcError"
3467
3945
  },
@@ -3483,6 +3961,9 @@
3483
3961
  },
3484
3962
  {
3485
3963
  "$ref": "#/components/parameters/GlobalAsyncParam"
3964
+ },
3965
+ {
3966
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3486
3967
  }
3487
3968
  ],
3488
3969
  "requestBody": {
@@ -3498,6 +3979,9 @@
3498
3979
  "200": {
3499
3980
  "$ref": "#/components/responses/OptionsLocalResponse"
3500
3981
  },
3982
+ "202": {
3983
+ "$ref": "#/components/responses/AsyncJobResponse"
3984
+ },
3501
3985
  "4XX": {
3502
3986
  "$ref": "#/components/responses/RcError"
3503
3987
  },
@@ -3519,6 +4003,9 @@
3519
4003
  },
3520
4004
  {
3521
4005
  "$ref": "#/components/parameters/GlobalAsyncParam"
4006
+ },
4007
+ {
4008
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3522
4009
  }
3523
4010
  ],
3524
4011
  "requestBody": {
@@ -3534,6 +4021,9 @@
3534
4021
  "200": {
3535
4022
  "$ref": "#/components/responses/ServeListResponse"
3536
4023
  },
4024
+ "202": {
4025
+ "$ref": "#/components/responses/AsyncJobResponse"
4026
+ },
3537
4027
  "4XX": {
3538
4028
  "$ref": "#/components/responses/RcError"
3539
4029
  },
@@ -3573,6 +4063,9 @@
3573
4063
  },
3574
4064
  {
3575
4065
  "$ref": "#/components/parameters/GlobalAsyncParam"
4066
+ },
4067
+ {
4068
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3576
4069
  }
3577
4070
  ],
3578
4071
  "requestBody": {
@@ -3588,6 +4081,9 @@
3588
4081
  "200": {
3589
4082
  "$ref": "#/components/responses/ServeStartResponse"
3590
4083
  },
4084
+ "202": {
4085
+ "$ref": "#/components/responses/AsyncJobResponse"
4086
+ },
3591
4087
  "4XX": {
3592
4088
  "$ref": "#/components/responses/RcError"
3593
4089
  },
@@ -3612,6 +4108,9 @@
3612
4108
  },
3613
4109
  {
3614
4110
  "$ref": "#/components/parameters/GlobalAsyncParam"
4111
+ },
4112
+ {
4113
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3615
4114
  }
3616
4115
  ],
3617
4116
  "requestBody": {
@@ -3627,6 +4126,9 @@
3627
4126
  "200": {
3628
4127
  "$ref": "#/components/responses/EmptyObjectResponse"
3629
4128
  },
4129
+ "202": {
4130
+ "$ref": "#/components/responses/AsyncJobResponse"
4131
+ },
3630
4132
  "4XX": {
3631
4133
  "$ref": "#/components/responses/RcError"
3632
4134
  },
@@ -3648,6 +4150,9 @@
3648
4150
  },
3649
4151
  {
3650
4152
  "$ref": "#/components/parameters/GlobalAsyncParam"
4153
+ },
4154
+ {
4155
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3651
4156
  }
3652
4157
  ],
3653
4158
  "requestBody": {
@@ -3663,6 +4168,9 @@
3663
4168
  "200": {
3664
4169
  "$ref": "#/components/responses/EmptyObjectResponse"
3665
4170
  },
4171
+ "202": {
4172
+ "$ref": "#/components/responses/AsyncJobResponse"
4173
+ },
3666
4174
  "4XX": {
3667
4175
  "$ref": "#/components/responses/RcError"
3668
4176
  },
@@ -3684,6 +4192,9 @@
3684
4192
  },
3685
4193
  {
3686
4194
  "$ref": "#/components/parameters/GlobalAsyncParam"
4195
+ },
4196
+ {
4197
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3687
4198
  }
3688
4199
  ],
3689
4200
  "requestBody": {
@@ -3699,6 +4210,9 @@
3699
4210
  "200": {
3700
4211
  "$ref": "#/components/responses/ServeTypesResponse"
3701
4212
  },
4213
+ "202": {
4214
+ "$ref": "#/components/responses/AsyncJobResponse"
4215
+ },
3702
4216
  "4XX": {
3703
4217
  "$ref": "#/components/responses/RcError"
3704
4218
  },
@@ -3726,6 +4240,9 @@
3726
4240
  },
3727
4241
  {
3728
4242
  "$ref": "#/components/parameters/GlobalAsyncParam"
4243
+ },
4244
+ {
4245
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3729
4246
  }
3730
4247
  ],
3731
4248
  "requestBody": {
@@ -3741,6 +4258,9 @@
3741
4258
  "200": {
3742
4259
  "$ref": "#/components/responses/VfsForgetResponse"
3743
4260
  },
4261
+ "202": {
4262
+ "$ref": "#/components/responses/AsyncJobResponse"
4263
+ },
3744
4264
  "4XX": {
3745
4265
  "$ref": "#/components/responses/RcError"
3746
4266
  },
@@ -3765,6 +4285,9 @@
3765
4285
  },
3766
4286
  {
3767
4287
  "$ref": "#/components/parameters/GlobalAsyncParam"
4288
+ },
4289
+ {
4290
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3768
4291
  }
3769
4292
  ],
3770
4293
  "requestBody": {
@@ -3780,6 +4303,9 @@
3780
4303
  "200": {
3781
4304
  "$ref": "#/components/responses/VfsListResponse"
3782
4305
  },
4306
+ "202": {
4307
+ "$ref": "#/components/responses/AsyncJobResponse"
4308
+ },
3783
4309
  "4XX": {
3784
4310
  "$ref": "#/components/responses/RcError"
3785
4311
  },
@@ -3810,6 +4336,9 @@
3810
4336
  },
3811
4337
  {
3812
4338
  "$ref": "#/components/parameters/GlobalAsyncParam"
4339
+ },
4340
+ {
4341
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3813
4342
  }
3814
4343
  ],
3815
4344
  "requestBody": {
@@ -3825,6 +4354,9 @@
3825
4354
  "200": {
3826
4355
  "$ref": "#/components/responses/VfsPollIntervalResponse"
3827
4356
  },
4357
+ "202": {
4358
+ "$ref": "#/components/responses/AsyncJobResponse"
4359
+ },
3828
4360
  "4XX": {
3829
4361
  "$ref": "#/components/responses/RcError"
3830
4362
  },
@@ -3849,6 +4381,9 @@
3849
4381
  },
3850
4382
  {
3851
4383
  "$ref": "#/components/parameters/GlobalAsyncParam"
4384
+ },
4385
+ {
4386
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3852
4387
  }
3853
4388
  ],
3854
4389
  "requestBody": {
@@ -3864,6 +4399,9 @@
3864
4399
  "200": {
3865
4400
  "$ref": "#/components/responses/VfsQueueResponse"
3866
4401
  },
4402
+ "202": {
4403
+ "$ref": "#/components/responses/AsyncJobResponse"
4404
+ },
3867
4405
  "4XX": {
3868
4406
  "$ref": "#/components/responses/RcError"
3869
4407
  },
@@ -3897,6 +4435,9 @@
3897
4435
  },
3898
4436
  {
3899
4437
  "$ref": "#/components/parameters/GlobalAsyncParam"
4438
+ },
4439
+ {
4440
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3900
4441
  }
3901
4442
  ],
3902
4443
  "requestBody": {
@@ -3912,6 +4453,9 @@
3912
4453
  "200": {
3913
4454
  "$ref": "#/components/responses/EmptyObjectResponse"
3914
4455
  },
4456
+ "202": {
4457
+ "$ref": "#/components/responses/AsyncJobResponse"
4458
+ },
3915
4459
  "4XX": {
3916
4460
  "$ref": "#/components/responses/RcError"
3917
4461
  },
@@ -3942,6 +4486,9 @@
3942
4486
  },
3943
4487
  {
3944
4488
  "$ref": "#/components/parameters/GlobalAsyncParam"
4489
+ },
4490
+ {
4491
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3945
4492
  }
3946
4493
  ],
3947
4494
  "requestBody": {
@@ -3957,6 +4504,9 @@
3957
4504
  "200": {
3958
4505
  "$ref": "#/components/responses/VfsRefreshResponse"
3959
4506
  },
4507
+ "202": {
4508
+ "$ref": "#/components/responses/AsyncJobResponse"
4509
+ },
3960
4510
  "4XX": {
3961
4511
  "$ref": "#/components/responses/RcError"
3962
4512
  },
@@ -3981,6 +4531,9 @@
3981
4531
  },
3982
4532
  {
3983
4533
  "$ref": "#/components/parameters/GlobalAsyncParam"
4534
+ },
4535
+ {
4536
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3984
4537
  }
3985
4538
  ],
3986
4539
  "requestBody": {
@@ -3996,6 +4549,9 @@
3996
4549
  "200": {
3997
4550
  "$ref": "#/components/responses/VfsStatsResponse"
3998
4551
  },
4552
+ "202": {
4553
+ "$ref": "#/components/responses/AsyncJobResponse"
4554
+ },
3999
4555
  "4XX": {
4000
4556
  "$ref": "#/components/responses/RcError"
4001
4557
  },
@@ -4020,6 +4576,9 @@
4020
4576
  },
4021
4577
  {
4022
4578
  "$ref": "#/components/parameters/GlobalAsyncParam"
4579
+ },
4580
+ {
4581
+ "$ref": "#/components/parameters/PreferAsyncHeader"
4023
4582
  }
4024
4583
  ],
4025
4584
  "requestBody": {
@@ -4035,6 +4594,9 @@
4035
4594
  "200": {
4036
4595
  "$ref": "#/components/responses/EmptyObjectResponse"
4037
4596
  },
4597
+ "202": {
4598
+ "$ref": "#/components/responses/AsyncJobResponse"
4599
+ },
4038
4600
  "4XX": {
4039
4601
  "$ref": "#/components/responses/RcError"
4040
4602
  },
@@ -4062,6 +4624,9 @@
4062
4624
  },
4063
4625
  {
4064
4626
  "$ref": "#/components/parameters/GlobalAsyncParam"
4627
+ },
4628
+ {
4629
+ "$ref": "#/components/parameters/PreferAsyncHeader"
4065
4630
  }
4066
4631
  ],
4067
4632
  "requestBody": {
@@ -4077,6 +4642,9 @@
4077
4642
  "200": {
4078
4643
  "$ref": "#/components/responses/PluginsctlGetPluginsForTypeResponse"
4079
4644
  },
4645
+ "202": {
4646
+ "$ref": "#/components/responses/AsyncJobResponse"
4647
+ },
4080
4648
  "4XX": {
4081
4649
  "$ref": "#/components/responses/RcError"
4082
4650
  },
@@ -4098,6 +4666,9 @@
4098
4666
  },
4099
4667
  {
4100
4668
  "$ref": "#/components/parameters/GlobalAsyncParam"
4669
+ },
4670
+ {
4671
+ "$ref": "#/components/parameters/PreferAsyncHeader"
4101
4672
  }
4102
4673
  ],
4103
4674
  "requestBody": {
@@ -4113,6 +4684,9 @@
4113
4684
  "200": {
4114
4685
  "$ref": "#/components/responses/PluginsctlListPluginsResponse"
4115
4686
  },
4687
+ "202": {
4688
+ "$ref": "#/components/responses/AsyncJobResponse"
4689
+ },
4116
4690
  "4XX": {
4117
4691
  "$ref": "#/components/responses/RcError"
4118
4692
  },
@@ -4134,6 +4708,9 @@
4134
4708
  },
4135
4709
  {
4136
4710
  "$ref": "#/components/parameters/GlobalAsyncParam"
4711
+ },
4712
+ {
4713
+ "$ref": "#/components/parameters/PreferAsyncHeader"
4137
4714
  }
4138
4715
  ],
4139
4716
  "requestBody": {
@@ -4149,6 +4726,9 @@
4149
4726
  "200": {
4150
4727
  "$ref": "#/components/responses/PluginsctlListTestPluginsResponse"
4151
4728
  },
4729
+ "202": {
4730
+ "$ref": "#/components/responses/AsyncJobResponse"
4731
+ },
4152
4732
  "4XX": {
4153
4733
  "$ref": "#/components/responses/RcError"
4154
4734
  },
@@ -4173,6 +4753,9 @@
4173
4753
  },
4174
4754
  {
4175
4755
  "$ref": "#/components/parameters/GlobalAsyncParam"
4756
+ },
4757
+ {
4758
+ "$ref": "#/components/parameters/PreferAsyncHeader"
4176
4759
  }
4177
4760
  ],
4178
4761
  "requestBody": {
@@ -4188,6 +4771,9 @@
4188
4771
  "200": {
4189
4772
  "$ref": "#/components/responses/EmptyResponse"
4190
4773
  },
4774
+ "202": {
4775
+ "$ref": "#/components/responses/AsyncJobResponse"
4776
+ },
4191
4777
  "4XX": {
4192
4778
  "$ref": "#/components/responses/RcError"
4193
4779
  },
@@ -4212,6 +4798,9 @@
4212
4798
  },
4213
4799
  {
4214
4800
  "$ref": "#/components/parameters/GlobalAsyncParam"
4801
+ },
4802
+ {
4803
+ "$ref": "#/components/parameters/PreferAsyncHeader"
4215
4804
  }
4216
4805
  ],
4217
4806
  "requestBody": {
@@ -4227,6 +4816,9 @@
4227
4816
  "200": {
4228
4817
  "$ref": "#/components/responses/EmptyResponse"
4229
4818
  },
4819
+ "202": {
4820
+ "$ref": "#/components/responses/AsyncJobResponse"
4821
+ },
4230
4822
  "4XX": {
4231
4823
  "$ref": "#/components/responses/RcError"
4232
4824
  },
@@ -4248,6 +4840,17 @@
4248
4840
  "type": "boolean"
4249
4841
  }
4250
4842
  },
4843
+ "PreferAsyncHeader": {
4844
+ "name": "Prefer",
4845
+ "in": "header",
4846
+ "description": "Set to \"respond-async\" with _async=true to receive HTTP 202 instead of 200.",
4847
+ "schema": {
4848
+ "type": "string",
4849
+ "enum": [
4850
+ "respond-async"
4851
+ ]
4852
+ }
4853
+ },
4251
4854
  "GlobalConfigParam": {
4252
4855
  "name": "_config",
4253
4856
  "in": "query",
@@ -5983,6 +6586,16 @@
5983
6586
  },
5984
6587
  "EmptyObjectResponse": {
5985
6588
  "description": "Request succeeded returning an empty JSON object.",
6589
+ "content": {
6590
+ "application/json": {
6591
+ "schema": {
6592
+ "type": "object"
6593
+ }
6594
+ }
6595
+ }
6596
+ },
6597
+ "AsyncJobResponse": {
6598
+ "description": "Request accepted for async processing. Poll /job/status with the returned jobid.",
5986
6599
  "content": {
5987
6600
  "application/json": {
5988
6601
  "schema": {
@@ -5990,10 +6603,12 @@
5990
6603
  "properties": {
5991
6604
  "jobid": {
5992
6605
  "type": "integer",
5993
- "description": "Job ID returned when _async=true."
6606
+ "description": "Job identifier. Pass to /job/status to track progress."
5994
6607
  }
5995
6608
  },
5996
- "additionalProperties": true
6609
+ "required": [
6610
+ "jobid"
6611
+ ]
5997
6612
  }
5998
6613
  }
5999
6614
  }
@@ -6019,31 +6634,13 @@
6019
6634
  }
6020
6635
  }
6021
6636
  },
6022
- "SyncJobResponse": {
6023
- "description": "Response for sync operations, containing job ID if async.",
6024
- "content": {
6025
- "application/json": {
6026
- "schema": {
6027
- "type": "object",
6028
- "properties": {
6029
- "jobid": {
6030
- "type": "integer",
6031
- "description": "Job ID of the operation."
6032
- }
6033
- }
6034
- }
6035
- }
6036
- }
6037
- },
6038
6637
  "RcNoopResponse": {
6039
6638
  "description": "Echoes any supplied parameters, useful for testing RC connectivity.",
6040
6639
  "content": {
6041
6640
  "application/json": {
6042
6641
  "schema": {
6043
6642
  "type": "object",
6044
- "additionalProperties": {
6045
- "nullable": true
6046
- }
6643
+ "additionalProperties": {}
6047
6644
  }
6048
6645
  }
6049
6646
  }
@@ -6068,8 +6665,10 @@
6068
6665
  }
6069
6666
  },
6070
6667
  "MetadataInfo": {
6071
- "type": "object",
6072
- "nullable": true,
6668
+ "type": [
6669
+ "object",
6670
+ "null"
6671
+ ],
6073
6672
  "additionalProperties": true
6074
6673
  },
6075
6674
  "Name": {
@@ -6232,12 +6831,16 @@
6232
6831
  "type": "boolean"
6233
6832
  },
6234
6833
  "result": {
6235
- "type": "string",
6236
- "nullable": true
6834
+ "type": [
6835
+ "string",
6836
+ "null"
6837
+ ]
6237
6838
  },
6238
6839
  "returnType": {
6239
- "type": "string",
6240
- "nullable": true
6840
+ "type": [
6841
+ "string",
6842
+ "null"
6843
+ ]
6241
6844
  }
6242
6845
  },
6243
6846
  "required": [
@@ -6579,7 +7182,6 @@
6579
7182
  "type": "object",
6580
7183
  "properties": {
6581
7184
  "result": {
6582
- "nullable": true,
6583
7185
  "description": "Backend command result payload"
6584
7186
  }
6585
7187
  },
@@ -6794,8 +7396,10 @@
6794
7396
  "type": "number"
6795
7397
  },
6796
7398
  "eta": {
6797
- "type": "number",
6798
- "nullable": true
7399
+ "type": [
7400
+ "number",
7401
+ "null"
7402
+ ]
6799
7403
  },
6800
7404
  "fatalError": {
6801
7405
  "type": "boolean"
@@ -6961,12 +7565,10 @@
6961
7565
  "description": "True if the job completed successfully."
6962
7566
  },
6963
7567
  "output": {
6964
- "description": "Synchronous-style output payload when available.",
6965
- "nullable": true
7568
+ "description": "Synchronous-style output payload when available."
6966
7569
  },
6967
7570
  "progress": {
6968
- "description": "Progress measurements supplied by the underlying command.",
6969
- "nullable": true
7571
+ "description": "Progress measurements supplied by the underlying command."
6970
7572
  }
6971
7573
  },
6972
7574
  "required": [
@@ -7162,9 +7764,7 @@
7162
7764
  },
7163
7765
  "Metadata": {
7164
7766
  "type": "object",
7165
- "additionalProperties": {
7166
- "nullable": true
7167
- },
7767
+ "additionalProperties": {},
7168
7768
  "description": "Backend-provided metadata map."
7169
7769
  }
7170
7770
  }
@@ -7186,8 +7786,10 @@
7186
7786
  "type": "object",
7187
7787
  "properties": {
7188
7788
  "item": {
7189
- "type": "object",
7190
- "nullable": true,
7789
+ "type": [
7790
+ "object",
7791
+ "null"
7792
+ ],
7191
7793
  "properties": {
7192
7794
  "Path": {
7193
7795
  "type": "string",
@@ -7246,9 +7848,7 @@
7246
7848
  },
7247
7849
  "Metadata": {
7248
7850
  "type": "object",
7249
- "additionalProperties": {
7250
- "nullable": true
7251
- },
7851
+ "additionalProperties": {},
7252
7852
  "description": "Backend-provided metadata map."
7253
7853
  }
7254
7854
  },
@@ -7588,9 +8188,10 @@
7588
8188
  "type": "number"
7589
8189
  },
7590
8190
  "DisableFeatures": {
7591
- "type": "string",
7592
- "format": "null",
7593
- "nullable": true
8191
+ "type": [
8192
+ "string",
8193
+ "null"
8194
+ ]
7594
8195
  },
7595
8196
  "DisableHTTP2": {
7596
8197
  "type": "boolean"
@@ -7599,9 +8200,10 @@
7599
8200
  "type": "boolean"
7600
8201
  },
7601
8202
  "DownloadHeaders": {
7602
- "type": "string",
7603
- "format": "null",
7604
- "nullable": true
8203
+ "type": [
8204
+ "string",
8205
+ "null"
8206
+ ]
7605
8207
  },
7606
8208
  "DryRun": {
7607
8209
  "type": "boolean"
@@ -7625,9 +8227,10 @@
7625
8227
  "type": "number"
7626
8228
  },
7627
8229
  "Headers": {
7628
- "type": "string",
7629
- "format": "null",
7630
- "nullable": true
8230
+ "type": [
8231
+ "string",
8232
+ "null"
8233
+ ]
7631
8234
  },
7632
8235
  "HumanReadable": {
7633
8236
  "type": "boolean"
@@ -7702,14 +8305,16 @@
7702
8305
  "type": "boolean"
7703
8306
  },
7704
8307
  "MetadataMapper": {
7705
- "type": "string",
7706
- "format": "null",
7707
- "nullable": true
8308
+ "type": [
8309
+ "string",
8310
+ "null"
8311
+ ]
7708
8312
  },
7709
8313
  "MetadataSet": {
7710
- "type": "string",
7711
- "format": "null",
7712
- "nullable": true
8314
+ "type": [
8315
+ "string",
8316
+ "null"
8317
+ ]
7713
8318
  },
7714
8319
  "ModifyWindow": {
7715
8320
  "type": "number"
@@ -7757,9 +8362,10 @@
7757
8362
  "type": "string"
7758
8363
  },
7759
8364
  "PasswordCommand": {
7760
- "type": "string",
7761
- "format": "null",
7762
- "nullable": true
8365
+ "type": [
8366
+ "string",
8367
+ "null"
8368
+ ]
7763
8369
  },
7764
8370
  "Progress": {
7765
8371
  "type": "boolean"
@@ -7834,9 +8440,10 @@
7834
8440
  "type": "boolean"
7835
8441
  },
7836
8442
  "UploadHeaders": {
7837
- "type": "string",
7838
- "format": "null",
7839
- "nullable": true
8443
+ "type": [
8444
+ "string",
8445
+ "null"
8446
+ ]
7840
8447
  },
7841
8448
  "UseJSONLog": {
7842
8449
  "type": "boolean"
@@ -8318,8 +8925,10 @@
8318
8925
  "description": "Number of active references to the VFS."
8319
8926
  },
8320
8927
  "diskCache": {
8321
- "type": "object",
8322
- "nullable": true,
8928
+ "type": [
8929
+ "object",
8930
+ "null"
8931
+ ],
8323
8932
  "additionalProperties": true,
8324
8933
  "description": "Disk cache metrics when caching is enabled."
8325
8934
  },
@@ -8484,11 +9093,11 @@
8484
9093
  "type": "string"
8485
9094
  },
8486
9095
  "input": {
8487
- "type": "object",
8488
- "nullable": true,
8489
- "additionalProperties": {
8490
- "nullable": true
8491
- },
9096
+ "type": [
9097
+ "object",
9098
+ "null"
9099
+ ],
9100
+ "additionalProperties": {},
8492
9101
  "description": "Original request parameters echoed for debugging."
8493
9102
  }
8494
9103
  }
@@ -8497,15 +9106,19 @@
8497
9106
  "type": "object",
8498
9107
  "properties": {
8499
9108
  "Aliases": {
8500
- "type": "array",
8501
- "nullable": true,
9109
+ "type": [
9110
+ "array",
9111
+ "null"
9112
+ ],
8502
9113
  "items": {
8503
9114
  "type": "string"
8504
9115
  }
8505
9116
  },
8506
9117
  "CommandHelp": {
8507
- "type": "array",
8508
- "nullable": true,
9118
+ "type": [
9119
+ "array",
9120
+ "null"
9121
+ ],
8509
9122
  "items": {
8510
9123
  "$ref": "#/components/schemas/ConfigProviderCommandHelp"
8511
9124
  }
@@ -8557,8 +9170,10 @@
8557
9170
  "type": "string"
8558
9171
  },
8559
9172
  "Opts": {
8560
- "type": "object",
8561
- "nullable": true,
9173
+ "type": [
9174
+ "object",
9175
+ "null"
9176
+ ],
8562
9177
  "additionalProperties": true
8563
9178
  },
8564
9179
  "Short": {
@@ -8574,8 +9189,10 @@
8574
9189
  "type": "string"
8575
9190
  },
8576
9191
  "System": {
8577
- "type": "object",
8578
- "nullable": true,
9192
+ "type": [
9193
+ "object",
9194
+ "null"
9195
+ ],
8579
9196
  "additionalProperties": {
8580
9197
  "$ref": "#/components/schemas/ConfigProviderMetadataSystemEntry"
8581
9198
  }
@@ -8666,13 +9283,15 @@
8666
9283
  ]
8667
9284
  },
8668
9285
  "Value": {
8669
- "nullable": true,
8670
9286
  "anyOf": [
8671
9287
  {
8672
9288
  "type": "boolean"
8673
9289
  },
8674
9290
  {
8675
9291
  "type": "number"
9292
+ },
9293
+ {
9294
+ "type": "null"
8676
9295
  }
8677
9296
  ]
8678
9297
  },
@@ -8889,8 +9508,10 @@
8889
9508
  "description": "Bytes transferred so far for this object."
8890
9509
  },
8891
9510
  "eta": {
8892
- "type": "number",
8893
- "nullable": true,
9511
+ "type": [
9512
+ "number",
9513
+ "null"
9514
+ ],
8894
9515
  "description": "Estimated seconds remaining, when available."
8895
9516
  },
8896
9517
  "group": {