rclone-openapi 1.74.1 → 1.74.2-r1

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": {
@@ -1529,7 +1742,10 @@
1529
1742
  },
1530
1743
  "responses": {
1531
1744
  "200": {
1532
- "$ref": "#/components/responses/EmptyObjectResponse"
1745
+ "$ref": "#/components/responses/MountMountResponse"
1746
+ },
1747
+ "202": {
1748
+ "$ref": "#/components/responses/AsyncJobResponse"
1533
1749
  },
1534
1750
  "4XX": {
1535
1751
  "$ref": "#/components/responses/RcError"
@@ -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,6 +3193,9 @@
2791
3193
  },
2792
3194
  {
2793
3195
  "$ref": "#/components/parameters/GlobalAsyncParam"
3196
+ },
3197
+ {
3198
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2794
3199
  }
2795
3200
  ],
2796
3201
  "requestBody": {
@@ -2805,6 +3210,9 @@
2805
3210
  "200": {
2806
3211
  "$ref": "#/components/responses/EmptyObjectResponse"
2807
3212
  },
3213
+ "202": {
3214
+ "$ref": "#/components/responses/AsyncJobResponse"
3215
+ },
2808
3216
  "4XX": {
2809
3217
  "$ref": "#/components/responses/RcError"
2810
3218
  },
@@ -2838,6 +3246,9 @@
2838
3246
  },
2839
3247
  {
2840
3248
  "$ref": "#/components/parameters/GlobalAsyncParam"
3249
+ },
3250
+ {
3251
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2841
3252
  }
2842
3253
  ],
2843
3254
  "requestBody": {
@@ -2853,6 +3264,9 @@
2853
3264
  "200": {
2854
3265
  "$ref": "#/components/responses/EmptyObjectResponse"
2855
3266
  },
3267
+ "202": {
3268
+ "$ref": "#/components/responses/AsyncJobResponse"
3269
+ },
2856
3270
  "4XX": {
2857
3271
  "$ref": "#/components/responses/RcError"
2858
3272
  },
@@ -2880,6 +3294,9 @@
2880
3294
  },
2881
3295
  {
2882
3296
  "$ref": "#/components/parameters/GlobalAsyncParam"
3297
+ },
3298
+ {
3299
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2883
3300
  }
2884
3301
  ],
2885
3302
  "requestBody": {
@@ -2895,6 +3312,9 @@
2895
3312
  "200": {
2896
3313
  "$ref": "#/components/responses/EmptyObjectResponse"
2897
3314
  },
3315
+ "202": {
3316
+ "$ref": "#/components/responses/AsyncJobResponse"
3317
+ },
2898
3318
  "4XX": {
2899
3319
  "$ref": "#/components/responses/RcError"
2900
3320
  },
@@ -2922,6 +3342,9 @@
2922
3342
  },
2923
3343
  {
2924
3344
  "$ref": "#/components/parameters/GlobalAsyncParam"
3345
+ },
3346
+ {
3347
+ "$ref": "#/components/parameters/PreferAsyncHeader"
2925
3348
  }
2926
3349
  ],
2927
3350
  "requestBody": {
@@ -2937,6 +3360,9 @@
2937
3360
  "200": {
2938
3361
  "$ref": "#/components/responses/EmptyObjectResponse"
2939
3362
  },
3363
+ "202": {
3364
+ "$ref": "#/components/responses/AsyncJobResponse"
3365
+ },
2940
3366
  "4XX": {
2941
3367
  "$ref": "#/components/responses/RcError"
2942
3368
  },
@@ -2997,6 +3423,9 @@
2997
3423
  },
2998
3424
  {
2999
3425
  "$ref": "#/components/parameters/GlobalAsyncParam"
3426
+ },
3427
+ {
3428
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3000
3429
  }
3001
3430
  ],
3002
3431
  "requestBody": {
@@ -3012,6 +3441,9 @@
3012
3441
  "200": {
3013
3442
  "$ref": "#/components/responses/OperationsCheckResponse"
3014
3443
  },
3444
+ "202": {
3445
+ "$ref": "#/components/responses/AsyncJobResponse"
3446
+ },
3015
3447
  "4XX": {
3016
3448
  "$ref": "#/components/responses/RcError"
3017
3449
  },
@@ -3048,6 +3480,9 @@
3048
3480
  },
