rclone-openapi 1.0.14 → 1.0.15

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
@@ -2,7 +2,7 @@
2
2
  "openapi": "3.1.0",
3
3
  "info": {
4
4
  "title": "Rclone RC API",
5
- "version": "0.1.2",
5
+ "version": "0.1.3",
6
6
  "description": "Full OpenAPI specification for the Rclone RC API.",
7
7
  "contact": {
8
8
  "name": "GitHub Repository",
@@ -25,7 +25,6 @@
25
25
  "summary": "Echo request parameters",
26
26
  "description": "Returns all supplied parameters unchanged so you can verify RC connectivity.",
27
27
  "tags": [],
28
- "operationId": "rcNoop",
29
28
  "parameters": [
30
29
  {
31
30
  "$ref": "#/components/parameters/Rc_NoopPostAdditionalParam"
@@ -44,7 +43,8 @@
44
43
  "5XX": {
45
44
  "$ref": "#/components/responses/RcError"
46
45
  }
47
- }
46
+ },
47
+ "operationId": "rcNoop"
48
48
  }
49
49
  },
50
50
  "/operations/cleanup": {
@@ -52,7 +52,6 @@
52
52
  "summary": "Remove trashed files",
53
53
  "description": "Permanently removes trashed objects from the specified remote path.",
54
54
  "tags": [],
55
- "operationId": "operationsCleanup",
56
55
  "parameters": [
57
56
  {
58
57
  "$ref": "#/components/parameters/Operations_CleanupPostFsParam"
@@ -74,7 +73,8 @@
74
73
  "5XX": {
75
74
  "$ref": "#/components/responses/RcError"
76
75
  }
77
- }
76
+ },
77
+ "operationId": "operationsCleanup"
78
78
  }
79
79
  },
80
80
  "/operations/copyfile": {
@@ -82,7 +82,6 @@
82
82
  "summary": "Copy a single file",
83
83
  "description": "Copies one object from a source remote and path to a destination remote and path.",
84
84
  "tags": [],
85
- "operationId": "operationsCopyfile",
86
85
  "parameters": [
87
86
  {
88
87
  "$ref": "#/components/parameters/Operations_CopyfilePostSrcFsParam"
@@ -113,7 +112,8 @@
113
112
  "5XX": {
114
113
  "$ref": "#/components/responses/RcError"
115
114
  }
116
- }
115
+ },
116
+ "operationId": "operationsCopyfile"
117
117
  }
118
118
  },
119
119
  "/operations/copyurl": {
@@ -121,7 +121,6 @@
121
121
  "summary": "Copy from URL",
122
122
  "description": "Downloads a public URL and stores it at the requested remote path.",
123
123
  "tags": [],
124
- "operationId": "operationsCopyurl",
125
124
  "parameters": [
126
125
  {
127
126
  "$ref": "#/components/parameters/Operations_CopyurlPostFsParam"
@@ -152,7 +151,8 @@
152
151
  "5XX": {
153
152
  "$ref": "#/components/responses/RcError"
154
153
  }
155
- }
154
+ },
155
+ "operationId": "operationsCopyurl"
156
156
  }
157
157
  },
158
158
  "/operations/delete": {
@@ -160,7 +160,6 @@
160
160
  "summary": "Delete objects in path",
161
161
  "description": "Deletes matching files and directories for the provided remote, honouring filters and config overrides.",
162
162
  "tags": [],
163
- "operationId": "operationsDelete",
164
163
  "parameters": [
165
164
  {
166
165
  "$ref": "#/components/parameters/Operations_DeletePostFsParam"
@@ -188,7 +187,8 @@
188
187
  "5XX": {
189
188
  "$ref": "#/components/responses/RcError"
190
189
  }
191
- }
190
+ },
191
+ "operationId": "operationsDelete"
192
192
  }
193
193
  },
194
194
  "/operations/deletefile": {
@@ -196,7 +196,6 @@
196
196
  "summary": "Delete single file",
197
197
  "description": "Removes a specific object from the remote.",
198
198
  "tags": [],
199
- "operationId": "operationsDeletefile",
200
199
  "parameters": [
201
200
  {
202
201
  "$ref": "#/components/parameters/Operations_DeletefilePostFsParam"
@@ -221,7 +220,8 @@
221
220
  "5XX": {
222
221
  "$ref": "#/components/responses/RcError"
223
222
  }
224
- }
223
+ },
224
+ "operationId": "operationsDeletefile"
225
225
  }
226
226
  },
227
227
  "/operations/fsinfo": {
@@ -229,7 +229,6 @@
229
229
  "summary": "Describe remote capabilities",
230
230
  "description": "Returns backend features, hash support, metadata descriptions, and other info for the remote.",
231
231
  "tags": [],
232
- "operationId": "operationsFsinfo",
233
232
  "parameters": [
234
233
  {
235
234
  "$ref": "#/components/parameters/Operations_FsinfoPostFsParam"
@@ -251,7 +250,8 @@
251
250
  "5XX": {
252
251
  "$ref": "#/components/responses/RcError"
253
252
  }
254
- }
253
+ },
254
+ "operationId": "operationsFsinfo"
255
255
  }
256
256
  },
257
257
  "/operations/hashsum": {
@@ -259,7 +259,6 @@
259
259
  "summary": "Generate hash sums",
260
260
  "description": "Produces a hash sum listing for files under the given path using the requested hash algorithm.",
261
261
  "tags": [],
262
- "operationId": "operationsHashsum",
263
262
  "parameters": [
264
263
  {
265
264
  "$ref": "#/components/parameters/Operations_HashsumPostFsParam"
@@ -290,7 +289,8 @@
290
289
  "5XX": {
291
290
  "$ref": "#/components/responses/RcError"
292
291
  }
293
- }
292
+ },
293
+ "operationId": "operationsHashsum"
294
294
  }
295
295
  },
296
296
  "/operations/movefile": {
@@ -298,7 +298,6 @@
298
298
  "summary": "Move a single file",
299
299
  "description": "Moves one object from a source remote and path to a destination remote and path.",
300
300
  "tags": [],
301
- "operationId": "operationsMovefile",
302
301
  "parameters": [
303
302
  {
304
303
  "$ref": "#/components/parameters/Operations_MovefilePostSrcFsParam"
@@ -329,7 +328,8 @@
329
328
  "5XX": {
330
329
  "$ref": "#/components/responses/RcError"
331
330
  }
332
- }
331
+ },
332
+ "operationId": "operationsMovefile"
333
333
  }
334
334
  },
335
335
  "/operations/publiclink": {
@@ -337,7 +337,6 @@
337
337
  "summary": "Create or remove public link",
338
338
  "description": "Creates a share URL for an object or removes an existing link when `unlink=true`.",
339
339
  "tags": [],
340
- "operationId": "operationsPubliclink",
341
340
  "parameters": [
342
341
  {
343
342
  "$ref": "#/components/parameters/Operations_PubliclinkPostFsParam"
@@ -368,7 +367,8 @@
368
367
  "5XX": {
369
368
  "$ref": "#/components/responses/RcError"
370
369
  }
371
- }
370
+ },
371
+ "operationId": "operationsPubliclink"
372
372
  }
373
373
  },
374
374
  "/operations/rmdirs": {
@@ -376,7 +376,6 @@
376
376
  "summary": "Remove empty directories",
377
377
  "description": "Deletes empty subdirectories beneath the specified path, optionally leaving the root.",
378
378
  "tags": [],
379
- "operationId": "operationsRmdirs",
380
379
  "parameters": [
381
380
  {
382
381
  "$ref": "#/components/parameters/Operations_RmdirsPostFsParam"
@@ -404,7 +403,8 @@
404
403
  "5XX": {
405
404
  "$ref": "#/components/responses/RcError"
406
405
  }
407
- }
406
+ },
407
+ "operationId": "operationsRmdirs"
408
408
  }
409
409
  },
410
410
  "/operations/settier": {
@@ -412,7 +412,6 @@
412
412
  "summary": "Change storage tier",
413
413
  "description": "Updates the storage class or tier for every object in the specified remote path.",
414
414
  "tags": [],
415
- "operationId": "operationsSettier",
416
415
  "parameters": [
417
416
  {
418
417
  "$ref": "#/components/parameters/Operations_SettierPostFsParam"
@@ -434,7 +433,8 @@
434
433
  "5XX": {
435
434
  "$ref": "#/components/responses/RcError"
436
435
  }
437
- }
436
+ },
437
+ "operationId": "operationsSettier"
438
438
  }
439
439
  },
440
440
  "/operations/settierfile": {
@@ -442,7 +442,6 @@
442
442
  "summary": "Change file storage tier",
443
443
  "description": "Updates the storage class or tier for a single object.",
444
444
  "tags": [],
445
- "operationId": "operationsSettierfile",
446
445
  "parameters": [
447
446
  {
448
447
  "$ref": "#/components/parameters/Operations_SettierfilePostFsParam"
@@ -467,7 +466,8 @@
467
466
  "5XX": {
468
467
  "$ref": "#/components/responses/RcError"
469
468
  }
470
- }
469
+ },
470
+ "operationId": "operationsSettierfile"
471
471
  }
472
472
  },
473
473
  "/operations/size": {
@@ -475,7 +475,6 @@
475
475
  "summary": "Count remote size",
476
476
  "description": "Reports total size, file count, and number of objects without size metadata.",
477
477
  "tags": [],
478
- "operationId": "operationsSize",
479
478
  "parameters": [
480
479
  {
481
480
  "$ref": "#/components/parameters/Operations_SizePostFsParam"
@@ -497,7 +496,8 @@
497
496
  "5XX": {
498
497
  "$ref": "#/components/responses/RcError"
499
498
  }
500
- }
499
+ },
500
+ "operationId": "operationsSize"
501
501
  }
502
502
  },
503
503
  "/core/bwlimit": {
@@ -505,7 +505,6 @@
505
505
  "summary": "Get or update bandwidth limits",
506
506
  "description": "Reads the current bandwidth limit or applies a new schedule string, just like `rclone rc core/bwlimit`.",
507
507
  "tags": [],
508
- "operationId": "coreBwlimit",
509
508
  "parameters": [
510
509
  {
511
510
  "$ref": "#/components/parameters/Core_BwlimitPostRateParam"
@@ -527,7 +526,8 @@
527
526
  "5XX": {
528
527
  "$ref": "#/components/responses/RcError"
529
528
  }
530
- }
529
+ },
530
+ "operationId": "coreBwlimit"
531
531
  }
532
532
  },
533
533
  "/core/command": {
@@ -535,7 +535,6 @@
535
535
  "summary": "Run an rclone command",
536
536
  "description": "Executes a standard rclone CLI command remotely and streams or returns its output.",
537
537
  "tags": [],
538
- "operationId": "coreCommand",
539
538
  "parameters": [
540
539
  {
541
540
  "$ref": "#/components/parameters/Core_CommandPostCommandParam"
@@ -566,7 +565,8 @@
566
565
  "5XX": {
567
566
  "$ref": "#/components/responses/RcError"
568
567
  }
569
- }
568
+ },
569
+ "operationId": "coreCommand"
570
570
  }
571
571
  },
572
572
  "/core/du": {
@@ -574,7 +574,6 @@
574
574
  "summary": "Report disk usage",
575
575
  "description": "Returns disk usage statistics for the supplied local directory (defaults to the cache dir).",
576
576
  "tags": [],
577
- "operationId": "coreDu",
578
577
  "parameters": [
579
578
  {
580
579
  "$ref": "#/components/parameters/Core_DuPostDirParam"
@@ -596,7 +595,8 @@
596
595
  "5XX": {
597
596
  "$ref": "#/components/responses/RcError"
598
597
  }
599
- }
598
+ },
599
+ "operationId": "coreDu"
600
600
  }
601
601
  },
602
602
  "/core/gc": {
@@ -604,7 +604,6 @@
604
604
  "summary": "Force garbage collection",
605
605
  "description": "Triggers Go's garbage collector to release unused memory.",
606
606
  "tags": [],
607
- "operationId": "coreGc",
608
607
  "parameters": [
609
608
  {
610
609
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -623,7 +622,8 @@
623
622
  "5XX": {
624
623
  "$ref": "#/components/responses/RcError"
625
624
  }
626
- }
625
+ },
626
+ "operationId": "coreGc"
627
627
  }
628
628
  },
629
629
  "/core/group-list": {
@@ -631,7 +631,6 @@
631
631
  "summary": "List stats groups",
632
632
  "description": "Lists stats groups currently tracked by rclone.",
633
633
  "tags": [],
634
- "operationId": "coreGroupList",
635
634
  "parameters": [
636
635
  {
637
636
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -668,7 +667,8 @@
668
667
  "5XX": {
669
668
  "$ref": "#/components/responses/RcError"
670
669
  }
671
- }
670
+ },
671
+ "operationId": "coreGroupList"
672
672
  }
673
673
  },
674
674
  "/core/memstats": {
@@ -676,7 +676,6 @@
676
676
  "summary": "Fetch runtime memory stats",
677
677
  "description": "Returns Go runtime memory statistics similar to `runtime.ReadMemStats`.",
678
678
  "tags": [],
679
- "operationId": "coreMemstats",
680
679
  "parameters": [
681
680
  {
682
681
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -705,7 +704,8 @@
705
704
  "5XX": {
706
705
  "$ref": "#/components/responses/RcError"
707
706
  }
708
- }
707
+ },
708
+ "operationId": "coreMemstats"
709
709
  }
710
710
  },
711
711
  "/core/obscure": {
@@ -713,7 +713,6 @@
713
713
  "summary": "Obscure a clear string",
714
714
  "description": "Obscures a plain-text secret for inclusion in `rclone.conf`.",
715
715
  "tags": [],
716
- "operationId": "coreObscure",
717
716
  "parameters": [
718
717
  {
719
718
  "$ref": "#/components/parameters/Core_ObscurePostClearParam"
@@ -750,7 +749,8 @@
750
749
  "5XX": {
751
750
  "$ref": "#/components/responses/RcError"
752
751
  }
753
- }
752
+ },
753
+ "operationId": "coreObscure"
754
754
  }
755
755
  },
756
756
  "/core/pid": {
@@ -758,7 +758,6 @@
758
758
  "summary": "Return rclone PID",
759
759
  "description": "Returns the process ID of the running rclone instance.",
760
760
  "tags": [],
761
- "operationId": "corePid",
762
761
  "parameters": [
763
762
  {
764
763
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -792,7 +791,8 @@
792
791
  "5XX": {
793
792
  "$ref": "#/components/responses/RcError"
794
793
  }
795
- }
794
+ },
795
+ "operationId": "corePid"
796
796
  }
797
797
  },
798
798
  "/core/quit": {
@@ -800,7 +800,6 @@
800
800
  "summary": "Terminate rclone",
801
801
  "description": "Stops the rclone process, optionally supplying an exit code.",
802
802
  "tags": [],
803
- "operationId": "coreQuit",
804
803
  "parameters": [
805
804
  {
806
805
  "$ref": "#/components/parameters/Core_QuitPostExitCodeParam"
@@ -822,7 +821,8 @@
822
821
  "5XX": {
823
822
  "$ref": "#/components/responses/RcError"
824
823
  }
825
- }
824
+ },
825
+ "operationId": "coreQuit"
826
826
  }
827
827
  },
828
828
  "/core/stats-delete": {
@@ -830,7 +830,6 @@
830
830
  "summary": "Delete stats group",
831
831
  "description": "Deletes the counters associated with a specific stats group.",
832
832
  "tags": [],
833
- "operationId": "coreStatsDelete",
834
833
  "parameters": [
835
834
  {
836
835
  "$ref": "#/components/parameters/Core_StatsDeletePostGroupParam"
@@ -852,7 +851,8 @@
852
851
  "5XX": {
853
852
  "$ref": "#/components/responses/RcError"
854
853
  }
855
- }
854
+ },
855
+ "operationId": "coreStatsDelete"
856
856
  }
857
857
  },
858
858
  "/core/stats-reset": {
@@ -860,7 +860,6 @@
860
860
  "summary": "Reset stats counters",
861
861
  "description": "Clears counters, errors, and finished transfers for the provided stats group or all groups.",
862
862
  "tags": [],
863
- "operationId": "coreStatsReset",
864
863
  "parameters": [
865
864
  {
866
865
  "$ref": "#/components/parameters/Core_StatsResetPostGroupParam"
@@ -882,7 +881,8 @@
882
881
  "5XX": {
883
882
  "$ref": "#/components/responses/RcError"
884
883
  }
885
- }
884
+ },
885
+ "operationId": "coreStatsReset"
886
886
  }
887
887
  },