3049
3481
  {
3050
3482
  "$ref": "#/components/parameters/GlobalAsyncParam"
3483
+ },
3484
+ {
3485
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3051
3486
  }
3052
3487
  ],
3053
3488
  "requestBody": {
@@ -3061,7 +3496,10 @@
3061
3496
  },
3062
3497
  "responses": {
3063
3498
  "200": {
3064
- "$ref": "#/components/responses/SyncJobResponse"
3499
+ "$ref": "#/components/responses/EmptyObjectResponse"
3500
+ },
3501
+ "202": {
3502
+ "$ref": "#/components/responses/AsyncJobResponse"
3065
3503
  },
3066
3504
  "4XX": {
3067
3505
  "$ref": "#/components/responses/RcError"
@@ -3099,6 +3537,9 @@
3099
3537
  },
3100
3538
  {
3101
3539
  "$ref": "#/components/parameters/GlobalAsyncParam"
3540
+ },
3541
+ {
3542
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3102
3543
  }
3103
3544
  ],
3104
3545
  "requestBody": {
@@ -3112,7 +3553,10 @@
3112
3553
  },
3113
3554
  "responses": {
3114
3555
  "200": {
3115
- "$ref": "#/components/responses/SyncJobResponse"
3556
+ "$ref": "#/components/responses/EmptyObjectResponse"
3557
+ },
3558
+ "202": {
3559
+ "$ref": "#/components/responses/AsyncJobResponse"
3116
3560
  },
3117
3561
  "4XX": {
3118
3562
  "$ref": "#/components/responses/RcError"
@@ -3153,6 +3597,9 @@
3153
3597
  },
3154
3598
  {
3155
3599
  "$ref": "#/components/parameters/GlobalAsyncParam"
3600
+ },
3601
+ {
3602
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3156
3603
  }
3157
3604
  ],
3158
3605
  "requestBody": {
@@ -3166,7 +3613,10 @@
3166
3613
  },
3167
3614
  "responses": {
3168
3615
  "200": {
3169
- "$ref": "#/components/responses/SyncJobResponse"
3616
+ "$ref": "#/components/responses/EmptyObjectResponse"
3617
+ },
3618
+ "202": {
3619
+ "$ref": "#/components/responses/AsyncJobResponse"
3170
3620
  },
3171
3621
  "4XX": {
3172
3622
  "$ref": "#/components/responses/RcError"
@@ -3249,6 +3699,9 @@
3249
3699
  },
3250
3700
  {
3251
3701
  "$ref": "#/components/parameters/GlobalAsyncParam"
3702
+ },
3703
+ {
3704
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3252
3705
  }
3253
3706
  ],
3254
3707
  "requestBody": {
@@ -3262,7 +3715,10 @@
3262
3715
  },
3263
3716
  "responses": {
3264
3717
  "200": {
3265
- "$ref": "#/components/responses/SyncJobResponse"
3718
+ "$ref": "#/components/responses/SyncBisyncResponse"
3719
+ },
3720
+ "202": {
3721
+ "$ref": "#/components/responses/AsyncJobResponse"
3266
3722
  },
3267
3723
  "4XX": {
3268
3724
  "$ref": "#/components/responses/RcError"
@@ -3285,6 +3741,9 @@
3285
3741
  },
3286
3742
  {
3287
3743
  "$ref": "#/components/parameters/GlobalAsyncParam"
3744
+ },
3745
+ {
3746
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3288
3747
  }
3289
3748
  ],
3290
3749
  "requestBody": {
@@ -3300,6 +3759,9 @@
3300
3759
  "200": {
3301
3760
  "$ref": "#/components/responses/OptionsBlocksResponse"
3302
3761
  },
3762
+ "202": {
3763
+ "$ref": "#/components/responses/AsyncJobResponse"
3764
+ },
3303
3765
  "4XX": {
3304
3766
  "$ref": "#/components/responses/RcError"
3305
3767
  },
@@ -3324,6 +3786,9 @@
3324
3786
  },