888
888
  "/core/transferred": {
@@ -890,7 +890,6 @@
890
890
  "summary": "List completed transfers",
891
891
  "description": "Returns up to 100 recently completed transfers for the requested stats group.",
892
892
  "tags": [],
893
- "operationId": "coreTransferred",
894
893
  "parameters": [
895
894
  {
896
895
  "$ref": "#/components/parameters/Core_TransferredPostGroupParam"
@@ -912,13 +911,13 @@
912
911
  "5XX": {
913
912
  "$ref": "#/components/responses/RcError"
914
913
  }
915
- }
914
+ },
915
+ "operationId": "coreTransferred"
916
916
  }
917
917
  },
918
918
  "/debug/set-block-profile-rate": {
919
919
  "post": {
920
920
  "tags": [],
921
- "operationId": "debugSetBlockProfileRate",
922
921
  "parameters": [
923
922
  {
924
923
  "$ref": "#/components/parameters/Debug_SetBlockProfileRatePostRateParam"
@@ -940,13 +939,13 @@
940
939
  "5XX": {
941
940
  "$ref": "#/components/responses/RcError"
942
941
  }
943
- }
942
+ },
943
+ "operationId": "debugSetBlockProfileRate"
944
944
  }
945
945
  },
946
946
  "/debug/set-gc-percent": {
947
947
  "post": {
948
948
  "tags": [],
949
- "operationId": "debugSetGcPercent",
950
949
  "parameters": [
951
950
  {
952
951
  "$ref": "#/components/parameters/Debug_SetGcPercentPostGcPercentParam"
@@ -968,13 +967,13 @@
968
967
  "5XX": {
969
968
  "$ref": "#/components/responses/RcError"
970
969
  }
971
- }
970
+ },
971
+ "operationId": "debugSetGcPercent"
972
972
  }
973
973
  },
974
974
  "/debug/set-mutex-profile-fraction": {
975
975
  "post": {
976
976
  "tags": [],
977
- "operationId": "debugSetMutexProfileFraction",
978
977
  "parameters": [
979
978
  {
980
979
  "$ref": "#/components/parameters/Debug_SetMutexProfileFractionPostRateParam"
@@ -996,13 +995,13 @@
996
995
  "5XX": {
997
996
  "$ref": "#/components/responses/RcError"
998
997
  }
999
- }
998
+ },
999
+ "operationId": "debugSetMutexProfileFraction"
1000
1000
  }
1001
1001
  },
1002
1002
  "/debug/set-soft-memory-limit": {
1003
1003
  "post": {
1004
1004
  "tags": [],
1005
- "operationId": "debugSetSoftMemoryLimit",
1006
1005
  "parameters": [
1007
1006
  {
1008
1007
  "$ref": "#/components/parameters/Debug_SetSoftMemoryLimitPostMemLimitParam"
@@ -1024,13 +1023,13 @@
1024
1023
  "5XX": {
1025
1024
  "$ref": "#/components/responses/RcError"
1026
1025
  }
1027
- }
1026
+ },
1027
+ "operationId": "debugSetSoftMemoryLimit"
1028
1028
  }
1029
1029
  },
1030
1030
  "/fscache/clear": {
1031
1031
  "post": {
1032
1032
  "tags": [],
1033
- "operationId": "fscacheClear",
1034
1033
  "parameters": [
1035
1034
  {
1036
1035
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -1049,13 +1048,13 @@
1049
1048
  "5XX": {
1050
1049
  "$ref": "#/components/responses/RcError"
1051
1050
  }
1052
- }
1051
+ },
1052
+ "operationId": "fscacheClear"
1053
1053
  }
1054
1054
  },
1055
1055
  "/fscache/entries": {
1056
1056
  "post": {
1057
1057
  "tags": [],
1058
- "operationId": "fscacheEntries",
1059
1058
  "parameters": [
1060
1059
  {
1061
1060
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -1074,13 +1073,13 @@
1074
1073
  "5XX": {
1075
1074
  "$ref": "#/components/responses/RcError"
1076
1075
  }
1077
- }
1076
+ },
1077
+ "operationId": "fscacheEntries"
1078
1078
  }
1079
1079
  },
1080
1080
  "/mount/listmounts": {
1081
1081
  "post": {
1082
1082
  "tags": [],
1083
- "operationId": "mountListmounts",
1084
1083
  "parameters": [
1085
1084
  {
1086
1085
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -1099,13 +1098,13 @@
1099
1098
  "5XX": {
1100
1099
  "$ref": "#/components/responses/RcError"
1101
1100
  }
1102
- }
1101
+ },
1102
+ "operationId": "mountListmounts"
1103
1103
  }
1104
1104
  },
1105
1105
  "/mount/mount": {
1106
1106
  "post": {
1107
1107
  "tags": [],
1108
- "operationId": "mountMount",
1109
1108
  "parameters": [
1110
1109
  {
1111
1110
  "$ref": "#/components/parameters/Mount_MountPostFsParam"
@@ -1145,13 +1144,13 @@
1145
1144
  "5XX": {
1146
1145
  "$ref": "#/components/responses/RcError"
1147
1146
  }
1148
- }
1147
+ },
1148
+ "operationId": "mountMount"
1149
1149
  }
1150
1150
  },
1151
1151
  "/mount/types": {
1152
1152
  "post": {
1153
1153
  "tags": [],
1154
- "operationId": "mountTypes",
1155
1154
  "parameters": [
1156
1155
  {
1157
1156
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -1170,13 +1169,13 @@
1170
1169
  "5XX": {
1171
1170
  "$ref": "#/components/responses/RcError"
1172
1171
  }
1173
- }
1172
+ },
1173
+ "operationId": "mountTypes"
1174
1174
  }
1175
1175
  },
1176
1176
  "/mount/unmount": {
1177
1177
  "post": {
1178
1178
  "tags": [],
1179
- "operationId": "mountUnmount",
1180
1179
  "parameters": [
1181
1180
  {
1182
1181
  "$ref": "#/components/parameters/Mount_UnmountPostMountPointParam"
@@ -1198,13 +1197,13 @@
1198
1197
  "5XX": {
1199
1198
  "$ref": "#/components/responses/RcError"
1200
1199
  }
1201
- }
1200
+ },
1201
+ "operationId": "mountUnmount"
1202
1202
  }
1203
1203
  },
1204
1204
  "/mount/unmountall": {
1205
1205
  "post": {
1206
1206
  "tags": [],
1207
- "operationId": "mountUnmountall",
1208
1207
  "parameters": [
1209
1208
  {
1210
1209
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -1223,7 +1222,8 @@
1223
1222
  "5XX": {
1224
1223
  "$ref": "#/components/responses/RcError"
1225
1224
  }
1226
- }
1225
+ },
1226
+ "operationId": "mountUnmountall"
1227
1227
  }
1228
1228
  },
1229
1229
  "/rc/noopauth": {
@@ -1231,7 +1231,6 @@
1231
1231
  "summary": "Echo parameters (auth required)",
1232
1232
  "description": "Same as `rc/noop`, but requires authentication to validate access control.",
1233
1233
  "tags": [],
1234
- "operationId": "rcNoopAuth",
1235
1234
  "parameters": [
1236
1235
  {
1237
1236
  "$ref": "#/components/parameters/Rc_NoopauthPostAdditionalParam"
@@ -1250,7 +1249,8 @@
1250
1249
  "5XX": {
1251
1250
  "$ref": "#/components/responses/RcError"
1252
1251
  }
1253
- }
1252
+ },
1253
+ "operationId": "rcNoopAuth"
1254
1254
  }
1255
1255
  },
1256
1256
  "/rc/error": {
@@ -1258,7 +1258,6 @@
1258
1258
  "summary": "Return a test error",
1259
1259
  "description": "Always returns an error response incorporating the supplied parameters, useful for testing error handling.",
1260
1260
  "tags": [],
1261
- "operationId": "rcError",
1262
1261
  "parameters": [
1263
1262
  {
1264
1263
  "$ref": "#/components/parameters/Rc_ErrorPostAdditionalParam"
@@ -1277,7 +1276,8 @@
1277
1276
  "5XX": {
1278
1277
  "$ref": "#/components/responses/RcError"
1279
1278
  }
1280
- }
1279
+ },
1280
+ "operationId": "rcError"
1281
1281
  }
1282
1282
  },