3325
3787
  {
3326
3788
  "$ref": "#/components/parameters/GlobalAsyncParam"
3789
+ },
3790
+ {
3791
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3327
3792
  }
3328
3793
  ],
3329
3794
  "requestBody": {
@@ -3339,6 +3804,9 @@
3339
3804
  "200": {
3340
3805
  "$ref": "#/components/responses/OptionsGetResponse"
3341
3806
  },
3807
+ "202": {
3808
+ "$ref": "#/components/responses/AsyncJobResponse"
3809
+ },
3342
3810
  "4XX": {
3343
3811
  "$ref": "#/components/responses/RcError"
3344
3812
  },
@@ -3363,6 +3831,9 @@
3363
3831
  },
3364
3832
  {
3365
3833
  "$ref": "#/components/parameters/GlobalAsyncParam"
3834
+ },
3835
+ {
3836
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3366
3837
  }
3367
3838
  ],
3368
3839
  "requestBody": {
@@ -3378,6 +3849,9 @@
3378
3849
  "200": {
3379
3850
  "$ref": "#/components/responses/OptionsInfoResponse"
3380
3851
  },
3852
+ "202": {
3853
+ "$ref": "#/components/responses/AsyncJobResponse"
3854
+ },
3381
3855
  "4XX": {
3382
3856
  "$ref": "#/components/responses/RcError"
3383
3857
  },
@@ -3445,6 +3919,9 @@
3445
3919
  },
3446
3920
  {
3447
3921
  "$ref": "#/components/parameters/GlobalAsyncParam"
3922
+ },
3923
+ {
3924
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3448
3925
  }
3449
3926
  ],
3450
3927
  "requestBody": {
@@ -3460,6 +3937,9 @@
3460
3937
  "200": {
3461
3938
  "$ref": "#/components/responses/EmptyObjectResponse"
3462
3939
  },
3940
+ "202": {
3941
+ "$ref": "#/components/responses/AsyncJobResponse"
3942
+ },
3463
3943
  "4XX": {
3464
3944
  "$ref": "#/components/responses/RcError"
3465
3945
  },
@@ -3481,6 +3961,9 @@
3481
3961
  },
3482
3962
  {
3483
3963
  "$ref": "#/components/parameters/GlobalAsyncParam"
3964
+ },
3965
+ {
3966
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3484
3967
  }
3485
3968
  ],
3486
3969
  "requestBody": {
@@ -3496,6 +3979,9 @@
3496
3979
  "200": {
3497
3980
  "$ref": "#/components/responses/OptionsLocalResponse"
3498
3981
  },
3982
+ "202": {
3983
+ "$ref": "#/components/responses/AsyncJobResponse"
3984
+ },
3499
3985
  "4XX": {
3500
3986
  "$ref": "#/components/responses/RcError"
3501
3987
  },
@@ -3517,6 +4003,9 @@
3517
4003
  },
3518
4004
  {
3519
4005
  "$ref": "#/components/parameters/GlobalAsyncParam"
4006
+ },
4007
+ {
4008
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3520
4009
  }
3521
4010
  ],
3522
4011
  "requestBody": {
@@ -3532,6 +4021,9 @@
3532
4021
  "200": {
3533
4022
  "$ref": "#/components/responses/ServeListResponse"
3534
4023
  },
4024
+ "202": {
4025
+ "$ref": "#/components/responses/AsyncJobResponse"
4026
+ },
3535
4027
  "4XX": {
3536
4028
  "$ref": "#/components/responses/RcError"
3537
4029
  },
@@ -3571,6 +4063,9 @@
3571
4063
  },
3572
4064
  {
3573
4065
  "$ref": "#/components/parameters/GlobalAsyncParam"
4066
+ },
4067
+ {
4068
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3574
4069
  }
3575
4070
  ],
3576
4071
  "requestBody": {
@@ -3586,6 +4081,9 @@
3586
4081
  "200": {
3587
4082
  "$ref": "#/components/responses/ServeStartResponse"
3588
4083
  },
4084
+ "202": {
4085
+ "$ref": "#/components/responses/AsyncJobResponse"
4086
+ },
3589
4087
  "4XX": {
3590
4088
  "$ref": "#/components/responses/RcError"
3591
4089
  },
@@ -3610,6 +4108,9 @@
3610
4108
  },
3611
4109
  {
3612
4110
  "$ref": "#/components/parameters/GlobalAsyncParam"
4111
+ },
4112
+ {
4113
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3613
4114
  }
3614
4115
  ],
3615
4116
  "requestBody": {
@@ -3625,6 +4126,9 @@
3625
4126
  "200": {
3626
4127
  "$ref": "#/components/responses/EmptyObjectResponse"
3627
4128
  },
4129
+ "202": {
4130
+ "$ref": "#/components/responses/AsyncJobResponse"
4131
+ },
3628
4132
  "4XX": {
3629
4133
  "$ref": "#/components/responses/RcError"
3630
4134
  },
@@ -3646,6 +4150,9 @@
3646
4150
  },
3647
4151
  {
3648
4152
  "$ref": "#/components/parameters/GlobalAsyncParam"
4153
+ },
4154
+ {
4155
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3649
4156
  }
3650
4157
  ],
3651
4158
  "requestBody": {
@@ -3661,6 +4168,9 @@
3661
4168
  "200": {
3662
4169
  "$ref": "#/components/responses/EmptyObjectResponse"
3663
4170
  },
4171
+ "202": {
4172
+ "$ref": "#/components/responses/AsyncJobResponse"
4173
+ },
3664
4174
  "4XX": {
3665
4175
  "$ref": "#/components/responses/RcError"
3666
4176
  },
@@ -3682,6 +4192,9 @@
3682
4192
  },
3683
4193
  {
3684
4194
  "$ref": "#/components/parameters/GlobalAsyncParam"
4195
+ },
4196
+ {
4197
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3685
4198
  }
3686
4199
  ],
3687
4200
  "requestBody": {
@@ -3697,6 +4210,9 @@
3697
4210
  "200": {
3698
4211
  "$ref": "#/components/responses/ServeTypesResponse"
3699
4212
  },
4213
+ "202": {
4214
+ "$ref": "#/components/responses/AsyncJobResponse"
4215
+ },
3700
4216
  "4XX": {
3701
4217
  "$ref": "#/components/responses/RcError"
3702
4218
  },
@@ -3724,6 +4240,9 @@
3724
4240
  },
3725
4241
  {
3726
4242
  "$ref": "#/components/parameters/GlobalAsyncParam"
4243
+ },
4244
+ {
4245
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3727
4246
  }
3728
4247
  ],
3729
4248
  "requestBody": {
@@ -3739,6 +4258,9 @@
3739
4258
  "200": {
3740
4259
  "$ref": "#/components/responses/VfsForgetResponse"
3741
4260
  },
4261
+ "202": {
4262
+ "$ref": "#/components/responses/AsyncJobResponse"
4263
+ },
3742
4264
  "4XX": {
3743
4265
  "$ref": "#/components/responses/RcError"
3744
4266
  },
@@ -3763,6 +4285,9 @@
3763
4285
  },
3764
4286
  {
3765
4287
  "$ref": "#/components/parameters/GlobalAsyncParam"
4288
+ },
4289
+ {
4290
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3766
4291
  }
3767
4292
  ],
3768
4293
  "requestBody": {
@@ -3778,6 +4303,9 @@
3778
4303
  "200": {
3779
4304
  "$ref": "#/components/responses/VfsListResponse"
3780
4305
  },
4306
+ "202": {
4307
+ "$ref": "#/components/responses/AsyncJobResponse"
4308
+ },
3781
4309
  "4XX": {
3782
4310
  "$ref": "#/components/responses/RcError"
3783
4311
  },
@@ -3808,6 +4336,9 @@
3808
4336
  },
3809
4337
  {
3810
4338
  "$ref": "#/components/parameters/GlobalAsyncParam"
4339
+ },
4340
+ {
4341
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3811
4342
  }
3812
4343
  ],