1283
1283
  "/rc/list": {
@@ -1285,7 +1285,6 @@
1285
1285
  "summary": "List RC commands",
1286
1286
  "description": "Returns metadata about every available RC command, including whether authentication is required.",
1287
1287
  "tags": [],
1288
- "operationId": "rcList",
1289
1288
  "parameters": [
1290
1289
  {
1291
1290
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -1304,7 +1303,8 @@
1304
1303
  "5XX": {
1305
1304
  "$ref": "#/components/responses/RcError"
1306
1305
  }
1307
- }
1306
+ },
1307
+ "operationId": "rcList"
1308
1308
  }
1309
1309
  },
1310
1310
  "/backend/command": {
@@ -1312,7 +1312,6 @@
1312
1312
  "summary": "Run backend command",
1313
1313
  "description": "Invokes a backend-specific management command against an optional remote.",
1314
1314
  "tags": [],
1315
- "operationId": "backendCommand",
1316
1315
  "parameters": [
1317
1316
  {
1318
1317
  "$ref": "#/components/parameters/Backend_CommandPostCommandParam"
@@ -1343,7 +1342,8 @@
1343
1342
  "5XX": {
1344
1343
  "$ref": "#/components/responses/RcError"
1345
1344
  }
1346
- }
1345
+ },
1346
+ "operationId": "backendCommand"
1347
1347
  }
1348
1348
  },
1349
1349
  "/cache/expire": {
@@ -1351,7 +1351,6 @@
1351
1351
  "summary": "Expire cache entries",
1352
1352
  "description": "Drops cached directory entries, and optionally cached file data, for the cache backend.",
1353
1353
  "tags": [],
1354
- "operationId": "cacheExpire",
1355
1354
  "parameters": [
1356
1355
  {
1357
1356
  "$ref": "#/components/parameters/Cache_ExpirePostRemoteParam"
@@ -1376,7 +1375,8 @@
1376
1375
  "5XX": {
1377
1376
  "$ref": "#/components/responses/RcError"
1378
1377
  }
1379
- }
1378
+ },
1379
+ "operationId": "cacheExpire"
1380
1380
  }
1381
1381
  },
1382
1382
  "/cache/fetch": {
@@ -1384,7 +1384,6 @@
1384
1384
  "summary": "Prefetch cache chunks",
1385
1385
  "description": "Ensures specified file chunks are cached locally for a cache remote.",
1386
1386
  "tags": [],
1387
- "operationId": "cacheFetch",
1388
1387
  "parameters": [
1389
1388
  {
1390
1389
  "$ref": "#/components/parameters/Cache_FetchPostChunksParam"
@@ -1409,7 +1408,8 @@
1409
1408
  "5XX": {
1410
1409
  "$ref": "#/components/responses/RcError"
1411
1410
  }
1412
- }
1411
+ },
1412
+ "operationId": "cacheFetch"
1413
1413
  }
1414
1414
  },
1415
1415
  "/cache/stats": {
@@ -1417,7 +1417,6 @@
1417
1417
  "summary": "Show cache stats",
1418
1418
  "description": "Returns runtime statistics for the cache backend.",
1419
1419
  "tags": [],
1420
- "operationId": "cacheStats",
1421
1420
  "parameters": [
1422
1421
  {
1423
1422
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -1436,7 +1435,8 @@
1436
1435
  "5XX": {
1437
1436
  "$ref": "#/components/responses/RcError"
1438
1437
  }
1439
- }
1438
+ },
1439
+ "operationId": "cacheStats"
1440
1440
  }
1441
1441
  },
1442
1442
  "/config/create": {
@@ -1444,7 +1444,6 @@
1444
1444
  "summary": "Create remote configuration",
1445
1445
  "description": "Creates a new remote in `rclone.conf`, mirroring `rclone config create`.",
1446
1446
  "tags": [],
1447
- "operationId": "configCreate",
1448
1447
  "parameters": [
1449
1448
  {
1450
1449
  "$ref": "#/components/parameters/Config_CreatePostNameParam"
@@ -1475,7 +1474,8 @@
1475
1474
  "5XX": {
1476
1475
  "$ref": "#/components/responses/RcError"
1477
1476
  }
1478
- }
1477
+ },
1478
+ "operationId": "configCreate"
1479
1479
  }
1480
1480
  },
1481
1481
  "/config/delete": {
@@ -1483,7 +1483,6 @@
1483
1483
  "summary": "Delete remote configuration",
1484
1484
  "description": "Removes an existing remote from `rclone.conf`.",
1485
1485
  "tags": [],
1486
- "operationId": "configDelete",
1487
1486
  "parameters": [
1488
1487
  {
1489
1488
  "$ref": "#/components/parameters/Config_DeletePostNameParam"
@@ -1505,7 +1504,8 @@
1505
1504
  "5XX": {
1506
1505
  "$ref": "#/components/responses/RcError"
1507
1506
  }
1508
- }
1507
+ },
1508
+ "operationId": "configDelete"
1509
1509
  }
1510
1510
  },
1511
1511
  "/config/dump": {
@@ -1513,7 +1513,6 @@
1513
1513
  "summary": "Dump configuration",
1514
1514
  "description": "Returns the contents of the config file as a JSON object keyed by remote name.",
1515
1515
  "tags": [],
1516
- "operationId": "configDump",
1517
1516
  "parameters": [
1518
1517
  {
1519
1518
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -1532,7 +1531,8 @@
1532
1531
  "5XX": {
1533
1532
  "$ref": "#/components/responses/RcError"
1534
1533
  }
1535
- }
1534
+ },
1535
+ "operationId": "configDump"
1536
1536
  }
1537
1537
  },
1538
1538
  "/config/get": {
@@ -1540,7 +1540,6 @@
1540
1540
  "summary": "Get remote configuration",
1541
1541
  "description": "Returns the key/value settings for a single remote.",
1542
1542
  "tags": [],
1543
- "operationId": "configGet",
1544
1543
  "parameters": [
1545
1544
  {
1546
1545
  "$ref": "#/components/parameters/Config_GetPostNameParam"
@@ -1562,7 +1561,8 @@
1562
1561
  "5XX": {
1563
1562
  "$ref": "#/components/responses/RcError"
1564
1563
  }
1565
- }
1564
+ },
1565
+ "operationId": "configGet"
1566
1566
  }
1567
1567
  },
1568
1568
  "/config/listremotes": {
@@ -1570,7 +1570,6 @@
1570
1570
  "summary": "List configured remotes",
1571
1571
  "description": "Returns the names of all remotes defined in the config file.",
1572
1572
  "tags": [],
1573
- "operationId": "configListremotes",
1574
1573
  "parameters": [
1575
1574
  {
1576
1575
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -1589,7 +1588,8 @@
1589
1588
  "5XX": {
1590
1589
  "$ref": "#/components/responses/RcError"
1591
1590
  }
1592
- }
1591
+ },
1592
+ "operationId": "configListremotes"
1593
1593
  }
1594
1594
  },
1595
1595
  "/config/password": {
@@ -1597,7 +1597,6 @@
1597
1597
  "summary": "Update remote secrets",
1598
1598
  "description": "Sets obscured password fields for a remote configuration.",
1599
1599
  "tags": [],
1600
- "operationId": "configPassword",
1601
1600
  "parameters": [
1602
1601
  {
1603
1602
  "$ref": "#/components/parameters/Config_PasswordPostNameParam"
@@ -1622,7 +1621,8 @@
1622
1621
  "5XX": {
1623
1622
  "$ref": "#/components/responses/RcError"
1624
1623
  }
1625
- }
1624
+ },
1625
+ "operationId": "configPassword"
1626
1626
  }
1627
1627
  },
1628
1628
  "/config/paths": {
@@ -1630,7 +1630,6 @@
1630
1630
  "summary": "Show config paths",
1631
1631
  "description": "Returns the paths to the config file, cache directory, and temporary directory.",
1632
1632
  "tags": [],
1633
- "operationId": "configPaths",
1634
1633
  "parameters": [
1635
1634
  {
1636
1635
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -1649,7 +1648,8 @@
1649
1648
  "5XX": {
1650
1649
  "$ref": "#/components/responses/RcError"
1651
1650
  }
1652
- }
1651
+ },
1652
+ "operationId": "configPaths"
1653
1653
  }
1654
1654
  },
1655
1655
  "/config/providers": {
@@ -1657,7 +1657,6 @@
1657
1657
  "summary": "List backend providers",
1658
1658
  "description": "Returns metadata describing each supported storage provider.",
1659
1659
  "tags": [],
1660
- "operationId": "configProviders",
1661
1660
  "parameters": [
1662
1661
  {
1663
1662
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -1676,7 +1675,8 @@
1676
1675
  "5XX": {
1677
1676
  "$ref": "#/components/responses/RcError"
1678
1677
  }
1679
- }
1678
+ },
1679
+ "operationId": "configProviders"
1680
1680
  }
1681
1681
  },
1682
1682
  "/config/setpath": {
@@ -1684,7 +1684,6 @@
1684
1684
  "summary": "Set config path",
1685
1685
  "description": "Points rclone at a specific `rclone.conf` file.",
1686
1686
  "tags": [],
1687
- "operationId": "configSetpath",
1688
1687
  "parameters": [
1689
1688
  {
1690
1689
  "$ref": "#/components/parameters/Config_SetpathPostPathParam"
@@ -1706,7 +1705,8 @@
1706
1705
  "5XX": {
1707
1706
  "$ref": "#/components/responses/RcError"
1708
1707
  }
1709
- }
1708
+ },
1709
+ "operationId": "configSetpath"
1710
1710
  }
1711
1711
  },
1712
1712
  "/config/unlock": {
@@ -1714,7 +1714,6 @@
1714
1714
  "summary": "Unlock encrypted config",
1715
1715
  "description": "Unlocks the configuration file using the provided password.",
1716
1716
  "tags": [],
1717
- "operationId": "configUnlock",
1718
1717
  "parameters": [
1719
1718
  {
1720
1719
  "$ref": "#/components/parameters/Config_UnlockPostConfigPasswordParam"
@@ -1736,7 +1735,8 @@
1736
1735
  "5XX": {
1737
1736
  "$ref": "#/components/responses/RcError"
1738
1737
  }
1739
- }
1738
+ },
1739
+ "operationId": "configUnlock"
1740
1740
  }
1741
1741
  },
1742
1742
  "/config/update": {
@@ -1744,7 +1744,6 @@
1744
1744
  "summary": "Update remote configuration",
1745
1745
  "description": "Updates an existing remote with new parameter values.",
1746
1746
  "tags": [],
1747
- "operationId": "configUpdate",
1748
1747
  "parameters": [
1749
1748
  {
1750
1749
  "$ref": "#/components/parameters/Config_UpdatePostNameParam"
@@ -1772,7 +1771,8 @@
1772
1771
  "5XX": {
1773
1772
  "$ref": "#/components/responses/RcError"
1774
1773
  }
1775
- }
1774
+ },
1775
+ "operationId": "configUpdate"
1776
1776
  }
1777
1777
  },
1778
1778
  "/core/version": {
@@ -1780,7 +1780,6 @@
1780
1780
  "summary": "Report rclone version",
1781
1781
  "description": "Returns the running rclone version, build metadata, and Go runtime details.",
1782
1782
  "tags": [],
1783
- "operationId": "coreVersion",
1784
1783
  "parameters": [
1785
1784
  {
1786
1785
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -1799,7 +1798,8 @@
1799
1798
  "5XX": {
1800
1799
  "$ref": "#/components/responses/RcError"
1801
1800
  }
1802
- }
1801
+ },
1802
+ "operationId": "coreVersion"
1803
1803
  }
1804
1804
  },
1805
1805
  "/core/stats": {
@@ -1807,7 +1807,6 @@
1807
1807
  "summary": "Current stats snapshot",
1808
1808
  "description": "Returns active transfer statistics including bytes transferred, speed, and error counts.",
1809
1809
  "tags": [],
1810
- "operationId": "coreStats",
1811
1810
  "parameters": [
1812
1811
  {
1813
1812
  "$ref": "#/components/parameters/Core_StatsPostGroupParam"
@@ -1832,7 +1831,8 @@
1832
1831
  "5XX": {
1833
1832
  "$ref": "#/components/responses/RcError"
1834
1833
  }
1835
- }
1834
+ },
1835
+ "operationId": "coreStats"
1836
1836
  }
1837
1837
  },
1838
1838
  "/job/list": {
@@ -1840,7 +1840,6 @@
1840
1840
  "summary": "List jobs",
1841
1841
  "description": "Returns identifiers of active and recently completed asynchronous jobs.",
1842
1842
  "tags": [],
1843
- "operationId": "jobList",
1844
1843
  "parameters": [
1845
1844
  {
1846
1845
  "$ref": "#/components/parameters/GlobalAsyncParam"
@@ -1856,7 +1855,8 @@
1856
1855
  "5XX": {
1857
1856
  "$ref": "#/components/responses/RcError"
1858
1857
  }
1859
- }
1858
+ },
1859
+ "operationId": "jobList"
1860
1860
  }
1861
1861
  },
1862
1862
  "/job/status": {
@@ -1864,7 +1864,6 @@
1864
1864
  "summary": "Get job status",
1865
1865
  "description": "Returns timing, success state, output, and progress for a specific job.",
1866
1866
  "tags": [],
1867
- "operationId": "jobStatus",
1868
1867
  "parameters": [
1869
1868
  {
1870
1869
  "$ref": "#/components/parameters/Job_StatusPostJobidParam"
@@ -1883,7 +1882,8 @@
1883
1882
  "5XX": {
1884
1883
  "$ref": "#/components/responses/RcError"
1885
1884
  }
1886
- }
1885
+ },
1886
+ "operationId": "jobStatus"
1887
1887
  }
1888
1888
  },
1889
1889
  "/job/stop": {
@@ -1891,7 +1891,6 @@
1891
1891
  "summary": "Stop job",
1892
1892
  "description": "Attempts to cancel a running job by ID.",
1893
1893
  "tags": [],
1894
- "operationId": "jobStop",
1895
1894
  "parameters": [
1896
1895
  {
1897
1896
  "$ref": "#/components/parameters/Job_StopPostJobidParam"
@@ -1910,7 +1909,8 @@
1910
1909
  "5XX": {
1911
1910
  "$ref": "#/components/responses/RcError"
1912
1911
  }
1913
- }
1912
+ },
1913
+ "operationId": "jobStop"
1914
1914
  }
1915
1915
  },
1916
1916
  "/job/stopgroup": {
@@ -1918,7 +1918,6 @@
1918
1918
  "summary": "Stop jobs in group",
1919
1919
  "description": "Cancels all active jobs associated with the provided stats group.",
1920
1920
  "tags": [],
1921
- "operationId": "jobStopgroup",
1922
1921
  "parameters": [
1923
1922
  {
1924
1923
  "$ref": "#/components/parameters/Job_StopgroupPostGroupParam"
@@ -1937,7 +1936,8 @@
1937
1936
  "5XX": {
1938
1937
  "$ref": "#/components/responses/RcError"
1939
1938
  }
1940
- }
1939
+ },
1940
+ "operationId": "jobStopgroup"
1941
1941
  }
1942
1942
  },
1943
1943
  "/operations/list": {
@@ -1945,7 +1945,6 @@
1945
1945
  "summary": "List objects",
1946
1946
  "description": "Lists objects and directories for a remote path, returning the same fields as `rclone lsjson`.",
1947
1947
  "tags": [],
1948
- "operationId": "operationsList",
1949
1948
  "parameters": [
1950
1949
  {
1951
1950
  "$ref": "#/components/parameters/Operations_ListPostFsParam"
@@ -2003,7 +2002,8 @@
2003
2002
  "5XX": {
2004
2003
  "$ref": "#/components/responses/RcError"
2005
2004
  }
2006
- }
2005
+ },
2006
+ "operationId": "operationsList"
2007
2007
  }
2008
2008
  },
2009
2009
  "/operations/stat": {
@@ -2011,7 +2011,6 @@
2011
2011
  "summary": "Stat an object",
2012
2012
  "description": "Returns metadata for a single file or directory, mirroring `rclone lsjson` on one entry.",
2013
2013
  "tags": [],
2014
- "operationId": "operationsStat",
2015
2014
  "parameters": [
2016
2015
  {
2017
2016
  "$ref": "#/components/parameters/Operations_StatPostFsParam"
@@ -2039,7 +2038,8 @@
2039
2038
  "5XX": {
2040
2039
  "$ref": "#/components/responses/RcError"
2041
2040
  }
2042
- }
2041
+ },
2042
+ "operationId": "operationsStat"
2043
2043
  }
2044
2044
  },