3813
4344
  "requestBody": {
@@ -3823,6 +4354,9 @@
3823
4354
  "200": {
3824
4355
  "$ref": "#/components/responses/VfsPollIntervalResponse"
3825
4356
  },
4357
+ "202": {
4358
+ "$ref": "#/components/responses/AsyncJobResponse"
4359
+ },
3826
4360
  "4XX": {
3827
4361
  "$ref": "#/components/responses/RcError"
3828
4362
  },
@@ -3847,6 +4381,9 @@
3847
4381
  },
3848
4382
  {
3849
4383
  "$ref": "#/components/parameters/GlobalAsyncParam"
4384
+ },
4385
+ {
4386
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3850
4387
  }
3851
4388
  ],
3852
4389
  "requestBody": {
@@ -3862,6 +4399,9 @@
3862
4399
  "200": {
3863
4400
  "$ref": "#/components/responses/VfsQueueResponse"
3864
4401
  },
4402
+ "202": {
4403
+ "$ref": "#/components/responses/AsyncJobResponse"
4404
+ },
3865
4405
  "4XX": {
3866
4406
  "$ref": "#/components/responses/RcError"
3867
4407
  },
@@ -3895,6 +4435,9 @@
3895
4435
  },
3896
4436
  {
3897
4437
  "$ref": "#/components/parameters/GlobalAsyncParam"
4438
+ },
4439
+ {
4440
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3898
4441
  }
3899
4442
  ],
3900
4443
  "requestBody": {
@@ -3910,6 +4453,9 @@
3910
4453
  "200": {
3911
4454
  "$ref": "#/components/responses/EmptyObjectResponse"
3912
4455
  },
4456
+ "202": {
4457
+ "$ref": "#/components/responses/AsyncJobResponse"
4458
+ },
3913
4459
  "4XX": {
3914
4460
  "$ref": "#/components/responses/RcError"
3915
4461
  },
@@ -3940,6 +4486,9 @@
3940
4486
  },
3941
4487
  {
3942
4488
  "$ref": "#/components/parameters/GlobalAsyncParam"
4489
+ },
4490
+ {
4491
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3943
4492
  }
3944
4493
  ],
3945
4494
  "requestBody": {
@@ -3955,6 +4504,9 @@
3955
4504
  "200": {
3956
4505
  "$ref": "#/components/responses/VfsRefreshResponse"
3957
4506
  },
4507
+ "202": {
4508
+ "$ref": "#/components/responses/AsyncJobResponse"
4509
+ },
3958
4510
  "4XX": {
3959
4511
  "$ref": "#/components/responses/RcError"
3960
4512
  },
@@ -3979,6 +4531,9 @@
3979
4531
  },
3980
4532
  {
3981
4533
  "$ref": "#/components/parameters/GlobalAsyncParam"
4534
+ },
4535
+ {
4536
+ "$ref": "#/components/parameters/PreferAsyncHeader"
3982
4537
  }
3983
4538
  ],
3984
4539
  "requestBody": {
@@ -3994,6 +4549,9 @@
3994
4549
  "200": {
3995
4550
  "$ref": "#/components/responses/VfsStatsResponse"
3996
4551
  },
4552
+ "202": {
4553
+ "$ref": "#/components/responses/AsyncJobResponse"
4554
+ },
3997
4555
  "4XX": {
3998
4556
  "$ref": "#/components/responses/RcError"
3999
4557
  },
@@ -4018,6 +4576,9 @@
4018
4576
  },
4019
4577
  {
4020
4578
  "$ref": "#/components/parameters/GlobalAsyncParam"
4579
+ },
4580
+ {
4581
+ "$ref": "#/components/parameters/PreferAsyncHeader"
4021
4582
  }
4022
4583
  ],
4023
4584
  "requestBody": {
@@ -4033,6 +4594,9 @@
4033
4594
  "200": {
4034
4595
  "$ref": "#/components/responses/EmptyObjectResponse"
4035
4596
  },
4597
+ "202": {
4598
+ "$ref": "#/components/responses/AsyncJobResponse"
4599
+ },
4036
4600
  "4XX": {
4037
4601
  "$ref": "#/components/responses/RcError"
4038
4602
  },
@@ -4060,6 +4624,9 @@
4060
4624
  },
4061
4625
  {
4062
4626
  "$ref": "#/components/parameters/GlobalAsyncParam"
4627
+ },
4628
+ {
4629
+ "$ref": "#/components/parameters/PreferAsyncHeader"
4063
4630
  }