2045
2045
  "/operations/about": {
@@ -2047,7 +2047,6 @@
2047
2047
  "summary": "Get remote quota",
2048
2048
  "description": "Returns storage quota and usage details for the remote, equivalent to `rclone about`.",
2049
2049
  "tags": [],
2050
- "operationId": "operationsAbout",
2051
2050
  "parameters": [
2052
2051
  {
2053
2052
  "$ref": "#/components/parameters/Operations_AboutPostFsParam"
@@ -2069,7 +2068,8 @@
2069
2068
  "5XX": {
2070
2069
  "$ref": "#/components/responses/RcError"
2071
2070
  }
2072
- }
2071
+ },
2072
+ "operationId": "operationsAbout"
2073
2073
  }
2074
2074
  },
2075
2075
  "/operations/uploadfile": {
@@ -2077,7 +2077,6 @@
2077
2077
  "summary": "Upload files via multipart",
2078
2078
  "description": "Accepts multipart/form-data payloads and writes the uploaded files to the specified remote path.",
2079
2079
  "tags": [],
2080
- "operationId": "operationsUploadfile",
2081
2080
  "parameters": [
2082
2081
  {
2083
2082
  "$ref": "#/components/parameters/Operations_UploadfilePostFsParam"
@@ -2112,7 +2111,8 @@
2112
2111
  "5XX": {
2113
2112
  "$ref": "#/components/responses/RcError"
2114
2113
  }
2115
- }
2114
+ },
2115
+ "operationId": "operationsUploadfile"
2116
2116
  }
2117
2117
  },
2118
2118
  "/operations/purge": {
@@ -2120,7 +2120,6 @@
2120
2120
  "summary": "Purge directory",
2121
2121
  "description": "Deletes a directory or container and all of its contents.",
2122
2122
  "tags": [],
2123
- "operationId": "operationsPurge",
2124
2123
  "parameters": [
2125
2124
  {
2126
2125
  "$ref": "#/components/parameters/Operations_PurgePostFsParam"
@@ -2151,7 +2150,8 @@
2151
2150
  "5XX": {
2152
2151
  "$ref": "#/components/responses/RcError"
2153
2152
  }
2154
- }
2153
+ },
2154
+ "operationId": "operationsPurge"
2155
2155
  }
2156
2156
  },
2157
2157
  "/operations/mkdir": {
@@ -2159,7 +2159,6 @@
2159
2159
  "summary": "Create directory",
2160
2160
  "description": "Creates the target directory or container if it does not exist.",
2161
2161
  "tags": [],
2162
- "operationId": "operationsMkdir",
2163
2162
  "parameters": [
2164
2163
  {
2165
2164
  "$ref": "#/components/parameters/Operations_MkdirPostFsParam"
@@ -2184,7 +2183,8 @@
2184
2183
  "5XX": {
2185
2184
  "$ref": "#/components/responses/RcError"
2186
2185
  }
2187
- }
2186
+ },
2187
+ "operationId": "operationsMkdir"
2188
2188
  }
2189
2189
  },
2190
2190
  "/operations/rmdir": {
@@ -2192,7 +2192,6 @@
2192
2192
  "summary": "Remove empty directory",
2193
2193
  "description": "Deletes an empty directory or container.",
2194
2194
  "tags": [],
2195
- "operationId": "operationsRmdir",
2196
2195
  "parameters": [
2197
2196
  {
2198
2197
  "$ref": "#/components/parameters/Operations_RmdirPostFsParam"
@@ -2217,7 +2216,8 @@
2217
2216
  "5XX": {
2218
2217
  "$ref": "#/components/responses/RcError"
2219
2218
  }
2220
- }
2219
+ },
2220
+ "operationId": "operationsRmdir"
2221
2221
  }
2222
2222
  },
2223
2223
  "/operations/check": {
@@ -2225,7 +2225,6 @@
2225
2225
  "summary": "Compare source and destination",
2226
2226
  "description": "Compares source and destination trees, reporting matches, differences, and missing files.",
2227
2227
  "tags": [],
2228
- "operationId": "operationsCheck",
2229
2228
  "parameters": [
2230
2229
  {
2231
2230
  "$ref": "#/components/parameters/Operations_CheckPostSrcFsParam"
@@ -2283,7 +2282,8 @@
2283
2282
  "5XX": {
2284
2283
  "$ref": "#/components/responses/RcError"
2285
2284
  }
2286
- }
2285
+ },
2286
+ "operationId": "operationsCheck"
2287
2287
  }
2288
2288
  },
2289
2289
  "/sync/sync": {
@@ -2291,7 +2291,6 @@
2291
2291
  "summary": "Sync source to destination",
2292
2292
  "description": "Synchronises a source remote to a destination remote, making the destination match the source.",
2293
2293
  "tags": [],
2294
- "operationId": "syncSync",
2295
2294
  "parameters": [
2296
2295
  {
2297
2296
  "$ref": "#/components/parameters/Sync_SyncPostSrcFsParam"
@@ -2325,7 +2324,8 @@
2325
2324
  "5XX": {
2326
2325
  "$ref": "#/components/responses/RcError"
2327
2326
  }
2328
- }
2327
+ },
2328
+ "operationId": "syncSync"
2329
2329
  }
2330
2330
  },
2331
2331
  "/sync/copy": {
@@ -2333,7 +2333,6 @@
2333
2333
  "summary": "Copy source to destination",
2334
2334
  "description": "Copies objects from a source remote to a destination remote without deleting destination files.",
2335
2335
  "tags": [],
2336
- "operationId": "syncCopy",
2337
2336
  "parameters": [
2338
2337
  {
2339
2338
  "$ref": "#/components/parameters/Sync_CopyPostSrcFsParam"
@@ -2367,7 +2366,8 @@
2367
2366
  "5XX": {
2368
2367
  "$ref": "#/components/responses/RcError"
2369
2368
  }
2370
- }
2369
+ },
2370
+ "operationId": "syncCopy"
2371
2371
  }
2372
2372
  },
2373
2373
  "/sync/move": {
@@ -2375,7 +2375,6 @@
2375
2375
  "summary": "Move source to destination",
2376
2376
  "description": "Moves objects from a source remote to a destination remote, optionally cleaning up empty directories.",
2377
2377
  "tags": [],
2378
- "operationId": "syncMove",
2379
2378
  "parameters": [
2380
2379
  {
2381
2380
  "$ref": "#/components/parameters/Sync_MovePostSrcFsParam"
@@ -2412,7 +2411,8 @@
2412
2411
  "5XX": {
2413
2412
  "$ref": "#/components/responses/RcError"
2414
2413
  }
2415
- }
2414
+ },
2415
+ "operationId": "syncMove"
2416
2416
  }
2417
2417
  },
2418
2418
  "/sync/bisync": {
@@ -2420,7 +2420,6 @@
2420
2420
  "summary": "Bidirectional sync",
2421
2421
  "description": "Performs a bidirectional synchronisation between two paths, supporting safety checks and recovery options.",
2422
2422
  "tags": [],
2423
- "operationId": "syncBisync",
2424
2423
  "parameters": [
2425
2424
  {
2426
2425
  "$ref": "#/components/parameters/Sync_BisyncPostPath1Param"
@@ -2499,7 +2498,8 @@
2499
2498
  "5XX": {
2500
2499
  "$ref": "#/components/responses/RcError"
2501
2500
  }
2502
- }
2501
+ },
2502
+ "operationId": "syncBisync"
2503
2503
  }
2504
2504
  },
2505
2505
  "/options/blocks": {
@@ -2507,7 +2507,6 @@
2507
2507
  "summary": "List option blocks",
2508
2508
  "description": "Returns the names of option blocks that can be queried or updated.",
2509
2509
  "tags": [],
2510
- "operationId": "optionsBlocks",
2511
2510
  "parameters": [
2512
2511
  {
2513
2512
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -2526,7 +2525,8 @@
2526
2525
  "5XX": {
2527
2526
  "$ref": "#/components/responses/RcError"
2528
2527
  }
2529
- }
2528
+ },
2529
+ "operationId": "optionsBlocks"
2530
2530
  }
2531
2531
  },
2532
2532
  "/options/get": {
@@ -2534,7 +2534,6 @@
2534
2534
  "summary": "Get option values",
2535
2535
  "description": "Returns the current global option values, optionally filtered by block.",
2536
2536
  "tags": [],
2537
- "operationId": "optionsGet",
2538
2537
  "parameters": [
2539
2538
  {
2540
2539
  "$ref": "#/components/parameters/Options_GetPostBlocksParam"
@@ -2556,7 +2555,8 @@
2556
2555
  "5XX": {
2557
2556
  "$ref": "#/components/responses/RcError"
2558
2557
  }
2559
- }
2558
+ },
2559
+ "operationId": "optionsGet"
2560
2560
  }