4064
4631
  ],
4065
4632
  "requestBody": {
@@ -4075,6 +4642,9 @@
4075
4642
  "200": {
4076
4643
  "$ref": "#/components/responses/PluginsctlGetPluginsForTypeResponse"
4077
4644
  },
4645
+ "202": {
4646
+ "$ref": "#/components/responses/AsyncJobResponse"
4647
+ },
4078
4648
  "4XX": {
4079
4649
  "$ref": "#/components/responses/RcError"
4080
4650
  },
@@ -4096,6 +4666,9 @@
4096
4666
  },
4097
4667
  {
4098
4668
  "$ref": "#/components/parameters/GlobalAsyncParam"
4669
+ },
4670
+ {
4671
+ "$ref": "#/components/parameters/PreferAsyncHeader"
4099
4672
  }
4100
4673
  ],
4101
4674
  "requestBody": {
@@ -4111,6 +4684,9 @@
4111
4684
  "200": {
4112
4685
  "$ref": "#/components/responses/PluginsctlListPluginsResponse"
4113
4686
  },
4687
+ "202": {
4688
+ "$ref": "#/components/responses/AsyncJobResponse"
4689
+ },
4114
4690
  "4XX": {
4115
4691
  "$ref": "#/components/responses/RcError"
4116
4692
  },
@@ -4132,6 +4708,9 @@
4132
4708
  },
4133
4709
  {
4134
4710
  "$ref": "#/components/parameters/GlobalAsyncParam"
4711
+ },
4712
+ {
4713
+ "$ref": "#/components/parameters/PreferAsyncHeader"
4135
4714
  }
4136
4715
  ],
4137
4716
  "requestBody": {
@@ -4147,6 +4726,9 @@
4147
4726
  "200": {
4148
4727
  "$ref": "#/components/responses/PluginsctlListTestPluginsResponse"
4149
4728
  },
4729
+ "202": {
4730
+ "$ref": "#/components/responses/AsyncJobResponse"
4731
+ },
4150
4732
  "4XX": {
4151
4733
  "$ref": "#/components/responses/RcError"
4152
4734
  },
@@ -4171,6 +4753,9 @@
4171
4753
  },
4172
4754
  {
4173
4755
  "$ref": "#/components/parameters/GlobalAsyncParam"
4756
+ },
4757
+ {
4758
+ "$ref": "#/components/parameters/PreferAsyncHeader"
4174
4759
  }
4175
4760
  ],
4176
4761
  "requestBody": {
@@ -4186,6 +4771,9 @@
4186
4771
  "200": {
4187
4772
  "$ref": "#/components/responses/EmptyResponse"
4188
4773
  },
4774
+ "202": {
4775
+ "$ref": "#/components/responses/AsyncJobResponse"
4776
+ },
4189
4777
  "4XX": {
4190
4778
  "$ref": "#/components/responses/RcError"
4191
4779
  },
@@ -4210,6 +4798,9 @@
4210
4798
  },
4211
4799
  {
4212
4800
  "$ref": "#/components/parameters/GlobalAsyncParam"
4801
+ },
4802
+ {
4803
+ "$ref": "#/components/parameters/PreferAsyncHeader"
4213
4804
  }
4214
4805
  ],
4215
4806
  "requestBody": {
@@ -4225,6 +4816,9 @@
4225
4816
  "200": {
4226
4817
  "$ref": "#/components/responses/EmptyResponse"
4227
4818
  },
4819
+ "202": {
4820
+ "$ref": "#/components/responses/AsyncJobResponse"
4821
+ },
4228
4822
  "4XX": {
4229
4823
  "$ref": "#/components/responses/RcError"
4230
4824
  },
@@ -4246,6 +4840,17 @@
4246
4840
  "type": "boolean"
4247
4841
  }
4248
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
+ },
4249
4854
  "GlobalConfigParam": {
4250
4855
  "name": "_config",
4251
4856
  "in": "query",
@@ -5981,44 +6586,84 @@
5981
6586
  },