2561
2561
  },
2562
2562
  "/options/info": {
@@ -2564,7 +2564,6 @@
2564
2564
  "summary": "Describe options",
2565
2565
  "description": "Returns metadata for options, including help text and defaults, grouped by block.",
2566
2566
  "tags": [],
2567
- "operationId": "optionsInfo",
2568
2567
  "parameters": [
2569
2568
  {
2570
2569
  "$ref": "#/components/parameters/Options_InfoPostBlocksParam"
@@ -2586,7 +2585,8 @@
2586
2585
  "5XX": {
2587
2586
  "$ref": "#/components/responses/RcError"
2588
2587
  }
2589
- }
2588
+ },
2589
+ "operationId": "optionsInfo"
2590
2590
  }
2591
2591
  },
2592
2592
  "/options/set": {
@@ -2594,7 +2594,6 @@
2594
2594
  "summary": "Set option values",
2595
2595
  "description": "Sets temporary option overrides for the running process by supplying key/value pairs grouped under option block names. Provide one or more query parameters whose names match the blocks you want to modify (for example `main`, `rc`, `http`). Each block parameter carries an object of option overrides.\n",
2596
2596
  "tags": [],
2597
- "operationId": "optionsSet",
2598
2597
  "x-additionalQueryBlocksAllowed": true,
2599
2598
  "parameters": [
2600
2599
  {
@@ -2659,7 +2658,8 @@
2659
2658
  "5XX": {
2660
2659
  "$ref": "#/components/responses/RcError"
2661
2660
  }
2662
- }
2661
+ },
2662
+ "operationId": "optionsSet"
2663
2663
  }
2664
2664
  },
2665
2665
  "/options/local": {
@@ -2667,7 +2667,6 @@
2667
2667
  "summary": "Show effective options",
2668
2668
  "description": "Returns the current effective options for this request, including `_config` and `_filter` overrides.",
2669
2669
  "tags": [],
2670
- "operationId": "optionsLocal",
2671
2670
  "parameters": [
2672
2671
  {
2673
2672
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -2686,7 +2685,8 @@
2686
2685
  "5XX": {
2687
2686
  "$ref": "#/components/responses/RcError"
2688
2687
  }
2689
- }
2688
+ },
2689
+ "operationId": "optionsLocal"
2690
2690
  }
2691
2691
  },
2692
2692
  "/serve/list": {
@@ -2694,7 +2694,6 @@
2694
2694
  "summary": "List serve instances",
2695
2695
  "description": "Returns all running `rclone serve` instances with their IDs and options.",
2696
2696
  "tags": [],
2697
- "operationId": "serveList",
2698
2697
  "parameters": [
2699
2698
  {
2700
2699
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -2713,7 +2712,8 @@
2713
2712
  "5XX": {
2714
2713
  "$ref": "#/components/responses/RcError"
2715
2714
  }
2716
- }
2715
+ },
2716
+ "operationId": "serveList"
2717
2717
  }
2718
2718
  },
2719
2719
  "/serve/start": {
@@ -2721,7 +2721,6 @@
2721
2721
  "summary": "Start serve instance",
2722
2722
  "description": "Launches a new `rclone serve` endpoint (http, webdav, ftp, etc.) with the provided parameters.",
2723
2723
  "tags": [],
2724
- "operationId": "serveStart",
2725
2724
  "parameters": [
2726
2725
  {
2727
2726
  "$ref": "#/components/parameters/Serve_StartPostTypeParam"
@@ -2758,7 +2757,8 @@
2758
2757
  "5XX": {
2759
2758
  "$ref": "#/components/responses/RcError"
2760
2759
  }
2761
- }
2760
+ },
2761
+ "operationId": "serveStart"
2762
2762
  }
2763
2763
  },
2764
2764
  "/serve/stop": {
@@ -2766,7 +2766,6 @@
2766
2766
  "summary": "Stop serve instance",
2767
2767
  "description": "Stops a running `serve` instance identified by its ID.",
2768
2768
  "tags": [],
2769
- "operationId": "serveStop",
2770
2769
  "parameters": [
2771
2770
  {
2772
2771
  "$ref": "#/components/parameters/Serve_StopPostIdParam"
@@ -2788,7 +2787,8 @@
2788
2787
  "5XX": {
2789
2788
  "$ref": "#/components/responses/RcError"
2790
2789
  }
2791
- }
2790
+ },
2791
+ "operationId": "serveStop"
2792
2792
  }
2793
2793
  },
2794
2794
  "/serve/stopall": {
@@ -2796,7 +2796,6 @@
2796
2796
  "summary": "Stop all serve instances",
2797
2797
  "description": "Stops every active `serve` instance.",
2798
2798
  "tags": [],
2799
- "operationId": "serveStopall",
2800
2799
  "parameters": [
2801
2800
  {
2802
2801
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -2815,7 +2814,8 @@
2815
2814
  "5XX": {
2816
2815
  "$ref": "#/components/responses/RcError"
2817
2816
  }
2818
- }
2817
+ },
2818
+ "operationId": "serveStopall"
2819
2819
  }
2820
2820
  },
2821
2821
  "/serve/types": {
@@ -2823,7 +2823,6 @@
2823
2823
  "summary": "List serve types",
2824
2824
  "description": "Returns the list of supported `rclone serve` protocols.",
2825
2825
  "tags": [],
2826
- "operationId": "serveTypes",
2827
2826
  "parameters": [
2828
2827
  {
2829
2828
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -2842,7 +2841,8 @@
2842
2841
  "5XX": {
2843
2842
  "$ref": "#/components/responses/RcError"
2844
2843
  }
2845
- }
2844
+ },
2845
+ "operationId": "serveTypes"
2846
2846
  }
2847
2847
  },
2848
2848
  "/vfs/forget": {
@@ -2850,7 +2850,6 @@
2850
2850
  "summary": "Forget cached paths",
2851
2851
  "description": "Evicts specific files or directories from the VFS directory cache.",
2852
2852
  "tags": [],
2853
- "operationId": "vfsForget",
2854
2853
  "parameters": [
2855
2854
  {
2856
2855
  "$ref": "#/components/parameters/Vfs_ForgetPostFsParam"
@@ -2875,7 +2874,8 @@
2875
2874
  "5XX": {
2876
2875
  "$ref": "#/components/responses/RcError"
2877
2876
  }
2878
- }
2877
+ },
2878
+ "operationId": "vfsForget"
2879
2879
  }
2880
2880
  },
2881
2881
  "/vfs/list": {
@@ -2883,7 +2883,6 @@
2883
2883
  "summary": "List VFS instances",
2884
2884
  "description": "Lists the active VFS instances and their identifiers.",
2885
2885
  "tags": [],
2886
- "operationId": "vfsList",
2887
2886
  "parameters": [
2888
2887
  {
2889
2888
  "$ref": "#/components/parameters/Vfs_ListPostFsParam"
@@ -2905,7 +2904,8 @@
2905
2904
  "5XX": {
2906
2905
  "$ref": "#/components/responses/RcError"
2907
2906
  }
2908
- }
2907
+ },
2908
+ "operationId": "vfsList"
2909
2909
  }
2910
2910
  },
2911
2911
  "/vfs/poll-interval": {
@@ -2913,7 +2913,6 @@
2913
2913
  "summary": "Get or set poll interval",
2914
2914
  "description": "Reads or updates the VFS poll interval duration, optionally waiting for the change to apply.",
2915
2915
  "tags": [],
2916
- "operationId": "vfsPollInterval",
2917
2916
  "parameters": [
2918
2917
  {
2919
2918
  "$ref": "#/components/parameters/Vfs_PollIntervalPostFsParam"
@@ -2941,7 +2940,8 @@
2941
2940
  "5XX": {
2942
2941
  "$ref": "#/components/responses/RcError"
2943
2942
  }
2944
- }
2943
+ },
2944
+ "operationId": "vfsPollInterval"
2945
2945
  }
2946
2946
  },
2947
2947
  "/vfs/queue": {
@@ -2949,7 +2949,6 @@
2949
2949
  "summary": "Inspect upload queue",
2950
2950
  "description": "Returns the contents of the VFS upload queue.",
2951
2951
  "tags": [],
2952
- "operationId": "vfsQueue",
2953
2952
  "parameters": [
2954
2953
  {
2955
2954
  "$ref": "#/components/parameters/Vfs_QueuePostFsParam"
@@ -2971,7 +2970,8 @@
2971
2970
  "5XX": {
2972
2971
  "$ref": "#/components/responses/RcError"
2973
2972
  }
2974
- }
2973
+ },
2974
+ "operationId": "vfsQueue"
2975
2975
  }
2976
2976
  },
2977
2977
  "/vfs/queue-set-expiry": {
@@ -2979,7 +2979,6 @@
2979
2979
  "summary": "Adjust queue expiry",
2980
2980
  "description": "Sets the expiry time of a queued VFS upload item, optionally relative to its current value.",
2981
2981
  "tags": [],
2982
- "operationId": "vfsQueueSetExpiry",
2983
2982
  "parameters": [
2984
2983
  {
2985
2984
  "$ref": "#/components/parameters/Vfs_QueueSetExpiryPostFsParam"
@@ -3010,7 +3009,8 @@
3010
3009
  "5XX": {
3011
3010
  "$ref": "#/components/responses/RcError"
3012
3011
  }
3013
- }
3012
+ },
3013
+ "operationId": "vfsQueueSetExpiry"
3014
3014
  }
3015
3015
  },
3016
3016
  "/vfs/refresh": {
@@ -3018,7 +3018,6 @@
3018
3018
  "summary": "Refresh directory cache",
3019
3019
  "description": "Refreshes one or more directories in the VFS cache, optionally recursively.",
3020
3020
  "tags": [],
3021
- "operationId": "vfsRefresh",
3022
3021
  "parameters": [
3023
3022
  {
3024
3023
  "$ref": "#/components/parameters/Vfs_RefreshPostFsParam"
@@ -3046,7 +3045,8 @@
3046
3045
  "5XX": {
3047
3046
  "$ref": "#/components/responses/RcError"
3048
3047
  }
3049
- }
3048
+ },
3049
+ "operationId": "vfsRefresh"
3050
3050
  }
3051
3051
  },
3052
3052
  "/vfs/stats": {
@@ -3054,7 +3054,6 @@
3054
3054
  "summary": "Show VFS stats",
3055
3055
  "description": "Returns VFS statistics including disk cache usage and metadata cache counters.",
3056
3056
  "tags": [],
3057
- "operationId": "vfsStats",
3058
3057
  "parameters": [
3059
3058
  {
3060
3059
  "$ref": "#/components/parameters/Vfs_StatsPostFsParam"
@@ -3076,7 +3075,8 @@
3076
3075
  "5XX": {
3077
3076
  "$ref": "#/components/responses/RcError"
3078
3077
  }
3079
- }
3078
+ },
3079
+ "operationId": "vfsStats"
3080
3080
  }
3081
3081
  },
3082
3082
  "/pluginsctl/addPlugin": {
@@ -3084,7 +3084,6 @@
3084
3084
  "summary": "Install plugin",
3085
3085
  "description": "Downloads and installs a plugin into the WebUI from the provided repository URL.",
3086
3086
  "tags": [],
3087
- "operationId": "pluginsctlAddPlugin",
3088
3087
  "parameters": [
3089
3088
  {
3090
3089
  "$ref": "#/components/parameters/Pluginsctl_AddPluginPostUrlParam"
@@ -3106,7 +3105,8 @@
3106
3105
  "5XX": {
3107
3106
  "$ref": "#/components/responses/RcError"
3108
3107
  }
3109
- }
3108
+ },
3109
+ "operationId": "pluginsctlAddPlugin"
3110
3110
  }
3111
3111
  },
3112
3112
  "/pluginsctl/getPluginsForType": {
@@ -3114,7 +3114,6 @@
3114
3114
  "summary": "Filter plugins by MIME type",
3115
3115
  "description": "Returns plugins matching the requested MIME type and optional plugin type.",
3116
3116
  "tags": [],
3117
- "operationId": "pluginsctlGetPluginsForType",
3118
3117
  "parameters": [
3119
3118
  {
3120
3119
  "$ref": "#/components/parameters/Pluginsctl_GetPluginsForTypePostTypeParam"
@@ -3139,7 +3138,8 @@
3139
3138
  "5XX": {
3140
3139
  "$ref": "#/components/responses/RcError"
3141
3140
  }
3142
- }
3141
+ },
3142
+ "operationId": "pluginsctlGetPluginsForType"
3143
3143
  }
3144
3144
  },
3145
3145
  "/pluginsctl/listPlugins": {
@@ -3147,7 +3147,6 @@
3147
3147
  "summary": "List installed plugins",
3148
3148
  "description": "Returns metadata for installed production and test plugins.",
3149
3149
  "tags": [],
3150
- "operationId": "pluginsctlListPlugins",
3151
3150
  "parameters": [
3152
3151
  {
3153
3152
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -3166,7 +3165,8 @@
3166
3165
  "5XX": {
3167
3166
  "$ref": "#/components/responses/RcError"
3168
3167
  }
3169
- }
3168
+ },
3169
+ "operationId": "pluginsctlListPlugins"
3170
3170
  }
3171
3171
  },
3172
3172
  "/pluginsctl/listTestPlugins": {
@@ -3174,7 +3174,6 @@
3174
3174
  "summary": "List installed test plugins",
3175
3175
  "description": "Returns metadata for installed test plugins.",
3176
3176
  "tags": [],
3177
- "operationId": "pluginsctlListTestPlugins",
3178
3177
  "parameters": [
3179
3178
  {
3180
3179
  "$ref": "#/components/parameters/GlobalGroupParam"
@@ -3193,7 +3192,8 @@
3193
3192
  "5XX": {
3194
3193
  "$ref": "#/components/responses/RcError"
3195
3194
  }
3196
- }
3195
+ },
3196
+ "operationId": "pluginsctlListTestPlugins"
3197
3197
  }
3198
3198
  },
3199
3199
  "/pluginsctl/removePlugin": {
@@ -3201,7 +3201,6 @@
3201
3201
  "summary": "Remove plugin",
3202
3202
  "description": "Uninstalls a plugin from the WebUI.",
3203
3203
  "tags": [],
3204
- "operationId": "pluginsctlRemovePlugin",
3205
3204
  "parameters": [
3206
3205
  {
3207
3206
  "$ref": "#/components/parameters/Pluginsctl_RemovePluginPostNameParam"
@@ -3223,7 +3222,8 @@
3223
3222
  "5XX": {
3224
3223
  "$ref": "#/components/responses/RcError"
3225
3224
  }
3226
- }
3225
+ },
3226
+ "operationId": "pluginsctlRemovePlugin"
3227
3227
  }
3228
3228
  },
3229
3229
  "/pluginsctl/removeTestPlugin": {
@@ -3231,7 +3231,6 @@
3231
3231
  "summary": "Remove test plugin",
3232
3232
  "description": "Uninstalls a test plugin from the WebUI.",
3233
3233
  "tags": [],
3234
- "operationId": "pluginsctlRemoveTestPlugin",
3235
3234
  "parameters": [
3236
3235
  {
3237
3236
  "$ref": "#/components/parameters/Pluginsctl_RemoveTestPluginPostNameParam"
@@ -3253,7 +3252,8 @@
3253
3252
  "5XX": {
3254
3253
  "$ref": "#/components/responses/RcError"
3255
3254
  }
3256
- }
3255
+ },
3256
+ "operationId": "pluginsctlRemoveTestPlugin"
3257
3257
  }
3258
3258
  }
3259
3259
  },
@@ -7689,10 +7689,12 @@
7689
7689
  "type": "boolean"
7690
7690
  },
7691
7691
  "MetadataInfo": {
7692
- "nullable": true,
7693
- "allOf": [
7692
+ "anyOf": [
7694
7693
  {
7695
7694
  "$ref": "#/components/schemas/ConfigProviderMetadataInfo"
7695
+ },
7696
+ {
7697
+ "type": "null"
7696
7698
  }
7697
7699
  ]
7698
7700
  },
@@ -8026,9 +8028,11 @@
8026
8028
  {
8027
8029
  "type": "object",
8028
8030
  "additionalProperties": true
8031
+ },
8032
+ {
8033
+ "type": "null"
8029
8034
  }
8030
- ],
8031
- "nullable": true
8035
+ ]
8032
8036
  },
8033
8037
  "ConfigProviderOptionType": {
8034
8038
  "type": "string",