5982
6587
  "EmptyObjectResponse": {
5983
6588
  "description": "Request succeeded returning an empty JSON object.",
6589
+ "content": {
6590
+ "application/json": {
6591
+ "schema": {
6592
+ "type": "object"
6593
+ }
6594
+ }
6595
+ }
6596
+ },
6597
+ "MountMountResponse": {
6598
+ "description": "Mount created successfully.",
5984
6599
  "content": {
5985
6600
  "application/json": {
5986
6601
  "schema": {
5987
6602
  "type": "object",
5988
6603
  "properties": {
5989
- "jobid": {
5990
- "type": "integer",
5991
- "description": "Job ID returned when _async=true."
6604
+ "mountPoint": {
6605
+ "type": "string",
6606
+ "description": "Actual local path where the remote was mounted. May differ from the requested path (e.g. when '*' is used on Windows)."
5992
6607
  }
5993
6608
  },
5994
- "additionalProperties": true
6609
+ "required": [
6610
+ "mountPoint"
6611
+ ]
5995
6612
  }
5996
6613
  }
5997
6614
  }
5998
6615
  },
5999
- "ServeTypesResponse": {
6000
- "description": "Supported rclone serve protocols.",
6616
+ "SyncBisyncResponse": {
6617
+ "description": "Bisync completed with session details.",
6001
6618
  "content": {
6002
6619
  "application/json": {
6003
6620
  "schema": {
6004
6621
  "type": "object",
6005
6622
  "properties": {
6006
- "types": {
6007
- "type": "array",
6008
- "items": {
6009
- "type": "string"
6010
- }
6623
+ "output": {
6624
+ "type": "string",
6625
+ "description": "Captured output from the bisync operation."
6626
+ },
6627
+ "session": {
6628
+ "type": "string",
6629
+ "description": "Session name derived from the two filesystems."
6630
+ },
6631
+ "workDir": {
6632
+ "type": "string",
6633
+ "description": "Absolute path to the bisync working directory."
6634
+ },
6635
+ "basePath": {
6636
+ "type": "string",
6637
+ "description": "Base path for listing files."
6638
+ },
6639
+ "listing1": {
6640
+ "type": "string",
6641
+ "description": "Path to the Path1 listing file."
6642
+ },
6643
+ "listing2": {
6644
+ "type": "string",
6645
+ "description": "Path to the Path2 listing file."
6646
+ },
6647
+ "logFile": {
6648
+ "type": "string",
6649
+ "description": "Path to the log file."
6011
6650
  }
6012
6651
  },
6013
6652
  "required": [
6014
- "types"
6653
+ "output",
6654
+ "session",
6655
+ "workDir",
6656
+ "basePath",
6657
+ "listing1",
6658
+ "listing2",
6659
+ "logFile"
6015
6660
  ]
6016
6661
  }
6017
6662
  }
6018
6663
  }
6019
6664
  },
6020
- "SyncJobResponse": {
6021
- "description": "Response for sync operations, containing job ID if async.",
6665
+ "AsyncJobResponse": {
6666
+ "description": "Request accepted for async processing. Poll /job/status with the returned jobid.",
6022
6667
  "content": {
6023
6668
  "application/json": {
6024
6669
  "schema": {
@@ -6026,9 +6671,33 @@
6026
6671
  "properties": {
6027
6672
  "jobid": {
6028
6673
  "type": "integer",
6029
- "description": "Job ID of the operation."
6674
+ "description": "Job identifier. Pass to /job/status to track progress."
6030
6675
  }
6031
- }
6676
+ },
6677
+ "required": [
6678
+ "jobid"
6679
+ ]
6680
+ }
6681
+ }
6682
+ }
6683
+ },
6684
+ "ServeTypesResponse": {
6685
+ "description": "Supported rclone serve protocols.",
6686
+ "content": {
6687
+ "application/json": {
6688
+ "schema": {
6689
+ "type": "object",
6690
+ "properties": {
6691
+ "types": {
6692
+ "type": "array",
6693
+ "items": {
6694
+ "type": "string"
6695
+ }
6696
+ }
6697
+ },
6698
+ "required": [
6699
+ "types"
6700
+ ]
6032
6701
  }
6033
6702
  }
6034
6703
  }