cloudflare/cloudflare-typescript

Public

mirrored fromhttps://github.com/cloudflare/cloudflare-typescriptAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v7

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

bin/migration-config.json

9113lines · modecode

1{
2 "pkg": "cloudflare",
3 "githubRepo": "https://github.com/cloudflare/cloudflare-typescript",
4 "clientClass": "Cloudflare",
5 "baseClientClass": "BaseCloudflare",
6 "methods": [
7 {
8 "base": "customHostnames.certificatePack.certificates",
9 "name": "update",
10 "params": [
11 {
12 "type": "param",
13 "key": "certificate_id",
14 "location": "path"
15 },
16 {
17 "type": "params",
18 "maybeOverload": false
19 },
20 {
21 "type": "options"
22 }
23 ],
24 "oldParams": [
25 {
26 "type": "param",
27 "key": "custom_hostname_id",
28 "location": "path"
29 },
30 {
31 "type": "param",
32 "key": "certificate_pack_id",
33 "location": "path"
34 },
35 {
36 "type": "param",
37 "key": "certificate_id",
38 "location": "path"
39 },
40 {
41 "type": "params",
42 "maybeOverload": false
43 },
44 {
45 "type": "options"
46 }
47 ]
48 },
49 {
50 "base": "customHostnames.certificatePack.certificates",
51 "name": "delete",
52 "params": [
53 {
54 "type": "param",
55 "key": "certificate_id",
56 "location": "path"
57 },
58 {
59 "type": "params",
60 "maybeOverload": false
61 },
62 {
63 "type": "options"
64 }
65 ],
66 "oldParams": [
67 {
68 "type": "param",
69 "key": "custom_hostname_id",
70 "location": "path"
71 },
72 {
73 "type": "param",
74 "key": "certificate_pack_id",
75 "location": "path"
76 },
77 {
78 "type": "param",
79 "key": "certificate_id",
80 "location": "path"
81 },
82 {
83 "type": "params",
84 "maybeOverload": false
85 },
86 {
87 "type": "options"
88 }
89 ]
90 },
91 {
92 "base": "tenantCustomNameservers",
93 "name": "delete",
94 "params": [
95 {
96 "type": "param",
97 "key": "custom_ns_id",
98 "location": "path"
99 },
100 {
101 "type": "params",
102 "maybeOverload": false
103 },
104 {
105 "type": "options"
106 }
107 ],
108 "oldParams": [
109 {
110 "type": "param",
111 "key": "tenant_tag",
112 "location": "path"
113 },
114 {
115 "type": "param",
116 "key": "custom_ns_id",
117 "location": "path"
118 },
119 {
120 "type": "options"
121 }
122 ]
123 },
124 {
125 "base": "firewall.waf.packages.groups",
126 "name": "edit",
127 "params": [
128 {
129 "type": "param",
130 "key": "group_id",
131 "location": "path"
132 },
133 {
134 "type": "params",
135 "maybeOverload": false
136 },
137 {
138 "type": "options"
139 }
140 ],
141 "oldParams": [
142 {
143 "type": "param",
144 "key": "package_id",
145 "location": "path"
146 },
147 {
148 "type": "param",
149 "key": "group_id",
150 "location": "path"
151 },
152 {
153 "type": "params",
154 "maybeOverload": false
155 },
156 {
157 "type": "options"
158 }
159 ]
160 },
161 {
162 "base": "firewall.waf.packages.groups",
163 "name": "get",
164 "params": [
165 {
166 "type": "param",
167 "key": "group_id",
168 "location": "path"
169 },
170 {
171 "type": "params",
172 "maybeOverload": false
173 },
174 {
175 "type": "options"
176 }
177 ],
178 "oldParams": [
179 {
180 "type": "param",
181 "key": "package_id",
182 "location": "path"
183 },
184 {
185 "type": "param",
186 "key": "group_id",
187 "location": "path"
188 },
189 {
190 "type": "params",
191 "maybeOverload": false
192 },
193 {
194 "type": "options"
195 }
196 ]
197 },
198 {
199 "base": "firewall.waf.packages.rules",
200 "name": "edit",
201 "params": [
202 {
203 "type": "param",
204 "key": "rule_id",
205 "location": "path"
206 },
207 {
208 "type": "params",
209 "maybeOverload": false
210 },
211 {
212 "type": "options"
213 }
214 ],
215 "oldParams": [
216 {
217 "type": "param",
218 "key": "package_id",
219 "location": "path"
220 },
221 {
222 "type": "param",
223 "key": "rule_id",
224 "location": "path"
225 },
226 {
227 "type": "params",
228 "maybeOverload": false
229 },
230 {
231 "type": "options"
232 }
233 ]
234 },
235 {
236 "base": "firewall.waf.packages.rules",
237 "name": "get",
238 "params": [
239 {
240 "type": "param",
241 "key": "rule_id",
242 "location": "path"
243 },
244 {
245 "type": "params",
246 "maybeOverload": false
247 },
248 {
249 "type": "options"
250 }
251 ],
252 "oldParams": [
253 {
254 "type": "param",
255 "key": "package_id",
256 "location": "path"
257 },
258 {
259 "type": "param",
260 "key": "rule_id",
261 "location": "path"
262 },
263 {
264 "type": "params",
265 "maybeOverload": false
266 },
267 {
268 "type": "options"
269 }
270 ]
271 },
272 {
273 "base": "waitingRooms.events",
274 "name": "update",
275 "params": [
276 {
277 "type": "param",
278 "key": "event_id",
279 "location": "path"
280 },
281 {
282 "type": "params",
283 "maybeOverload": false
284 },
285 {
286 "type": "options"
287 }
288 ],
289 "oldParams": [
290 {
291 "type": "param",
292 "key": "waiting_room_id",
293 "location": "path"
294 },
295 {
296 "type": "param",
297 "key": "event_id",
298 "location": "path"
299 },
300 {
301 "type": "params",
302 "maybeOverload": false
303 },
304 {
305 "type": "options"
306 }
307 ]
308 },
309 {
310 "base": "waitingRooms.events",
311 "name": "delete",
312 "params": [
313 {
314 "type": "param",
315 "key": "event_id",
316 "location": "path"
317 },
318 {
319 "type": "params",
320 "maybeOverload": false
321 },
322 {
323 "type": "options"
324 }
325 ],
326 "oldParams": [
327 {
328 "type": "param",
329 "key": "waiting_room_id",
330 "location": "path"
331 },
332 {
333 "type": "param",
334 "key": "event_id",
335 "location": "path"
336 },
337 {
338 "type": "params",
339 "maybeOverload": false
340 },
341 {
342 "type": "options"
343 }
344 ]
345 },
346 {
347 "base": "waitingRooms.events",
348 "name": "edit",
349 "params": [
350 {
351 "type": "param",
352 "key": "event_id",
353 "location": "path"
354 },
355 {
356 "type": "params",
357 "maybeOverload": false
358 },
359 {
360 "type": "options"
361 }
362 ],
363 "oldParams": [
364 {
365 "type": "param",
366 "key": "waiting_room_id",
367 "location": "path"
368 },
369 {
370 "type": "param",
371 "key": "event_id",
372 "location": "path"
373 },
374 {
375 "type": "params",
376 "maybeOverload": false
377 },
378 {
379 "type": "options"
380 }
381 ]
382 },
383 {
384 "base": "waitingRooms.events",
385 "name": "get",
386 "params": [
387 {
388 "type": "param",
389 "key": "event_id",
390 "location": "path"
391 },
392 {
393 "type": "params",
394 "maybeOverload": false
395 },
396 {
397 "type": "options"
398 }
399 ],
400 "oldParams": [
401 {
402 "type": "param",
403 "key": "waiting_room_id",
404 "location": "path"
405 },
406 {
407 "type": "param",
408 "key": "event_id",
409 "location": "path"
410 },
411 {
412 "type": "params",
413 "maybeOverload": false
414 },
415 {
416 "type": "options"
417 }
418 ]
419 },
420 {
421 "base": "waitingRooms.events.details",
422 "name": "get",
423 "params": [
424 {
425 "type": "param",
426 "key": "event_id",
427 "location": "path"
428 },
429 {
430 "type": "params",
431 "maybeOverload": false
432 },
433 {
434 "type": "options"
435 }
436 ],
437 "oldParams": [
438 {
439 "type": "param",
440 "key": "waiting_room_id",
441 "location": "path"
442 },
443 {
444 "type": "param",
445 "key": "event_id",
446 "location": "path"
447 },
448 {
449 "type": "params",
450 "maybeOverload": false
451 },
452 {
453 "type": "options"
454 }
455 ]
456 },
457 {
458 "base": "waitingRooms.rules",
459 "name": "delete",
460 "params": [
461 {
462 "type": "param",
463 "key": "rule_id",
464 "location": "path"
465 },
466 {
467 "type": "params",
468 "maybeOverload": false
469 },
470 {
471 "type": "options"
472 }
473 ],
474 "oldParams": [
475 {
476 "type": "param",
477 "key": "waiting_room_id",
478 "location": "path"
479 },
480 {
481 "type": "param",
482 "key": "rule_id",
483 "location": "path"
484 },
485 {
486 "type": "params",
487 "maybeOverload": false
488 },
489 {
490 "type": "options"
491 }
492 ]
493 },
494 {
495 "base": "waitingRooms.rules",
496 "name": "edit",
497 "params": [
498 {
499 "type": "param",
500 "key": "rule_id",
501 "location": "path"
502 },
503 {
504 "type": "params",
505 "maybeOverload": false
506 },
507 {
508 "type": "options"
509 }
510 ],
511 "oldParams": [
512 {
513 "type": "param",
514 "key": "waiting_room_id",
515 "location": "path"
516 },
517 {
518 "type": "param",
519 "key": "rule_id",
520 "location": "path"
521 },
522 {
523 "type": "params",
524 "maybeOverload": false
525 },
526 {
527 "type": "options"
528 }
529 ]
530 },
531 {
532 "base": "web3.hostnames.ipfsUniversalPaths.contentLists.entries",
533 "name": "update",
534 "params": [
535 {
536 "type": "param",
537 "key": "content_list_entry_identifier",
538 "location": "path"
539 },
540 {
541 "type": "params",
542 "maybeOverload": false
543 },
544 {
545 "type": "options"
546 }
547 ],
548 "oldParams": [
549 {
550 "type": "param",
551 "key": "identifier",
552 "location": "path"
553 },
554 {
555 "type": "param",
556 "key": "content_list_entry_identifier",
557 "location": "path"
558 },
559 {
560 "type": "params",
561 "maybeOverload": false
562 },
563 {
564 "type": "options"
565 }
566 ]
567 },
568 {
569 "base": "web3.hostnames.ipfsUniversalPaths.contentLists.entries",
570 "name": "delete",
571 "params": [
572 {
573 "type": "param",
574 "key": "content_list_entry_identifier",
575 "location": "path"
576 },
577 {
578 "type": "params",
579 "maybeOverload": false
580 },
581 {
582 "type": "options"
583 }
584 ],
585 "oldParams": [
586 {
587 "type": "param",
588 "key": "identifier",
589 "location": "path"
590 },
591 {
592 "type": "param",
593 "key": "content_list_entry_identifier",
594 "location": "path"
595 },
596 {
597 "type": "params",
598 "maybeOverload": false
599 },
600 {
601 "type": "options"
602 }
603 ]
604 },
605 {
606 "base": "web3.hostnames.ipfsUniversalPaths.contentLists.entries",
607 "name": "get",
608 "params": [
609 {
610 "type": "param",
611 "key": "content_list_entry_identifier",
612 "location": "path"
613 },
614 {
615 "type": "params",
616 "maybeOverload": false
617 },
618 {
619 "type": "options"
620 }
621 ],
622 "oldParams": [
623 {
624 "type": "param",
625 "key": "identifier",
626 "location": "path"
627 },
628 {
629 "type": "param",
630 "key": "content_list_entry_identifier",
631 "location": "path"
632 },
633 {
634 "type": "params",
635 "maybeOverload": false
636 },
637 {
638 "type": "options"
639 }
640 ]
641 },
642 {
643 "base": "workers.beta.workers.versions",
644 "name": "delete",
645 "params": [
646 {
647 "type": "param",
648 "key": "version_id",
649 "location": "path"
650 },
651 {
652 "type": "params",
653 "maybeOverload": false
654 },
655 {
656 "type": "options"
657 }
658 ],
659 "oldParams": [
660 {
661 "type": "param",
662 "key": "worker_id",
663 "location": "path"
664 },
665 {
666 "type": "param",
667 "key": "version_id",
668 "location": "path"
669 },
670 {
671 "type": "params",
672 "maybeOverload": false
673 },
674 {
675 "type": "options"
676 }
677 ]
678 },
679 {
680 "base": "workers.beta.workers.versions",
681 "name": "get",
682 "params": [
683 {
684 "type": "param",
685 "key": "version_id",
686 "location": "path"
687 },
688 {
689 "type": "params",
690 "maybeOverload": false
691 },
692 {
693 "type": "options"
694 }
695 ],
696 "oldParams": [
697 {
698 "type": "param",
699 "key": "worker_id",
700 "location": "path"
701 },
702 {
703 "type": "param",
704 "key": "version_id",
705 "location": "path"
706 },
707 {
708 "type": "params",
709 "maybeOverload": false
710 },
711 {
712 "type": "options"
713 }
714 ]
715 },
716 {
717 "base": "workers.scripts.tail",
718 "name": "delete",
719 "params": [
720 {
721 "type": "param",
722 "key": "id",
723 "location": "path"
724 },
725 {
726 "type": "params",
727 "maybeOverload": false
728 },
729 {
730 "type": "options"
731 }
732 ],
733 "oldParams": [
734 {
735 "type": "param",
736 "key": "script_name",
737 "location": "path"
738 },
739 {
740 "type": "param",
741 "key": "id",
742 "location": "path"
743 },
744 {
745 "type": "params",
746 "maybeOverload": false
747 },
748 {
749 "type": "options"
750 }
751 ]
752 },
753 {
754 "base": "workers.scripts.deployments",
755 "name": "delete",
756 "params": [
757 {
758 "type": "param",
759 "key": "deployment_id",
760 "location": "path"
761 },
762 {
763 "type": "params",
764 "maybeOverload": false
765 },
766 {
767 "type": "options"
768 }
769 ],
770 "oldParams": [
771 {
772 "type": "param",
773 "key": "script_name",
774 "location": "path"
775 },
776 {
777 "type": "param",
778 "key": "deployment_id",
779 "location": "path"
780 },
781 {
782 "type": "params",
783 "maybeOverload": false
784 },
785 {
786 "type": "options"
787 }
788 ]
789 },
790 {
791 "base": "workers.scripts.deployments",
792 "name": "get",
793 "params": [
794 {
795 "type": "param",
796 "key": "deployment_id",
797 "location": "path"
798 },
799 {
800 "type": "params",
801 "maybeOverload": false
802 },
803 {
804 "type": "options"
805 }
806 ],
807 "oldParams": [
808 {
809 "type": "param",
810 "key": "script_name",
811 "location": "path"
812 },
813 {
814 "type": "param",
815 "key": "deployment_id",
816 "location": "path"
817 },
818 {
819 "type": "params",
820 "maybeOverload": false
821 },
822 {
823 "type": "options"
824 }
825 ]
826 },
827 {
828 "base": "workers.scripts.versions",
829 "name": "get",
830 "params": [
831 {
832 "type": "param",
833 "key": "version_id",
834 "location": "path"
835 },
836 {
837 "type": "params",
838 "maybeOverload": false
839 },
840 {
841 "type": "options"
842 }
843 ],
844 "oldParams": [
845 {
846 "type": "param",
847 "key": "script_name",
848 "location": "path"
849 },
850 {
851 "type": "param",
852 "key": "version_id",
853 "location": "path"
854 },
855 {
856 "type": "params",
857 "maybeOverload": false
858 },
859 {
860 "type": "options"
861 }
862 ]
863 },
864 {
865 "base": "workers.scripts.secrets",
866 "name": "delete",
867 "params": [
868 {
869 "type": "param",
870 "key": "secret_name",
871 "location": "path"
872 },
873 {
874 "type": "params",
875 "maybeOverload": false
876 },
877 {
878 "type": "options"
879 }
880 ],
881 "oldParams": [
882 {
883 "type": "param",
884 "key": "script_name",
885 "location": "path"
886 },
887 {
888 "type": "param",
889 "key": "secret_name",
890 "location": "path"
891 },
892 {
893 "type": "params",
894 "maybeOverload": false
895 },
896 {
897 "type": "options"
898 }
899 ]
900 },
901 {
902 "base": "workers.scripts.secrets",
903 "name": "get",
904 "params": [
905 {
906 "type": "param",
907 "key": "secret_name",
908 "location": "path"
909 },
910 {
911 "type": "params",
912 "maybeOverload": false
913 },
914 {
915 "type": "options"
916 }
917 ],
918 "oldParams": [
919 {
920 "type": "param",
921 "key": "script_name",
922 "location": "path"
923 },
924 {
925 "type": "param",
926 "key": "secret_name",
927 "location": "path"
928 },
929 {
930 "type": "params",
931 "maybeOverload": false
932 },
933 {
934 "type": "options"
935 }
936 ]
937 },
938 {
939 "base": "kv.namespaces.metadata",
940 "name": "get",
941 "params": [
942 {
943 "type": "param",
944 "key": "key_name",
945 "location": "path"
946 },
947 {
948 "type": "params",
949 "maybeOverload": false
950 },
951 {
952 "type": "options"
953 }
954 ],
955 "oldParams": [
956 {
957 "type": "param",
958 "key": "namespace_id",
959 "location": "path"
960 },
961 {
962 "type": "param",
963 "key": "key_name",
964 "location": "path"
965 },
966 {
967 "type": "params",
968 "maybeOverload": false
969 },
970 {
971 "type": "options"
972 }
973 ]
974 },
975 {
976 "base": "kv.namespaces.values",
977 "name": "update",
978 "params": [
979 {
980 "type": "param",
981 "key": "key_name",
982 "location": "path"
983 },
984 {
985 "type": "params",
986 "maybeOverload": false
987 },
988 {
989 "type": "options"
990 }
991 ],
992 "oldParams": [
993 {
994 "type": "param",
995 "key": "namespace_id",
996 "location": "path"
997 },
998 {
999 "type": "param",
1000 "key": "key_name",
1001 "location": "path"
1002 },
1003 {
1004 "type": "params",
1005 "maybeOverload": false
1006 },
1007 {
1008 "type": "options"
1009 }
1010 ]
1011 },
1012 {
1013 "base": "kv.namespaces.values",
1014 "name": "delete",
1015 "params": [
1016 {
1017 "type": "param",
1018 "key": "key_name",
1019 "location": "path"
1020 },
1021 {
1022 "type": "params",
1023 "maybeOverload": false
1024 },
1025 {
1026 "type": "options"
1027 }
1028 ],
1029 "oldParams": [
1030 {
1031 "type": "param",
1032 "key": "namespace_id",
1033 "location": "path"
1034 },
1035 {
1036 "type": "param",
1037 "key": "key_name",
1038 "location": "path"
1039 },
1040 {
1041 "type": "params",
1042 "maybeOverload": false
1043 },
1044 {
1045 "type": "options"
1046 }
1047 ]
1048 },
1049 {
1050 "base": "kv.namespaces.values",
1051 "name": "get",
1052 "params": [
1053 {
1054 "type": "param",
1055 "key": "key_name",
1056 "location": "path"
1057 },
1058 {
1059 "type": "params",
1060 "maybeOverload": false
1061 },
1062 {
1063 "type": "options"
1064 }
1065 ],
1066 "oldParams": [
1067 {
1068 "type": "param",
1069 "key": "namespace_id",
1070 "location": "path"
1071 },
1072 {
1073 "type": "param",
1074 "key": "key_name",
1075 "location": "path"
1076 },
1077 {
1078 "type": "params",
1079 "maybeOverload": false
1080 },
1081 {
1082 "type": "options"
1083 }
1084 ]
1085 },
1086 {
1087 "base": "queues.consumers",
1088 "name": "update",
1089 "params": [
1090 {
1091 "type": "param",
1092 "key": "consumer_id",
1093 "location": "path"
1094 },
1095 {
1096 "type": "params",
1097 "maybeOverload": false
1098 },
1099 {
1100 "type": "options"
1101 }
1102 ],
1103 "oldParams": [
1104 {
1105 "type": "param",
1106 "key": "queue_id",
1107 "location": "path"
1108 },
1109 {
1110 "type": "param",
1111 "key": "consumer_id",
1112 "location": "path"
1113 },
1114 {
1115 "type": "params",
1116 "maybeOverload": false
1117 },
1118 {
1119 "type": "options"
1120 }
1121 ]
1122 },
1123 {
1124 "base": "queues.consumers",
1125 "name": "delete",
1126 "params": [
1127 {
1128 "type": "param",
1129 "key": "consumer_id",
1130 "location": "path"
1131 },
1132 {
1133 "type": "params",
1134 "maybeOverload": false
1135 },
1136 {
1137 "type": "options"
1138 }
1139 ],
1140 "oldParams": [
1141 {
1142 "type": "param",
1143 "key": "queue_id",
1144 "location": "path"
1145 },
1146 {
1147 "type": "param",
1148 "key": "consumer_id",
1149 "location": "path"
1150 },
1151 {
1152 "type": "params",
1153 "maybeOverload": false
1154 },
1155 {
1156 "type": "options"
1157 }
1158 ]
1159 },
1160 {
1161 "base": "queues.consumers",
1162 "name": "get",
1163 "params": [
1164 {
1165 "type": "param",
1166 "key": "consumer_id",
1167 "location": "path"
1168 },
1169 {
1170 "type": "params",
1171 "maybeOverload": false
1172 },
1173 {
1174 "type": "options"
1175 }
1176 ],
1177 "oldParams": [
1178 {
1179 "type": "param",
1180 "key": "queue_id",
1181 "location": "path"
1182 },
1183 {
1184 "type": "param",
1185 "key": "consumer_id",
1186 "location": "path"
1187 },
1188 {
1189 "type": "params",
1190 "maybeOverload": false
1191 },
1192 {
1193 "type": "options"
1194 }
1195 ]
1196 },
1197 {
1198 "base": "rulesets.phases.versions",
1199 "name": "get",
1200 "params": [
1201 {
1202 "type": "param",
1203 "key": "ruleset_version",
1204 "location": "path"
1205 },
1206 {
1207 "type": "params",
1208 "maybeOverload": false
1209 },
1210 {
1211 "type": "options"
1212 }
1213 ],
1214 "oldParams": [
1215 {
1216 "type": "param",
1217 "key": "ruleset_phase",
1218 "location": "path"
1219 },
1220 {
1221 "type": "param",
1222 "key": "ruleset_version",
1223 "location": "path"
1224 },
1225 {
1226 "type": "params",
1227 "maybeOverload": true
1228 },
1229 {
1230 "type": "options"
1231 }
1232 ]
1233 },
1234 {
1235 "base": "rulesets.rules",
1236 "name": "delete",
1237 "params": [
1238 {
1239 "type": "param",
1240 "key": "rule_id",
1241 "location": "path"
1242 },
1243 {
1244 "type": "params",
1245 "maybeOverload": false
1246 },
1247 {
1248 "type": "options"
1249 }
1250 ],
1251 "oldParams": [
1252 {
1253 "type": "param",
1254 "key": "ruleset_id",
1255 "location": "path"
1256 },
1257 {
1258 "type": "param",
1259 "key": "rule_id",
1260 "location": "path"
1261 },
1262 {
1263 "type": "params",
1264 "maybeOverload": true
1265 },
1266 {
1267 "type": "options"
1268 }
1269 ]
1270 },
1271 {
1272 "base": "rulesets.rules",
1273 "name": "edit",
1274 "params": [
1275 {
1276 "type": "param",
1277 "key": "rule_id",
1278 "location": "path"
1279 },
1280 {
1281 "type": "params",
1282 "maybeOverload": false
1283 },
1284 {
1285 "type": "options"
1286 }
1287 ],
1288 "oldParams": [
1289 {
1290 "type": "param",
1291 "key": "ruleset_id",
1292 "location": "path"
1293 },
1294 {
1295 "type": "param",
1296 "key": "rule_id",
1297 "location": "path"
1298 },
1299 {
1300 "type": "params",
1301 "maybeOverload": false
1302 },
1303 {
1304 "type": "options"
1305 }
1306 ]
1307 },
1308 {
1309 "base": "rulesets.versions",
1310 "name": "delete",
1311 "params": [
1312 {
1313 "type": "param",
1314 "key": "ruleset_version",
1315 "location": "path"
1316 },
1317 {
1318 "type": "params",
1319 "maybeOverload": false
1320 },
1321 {
1322 "type": "options"
1323 }
1324 ],
1325 "oldParams": [
1326 {
1327 "type": "param",
1328 "key": "ruleset_id",
1329 "location": "path"
1330 },
1331 {
1332 "type": "param",
1333 "key": "ruleset_version",
1334 "location": "path"
1335 },
1336 {
1337 "type": "params",
1338 "maybeOverload": true
1339 },
1340 {
1341 "type": "options"
1342 }
1343 ]
1344 },
1345 {
1346 "base": "rulesets.versions",
1347 "name": "get",
1348 "params": [
1349 {
1350 "type": "param",
1351 "key": "ruleset_version",
1352 "location": "path"
1353 },
1354 {
1355 "type": "params",
1356 "maybeOverload": false
1357 },
1358 {
1359 "type": "options"
1360 }
1361 ],
1362 "oldParams": [
1363 {
1364 "type": "param",
1365 "key": "ruleset_id",
1366 "location": "path"
1367 },
1368 {
1369 "type": "param",
1370 "key": "ruleset_version",
1371 "location": "path"
1372 },
1373 {
1374 "type": "params",
1375 "maybeOverload": true
1376 },
1377 {
1378 "type": "options"
1379 }
1380 ]
1381 },
1382 {
1383 "base": "addressing.addressMaps.ips",
1384 "name": "update",
1385 "params": [
1386 {
1387 "type": "param",
1388 "key": "ip_address",
1389 "location": "path"
1390 },
1391 {
1392 "type": "params",
1393 "maybeOverload": false
1394 },
1395 {
1396 "type": "options"
1397 }
1398 ],
1399 "oldParams": [
1400 {
1401 "type": "param",
1402 "key": "address_map_id",
1403 "location": "path"
1404 },
1405 {
1406 "type": "param",
1407 "key": "ip_address",
1408 "location": "path"
1409 },
1410 {
1411 "type": "params",
1412 "maybeOverload": false
1413 },
1414 {
1415 "type": "options"
1416 }
1417 ]
1418 },
1419 {
1420 "base": "addressing.addressMaps.ips",
1421 "name": "delete",
1422 "params": [
1423 {
1424 "type": "param",
1425 "key": "ip_address",
1426 "location": "path"
1427 },
1428 {
1429 "type": "params",
1430 "maybeOverload": false
1431 },
1432 {
1433 "type": "options"
1434 }
1435 ],
1436 "oldParams": [
1437 {
1438 "type": "param",
1439 "key": "address_map_id",
1440 "location": "path"
1441 },
1442 {
1443 "type": "param",
1444 "key": "ip_address",
1445 "location": "path"
1446 },
1447 {
1448 "type": "params",
1449 "maybeOverload": false
1450 },
1451 {
1452 "type": "options"
1453 }
1454 ]
1455 },
1456 {
1457 "base": "addressing.prefixes.serviceBindings",
1458 "name": "delete",
1459 "params": [
1460 {
1461 "type": "param",
1462 "key": "binding_id",
1463 "location": "path"
1464 },
1465 {
1466 "type": "params",
1467 "maybeOverload": false
1468 },
1469 {
1470 "type": "options"
1471 }
1472 ],
1473 "oldParams": [
1474 {
1475 "type": "param",
1476 "key": "prefix_id",
1477 "location": "path"
1478 },
1479 {
1480 "type": "param",
1481 "key": "binding_id",
1482 "location": "path"
1483 },
1484 {
1485 "type": "params",
1486 "maybeOverload": false
1487 },
1488 {
1489 "type": "options"
1490 }
1491 ]
1492 },
1493 {
1494 "base": "addressing.prefixes.serviceBindings",
1495 "name": "get",
1496 "params": [
1497 {
1498 "type": "param",
1499 "key": "binding_id",
1500 "location": "path"
1501 },
1502 {
1503 "type": "params",
1504 "maybeOverload": false
1505 },
1506 {
1507 "type": "options"
1508 }
1509 ],
1510 "oldParams": [
1511 {
1512 "type": "param",
1513 "key": "prefix_id",
1514 "location": "path"
1515 },
1516 {
1517 "type": "param",
1518 "key": "binding_id",
1519 "location": "path"
1520 },
1521 {
1522 "type": "params",
1523 "maybeOverload": false
1524 },
1525 {
1526 "type": "options"
1527 }
1528 ]
1529 },
1530 {
1531 "base": "addressing.prefixes.bgpPrefixes",
1532 "name": "edit",
1533 "params": [
1534 {
1535 "type": "param",
1536 "key": "bgp_prefix_id",
1537 "location": "path"
1538 },
1539 {
1540 "type": "params",
1541 "maybeOverload": false
1542 },
1543 {
1544 "type": "options"
1545 }
1546 ],
1547 "oldParams": [
1548 {
1549 "type": "param",
1550 "key": "prefix_id",
1551 "location": "path"
1552 },
1553 {
1554 "type": "param",
1555 "key": "bgp_prefix_id",
1556 "location": "path"
1557 },
1558 {
1559 "type": "params",
1560 "maybeOverload": false
1561 },
1562 {
1563 "type": "options"
1564 }
1565 ]
1566 },
1567 {
1568 "base": "addressing.prefixes.bgpPrefixes",
1569 "name": "get",
1570 "params": [
1571 {
1572 "type": "param",
1573 "key": "bgp_prefix_id",
1574 "location": "path"
1575 },
1576 {
1577 "type": "params",
1578 "maybeOverload": false
1579 },
1580 {
1581 "type": "options"
1582 }
1583 ],
1584 "oldParams": [
1585 {
1586 "type": "param",
1587 "key": "prefix_id",
1588 "location": "path"
1589 },
1590 {
1591 "type": "param",
1592 "key": "bgp_prefix_id",
1593 "location": "path"
1594 },
1595 {
1596 "type": "params",
1597 "maybeOverload": false
1598 },
1599 {
1600 "type": "options"
1601 }
1602 ]
1603 },
1604 {
1605 "base": "addressing.prefixes.delegations",
1606 "name": "delete",
1607 "params": [
1608 {
1609 "type": "param",
1610 "key": "delegation_id",
1611 "location": "path"
1612 },
1613 {
1614 "type": "params",
1615 "maybeOverload": false
1616 },
1617 {
1618 "type": "options"
1619 }
1620 ],
1621 "oldParams": [
1622 {
1623 "type": "param",
1624 "key": "prefix_id",
1625 "location": "path"
1626 },
1627 {
1628 "type": "param",
1629 "key": "delegation_id",
1630 "location": "path"
1631 },
1632 {
1633 "type": "params",
1634 "maybeOverload": false
1635 },
1636 {
1637 "type": "options"
1638 }
1639 ]
1640 },
1641 {
1642 "base": "magicTransit.sites.acls",
1643 "name": "update",
1644 "params": [
1645 {
1646 "type": "param",
1647 "key": "acl_id",
1648 "location": "path"
1649 },
1650 {
1651 "type": "params",
1652 "maybeOverload": false
1653 },
1654 {
1655 "type": "options"
1656 }
1657 ],
1658 "oldParams": [
1659 {
1660 "type": "param",
1661 "key": "site_id",
1662 "location": "path"
1663 },
1664 {
1665 "type": "param",
1666 "key": "acl_id",
1667 "location": "path"
1668 },
1669 {
1670 "type": "params",
1671 "maybeOverload": false
1672 },
1673 {
1674 "type": "options"
1675 }
1676 ]
1677 },
1678 {
1679 "base": "magicTransit.sites.acls",
1680 "name": "delete",
1681 "params": [
1682 {
1683 "type": "param",
1684 "key": "acl_id",
1685 "location": "path"
1686 },
1687 {
1688 "type": "params",
1689 "maybeOverload": false
1690 },
1691 {
1692 "type": "options"
1693 }
1694 ],
1695 "oldParams": [
1696 {
1697 "type": "param",
1698 "key": "site_id",
1699 "location": "path"
1700 },
1701 {
1702 "type": "param",
1703 "key": "acl_id",
1704 "location": "path"
1705 },
1706 {
1707 "type": "params",
1708 "maybeOverload": false
1709 },
1710 {
1711 "type": "options"
1712 }
1713 ]
1714 },
1715 {
1716 "base": "magicTransit.sites.acls",
1717 "name": "edit",
1718 "params": [
1719 {
1720 "type": "param",
1721 "key": "acl_id",
1722 "location": "path"
1723 },
1724 {
1725 "type": "params",
1726 "maybeOverload": false
1727 },
1728 {
1729 "type": "options"
1730 }
1731 ],
1732 "oldParams": [
1733 {
1734 "type": "param",
1735 "key": "site_id",
1736 "location": "path"
1737 },
1738 {
1739 "type": "param",
1740 "key": "acl_id",
1741 "location": "path"
1742 },
1743 {
1744 "type": "params",
1745 "maybeOverload": false
1746 },
1747 {
1748 "type": "options"
1749 }
1750 ]
1751 },
1752 {
1753 "base": "magicTransit.sites.acls",
1754 "name": "get",
1755 "params": [
1756 {
1757 "type": "param",
1758 "key": "acl_id",
1759 "location": "path"
1760 },
1761 {
1762 "type": "params",
1763 "maybeOverload": false
1764 },
1765 {
1766 "type": "options"
1767 }
1768 ],
1769 "oldParams": [
1770 {
1771 "type": "param",
1772 "key": "site_id",
1773 "location": "path"
1774 },
1775 {
1776 "type": "param",
1777 "key": "acl_id",
1778 "location": "path"
1779 },
1780 {
1781 "type": "params",
1782 "maybeOverload": false
1783 },
1784 {
1785 "type": "options"
1786 }
1787 ]
1788 },
1789 {
1790 "base": "magicTransit.sites.lans",
1791 "name": "update",
1792 "params": [
1793 {
1794 "type": "param",
1795 "key": "lan_id",
1796 "location": "path"
1797 },
1798 {
1799 "type": "params",
1800 "maybeOverload": false
1801 },
1802 {
1803 "type": "options"
1804 }
1805 ],
1806 "oldParams": [
1807 {
1808 "type": "param",
1809 "key": "site_id",
1810 "location": "path"
1811 },
1812 {
1813 "type": "param",
1814 "key": "lan_id",
1815 "location": "path"
1816 },
1817 {
1818 "type": "params",
1819 "maybeOverload": false
1820 },
1821 {
1822 "type": "options"
1823 }
1824 ]
1825 },
1826 {
1827 "base": "magicTransit.sites.lans",
1828 "name": "delete",
1829 "params": [
1830 {
1831 "type": "param",
1832 "key": "lan_id",
1833 "location": "path"
1834 },
1835 {
1836 "type": "params",
1837 "maybeOverload": false
1838 },
1839 {
1840 "type": "options"
1841 }
1842 ],
1843 "oldParams": [
1844 {
1845 "type": "param",
1846 "key": "site_id",
1847 "location": "path"
1848 },
1849 {
1850 "type": "param",
1851 "key": "lan_id",
1852 "location": "path"
1853 },
1854 {
1855 "type": "params",
1856 "maybeOverload": false
1857 },
1858 {
1859 "type": "options"
1860 }
1861 ]
1862 },
1863 {
1864 "base": "magicTransit.sites.lans",
1865 "name": "edit",
1866 "params": [
1867 {
1868 "type": "param",
1869 "key": "lan_id",
1870 "location": "path"
1871 },
1872 {
1873 "type": "params",
1874 "maybeOverload": false
1875 },
1876 {
1877 "type": "options"
1878 }
1879 ],
1880 "oldParams": [
1881 {
1882 "type": "param",
1883 "key": "site_id",
1884 "location": "path"
1885 },
1886 {
1887 "type": "param",
1888 "key": "lan_id",
1889 "location": "path"
1890 },
1891 {
1892 "type": "params",
1893 "maybeOverload": false
1894 },
1895 {
1896 "type": "options"
1897 }
1898 ]
1899 },
1900 {
1901 "base": "magicTransit.sites.lans",
1902 "name": "get",
1903 "params": [
1904 {
1905 "type": "param",
1906 "key": "lan_id",
1907 "location": "path"
1908 },
1909 {
1910 "type": "params",
1911 "maybeOverload": false
1912 },
1913 {
1914 "type": "options"
1915 }
1916 ],
1917 "oldParams": [
1918 {
1919 "type": "param",
1920 "key": "site_id",
1921 "location": "path"
1922 },
1923 {
1924 "type": "param",
1925 "key": "lan_id",
1926 "location": "path"
1927 },
1928 {
1929 "type": "params",
1930 "maybeOverload": false
1931 },
1932 {
1933 "type": "options"
1934 }
1935 ]
1936 },
1937 {
1938 "base": "magicTransit.sites.wans",
1939 "name": "update",
1940 "params": [
1941 {
1942 "type": "param",
1943 "key": "wan_id",
1944 "location": "path"
1945 },
1946 {
1947 "type": "params",
1948 "maybeOverload": false
1949 },
1950 {
1951 "type": "options"
1952 }
1953 ],
1954 "oldParams": [
1955 {
1956 "type": "param",
1957 "key": "site_id",
1958 "location": "path"
1959 },
1960 {
1961 "type": "param",
1962 "key": "wan_id",
1963 "location": "path"
1964 },
1965 {
1966 "type": "params",
1967 "maybeOverload": false
1968 },
1969 {
1970 "type": "options"
1971 }
1972 ]
1973 },
1974 {
1975 "base": "magicTransit.sites.wans",
1976 "name": "delete",
1977 "params": [
1978 {
1979 "type": "param",
1980 "key": "wan_id",
1981 "location": "path"
1982 },
1983 {
1984 "type": "params",
1985 "maybeOverload": false
1986 },
1987 {
1988 "type": "options"
1989 }
1990 ],
1991 "oldParams": [
1992 {
1993 "type": "param",
1994 "key": "site_id",
1995 "location": "path"
1996 },
1997 {
1998 "type": "param",
1999 "key": "wan_id",
2000 "location": "path"
2001 },
2002 {
2003 "type": "params",
2004 "maybeOverload": false
2005 },
2006 {
2007 "type": "options"
2008 }
2009 ]
2010 },
2011 {
2012 "base": "magicTransit.sites.wans",
2013 "name": "edit",
2014 "params": [
2015 {
2016 "type": "param",
2017 "key": "wan_id",
2018 "location": "path"
2019 },
2020 {
2021 "type": "params",
2022 "maybeOverload": false
2023 },
2024 {
2025 "type": "options"
2026 }
2027 ],
2028 "oldParams": [
2029 {
2030 "type": "param",
2031 "key": "site_id",
2032 "location": "path"
2033 },
2034 {
2035 "type": "param",
2036 "key": "wan_id",
2037 "location": "path"
2038 },
2039 {
2040 "type": "params",
2041 "maybeOverload": false
2042 },
2043 {
2044 "type": "options"
2045 }
2046 ]
2047 },
2048 {
2049 "base": "magicTransit.sites.wans",
2050 "name": "get",
2051 "params": [
2052 {
2053 "type": "param",
2054 "key": "wan_id",
2055 "location": "path"
2056 },
2057 {
2058 "type": "params",
2059 "maybeOverload": false
2060 },
2061 {
2062 "type": "options"
2063 }
2064 ],
2065 "oldParams": [
2066 {
2067 "type": "param",
2068 "key": "site_id",
2069 "location": "path"
2070 },
2071 {
2072 "type": "param",
2073 "key": "wan_id",
2074 "location": "path"
2075 },
2076 {
2077 "type": "params",
2078 "maybeOverload": false
2079 },
2080 {
2081 "type": "options"
2082 }
2083 ]
2084 },
2085 {
2086 "base": "magicTransit.connectors.events",
2087 "name": "get",
2088 "params": [
2089 {
2090 "type": "param",
2091 "key": "event_n",
2092 "location": "path"
2093 },
2094 {
2095 "type": "params",
2096 "maybeOverload": false
2097 },
2098 {
2099 "type": "options"
2100 }
2101 ],
2102 "oldParams": [
2103 {
2104 "type": "param",
2105 "key": "connector_id",
2106 "location": "path"
2107 },
2108 {
2109 "type": "param",
2110 "key": "event_t",
2111 "location": "path"
2112 },
2113 {
2114 "type": "param",
2115 "key": "event_n",
2116 "location": "path"
2117 },
2118 {
2119 "type": "params",
2120 "maybeOverload": false
2121 },
2122 {
2123 "type": "options"
2124 }
2125 ]
2126 },
2127 {
2128 "base": "magicTransit.connectors.snapshots",
2129 "name": "get",
2130 "params": [
2131 {
2132 "type": "param",
2133 "key": "snapshot_t",
2134 "location": "path"
2135 },
2136 {
2137 "type": "params",
2138 "maybeOverload": false
2139 },
2140 {
2141 "type": "options"
2142 }
2143 ],
2144 "oldParams": [
2145 {
2146 "type": "param",
2147 "key": "connector_id",
2148 "location": "path"
2149 },
2150 {
2151 "type": "param",
2152 "key": "snapshot_t",
2153 "location": "path"
2154 },
2155 {
2156 "type": "params",
2157 "maybeOverload": false
2158 },
2159 {
2160 "type": "options"
2161 }
2162 ]
2163 },
2164 {
2165 "base": "magicTransit.cf1Sites.ramps",
2166 "name": "delete",
2167 "params": [
2168 {
2169 "type": "param",
2170 "key": "ramp_id",
2171 "location": "path"
2172 },
2173 {
2174 "type": "params",
2175 "maybeOverload": false
2176 },
2177 {
2178 "type": "options"
2179 }
2180 ],
2181 "oldParams": [
2182 {
2183 "type": "param",
2184 "key": "cf1_site_id",
2185 "location": "path"
2186 },
2187 {
2188 "type": "param",
2189 "key": "ramp_id",
2190 "location": "path"
2191 },
2192 {
2193 "type": "params",
2194 "maybeOverload": false
2195 },
2196 {
2197 "type": "options"
2198 }
2199 ]
2200 },
2201 {
2202 "base": "magicTransit.cf1Sites.ramps",
2203 "name": "get",
2204 "params": [
2205 {
2206 "type": "param",
2207 "key": "ramp_id",
2208 "location": "path"
2209 },
2210 {
2211 "type": "params",
2212 "maybeOverload": false
2213 },
2214 {
2215 "type": "options"
2216 }
2217 ],
2218 "oldParams": [
2219 {
2220 "type": "param",
2221 "key": "cf1_site_id",
2222 "location": "path"
2223 },
2224 {
2225 "type": "param",
2226 "key": "ramp_id",
2227 "location": "path"
2228 },
2229 {
2230 "type": "params",
2231 "maybeOverload": false
2232 },
2233 {
2234 "type": "options"
2235 }
2236 ]
2237 },
2238 {
2239 "base": "pages.projects.deployments",
2240 "name": "delete",
2241 "params": [
2242 {
2243 "type": "param",
2244 "key": "deployment_id",
2245 "location": "path"
2246 },
2247 {
2248 "type": "params",
2249 "maybeOverload": false
2250 },
2251 {
2252 "type": "options"
2253 }
2254 ],
2255 "oldParams": [
2256 {
2257 "type": "param",
2258 "key": "project_name",
2259 "location": "path"
2260 },
2261 {
2262 "type": "param",
2263 "key": "deployment_id",
2264 "location": "path"
2265 },
2266 {
2267 "type": "params",
2268 "maybeOverload": false
2269 },
2270 {
2271 "type": "options"
2272 }
2273 ]
2274 },
2275 {
2276 "base": "pages.projects.deployments",
2277 "name": "get",
2278 "params": [
2279 {
2280 "type": "param",
2281 "key": "deployment_id",
2282 "location": "path"
2283 },
2284 {
2285 "type": "params",
2286 "maybeOverload": false
2287 },
2288 {
2289 "type": "options"
2290 }
2291 ],
2292 "oldParams": [
2293 {
2294 "type": "param",
2295 "key": "project_name",
2296 "location": "path"
2297 },
2298 {
2299 "type": "param",
2300 "key": "deployment_id",
2301 "location": "path"
2302 },
2303 {
2304 "type": "params",
2305 "maybeOverload": false
2306 },
2307 {
2308 "type": "options"
2309 }
2310 ]
2311 },
2312 {
2313 "base": "pages.projects.deployments",
2314 "name": "retry",
2315 "params": [
2316 {
2317 "type": "param",
2318 "key": "deployment_id",
2319 "location": "path"
2320 },
2321 {
2322 "type": "params",
2323 "maybeOverload": false
2324 },
2325 {
2326 "type": "options"
2327 }
2328 ],
2329 "oldParams": [
2330 {
2331 "type": "param",
2332 "key": "project_name",
2333 "location": "path"
2334 },
2335 {
2336 "type": "param",
2337 "key": "deployment_id",
2338 "location": "path"
2339 },
2340 {
2341 "type": "params",
2342 "maybeOverload": false
2343 },
2344 {
2345 "type": "options"
2346 }
2347 ]
2348 },
2349 {
2350 "base": "pages.projects.deployments",
2351 "name": "rollback",
2352 "params": [
2353 {
2354 "type": "param",
2355 "key": "deployment_id",
2356 "location": "path"
2357 },
2358 {
2359 "type": "params",
2360 "maybeOverload": false
2361 },
2362 {
2363 "type": "options"
2364 }
2365 ],
2366 "oldParams": [
2367 {
2368 "type": "param",
2369 "key": "project_name",
2370 "location": "path"
2371 },
2372 {
2373 "type": "param",
2374 "key": "deployment_id",
2375 "location": "path"
2376 },
2377 {
2378 "type": "params",
2379 "maybeOverload": false
2380 },
2381 {
2382 "type": "options"
2383 }
2384 ]
2385 },
2386 {
2387 "base": "pages.projects.deployments.history.logs",
2388 "name": "get",
2389 "params": [
2390 {
2391 "type": "param",
2392 "key": "deployment_id",
2393 "location": "path"
2394 },
2395 {
2396 "type": "params",
2397 "maybeOverload": false
2398 },
2399 {
2400 "type": "options"
2401 }
2402 ],
2403 "oldParams": [
2404 {
2405 "type": "param",
2406 "key": "project_name",
2407 "location": "path"
2408 },
2409 {
2410 "type": "param",
2411 "key": "deployment_id",
2412 "location": "path"
2413 },
2414 {
2415 "type": "params",
2416 "maybeOverload": false
2417 },
2418 {
2419 "type": "options"
2420 }
2421 ]
2422 },
2423 {
2424 "base": "pages.projects.domains",
2425 "name": "delete",
2426 "params": [
2427 {
2428 "type": "param",
2429 "key": "domain_name",
2430 "location": "path"
2431 },
2432 {
2433 "type": "params",
2434 "maybeOverload": false
2435 },
2436 {
2437 "type": "options"
2438 }
2439 ],
2440 "oldParams": [
2441 {
2442 "type": "param",
2443 "key": "project_name",
2444 "location": "path"
2445 },
2446 {
2447 "type": "param",
2448 "key": "domain_name",
2449 "location": "path"
2450 },
2451 {
2452 "type": "params",
2453 "maybeOverload": false
2454 },
2455 {
2456 "type": "options"
2457 }
2458 ]
2459 },
2460 {
2461 "base": "pages.projects.domains",
2462 "name": "edit",
2463 "params": [
2464 {
2465 "type": "param",
2466 "key": "domain_name",
2467 "location": "path"
2468 },
2469 {
2470 "type": "params",
2471 "maybeOverload": false
2472 },
2473 {
2474 "type": "options"
2475 }
2476 ],
2477 "oldParams": [
2478 {
2479 "type": "param",
2480 "key": "project_name",
2481 "location": "path"
2482 },
2483 {
2484 "type": "param",
2485 "key": "domain_name",
2486 "location": "path"
2487 },
2488 {
2489 "type": "params",
2490 "maybeOverload": false
2491 },
2492 {
2493 "type": "options"
2494 }
2495 ]
2496 },
2497 {
2498 "base": "pages.projects.domains",
2499 "name": "get",
2500 "params": [
2501 {
2502 "type": "param",
2503 "key": "domain_name",
2504 "location": "path"
2505 },
2506 {
2507 "type": "params",
2508 "maybeOverload": false
2509 },
2510 {
2511 "type": "options"
2512 }
2513 ],
2514 "oldParams": [
2515 {
2516 "type": "param",
2517 "key": "project_name",
2518 "location": "path"
2519 },
2520 {
2521 "type": "param",
2522 "key": "domain_name",
2523 "location": "path"
2524 },
2525 {
2526 "type": "params",
2527 "maybeOverload": false
2528 },
2529 {
2530 "type": "options"
2531 }
2532 ]
2533 },
2534 {
2535 "base": "rules.lists.items",
2536 "name": "get",
2537 "params": [
2538 {
2539 "type": "param",
2540 "key": "item_id",
2541 "location": "path"
2542 },
2543 {
2544 "type": "params",
2545 "maybeOverload": false
2546 },
2547 {
2548 "type": "options"
2549 }
2550 ],
2551 "oldParams": [
2552 {
2553 "type": "param",
2554 "key": "list_id",
2555 "location": "path"
2556 },
2557 {
2558 "type": "param",
2559 "key": "item_id",
2560 "location": "path"
2561 },
2562 {
2563 "type": "params",
2564 "maybeOverload": false
2565 },
2566 {
2567 "type": "options"
2568 }
2569 ]
2570 },
2571 {
2572 "base": "stream.audioTracks",
2573 "name": "delete",
2574 "params": [
2575 {
2576 "type": "param",
2577 "key": "audio_identifier",
2578 "location": "path"
2579 },
2580 {
2581 "type": "params",
2582 "maybeOverload": false
2583 },
2584 {
2585 "type": "options"
2586 }
2587 ],
2588 "oldParams": [
2589 {
2590 "type": "param",
2591 "key": "identifier",
2592 "location": "path"
2593 },
2594 {
2595 "type": "param",
2596 "key": "audio_identifier",
2597 "location": "path"
2598 },
2599 {
2600 "type": "params",
2601 "maybeOverload": false
2602 },
2603 {
2604 "type": "options"
2605 }
2606 ]
2607 },
2608 {
2609 "base": "stream.audioTracks",
2610 "name": "edit",
2611 "params": [
2612 {
2613 "type": "param",
2614 "key": "audio_identifier",
2615 "location": "path"
2616 },
2617 {
2618 "type": "params",
2619 "maybeOverload": false
2620 },
2621 {
2622 "type": "options"
2623 }
2624 ],
2625 "oldParams": [
2626 {
2627 "type": "param",
2628 "key": "identifier",
2629 "location": "path"
2630 },
2631 {
2632 "type": "param",
2633 "key": "audio_identifier",
2634 "location": "path"
2635 },
2636 {
2637 "type": "params",
2638 "maybeOverload": false
2639 },
2640 {
2641 "type": "options"
2642 }
2643 ]
2644 },
2645 {
2646 "base": "stream.liveInputs.outputs",
2647 "name": "update",
2648 "params": [
2649 {
2650 "type": "param",
2651 "key": "output_identifier",
2652 "location": "path"
2653 },
2654 {
2655 "type": "params",
2656 "maybeOverload": false
2657 },
2658 {
2659 "type": "options"
2660 }
2661 ],
2662 "oldParams": [
2663 {
2664 "type": "param",
2665 "key": "live_input_identifier",
2666 "location": "path"
2667 },
2668 {
2669 "type": "param",
2670 "key": "output_identifier",
2671 "location": "path"
2672 },
2673 {
2674 "type": "params",
2675 "maybeOverload": false
2676 },
2677 {
2678 "type": "options"
2679 }
2680 ]
2681 },
2682 {
2683 "base": "stream.liveInputs.outputs",
2684 "name": "delete",
2685 "params": [
2686 {
2687 "type": "param",
2688 "key": "output_identifier",
2689 "location": "path"
2690 },
2691 {
2692 "type": "params",
2693 "maybeOverload": false
2694 },
2695 {
2696 "type": "options"
2697 }
2698 ],
2699 "oldParams": [
2700 {
2701 "type": "param",
2702 "key": "live_input_identifier",
2703 "location": "path"
2704 },
2705 {
2706 "type": "param",
2707 "key": "output_identifier",
2708 "location": "path"
2709 },
2710 {
2711 "type": "params",
2712 "maybeOverload": false
2713 },
2714 {
2715 "type": "options"
2716 }
2717 ]
2718 },
2719 {
2720 "base": "stream.captions.language",
2721 "name": "create",
2722 "params": [
2723 {
2724 "type": "param",
2725 "key": "language",
2726 "location": "path"
2727 },
2728 {
2729 "type": "params",
2730 "maybeOverload": false
2731 },
2732 {
2733 "type": "options"
2734 }
2735 ],
2736 "oldParams": [
2737 {
2738 "type": "param",
2739 "key": "identifier",
2740 "location": "path"
2741 },
2742 {
2743 "type": "param",
2744 "key": "language",
2745 "location": "path"
2746 },
2747 {
2748 "type": "params",
2749 "maybeOverload": false
2750 },
2751 {
2752 "type": "options"
2753 }
2754 ]
2755 },
2756 {
2757 "base": "stream.captions.language",
2758 "name": "update",
2759 "params": [
2760 {
2761 "type": "param",
2762 "key": "language",
2763 "location": "path"
2764 },
2765 {
2766 "type": "params",
2767 "maybeOverload": false
2768 },
2769 {
2770 "type": "options"
2771 }
2772 ],
2773 "oldParams": [
2774 {
2775 "type": "param",
2776 "key": "identifier",
2777 "location": "path"
2778 },
2779 {
2780 "type": "param",
2781 "key": "language",
2782 "location": "path"
2783 },
2784 {
2785 "type": "params",
2786 "maybeOverload": false
2787 },
2788 {
2789 "type": "options"
2790 }
2791 ]
2792 },
2793 {
2794 "base": "stream.captions.language",
2795 "name": "delete",
2796 "params": [
2797 {
2798 "type": "param",
2799 "key": "language",
2800 "location": "path"
2801 },
2802 {
2803 "type": "params",
2804 "maybeOverload": false
2805 },
2806 {
2807 "type": "options"
2808 }
2809 ],
2810 "oldParams": [
2811 {
2812 "type": "param",
2813 "key": "identifier",
2814 "location": "path"
2815 },
2816 {
2817 "type": "param",
2818 "key": "language",
2819 "location": "path"
2820 },
2821 {
2822 "type": "params",
2823 "maybeOverload": false
2824 },
2825 {
2826 "type": "options"
2827 }
2828 ]
2829 },
2830 {
2831 "base": "stream.captions.language",
2832 "name": "get",
2833 "params": [
2834 {
2835 "type": "param",
2836 "key": "language",
2837 "location": "path"
2838 },
2839 {
2840 "type": "params",
2841 "maybeOverload": false
2842 },
2843 {
2844 "type": "options"
2845 }
2846 ],
2847 "oldParams": [
2848 {
2849 "type": "param",
2850 "key": "identifier",
2851 "location": "path"
2852 },
2853 {
2854 "type": "param",
2855 "key": "language",
2856 "location": "path"
2857 },
2858 {
2859 "type": "params",
2860 "maybeOverload": false
2861 },
2862 {
2863 "type": "options"
2864 }
2865 ]
2866 },
2867 {
2868 "base": "stream.captions.language.vtt",
2869 "name": "get",
2870 "params": [
2871 {
2872 "type": "param",
2873 "key": "language",
2874 "location": "path"
2875 },
2876 {
2877 "type": "params",
2878 "maybeOverload": false
2879 },
2880 {
2881 "type": "options"
2882 }
2883 ],
2884 "oldParams": [
2885 {
2886 "type": "param",
2887 "key": "identifier",
2888 "location": "path"
2889 },
2890 {
2891 "type": "param",
2892 "key": "language",
2893 "location": "path"
2894 },
2895 {
2896 "type": "params",
2897 "maybeOverload": false
2898 },
2899 {
2900 "type": "options"
2901 }
2902 ]
2903 },
2904 {
2905 "base": "r2.buckets.domains.custom",
2906 "name": "update",
2907 "params": [
2908 {
2909 "type": "param",
2910 "key": "domain",
2911 "location": "path"
2912 },
2913 {
2914 "type": "params",
2915 "maybeOverload": false
2916 },
2917 {
2918 "type": "options"
2919 }
2920 ],
2921 "oldParams": [
2922 {
2923 "type": "param",
2924 "key": "bucket_name",
2925 "location": "path"
2926 },
2927 {
2928 "type": "param",
2929 "key": "domain",
2930 "location": "path"
2931 },
2932 {
2933 "type": "params",
2934 "maybeOverload": false
2935 },
2936 {
2937 "type": "options"
2938 }
2939 ]
2940 },
2941 {
2942 "base": "r2.buckets.domains.custom",
2943 "name": "delete",
2944 "params": [
2945 {
2946 "type": "param",
2947 "key": "domain",
2948 "location": "path"
2949 },
2950 {
2951 "type": "params",
2952 "maybeOverload": false
2953 },
2954 {
2955 "type": "options"
2956 }
2957 ],
2958 "oldParams": [
2959 {
2960 "type": "param",
2961 "key": "bucket_name",
2962 "location": "path"
2963 },
2964 {
2965 "type": "param",
2966 "key": "domain",
2967 "location": "path"
2968 },
2969 {
2970 "type": "params",
2971 "maybeOverload": false
2972 },
2973 {
2974 "type": "options"
2975 }
2976 ]
2977 },
2978 {
2979 "base": "r2.buckets.domains.custom",
2980 "name": "get",
2981 "params": [
2982 {
2983 "type": "param",
2984 "key": "domain",
2985 "location": "path"
2986 },
2987 {
2988 "type": "params",
2989 "maybeOverload": false
2990 },
2991 {
2992 "type": "options"
2993 }
2994 ],
2995 "oldParams": [
2996 {
2997 "type": "param",
2998 "key": "bucket_name",
2999 "location": "path"
3000 },
3001 {
3002 "type": "param",
3003 "key": "domain",
3004 "location": "path"
3005 },
3006 {
3007 "type": "params",
3008 "maybeOverload": false
3009 },
3010 {
3011 "type": "options"
3012 }
3013 ]
3014 },
3015 {
3016 "base": "r2.buckets.eventNotifications",
3017 "name": "update",
3018 "params": [
3019 {
3020 "type": "param",
3021 "key": "queue_id",
3022 "location": "path"
3023 },
3024 {
3025 "type": "params",
3026 "maybeOverload": false
3027 },
3028 {
3029 "type": "options"
3030 }
3031 ],
3032 "oldParams": [
3033 {
3034 "type": "param",
3035 "key": "bucket_name",
3036 "location": "path"
3037 },
3038 {
3039 "type": "param",
3040 "key": "queue_id",
3041 "location": "path"
3042 },
3043 {
3044 "type": "params",
3045 "maybeOverload": false
3046 },
3047 {
3048 "type": "options"
3049 }
3050 ]
3051 },
3052 {
3053 "base": "r2.buckets.eventNotifications",
3054 "name": "delete",
3055 "params": [
3056 {
3057 "type": "param",
3058 "key": "queue_id",
3059 "location": "path"
3060 },
3061 {
3062 "type": "params",
3063 "maybeOverload": false
3064 },
3065 {
3066 "type": "options"
3067 }
3068 ],
3069 "oldParams": [
3070 {
3071 "type": "param",
3072 "key": "bucket_name",
3073 "location": "path"
3074 },
3075 {
3076 "type": "param",
3077 "key": "queue_id",
3078 "location": "path"
3079 },
3080 {
3081 "type": "params",
3082 "maybeOverload": false
3083 },
3084 {
3085 "type": "options"
3086 }
3087 ]
3088 },
3089 {
3090 "base": "r2.buckets.eventNotifications",
3091 "name": "get",
3092 "params": [
3093 {
3094 "type": "param",
3095 "key": "queue_id",
3096 "location": "path"
3097 },
3098 {
3099 "type": "params",
3100 "maybeOverload": false
3101 },
3102 {
3103 "type": "options"
3104 }
3105 ],
3106 "oldParams": [
3107 {
3108 "type": "param",
3109 "key": "bucket_name",
3110 "location": "path"
3111 },
3112 {
3113 "type": "param",
3114 "key": "queue_id",
3115 "location": "path"
3116 },
3117 {
3118 "type": "params",
3119 "maybeOverload": false
3120 },
3121 {
3122 "type": "options"
3123 }
3124 ]
3125 },
3126 {
3127 "base": "r2.buckets.objects",
3128 "name": "delete",
3129 "params": [
3130 {
3131 "type": "param",
3132 "key": "object_key",
3133 "location": "path"
3134 },
3135 {
3136 "type": "params",
3137 "maybeOverload": false
3138 },
3139 {
3140 "type": "options"
3141 }
3142 ],
3143 "oldParams": [
3144 {
3145 "type": "param",
3146 "key": "bucket_name",
3147 "location": "path"
3148 },
3149 {
3150 "type": "param",
3151 "key": "object_key",
3152 "location": "path"
3153 },
3154 {
3155 "type": "params",
3156 "maybeOverload": false
3157 },
3158 {
3159 "type": "options"
3160 }
3161 ]
3162 },
3163 {
3164 "base": "r2.buckets.objects",
3165 "name": "get",
3166 "params": [
3167 {
3168 "type": "param",
3169 "key": "object_key",
3170 "location": "path"
3171 },
3172 {
3173 "type": "params",
3174 "maybeOverload": false
3175 },
3176 {
3177 "type": "options"
3178 }
3179 ],
3180 "oldParams": [
3181 {
3182 "type": "param",
3183 "key": "bucket_name",
3184 "location": "path"
3185 },
3186 {
3187 "type": "param",
3188 "key": "object_key",
3189 "location": "path"
3190 },
3191 {
3192 "type": "params",
3193 "maybeOverload": false
3194 },
3195 {
3196 "type": "options"
3197 }
3198 ]
3199 },
3200 {
3201 "base": "r2.buckets.objects",
3202 "name": "upload",
3203 "params": [
3204 {
3205 "type": "param",
3206 "key": "object_key",
3207 "location": "path"
3208 },
3209 {
3210 "type": "param",
3211 "key": "body",
3212 "location": "body"
3213 },
3214 {
3215 "type": "params",
3216 "maybeOverload": false
3217 },
3218 {
3219 "type": "options"
3220 }
3221 ],
3222 "oldParams": [
3223 {
3224 "type": "param",
3225 "key": "bucket_name",
3226 "location": "path"
3227 },
3228 {
3229 "type": "param",
3230 "key": "object_key",
3231 "location": "path"
3232 },
3233 {
3234 "type": "param",
3235 "key": "body",
3236 "location": "body"
3237 },
3238 {
3239 "type": "params",
3240 "maybeOverload": false
3241 },
3242 {
3243 "type": "options"
3244 }
3245 ]
3246 },
3247 {
3248 "base": "r2DataCatalog.namespaces.tables",
3249 "name": "list",
3250 "params": [
3251 {
3252 "type": "param",
3253 "key": "namespace",
3254 "location": "path"
3255 },
3256 {
3257 "type": "params",
3258 "maybeOverload": false
3259 },
3260 {
3261 "type": "options"
3262 }
3263 ],
3264 "oldParams": [
3265 {
3266 "type": "param",
3267 "key": "bucket_name",
3268 "location": "path"
3269 },
3270 {
3271 "type": "param",
3272 "key": "namespace",
3273 "location": "path"
3274 },
3275 {
3276 "type": "params",
3277 "maybeOverload": false
3278 },
3279 {
3280 "type": "options"
3281 }
3282 ]
3283 },
3284 {
3285 "base": "r2DataCatalog.namespaces.tables.maintenanceConfigs",
3286 "name": "update",
3287 "params": [
3288 {
3289 "type": "param",
3290 "key": "table_name",
3291 "location": "path"
3292 },
3293 {
3294 "type": "params",
3295 "maybeOverload": false
3296 },
3297 {
3298 "type": "options"
3299 }
3300 ],
3301 "oldParams": [
3302 {
3303 "type": "param",
3304 "key": "bucket_name",
3305 "location": "path"
3306 },
3307 {
3308 "type": "param",
3309 "key": "namespace",
3310 "location": "path"
3311 },
3312 {
3313 "type": "param",
3314 "key": "table_name",
3315 "location": "path"
3316 },
3317 {
3318 "type": "params",
3319 "maybeOverload": false
3320 },
3321 {
3322 "type": "options"
3323 }
3324 ]
3325 },
3326 {
3327 "base": "r2DataCatalog.namespaces.tables.maintenanceConfigs",
3328 "name": "get",
3329 "params": [
3330 {
3331 "type": "param",
3332 "key": "table_name",
3333 "location": "path"
3334 },
3335 {
3336 "type": "params",
3337 "maybeOverload": false
3338 },
3339 {
3340 "type": "options"
3341 }
3342 ],
3343 "oldParams": [
3344 {
3345 "type": "param",
3346 "key": "bucket_name",
3347 "location": "path"
3348 },
3349 {
3350 "type": "param",
3351 "key": "namespace",
3352 "location": "path"
3353 },
3354 {
3355 "type": "param",
3356 "key": "table_name",
3357 "location": "path"
3358 },
3359 {
3360 "type": "params",
3361 "maybeOverload": false
3362 },
3363 {
3364 "type": "options"
3365 }
3366 ]
3367 },
3368 {
3369 "base": "workersForPlatforms.dispatch.namespaces.scripts",
3370 "name": "update",
3371 "params": [
3372 {
3373 "type": "param",
3374 "key": "script_name",
3375 "location": "path"
3376 },
3377 {
3378 "type": "params",
3379 "maybeOverload": false
3380 },
3381 {
3382 "type": "options"
3383 }
3384 ],
3385 "oldParams": [
3386 {
3387 "type": "param",
3388 "key": "dispatch_namespace",
3389 "location": "path"
3390 },
3391 {
3392 "type": "param",
3393 "key": "script_name",
3394 "location": "path"
3395 },
3396 {
3397 "type": "params",
3398 "maybeOverload": false
3399 },
3400 {
3401 "type": "options"
3402 }
3403 ]
3404 },
3405 {
3406 "base": "workersForPlatforms.dispatch.namespaces.scripts",
3407 "name": "delete",
3408 "params": [
3409 {
3410 "type": "param",
3411 "key": "script_name",
3412 "location": "path"
3413 },
3414 {
3415 "type": "params",
3416 "maybeOverload": false
3417 },
3418 {
3419 "type": "options"
3420 }
3421 ],
3422 "oldParams": [
3423 {
3424 "type": "param",
3425 "key": "dispatch_namespace",
3426 "location": "path"
3427 },
3428 {
3429 "type": "param",
3430 "key": "script_name",
3431 "location": "path"
3432 },
3433 {
3434 "type": "params",
3435 "maybeOverload": false
3436 },
3437 {
3438 "type": "options"
3439 }
3440 ]
3441 },
3442 {
3443 "base": "workersForPlatforms.dispatch.namespaces.scripts",
3444 "name": "get",
3445 "params": [
3446 {
3447 "type": "param",
3448 "key": "script_name",
3449 "location": "path"
3450 },
3451 {
3452 "type": "params",
3453 "maybeOverload": false
3454 },
3455 {
3456 "type": "options"
3457 }
3458 ],
3459 "oldParams": [
3460 {
3461 "type": "param",
3462 "key": "dispatch_namespace",
3463 "location": "path"
3464 },
3465 {
3466 "type": "param",
3467 "key": "script_name",
3468 "location": "path"
3469 },
3470 {
3471 "type": "params",
3472 "maybeOverload": false
3473 },
3474 {
3475 "type": "options"
3476 }
3477 ]
3478 },
3479 {
3480 "base": "workersForPlatforms.dispatch.namespaces.scripts.assetUpload",
3481 "name": "create",
3482 "params": [
3483 {
3484 "type": "param",
3485 "key": "script_name",
3486 "location": "path"
3487 },
3488 {
3489 "type": "params",
3490 "maybeOverload": false
3491 },
3492 {
3493 "type": "options"
3494 }
3495 ],
3496 "oldParams": [
3497 {
3498 "type": "param",
3499 "key": "dispatch_namespace",
3500 "location": "path"
3501 },
3502 {
3503 "type": "param",
3504 "key": "script_name",
3505 "location": "path"
3506 },
3507 {
3508 "type": "params",
3509 "maybeOverload": false
3510 },
3511 {
3512 "type": "options"
3513 }
3514 ]
3515 },
3516 {
3517 "base": "workersForPlatforms.dispatch.namespaces.scripts.content",
3518 "name": "update",
3519 "params": [
3520 {
3521 "type": "param",
3522 "key": "script_name",
3523 "location": "path"
3524 },
3525 {
3526 "type": "params",
3527 "maybeOverload": false
3528 },
3529 {
3530 "type": "options"
3531 }
3532 ],
3533 "oldParams": [
3534 {
3535 "type": "param",
3536 "key": "dispatch_namespace",
3537 "location": "path"
3538 },
3539 {
3540 "type": "param",
3541 "key": "script_name",
3542 "location": "path"
3543 },
3544 {
3545 "type": "params",
3546 "maybeOverload": false
3547 },
3548 {
3549 "type": "options"
3550 }
3551 ]
3552 },
3553 {
3554 "base": "workersForPlatforms.dispatch.namespaces.scripts.content",
3555 "name": "get",
3556 "params": [
3557 {
3558 "type": "param",
3559 "key": "script_name",
3560 "location": "path"
3561 },
3562 {
3563 "type": "params",
3564 "maybeOverload": false
3565 },
3566 {
3567 "type": "options"
3568 }
3569 ],
3570 "oldParams": [
3571 {
3572 "type": "param",
3573 "key": "dispatch_namespace",
3574 "location": "path"
3575 },
3576 {
3577 "type": "param",
3578 "key": "script_name",
3579 "location": "path"
3580 },
3581 {
3582 "type": "params",
3583 "maybeOverload": false
3584 },
3585 {
3586 "type": "options"
3587 }
3588 ]
3589 },
3590 {
3591 "base": "workersForPlatforms.dispatch.namespaces.scripts.settings",
3592 "name": "edit",
3593 "params": [
3594 {
3595 "type": "param",
3596 "key": "script_name",
3597 "location": "path"
3598 },
3599 {
3600 "type": "params",
3601 "maybeOverload": false
3602 },
3603 {
3604 "type": "options"
3605 }
3606 ],
3607 "oldParams": [
3608 {
3609 "type": "param",
3610 "key": "dispatch_namespace",
3611 "location": "path"
3612 },
3613 {
3614 "type": "param",
3615 "key": "script_name",
3616 "location": "path"
3617 },
3618 {
3619 "type": "params",
3620 "maybeOverload": false
3621 },
3622 {
3623 "type": "options"
3624 }
3625 ]
3626 },
3627 {
3628 "base": "workersForPlatforms.dispatch.namespaces.scripts.settings",
3629 "name": "get",
3630 "params": [
3631 {
3632 "type": "param",
3633 "key": "script_name",
3634 "location": "path"
3635 },
3636 {
3637 "type": "params",
3638 "maybeOverload": false
3639 },
3640 {
3641 "type": "options"
3642 }
3643 ],
3644 "oldParams": [
3645 {
3646 "type": "param",
3647 "key": "dispatch_namespace",
3648 "location": "path"
3649 },
3650 {
3651 "type": "param",
3652 "key": "script_name",
3653 "location": "path"
3654 },
3655 {
3656 "type": "params",
3657 "maybeOverload": false
3658 },
3659 {
3660 "type": "options"
3661 }
3662 ]
3663 },
3664 {
3665 "base": "workersForPlatforms.dispatch.namespaces.scripts.bindings",
3666 "name": "get",
3667 "params": [
3668 {
3669 "type": "param",
3670 "key": "script_name",
3671 "location": "path"
3672 },
3673 {
3674 "type": "params",
3675 "maybeOverload": false
3676 },
3677 {
3678 "type": "options"
3679 }
3680 ],
3681 "oldParams": [
3682 {
3683 "type": "param",
3684 "key": "dispatch_namespace",
3685 "location": "path"
3686 },
3687 {
3688 "type": "param",
3689 "key": "script_name",
3690 "location": "path"
3691 },
3692 {
3693 "type": "params",
3694 "maybeOverload": false
3695 },
3696 {
3697 "type": "options"
3698 }
3699 ]
3700 },
3701 {
3702 "base": "workersForPlatforms.dispatch.namespaces.scripts.secrets",
3703 "name": "update",
3704 "params": [
3705 {
3706 "type": "param",
3707 "key": "script_name",
3708 "location": "path"
3709 },
3710 {
3711 "type": "params",
3712 "maybeOverload": false
3713 },
3714 {
3715 "type": "options"
3716 }
3717 ],
3718 "oldParams": [
3719 {
3720 "type": "param",
3721 "key": "dispatch_namespace",
3722 "location": "path"
3723 },
3724 {
3725 "type": "param",
3726 "key": "script_name",
3727 "location": "path"
3728 },
3729 {
3730 "type": "params",
3731 "maybeOverload": false
3732 },
3733 {
3734 "type": "options"
3735 }
3736 ]
3737 },
3738 {
3739 "base": "workersForPlatforms.dispatch.namespaces.scripts.secrets",
3740 "name": "list",
3741 "params": [
3742 {
3743 "type": "param",
3744 "key": "script_name",
3745 "location": "path"
3746 },
3747 {
3748 "type": "params",
3749 "maybeOverload": false
3750 },
3751 {
3752 "type": "options"
3753 }
3754 ],
3755 "oldParams": [
3756 {
3757 "type": "param",
3758 "key": "dispatch_namespace",
3759 "location": "path"
3760 },
3761 {
3762 "type": "param",
3763 "key": "script_name",
3764 "location": "path"
3765 },
3766 {
3767 "type": "params",
3768 "maybeOverload": false
3769 },
3770 {
3771 "type": "options"
3772 }
3773 ]
3774 },
3775 {
3776 "base": "workersForPlatforms.dispatch.namespaces.scripts.secrets",
3777 "name": "delete",
3778 "params": [
3779 {
3780 "type": "param",
3781 "key": "secret_name",
3782 "location": "path"
3783 },
3784 {
3785 "type": "params",
3786 "maybeOverload": false
3787 },
3788 {
3789 "type": "options"
3790 }
3791 ],
3792 "oldParams": [
3793 {
3794 "type": "param",
3795 "key": "dispatch_namespace",
3796 "location": "path"
3797 },
3798 {
3799 "type": "param",
3800 "key": "script_name",
3801 "location": "path"
3802 },
3803 {
3804 "type": "param",
3805 "key": "secret_name",
3806 "location": "path"
3807 },
3808 {
3809 "type": "params",
3810 "maybeOverload": false
3811 },
3812 {
3813 "type": "options"
3814 }
3815 ]
3816 },
3817 {
3818 "base": "workersForPlatforms.dispatch.namespaces.scripts.secrets",
3819 "name": "bulkUpdate",
3820 "params": [
3821 {
3822 "type": "param",
3823 "key": "script_name",
3824 "location": "path"
3825 },
3826 {
3827 "type": "params",
3828 "maybeOverload": false
3829 },
3830 {
3831 "type": "options"
3832 }
3833 ],
3834 "oldParams": [
3835 {
3836 "type": "param",
3837 "key": "dispatch_namespace",
3838 "location": "path"
3839 },
3840 {
3841 "type": "param",
3842 "key": "script_name",
3843 "location": "path"
3844 },
3845 {
3846 "type": "params",
3847 "maybeOverload": false
3848 },
3849 {
3850 "type": "options"
3851 }
3852 ]
3853 },
3854 {
3855 "base": "workersForPlatforms.dispatch.namespaces.scripts.secrets",
3856 "name": "get",
3857 "params": [
3858 {
3859 "type": "param",
3860 "key": "secret_name",
3861 "location": "path"
3862 },
3863 {
3864 "type": "params",
3865 "maybeOverload": false
3866 },
3867 {
3868 "type": "options"
3869 }
3870 ],
3871 "oldParams": [
3872 {
3873 "type": "param",
3874 "key": "dispatch_namespace",
3875 "location": "path"
3876 },
3877 {
3878 "type": "param",
3879 "key": "script_name",
3880 "location": "path"
3881 },
3882 {
3883 "type": "param",
3884 "key": "secret_name",
3885 "location": "path"
3886 },
3887 {
3888 "type": "params",
3889 "maybeOverload": false
3890 },
3891 {
3892 "type": "options"
3893 }
3894 ]
3895 },
3896 {
3897 "base": "workersForPlatforms.dispatch.namespaces.scripts.tags",
3898 "name": "update",
3899 "params": [
3900 {
3901 "type": "param",
3902 "key": "script_name",
3903 "location": "path"
3904 },
3905 {
3906 "type": "params",
3907 "maybeOverload": false
3908 },
3909 {
3910 "type": "options"
3911 }
3912 ],
3913 "oldParams": [
3914 {
3915 "type": "param",
3916 "key": "dispatch_namespace",
3917 "location": "path"
3918 },
3919 {
3920 "type": "param",
3921 "key": "script_name",
3922 "location": "path"
3923 },
3924 {
3925 "type": "params",
3926 "maybeOverload": false
3927 },
3928 {
3929 "type": "options"
3930 }
3931 ]
3932 },
3933 {
3934 "base": "workersForPlatforms.dispatch.namespaces.scripts.tags",
3935 "name": "list",
3936 "params": [
3937 {
3938 "type": "param",
3939 "key": "script_name",
3940 "location": "path"
3941 },
3942 {
3943 "type": "params",
3944 "maybeOverload": false
3945 },
3946 {
3947 "type": "options"
3948 }
3949 ],
3950 "oldParams": [
3951 {
3952 "type": "param",
3953 "key": "dispatch_namespace",
3954 "location": "path"
3955 },
3956 {
3957 "type": "param",
3958 "key": "script_name",
3959 "location": "path"
3960 },
3961 {
3962 "type": "params",
3963 "maybeOverload": false
3964 },
3965 {
3966 "type": "options"
3967 }
3968 ]
3969 },
3970 {
3971 "base": "workersForPlatforms.dispatch.namespaces.scripts.tags",
3972 "name": "delete",
3973 "params": [
3974 {
3975 "type": "param",
3976 "key": "tag",
3977 "location": "path"
3978 },
3979 {
3980 "type": "params",
3981 "maybeOverload": false
3982 },
3983 {
3984 "type": "options"
3985 }
3986 ],
3987 "oldParams": [
3988 {
3989 "type": "param",
3990 "key": "dispatch_namespace",
3991 "location": "path"
3992 },
3993 {
3994 "type": "param",
3995 "key": "script_name",
3996 "location": "path"
3997 },
3998 {
3999 "type": "param",
4000 "key": "tag",
4001 "location": "path"
4002 },
4003 {
4004 "type": "params",
4005 "maybeOverload": false
4006 },
4007 {
4008 "type": "options"
4009 }
4010 ]
4011 },
4012 {
4013 "base": "zeroTrust.access.applications.policies",
4014 "name": "update",
4015 "params": [
4016 {
4017 "type": "param",
4018 "key": "policy_id",
4019 "location": "path"
4020 },
4021 {
4022 "type": "params",
4023 "maybeOverload": false
4024 },
4025 {
4026 "type": "options"
4027 }
4028 ],
4029 "oldParams": [
4030 {
4031 "type": "param",
4032 "key": "app_id",
4033 "location": "path"
4034 },
4035 {
4036 "type": "param",
4037 "key": "policy_id",
4038 "location": "path"
4039 },
4040 {
4041 "type": "params",
4042 "maybeOverload": false
4043 },
4044 {
4045 "type": "options"
4046 }
4047 ]
4048 },
4049 {
4050 "base": "zeroTrust.access.applications.policies",
4051 "name": "delete",
4052 "params": [
4053 {
4054 "type": "param",
4055 "key": "policy_id",
4056 "location": "path"
4057 },
4058 {
4059 "type": "params",
4060 "maybeOverload": false
4061 },
4062 {
4063 "type": "options"
4064 }
4065 ],
4066 "oldParams": [
4067 {
4068 "type": "param",
4069 "key": "app_id",
4070 "location": "path"
4071 },
4072 {
4073 "type": "param",
4074 "key": "policy_id",
4075 "location": "path"
4076 },
4077 {
4078 "type": "params",
4079 "maybeOverload": true
4080 },
4081 {
4082 "type": "options"
4083 }
4084 ]
4085 },
4086 {
4087 "base": "zeroTrust.access.applications.policies",
4088 "name": "get",
4089 "params": [
4090 {
4091 "type": "param",
4092 "key": "policy_id",
4093 "location": "path"
4094 },
4095 {
4096 "type": "params",
4097 "maybeOverload": false
4098 },
4099 {
4100 "type": "options"
4101 }
4102 ],
4103 "oldParams": [
4104 {
4105 "type": "param",
4106 "key": "app_id",
4107 "location": "path"
4108 },
4109 {
4110 "type": "param",
4111 "key": "policy_id",
4112 "location": "path"
4113 },
4114 {
4115 "type": "params",
4116 "maybeOverload": true
4117 },
4118 {
4119 "type": "options"
4120 }
4121 ]
4122 },
4123 {
4124 "base": "zeroTrust.access.users.activeSessions",
4125 "name": "get",
4126 "params": [
4127 {
4128 "type": "param",
4129 "key": "nonce",
4130 "location": "path"
4131 },
4132 {
4133 "type": "params",
4134 "maybeOverload": false
4135 },
4136 {
4137 "type": "options"
4138 }
4139 ],
4140 "oldParams": [
4141 {
4142 "type": "param",
4143 "key": "user_id",
4144 "location": "path"
4145 },
4146 {
4147 "type": "param",
4148 "key": "nonce",
4149 "location": "path"
4150 },
4151 {
4152 "type": "params",
4153 "maybeOverload": false
4154 },
4155 {
4156 "type": "options"
4157 }
4158 ]
4159 },
4160 {
4161 "base": "zeroTrust.dex.commands.downloads",
4162 "name": "get",
4163 "params": [
4164 {
4165 "type": "param",
4166 "key": "filename",
4167 "location": "path"
4168 },
4169 {
4170 "type": "params",
4171 "maybeOverload": false
4172 },
4173 {
4174 "type": "options"
4175 }
4176 ],
4177 "oldParams": [
4178 {
4179 "type": "param",
4180 "key": "command_id",
4181 "location": "path"
4182 },
4183 {
4184 "type": "param",
4185 "key": "filename",
4186 "location": "path"
4187 },
4188 {
4189 "type": "params",
4190 "maybeOverload": false
4191 },
4192 {
4193 "type": "options"
4194 }
4195 ]
4196 },
4197 {
4198 "base": "zeroTrust.tunnels.cloudflared.connectors",
4199 "name": "get",
4200 "params": [
4201 {
4202 "type": "param",
4203 "key": "connector_id",
4204 "location": "path"
4205 },
4206 {
4207 "type": "params",
4208 "maybeOverload": false
4209 },
4210 {
4211 "type": "options"
4212 }
4213 ],
4214 "oldParams": [
4215 {
4216 "type": "param",
4217 "key": "tunnel_id",
4218 "location": "path"
4219 },
4220 {
4221 "type": "param",
4222 "key": "connector_id",
4223 "location": "path"
4224 },
4225 {
4226 "type": "params",
4227 "maybeOverload": false
4228 },
4229 {
4230 "type": "options"
4231 }
4232 ]
4233 },
4234 {
4235 "base": "zeroTrust.tunnels.warpConnector.connectors",
4236 "name": "get",
4237 "params": [
4238 {
4239 "type": "param",
4240 "key": "connector_id",
4241 "location": "path"
4242 },
4243 {
4244 "type": "params",
4245 "maybeOverload": false
4246 },
4247 {
4248 "type": "options"
4249 }
4250 ],
4251 "oldParams": [
4252 {
4253 "type": "param",
4254 "key": "tunnel_id",
4255 "location": "path"
4256 },
4257 {
4258 "type": "param",
4259 "key": "connector_id",
4260 "location": "path"
4261 },
4262 {
4263 "type": "params",
4264 "maybeOverload": false
4265 },
4266 {
4267 "type": "options"
4268 }
4269 ]
4270 },
4271 {
4272 "base": "zeroTrust.dlp.datasets.upload",
4273 "name": "edit",
4274 "params": [
4275 {
4276 "type": "param",
4277 "key": "version",
4278 "location": "path"
4279 },
4280 {
4281 "type": "param",
4282 "key": "dataset",
4283 "location": "body"
4284 },
4285 {
4286 "type": "params",
4287 "maybeOverload": false
4288 },
4289 {
4290 "type": "options"
4291 }
4292 ],
4293 "oldParams": [
4294 {
4295 "type": "param",
4296 "key": "dataset_id",
4297 "location": "path"
4298 },
4299 {
4300 "type": "param",
4301 "key": "version",
4302 "location": "path"
4303 },
4304 {
4305 "type": "param",
4306 "key": "dataset",
4307 "location": "body"
4308 },
4309 {
4310 "type": "params",
4311 "maybeOverload": false
4312 },
4313 {
4314 "type": "options"
4315 }
4316 ]
4317 },
4318 {
4319 "base": "zeroTrust.dlp.datasets.versions",
4320 "name": "create",
4321 "params": [
4322 {
4323 "type": "param",
4324 "key": "version",
4325 "location": "path"
4326 },
4327 {
4328 "type": "params",
4329 "maybeOverload": false
4330 },
4331 {
4332 "type": "options"
4333 }
4334 ],
4335 "oldParams": [
4336 {
4337 "type": "param",
4338 "key": "dataset_id",
4339 "location": "path"
4340 },
4341 {
4342 "type": "param",
4343 "key": "version",
4344 "location": "path"
4345 },
4346 {
4347 "type": "params",
4348 "maybeOverload": false
4349 },
4350 {
4351 "type": "options"
4352 }
4353 ]
4354 },
4355 {
4356 "base": "zeroTrust.dlp.datasets.versions.entries",
4357 "name": "create",
4358 "params": [
4359 {
4360 "type": "param",
4361 "key": "entry_id",
4362 "location": "path"
4363 },
4364 {
4365 "type": "param",
4366 "key": "dataset_version_entry",
4367 "location": "body"
4368 },
4369 {
4370 "type": "params",
4371 "maybeOverload": false
4372 },
4373 {
4374 "type": "options"
4375 }
4376 ],
4377 "oldParams": [
4378 {
4379 "type": "param",
4380 "key": "dataset_id",
4381 "location": "path"
4382 },
4383 {
4384 "type": "param",
4385 "key": "version",
4386 "location": "path"
4387 },
4388 {
4389 "type": "param",
4390 "key": "entry_id",
4391 "location": "path"
4392 },
4393 {
4394 "type": "param",
4395 "key": "dataset_version_entry",
4396 "location": "body"
4397 },
4398 {
4399 "type": "params",
4400 "maybeOverload": false
4401 },
4402 {
4403 "type": "options"
4404 }
4405 ]
4406 },
4407 {
4408 "base": "zeroTrust.dlp.sensitivityGroups.levels",
4409 "name": "update",
4410 "params": [
4411 {
4412 "type": "param",
4413 "key": "sensitivity_level_id",
4414 "location": "path"
4415 },
4416 {
4417 "type": "params",
4418 "maybeOverload": false
4419 },
4420 {
4421 "type": "options"
4422 }
4423 ],
4424 "oldParams": [
4425 {
4426 "type": "param",
4427 "key": "sensitivity_group_id",
4428 "location": "path"
4429 },
4430 {
4431 "type": "param",
4432 "key": "sensitivity_level_id",
4433 "location": "path"
4434 },
4435 {
4436 "type": "params",
4437 "maybeOverload": false
4438 },
4439 {
4440 "type": "options"
4441 }
4442 ]
4443 },
4444 {
4445 "base": "zeroTrust.dlp.sensitivityGroups.levels",
4446 "name": "delete",
4447 "params": [
4448 {
4449 "type": "param",
4450 "key": "sensitivity_level_id",
4451 "location": "path"
4452 },
4453 {
4454 "type": "params",
4455 "maybeOverload": false
4456 },
4457 {
4458 "type": "options"
4459 }
4460 ],
4461 "oldParams": [
4462 {
4463 "type": "param",
4464 "key": "sensitivity_group_id",
4465 "location": "path"
4466 },
4467 {
4468 "type": "param",
4469 "key": "sensitivity_level_id",
4470 "location": "path"
4471 },
4472 {
4473 "type": "params",
4474 "maybeOverload": false
4475 },
4476 {
4477 "type": "options"
4478 }
4479 ]
4480 },
4481 {
4482 "base": "zeroTrust.dlp.sensitivityGroups.levels",
4483 "name": "get",
4484 "params": [
4485 {
4486 "type": "param",
4487 "key": "sensitivity_level_id",
4488 "location": "path"
4489 },
4490 {
4491 "type": "params",
4492 "maybeOverload": false
4493 },
4494 {
4495 "type": "options"
4496 }
4497 ],
4498 "oldParams": [
4499 {
4500 "type": "param",
4501 "key": "sensitivity_group_id",
4502 "location": "path"
4503 },
4504 {
4505 "type": "param",
4506 "key": "sensitivity_level_id",
4507 "location": "path"
4508 },
4509 {
4510 "type": "params",
4511 "maybeOverload": false
4512 },
4513 {
4514 "type": "options"
4515 }
4516 ]
4517 },
4518 {
4519 "base": "zeroTrust.dlp.dataTagCategories.dataTags",
4520 "name": "update",
4521 "params": [
4522 {
4523 "type": "param",
4524 "key": "tag_id",
4525 "location": "path"
4526 },
4527 {
4528 "type": "params",
4529 "maybeOverload": false
4530 },
4531 {
4532 "type": "options"
4533 }
4534 ],
4535 "oldParams": [
4536 {
4537 "type": "param",
4538 "key": "category_id",
4539 "location": "path"
4540 },
4541 {
4542 "type": "param",
4543 "key": "tag_id",
4544 "location": "path"
4545 },
4546 {
4547 "type": "params",
4548 "maybeOverload": false
4549 },
4550 {
4551 "type": "options"
4552 }
4553 ]
4554 },
4555 {
4556 "base": "zeroTrust.dlp.dataTagCategories.dataTags",
4557 "name": "delete",
4558 "params": [
4559 {
4560 "type": "param",
4561 "key": "tag_id",
4562 "location": "path"
4563 },
4564 {
4565 "type": "params",
4566 "maybeOverload": false
4567 },
4568 {
4569 "type": "options"
4570 }
4571 ],
4572 "oldParams": [
4573 {
4574 "type": "param",
4575 "key": "category_id",
4576 "location": "path"
4577 },
4578 {
4579 "type": "param",
4580 "key": "tag_id",
4581 "location": "path"
4582 },
4583 {
4584 "type": "params",
4585 "maybeOverload": false
4586 },
4587 {
4588 "type": "options"
4589 }
4590 ]
4591 },
4592 {
4593 "base": "zeroTrust.dlp.dataTagCategories.dataTags",
4594 "name": "get",
4595 "params": [
4596 {
4597 "type": "param",
4598 "key": "tag_id",
4599 "location": "path"
4600 },
4601 {
4602 "type": "params",
4603 "maybeOverload": false
4604 },
4605 {
4606 "type": "options"
4607 }
4608 ],
4609 "oldParams": [
4610 {
4611 "type": "param",
4612 "key": "category_id",
4613 "location": "path"
4614 },
4615 {
4616 "type": "param",
4617 "key": "tag_id",
4618 "location": "path"
4619 },
4620 {
4621 "type": "params",
4622 "maybeOverload": false
4623 },
4624 {
4625 "type": "options"
4626 }
4627 ]
4628 },
4629 {
4630 "base": "rum.rules",
4631 "name": "update",
4632 "params": [
4633 {
4634 "type": "param",
4635 "key": "rule_id",
4636 "location": "path"
4637 },
4638 {
4639 "type": "params",
4640 "maybeOverload": false
4641 },
4642 {
4643 "type": "options"
4644 }
4645 ],
4646 "oldParams": [
4647 {
4648 "type": "param",
4649 "key": "ruleset_id",
4650 "location": "path"
4651 },
4652 {
4653 "type": "param",
4654 "key": "rule_id",
4655 "location": "path"
4656 },
4657 {
4658 "type": "params",
4659 "maybeOverload": false
4660 },
4661 {
4662 "type": "options"
4663 }
4664 ]
4665 },
4666 {
4667 "base": "rum.rules",
4668 "name": "delete",
4669 "params": [
4670 {
4671 "type": "param",
4672 "key": "rule_id",
4673 "location": "path"
4674 },
4675 {
4676 "type": "params",
4677 "maybeOverload": false
4678 },
4679 {
4680 "type": "options"
4681 }
4682 ],
4683 "oldParams": [
4684 {
4685 "type": "param",
4686 "key": "ruleset_id",
4687 "location": "path"
4688 },
4689 {
4690 "type": "param",
4691 "key": "rule_id",
4692 "location": "path"
4693 },
4694 {
4695 "type": "params",
4696 "maybeOverload": false
4697 },
4698 {
4699 "type": "options"
4700 }
4701 ]
4702 },
4703 {
4704 "base": "vulnerabilityScanner.credentialSets.credentials",
4705 "name": "update",
4706 "params": [
4707 {
4708 "type": "param",
4709 "key": "credential_id",
4710 "location": "path"
4711 },
4712 {
4713 "type": "params",
4714 "maybeOverload": false
4715 },
4716 {
4717 "type": "options"
4718 }
4719 ],
4720 "oldParams": [
4721 {
4722 "type": "param",
4723 "key": "credential_set_id",
4724 "location": "path"
4725 },
4726 {
4727 "type": "param",
4728 "key": "credential_id",
4729 "location": "path"
4730 },
4731 {
4732 "type": "params",
4733 "maybeOverload": false
4734 },
4735 {
4736 "type": "options"
4737 }
4738 ]
4739 },
4740 {
4741 "base": "vulnerabilityScanner.credentialSets.credentials",
4742 "name": "delete",
4743 "params": [
4744 {
4745 "type": "param",
4746 "key": "credential_id",
4747 "location": "path"
4748 },
4749 {
4750 "type": "params",
4751 "maybeOverload": false
4752 },
4753 {
4754 "type": "options"
4755 }
4756 ],
4757 "oldParams": [
4758 {
4759 "type": "param",
4760 "key": "credential_set_id",
4761 "location": "path"
4762 },
4763 {
4764 "type": "param",
4765 "key": "credential_id",
4766 "location": "path"
4767 },
4768 {
4769 "type": "params",
4770 "maybeOverload": false
4771 },
4772 {
4773 "type": "options"
4774 }
4775 ]
4776 },
4777 {
4778 "base": "vulnerabilityScanner.credentialSets.credentials",
4779 "name": "edit",
4780 "params": [
4781 {
4782 "type": "param",
4783 "key": "credential_id",
4784 "location": "path"
4785 },
4786 {
4787 "type": "params",
4788 "maybeOverload": false
4789 },
4790 {
4791 "type": "options"
4792 }
4793 ],
4794 "oldParams": [
4795 {
4796 "type": "param",
4797 "key": "credential_set_id",
4798 "location": "path"
4799 },
4800 {
4801 "type": "param",
4802 "key": "credential_id",
4803 "location": "path"
4804 },
4805 {
4806 "type": "params",
4807 "maybeOverload": false
4808 },
4809 {
4810 "type": "options"
4811 }
4812 ]
4813 },
4814 {
4815 "base": "vulnerabilityScanner.credentialSets.credentials",
4816 "name": "get",
4817 "params": [
4818 {
4819 "type": "param",
4820 "key": "credential_id",
4821 "location": "path"
4822 },
4823 {
4824 "type": "params",
4825 "maybeOverload": false
4826 },
4827 {
4828 "type": "options"
4829 }
4830 ],
4831 "oldParams": [
4832 {
4833 "type": "param",
4834 "key": "credential_set_id",
4835 "location": "path"
4836 },
4837 {
4838 "type": "param",
4839 "key": "credential_id",
4840 "location": "path"
4841 },
4842 {
4843 "type": "params",
4844 "maybeOverload": false
4845 },
4846 {
4847 "type": "options"
4848 }
4849 ]
4850 },
4851 {
4852 "base": "speed.pages.tests",
4853 "name": "get",
4854 "params": [
4855 {
4856 "type": "param",
4857 "key": "test_id",
4858 "location": "path"
4859 },
4860 {
4861 "type": "params",
4862 "maybeOverload": false
4863 },
4864 {
4865 "type": "options"
4866 }
4867 ],
4868 "oldParams": [
4869 {
4870 "type": "param",
4871 "key": "url",
4872 "location": "path"
4873 },
4874 {
4875 "type": "param",
4876 "key": "test_id",
4877 "location": "path"
4878 },
4879 {
4880 "type": "params",
4881 "maybeOverload": false
4882 },
4883 {
4884 "type": "options"
4885 }
4886 ]
4887 },
4888 {
4889 "base": "hostnames.settings.tls",
4890 "name": "update",
4891 "params": [
4892 {
4893 "type": "param",
4894 "key": "hostname",
4895 "location": "path"
4896 },
4897 {
4898 "type": "params",
4899 "maybeOverload": false
4900 },
4901 {
4902 "type": "options"
4903 }
4904 ],
4905 "oldParams": [
4906 {
4907 "type": "param",
4908 "key": "setting_id",
4909 "location": "path"
4910 },
4911 {
4912 "type": "param",
4913 "key": "hostname",
4914 "location": "path"
4915 },
4916 {
4917 "type": "params",
4918 "maybeOverload": false
4919 },
4920 {
4921 "type": "options"
4922 }
4923 ]
4924 },
4925 {
4926 "base": "hostnames.settings.tls",
4927 "name": "delete",
4928 "params": [
4929 {
4930 "type": "param",
4931 "key": "hostname",
4932 "location": "path"
4933 },
4934 {
4935 "type": "params",
4936 "maybeOverload": false
4937 },
4938 {
4939 "type": "options"
4940 }
4941 ],
4942 "oldParams": [
4943 {
4944 "type": "param",
4945 "key": "setting_id",
4946 "location": "path"
4947 },
4948 {
4949 "type": "param",
4950 "key": "hostname",
4951 "location": "path"
4952 },
4953 {
4954 "type": "params",
4955 "maybeOverload": false
4956 },
4957 {
4958 "type": "options"
4959 }
4960 ]
4961 },
4962 {
4963 "base": "realtimeKit.meetings",
4964 "name": "addParticipant",
4965 "params": [
4966 {
4967 "type": "param",
4968 "key": "meeting_id",
4969 "location": "path"
4970 },
4971 {
4972 "type": "params",
4973 "maybeOverload": false
4974 },
4975 {
4976 "type": "options"
4977 }
4978 ],
4979 "oldParams": [
4980 {
4981 "type": "param",
4982 "key": "app_id",
4983 "location": "path"
4984 },
4985 {
4986 "type": "param",
4987 "key": "meeting_id",
4988 "location": "path"
4989 },
4990 {
4991 "type": "params",
4992 "maybeOverload": false
4993 },
4994 {
4995 "type": "options"
4996 }
4997 ]
4998 },
4999 {
5000 "base": "realtimeKit.meetings",
5001 "name": "deleteMeetingParticipant",
5002 "params": [
5003 {
5004 "type": "param",
5005 "key": "participant_id",
5006 "location": "path"
5007 },
5008 {
5009 "type": "params",
5010 "maybeOverload": false
5011 },
5012 {
5013 "type": "options"
5014 }
5015 ],
5016 "oldParams": [
5017 {
5018 "type": "param",
5019 "key": "app_id",
5020 "location": "path"
5021 },
5022 {
5023 "type": "param",
5024 "key": "meeting_id",
5025 "location": "path"
5026 },
5027 {
5028 "type": "param",
5029 "key": "participant_id",
5030 "location": "path"
5031 },
5032 {
5033 "type": "params",
5034 "maybeOverload": false
5035 },
5036 {
5037 "type": "options"
5038 }
5039 ]
5040 },
5041 {
5042 "base": "realtimeKit.meetings",
5043 "name": "editParticipant",
5044 "params": [
5045 {
5046 "type": "param",
5047 "key": "participant_id",
5048 "location": "path"
5049 },
5050 {
5051 "type": "params",
5052 "maybeOverload": false
5053 },
5054 {
5055 "type": "options"
5056 }
5057 ],
5058 "oldParams": [
5059 {
5060 "type": "param",
5061 "key": "app_id",
5062 "location": "path"
5063 },
5064 {
5065 "type": "param",
5066 "key": "meeting_id",
5067 "location": "path"
5068 },
5069 {
5070 "type": "param",
5071 "key": "participant_id",
5072 "location": "path"
5073 },
5074 {
5075 "type": "params",
5076 "maybeOverload": false
5077 },
5078 {
5079 "type": "options"
5080 }
5081 ]
5082 },
5083 {
5084 "base": "realtimeKit.meetings",
5085 "name": "getMeetingByID",
5086 "params": [
5087 {
5088 "type": "param",
5089 "key": "meeting_id",
5090 "location": "path"
5091 },
5092 {
5093 "type": "params",
5094 "maybeOverload": false
5095 },
5096 {
5097 "type": "options"
5098 }
5099 ],
5100 "oldParams": [
5101 {
5102 "type": "param",
5103 "key": "app_id",
5104 "location": "path"
5105 },
5106 {
5107 "type": "param",
5108 "key": "meeting_id",
5109 "location": "path"
5110 },
5111 {
5112 "type": "params",
5113 "maybeOverload": false
5114 },
5115 {
5116 "type": "options"
5117 }
5118 ]
5119 },
5120 {
5121 "base": "realtimeKit.meetings",
5122 "name": "getMeetingParticipant",
5123 "params": [
5124 {
5125 "type": "param",
5126 "key": "participant_id",
5127 "location": "path"
5128 },
5129 {
5130 "type": "params",
5131 "maybeOverload": false
5132 },
5133 {
5134 "type": "options"
5135 }
5136 ],
5137 "oldParams": [
5138 {
5139 "type": "param",
5140 "key": "app_id",
5141 "location": "path"
5142 },
5143 {
5144 "type": "param",
5145 "key": "meeting_id",
5146 "location": "path"
5147 },
5148 {
5149 "type": "param",
5150 "key": "participant_id",
5151 "location": "path"
5152 },
5153 {
5154 "type": "params",
5155 "maybeOverload": false
5156 },
5157 {
5158 "type": "options"
5159 }
5160 ]
5161 },
5162 {
5163 "base": "realtimeKit.meetings",
5164 "name": "getMeetingParticipants",
5165 "params": [
5166 {
5167 "type": "param",
5168 "key": "meeting_id",
5169 "location": "path"
5170 },
5171 {
5172 "type": "params",
5173 "maybeOverload": false
5174 },
5175 {
5176 "type": "options"
5177 }
5178 ],
5179 "oldParams": [
5180 {
5181 "type": "param",
5182 "key": "app_id",
5183 "location": "path"
5184 },
5185 {
5186 "type": "param",
5187 "key": "meeting_id",
5188 "location": "path"
5189 },
5190 {
5191 "type": "params",
5192 "maybeOverload": false
5193 },
5194 {
5195 "type": "options"
5196 }
5197 ]
5198 },
5199 {
5200 "base": "realtimeKit.meetings",
5201 "name": "refreshParticipantToken",
5202 "params": [
5203 {
5204 "type": "param",
5205 "key": "participant_id",
5206 "location": "path"
5207 },
5208 {
5209 "type": "params",
5210 "maybeOverload": false
5211 },
5212 {
5213 "type": "options"
5214 }
5215 ],
5216 "oldParams": [
5217 {
5218 "type": "param",
5219 "key": "app_id",
5220 "location": "path"
5221 },
5222 {
5223 "type": "param",
5224 "key": "meeting_id",
5225 "location": "path"
5226 },
5227 {
5228 "type": "param",
5229 "key": "participant_id",
5230 "location": "path"
5231 },
5232 {
5233 "type": "params",
5234 "maybeOverload": false
5235 },
5236 {
5237 "type": "options"
5238 }
5239 ]
5240 },
5241 {
5242 "base": "realtimeKit.meetings",
5243 "name": "replaceMeetingByID",
5244 "params": [
5245 {
5246 "type": "param",
5247 "key": "meeting_id",
5248 "location": "path"
5249 },
5250 {
5251 "type": "params",
5252 "maybeOverload": false
5253 },
5254 {
5255 "type": "options"
5256 }
5257 ],
5258 "oldParams": [
5259 {
5260 "type": "param",
5261 "key": "app_id",
5262 "location": "path"
5263 },
5264 {
5265 "type": "param",
5266 "key": "meeting_id",
5267 "location": "path"
5268 },
5269 {
5270 "type": "params",
5271 "maybeOverload": false
5272 },
5273 {
5274 "type": "options"
5275 }
5276 ]
5277 },
5278 {
5279 "base": "realtimeKit.meetings",
5280 "name": "updateMeetingByID",
5281 "params": [
5282 {
5283 "type": "param",
5284 "key": "meeting_id",
5285 "location": "path"
5286 },
5287 {
5288 "type": "params",
5289 "maybeOverload": false
5290 },
5291 {
5292 "type": "options"
5293 }
5294 ],
5295 "oldParams": [
5296 {
5297 "type": "param",
5298 "key": "app_id",
5299 "location": "path"
5300 },
5301 {
5302 "type": "param",
5303 "key": "meeting_id",
5304 "location": "path"
5305 },
5306 {
5307 "type": "params",
5308 "maybeOverload": false
5309 },
5310 {
5311 "type": "options"
5312 }
5313 ]
5314 },
5315 {
5316 "base": "realtimeKit.presets",
5317 "name": "update",
5318 "params": [
5319 {
5320 "type": "param",
5321 "key": "preset_id",
5322 "location": "path"
5323 },
5324 {
5325 "type": "params",
5326 "maybeOverload": false
5327 },
5328 {
5329 "type": "options"
5330 }
5331 ],
5332 "oldParams": [
5333 {
5334 "type": "param",
5335 "key": "app_id",
5336 "location": "path"
5337 },
5338 {
5339 "type": "param",
5340 "key": "preset_id",
5341 "location": "path"
5342 },
5343 {
5344 "type": "params",
5345 "maybeOverload": false
5346 },
5347 {
5348 "type": "options"
5349 }
5350 ]
5351 },
5352 {
5353 "base": "realtimeKit.presets",
5354 "name": "delete",
5355 "params": [
5356 {
5357 "type": "param",
5358 "key": "preset_id",
5359 "location": "path"
5360 },
5361 {
5362 "type": "params",
5363 "maybeOverload": false
5364 },
5365 {
5366 "type": "options"
5367 }
5368 ],
5369 "oldParams": [
5370 {
5371 "type": "param",
5372 "key": "app_id",
5373 "location": "path"
5374 },
5375 {
5376 "type": "param",
5377 "key": "preset_id",
5378 "location": "path"
5379 },
5380 {
5381 "type": "params",
5382 "maybeOverload": false
5383 },
5384 {
5385 "type": "options"
5386 }
5387 ]
5388 },
5389 {
5390 "base": "realtimeKit.presets",
5391 "name": "getPresetByID",
5392 "params": [
5393 {
5394 "type": "param",
5395 "key": "preset_id",
5396 "location": "path"
5397 },
5398 {
5399 "type": "params",
5400 "maybeOverload": false
5401 },
5402 {
5403 "type": "options"
5404 }
5405 ],
5406 "oldParams": [
5407 {
5408 "type": "param",
5409 "key": "app_id",
5410 "location": "path"
5411 },
5412 {
5413 "type": "param",
5414 "key": "preset_id",
5415 "location": "path"
5416 },
5417 {
5418 "type": "params",
5419 "maybeOverload": false
5420 },
5421 {
5422 "type": "options"
5423 }
5424 ]
5425 },
5426 {
5427 "base": "realtimeKit.sessions",
5428 "name": "generateSummaryOfTranscripts",
5429 "params": [
5430 {
5431 "type": "param",
5432 "key": "session_id",
5433 "location": "path"
5434 },
5435 {
5436 "type": "params",
5437 "maybeOverload": false
5438 },
5439 {
5440 "type": "options"
5441 }
5442 ],
5443 "oldParams": [
5444 {
5445 "type": "param",
5446 "key": "app_id",
5447 "location": "path"
5448 },
5449 {
5450 "type": "param",
5451 "key": "session_id",
5452 "location": "path"
5453 },
5454 {
5455 "type": "params",
5456 "maybeOverload": false
5457 },
5458 {
5459 "type": "options"
5460 }
5461 ]
5462 },
5463 {
5464 "base": "realtimeKit.sessions",
5465 "name": "getParticipantDataFromPeerID",
5466 "params": [
5467 {
5468 "type": "param",
5469 "key": "peer_id",
5470 "location": "path"
5471 },
5472 {
5473 "type": "params",
5474 "maybeOverload": false
5475 },
5476 {
5477 "type": "options"
5478 }
5479 ],
5480 "oldParams": [
5481 {
5482 "type": "param",
5483 "key": "app_id",
5484 "location": "path"
5485 },
5486 {
5487 "type": "param",
5488 "key": "peer_id",
5489 "location": "path"
5490 },
5491 {
5492 "type": "params",
5493 "maybeOverload": false
5494 },
5495 {
5496 "type": "options"
5497 }
5498 ]
5499 },
5500 {
5501 "base": "realtimeKit.sessions",
5502 "name": "getSessionChat",
5503 "params": [
5504 {
5505 "type": "param",
5506 "key": "session_id",
5507 "location": "path"
5508 },
5509 {
5510 "type": "params",
5511 "maybeOverload": false
5512 },
5513 {
5514 "type": "options"
5515 }
5516 ],
5517 "oldParams": [
5518 {
5519 "type": "param",
5520 "key": "app_id",
5521 "location": "path"
5522 },
5523 {
5524 "type": "param",
5525 "key": "session_id",
5526 "location": "path"
5527 },
5528 {
5529 "type": "params",
5530 "maybeOverload": false
5531 },
5532 {
5533 "type": "options"
5534 }
5535 ]
5536 },
5537 {
5538 "base": "realtimeKit.sessions",
5539 "name": "getSessionDetails",
5540 "params": [
5541 {
5542 "type": "param",
5543 "key": "session_id",
5544 "location": "path"
5545 },
5546 {
5547 "type": "params",
5548 "maybeOverload": false
5549 },
5550 {
5551 "type": "options"
5552 }
5553 ],
5554 "oldParams": [
5555 {
5556 "type": "param",
5557 "key": "app_id",
5558 "location": "path"
5559 },
5560 {
5561 "type": "param",
5562 "key": "session_id",
5563 "location": "path"
5564 },
5565 {
5566 "type": "params",
5567 "maybeOverload": false
5568 },
5569 {
5570 "type": "options"
5571 }
5572 ]
5573 },
5574 {
5575 "base": "realtimeKit.sessions",
5576 "name": "getSessionParticipantDetails",
5577 "params": [
5578 {
5579 "type": "param",
5580 "key": "participant_id",
5581 "location": "path"
5582 },
5583 {
5584 "type": "params",
5585 "maybeOverload": false
5586 },
5587 {
5588 "type": "options"
5589 }
5590 ],
5591 "oldParams": [
5592 {
5593 "type": "param",
5594 "key": "app_id",
5595 "location": "path"
5596 },
5597 {
5598 "type": "param",
5599 "key": "session_id",
5600 "location": "path"
5601 },
5602 {
5603 "type": "param",
5604 "key": "participant_id",
5605 "location": "path"
5606 },
5607 {
5608 "type": "params",
5609 "maybeOverload": false
5610 },
5611 {
5612 "type": "options"
5613 }
5614 ]
5615 },
5616 {
5617 "base": "realtimeKit.sessions",
5618 "name": "getSessionParticipants",
5619 "params": [
5620 {
5621 "type": "param",
5622 "key": "session_id",
5623 "location": "path"
5624 },
5625 {
5626 "type": "params",
5627 "maybeOverload": false
5628 },
5629 {
5630 "type": "options"
5631 }
5632 ],
5633 "oldParams": [
5634 {
5635 "type": "param",
5636 "key": "app_id",
5637 "location": "path"
5638 },
5639 {
5640 "type": "param",
5641 "key": "session_id",
5642 "location": "path"
5643 },
5644 {
5645 "type": "params",
5646 "maybeOverload": false
5647 },
5648 {
5649 "type": "options"
5650 }
5651 ]
5652 },
5653 {
5654 "base": "realtimeKit.sessions",
5655 "name": "getSessionSummary",
5656 "params": [
5657 {
5658 "type": "param",
5659 "key": "session_id",
5660 "location": "path"
5661 },
5662 {
5663 "type": "params",
5664 "maybeOverload": false
5665 },
5666 {
5667 "type": "options"
5668 }
5669 ],
5670 "oldParams": [
5671 {
5672 "type": "param",
5673 "key": "app_id",
5674 "location": "path"
5675 },
5676 {
5677 "type": "param",
5678 "key": "session_id",
5679 "location": "path"
5680 },
5681 {
5682 "type": "params",
5683 "maybeOverload": false
5684 },
5685 {
5686 "type": "options"
5687 }
5688 ]
5689 },
5690 {
5691 "base": "realtimeKit.sessions",
5692 "name": "getSessionTranscripts",
5693 "params": [
5694 {
5695 "type": "param",
5696 "key": "session_id",
5697 "location": "path"
5698 },
5699 {
5700 "type": "params",
5701 "maybeOverload": false
5702 },
5703 {
5704 "type": "options"
5705 }
5706 ],
5707 "oldParams": [
5708 {
5709 "type": "param",
5710 "key": "app_id",
5711 "location": "path"
5712 },
5713 {
5714 "type": "param",
5715 "key": "session_id",
5716 "location": "path"
5717 },
5718 {
5719 "type": "params",
5720 "maybeOverload": false
5721 },
5722 {
5723 "type": "options"
5724 }
5725 ]
5726 },
5727 {
5728 "base": "realtimeKit.recordings",
5729 "name": "getActiveRecordings",
5730 "params": [
5731 {
5732 "type": "param",
5733 "key": "meeting_id",
5734 "location": "path"
5735 },
5736 {
5737 "type": "params",
5738 "maybeOverload": false
5739 },
5740 {
5741 "type": "options"
5742 }
5743 ],
5744 "oldParams": [
5745 {
5746 "type": "param",
5747 "key": "app_id",
5748 "location": "path"
5749 },
5750 {
5751 "type": "param",
5752 "key": "meeting_id",
5753 "location": "path"
5754 },
5755 {
5756 "type": "params",
5757 "maybeOverload": false
5758 },
5759 {
5760 "type": "options"
5761 }
5762 ]
5763 },
5764 {
5765 "base": "realtimeKit.recordings",
5766 "name": "getOneRecording",
5767 "params": [
5768 {
5769 "type": "param",
5770 "key": "recording_id",
5771 "location": "path"
5772 },
5773 {
5774 "type": "params",
5775 "maybeOverload": false
5776 },
5777 {
5778 "type": "options"
5779 }
5780 ],
5781 "oldParams": [
5782 {
5783 "type": "param",
5784 "key": "app_id",
5785 "location": "path"
5786 },
5787 {
5788 "type": "param",
5789 "key": "recording_id",
5790 "location": "path"
5791 },
5792 {
5793 "type": "params",
5794 "maybeOverload": false
5795 },
5796 {
5797 "type": "options"
5798 }
5799 ]
5800 },
5801 {
5802 "base": "realtimeKit.recordings",
5803 "name": "pauseResumeStopRecording",
5804 "params": [
5805 {
5806 "type": "param",
5807 "key": "recording_id",
5808 "location": "path"
5809 },
5810 {
5811 "type": "params",
5812 "maybeOverload": false
5813 },
5814 {
5815 "type": "options"
5816 }
5817 ],
5818 "oldParams": [
5819 {
5820 "type": "param",
5821 "key": "app_id",
5822 "location": "path"
5823 },
5824 {
5825 "type": "param",
5826 "key": "recording_id",
5827 "location": "path"
5828 },
5829 {
5830 "type": "params",
5831 "maybeOverload": false
5832 },
5833 {
5834 "type": "options"
5835 }
5836 ]
5837 },
5838 {
5839 "base": "realtimeKit.webhooks",
5840 "name": "deleteWebhook",
5841 "params": [
5842 {
5843 "type": "param",
5844 "key": "webhook_id",
5845 "location": "path"
5846 },
5847 {
5848 "type": "params",
5849 "maybeOverload": false
5850 },
5851 {
5852 "type": "options"
5853 }
5854 ],
5855 "oldParams": [
5856 {
5857 "type": "param",
5858 "key": "app_id",
5859 "location": "path"
5860 },
5861 {
5862 "type": "param",
5863 "key": "webhook_id",
5864 "location": "path"
5865 },
5866 {
5867 "type": "params",
5868 "maybeOverload": false
5869 },
5870 {
5871 "type": "options"
5872 }
5873 ]
5874 },
5875 {
5876 "base": "realtimeKit.webhooks",
5877 "name": "editWebhook",
5878 "params": [
5879 {
5880 "type": "param",
5881 "key": "webhook_id",
5882 "location": "path"
5883 },
5884 {
5885 "type": "params",
5886 "maybeOverload": false
5887 },
5888 {
5889 "type": "options"
5890 }
5891 ],
5892 "oldParams": [
5893 {
5894 "type": "param",
5895 "key": "app_id",
5896 "location": "path"
5897 },
5898 {
5899 "type": "param",
5900 "key": "webhook_id",
5901 "location": "path"
5902 },
5903 {
5904 "type": "params",
5905 "maybeOverload": false
5906 },
5907 {
5908 "type": "options"
5909 }
5910 ]
5911 },
5912 {
5913 "base": "realtimeKit.webhooks",
5914 "name": "getWebhookByID",
5915 "params": [
5916 {
5917 "type": "param",
5918 "key": "webhook_id",
5919 "location": "path"
5920 },
5921 {
5922 "type": "params",
5923 "maybeOverload": false
5924 },
5925 {
5926 "type": "options"
5927 }
5928 ],
5929 "oldParams": [
5930 {
5931 "type": "param",
5932 "key": "app_id",
5933 "location": "path"
5934 },
5935 {
5936 "type": "param",
5937 "key": "webhook_id",
5938 "location": "path"
5939 },
5940 {
5941 "type": "params",
5942 "maybeOverload": false
5943 },
5944 {
5945 "type": "options"
5946 }
5947 ]
5948 },
5949 {
5950 "base": "realtimeKit.webhooks",
5951 "name": "replaceWebhook",
5952 "params": [
5953 {
5954 "type": "param",
5955 "key": "webhook_id",
5956 "location": "path"
5957 },
5958 {
5959 "type": "params",
5960 "maybeOverload": false
5961 },
5962 {
5963 "type": "options"
5964 }
5965 ],
5966 "oldParams": [
5967 {
5968 "type": "param",
5969 "key": "app_id",
5970 "location": "path"
5971 },
5972 {
5973 "type": "param",
5974 "key": "webhook_id",
5975 "location": "path"
5976 },
5977 {
5978 "type": "params",
5979 "maybeOverload": false
5980 },
5981 {
5982 "type": "options"
5983 }
5984 ]
5985 },
5986 {
5987 "base": "realtimeKit.activeSession",
5988 "name": "createPoll",
5989 "params": [
5990 {
5991 "type": "param",
5992 "key": "meeting_id",
5993 "location": "path"
5994 },
5995 {
5996 "type": "params",
5997 "maybeOverload": false
5998 },
5999 {
6000 "type": "options"
6001 }
6002 ],
6003 "oldParams": [
6004 {
6005 "type": "param",
6006 "key": "app_id",
6007 "location": "path"
6008 },
6009 {
6010 "type": "param",
6011 "key": "meeting_id",
6012 "location": "path"
6013 },
6014 {
6015 "type": "params",
6016 "maybeOverload": false
6017 },
6018 {
6019 "type": "options"
6020 }
6021 ]
6022 },
6023 {
6024 "base": "realtimeKit.activeSession",
6025 "name": "getActiveSession",
6026 "params": [
6027 {
6028 "type": "param",
6029 "key": "meeting_id",
6030 "location": "path"
6031 },
6032 {
6033 "type": "params",
6034 "maybeOverload": false
6035 },
6036 {
6037 "type": "options"
6038 }
6039 ],
6040 "oldParams": [
6041 {
6042 "type": "param",
6043 "key": "app_id",
6044 "location": "path"
6045 },
6046 {
6047 "type": "param",
6048 "key": "meeting_id",
6049 "location": "path"
6050 },
6051 {
6052 "type": "params",
6053 "maybeOverload": false
6054 },
6055 {
6056 "type": "options"
6057 }
6058 ]
6059 },
6060 {
6061 "base": "realtimeKit.activeSession",
6062 "name": "kickAllParticipants",
6063 "params": [
6064 {
6065 "type": "param",
6066 "key": "meeting_id",
6067 "location": "path"
6068 },
6069 {
6070 "type": "params",
6071 "maybeOverload": false
6072 },
6073 {
6074 "type": "options"
6075 }
6076 ],
6077 "oldParams": [
6078 {
6079 "type": "param",
6080 "key": "app_id",
6081 "location": "path"
6082 },
6083 {
6084 "type": "param",
6085 "key": "meeting_id",
6086 "location": "path"
6087 },
6088 {
6089 "type": "params",
6090 "maybeOverload": false
6091 },
6092 {
6093 "type": "options"
6094 }
6095 ]
6096 },
6097 {
6098 "base": "realtimeKit.activeSession",
6099 "name": "kickParticipants",
6100 "params": [
6101 {
6102 "type": "param",
6103 "key": "meeting_id",
6104 "location": "path"
6105 },
6106 {
6107 "type": "params",
6108 "maybeOverload": false
6109 },
6110 {
6111 "type": "options"
6112 }
6113 ],
6114 "oldParams": [
6115 {
6116 "type": "param",
6117 "key": "app_id",
6118 "location": "path"
6119 },
6120 {
6121 "type": "param",
6122 "key": "meeting_id",
6123 "location": "path"
6124 },
6125 {
6126 "type": "params",
6127 "maybeOverload": false
6128 },
6129 {
6130 "type": "options"
6131 }
6132 ]
6133 },
6134 {
6135 "base": "realtimeKit.livestreams",
6136 "name": "getActiveLivestreamsForLivestreamID",
6137 "params": [
6138 {
6139 "type": "param",
6140 "key": "livestream_id",
6141 "location": "path"
6142 },
6143 {
6144 "type": "params",
6145 "maybeOverload": false
6146 },
6147 {
6148 "type": "options"
6149 }
6150 ],
6151 "oldParams": [
6152 {
6153 "type": "param",
6154 "key": "app_id",
6155 "location": "path"
6156 },
6157 {
6158 "type": "param",
6159 "key": "livestream_id",
6160 "location": "path"
6161 },
6162 {
6163 "type": "params",
6164 "maybeOverload": false
6165 },
6166 {
6167 "type": "options"
6168 }
6169 ]
6170 },
6171 {
6172 "base": "realtimeKit.livestreams",
6173 "name": "getLivestreamSessionDetailsForSessionID",
6174 "params": [
6175 {
6176 "type": "param",
6177 "key": "livestream-session-id",
6178 "location": "path"
6179 },
6180 {
6181 "type": "params",
6182 "maybeOverload": false
6183 },
6184 {
6185 "type": "options"
6186 }
6187 ],
6188 "oldParams": [
6189 {
6190 "type": "param",
6191 "key": "app_id",
6192 "location": "path"
6193 },
6194 {
6195 "type": "param",
6196 "key": "livestream-session-id",
6197 "location": "path"
6198 },
6199 {
6200 "type": "params",
6201 "maybeOverload": false
6202 },
6203 {
6204 "type": "options"
6205 }
6206 ]
6207 },
6208 {
6209 "base": "realtimeKit.livestreams",
6210 "name": "getLivestreamSessionForLivestreamID",
6211 "params": [
6212 {
6213 "type": "param",
6214 "key": "livestream_id",
6215 "location": "path"
6216 },
6217 {
6218 "type": "params",
6219 "maybeOverload": false
6220 },
6221 {
6222 "type": "options"
6223 }
6224 ],
6225 "oldParams": [
6226 {
6227 "type": "param",
6228 "key": "app_id",
6229 "location": "path"
6230 },
6231 {
6232 "type": "param",
6233 "key": "livestream_id",
6234 "location": "path"
6235 },
6236 {
6237 "type": "params",
6238 "maybeOverload": false
6239 },
6240 {
6241 "type": "options"
6242 }
6243 ]
6244 },
6245 {
6246 "base": "realtimeKit.livestreams",
6247 "name": "getMeetingActiveLivestreams",
6248 "params": [
6249 {
6250 "type": "param",
6251 "key": "meeting_id",
6252 "location": "path"
6253 },
6254 {
6255 "type": "params",
6256 "maybeOverload": false
6257 },
6258 {
6259 "type": "options"
6260 }
6261 ],
6262 "oldParams": [
6263 {
6264 "type": "param",
6265 "key": "app_id",
6266 "location": "path"
6267 },
6268 {
6269 "type": "param",
6270 "key": "meeting_id",
6271 "location": "path"
6272 },
6273 {
6274 "type": "params",
6275 "maybeOverload": false
6276 },
6277 {
6278 "type": "options"
6279 }
6280 ]
6281 },
6282 {
6283 "base": "realtimeKit.livestreams",
6284 "name": "startLivestreamingAMeeting",
6285 "params": [
6286 {
6287 "type": "param",
6288 "key": "meeting_id",
6289 "location": "path"
6290 },
6291 {
6292 "type": "params",
6293 "maybeOverload": false
6294 },
6295 {
6296 "type": "options"
6297 }
6298 ],
6299 "oldParams": [
6300 {
6301 "type": "param",
6302 "key": "app_id",
6303 "location": "path"
6304 },
6305 {
6306 "type": "param",
6307 "key": "meeting_id",
6308 "location": "path"
6309 },
6310 {
6311 "type": "params",
6312 "maybeOverload": false
6313 },
6314 {
6315 "type": "options"
6316 }
6317 ]
6318 },
6319 {
6320 "base": "realtimeKit.livestreams",
6321 "name": "stopLivestreamingAMeeting",
6322 "params": [
6323 {
6324 "type": "param",
6325 "key": "meeting_id",
6326 "location": "path"
6327 },
6328 {
6329 "type": "params",
6330 "maybeOverload": false
6331 },
6332 {
6333 "type": "options"
6334 }
6335 ],
6336 "oldParams": [
6337 {
6338 "type": "param",
6339 "key": "app_id",
6340 "location": "path"
6341 },
6342 {
6343 "type": "param",
6344 "key": "meeting_id",
6345 "location": "path"
6346 },
6347 {
6348 "type": "params",
6349 "maybeOverload": false
6350 },
6351 {
6352 "type": "options"
6353 }
6354 ]
6355 },
6356 {
6357 "base": "cloudforceOne.requests.message",
6358 "name": "update",
6359 "params": [
6360 {
6361 "type": "param",
6362 "key": "message_id",
6363 "location": "path"
6364 },
6365 {
6366 "type": "params",
6367 "maybeOverload": false
6368 },
6369 {
6370 "type": "options"
6371 }
6372 ],
6373 "oldParams": [
6374 {
6375 "type": "param",
6376 "key": "request_id",
6377 "location": "path"
6378 },
6379 {
6380 "type": "param",
6381 "key": "message_id",
6382 "location": "path"
6383 },
6384 {
6385 "type": "params",
6386 "maybeOverload": false
6387 },
6388 {
6389 "type": "options"
6390 }
6391 ]
6392 },
6393 {
6394 "base": "cloudforceOne.requests.message",
6395 "name": "delete",
6396 "params": [
6397 {
6398 "type": "param",
6399 "key": "message_id",
6400 "location": "path"
6401 },
6402 {
6403 "type": "params",
6404 "maybeOverload": false
6405 },
6406 {
6407 "type": "options"
6408 }
6409 ],
6410 "oldParams": [
6411 {
6412 "type": "param",
6413 "key": "request_id",
6414 "location": "path"
6415 },
6416 {
6417 "type": "param",
6418 "key": "message_id",
6419 "location": "path"
6420 },
6421 {
6422 "type": "params",
6423 "maybeOverload": false
6424 },
6425 {
6426 "type": "options"
6427 }
6428 ]
6429 },
6430 {
6431 "base": "cloudforceOne.requests.assets",
6432 "name": "update",
6433 "params": [
6434 {
6435 "type": "param",
6436 "key": "asset_id",
6437 "location": "path"
6438 },
6439 {
6440 "type": "params",
6441 "maybeOverload": false
6442 },
6443 {
6444 "type": "options"
6445 }
6446 ],
6447 "oldParams": [
6448 {
6449 "type": "param",
6450 "key": "request_id",
6451 "location": "path"
6452 },
6453 {
6454 "type": "param",
6455 "key": "asset_id",
6456 "location": "path"
6457 },
6458 {
6459 "type": "params",
6460 "maybeOverload": false
6461 },
6462 {
6463 "type": "options"
6464 }
6465 ]
6466 },
6467 {
6468 "base": "cloudforceOne.requests.assets",
6469 "name": "delete",
6470 "params": [
6471 {
6472 "type": "param",
6473 "key": "asset_id",
6474 "location": "path"
6475 },
6476 {
6477 "type": "params",
6478 "maybeOverload": false
6479 },
6480 {
6481 "type": "options"
6482 }
6483 ],
6484 "oldParams": [
6485 {
6486 "type": "param",
6487 "key": "request_id",
6488 "location": "path"
6489 },
6490 {
6491 "type": "param",
6492 "key": "asset_id",
6493 "location": "path"
6494 },
6495 {
6496 "type": "params",
6497 "maybeOverload": false
6498 },
6499 {
6500 "type": "options"
6501 }
6502 ]
6503 },
6504 {
6505 "base": "cloudforceOne.requests.assets",
6506 "name": "get",
6507 "params": [
6508 {
6509 "type": "param",
6510 "key": "asset_id",
6511 "location": "path"
6512 },
6513 {
6514 "type": "params",
6515 "maybeOverload": false
6516 },
6517 {
6518 "type": "options"
6519 }
6520 ],
6521 "oldParams": [
6522 {
6523 "type": "param",
6524 "key": "request_id",
6525 "location": "path"
6526 },
6527 {
6528 "type": "param",
6529 "key": "asset_id",
6530 "location": "path"
6531 },
6532 {
6533 "type": "params",
6534 "maybeOverload": false
6535 },
6536 {
6537 "type": "options"
6538 }
6539 ]
6540 },
6541 {
6542 "base": "cloudforceOne.threatEvents.datasets",
6543 "name": "raw",
6544 "params": [
6545 {
6546 "type": "param",
6547 "key": "event_id",
6548 "location": "path"
6549 },
6550 {
6551 "type": "params",
6552 "maybeOverload": false
6553 },
6554 {
6555 "type": "options"
6556 }
6557 ],
6558 "oldParams": [
6559 {
6560 "type": "param",
6561 "key": "dataset_id",
6562 "location": "path"
6563 },
6564 {
6565 "type": "param",
6566 "key": "event_id",
6567 "location": "path"
6568 },
6569 {
6570 "type": "params",
6571 "maybeOverload": false
6572 },
6573 {
6574 "type": "options"
6575 }
6576 ]
6577 },
6578 {
6579 "base": "cloudforceOne.threatEvents.raw",
6580 "name": "edit",
6581 "params": [
6582 {
6583 "type": "param",
6584 "key": "raw_id",
6585 "location": "path"
6586 },
6587 {
6588 "type": "params",
6589 "maybeOverload": false
6590 },
6591 {
6592 "type": "options"
6593 }
6594 ],
6595 "oldParams": [
6596 {
6597 "type": "param",
6598 "key": "event_id",
6599 "location": "path"
6600 },
6601 {
6602 "type": "param",
6603 "key": "raw_id",
6604 "location": "path"
6605 },
6606 {
6607 "type": "params",
6608 "maybeOverload": false
6609 },
6610 {
6611 "type": "options"
6612 }
6613 ]
6614 },
6615 {
6616 "base": "cloudforceOne.threatEvents.raw",
6617 "name": "get",
6618 "params": [
6619 {
6620 "type": "param",
6621 "key": "raw_id",
6622 "location": "path"
6623 },
6624 {
6625 "type": "params",
6626 "maybeOverload": false
6627 },
6628 {
6629 "type": "options"
6630 }
6631 ],
6632 "oldParams": [
6633 {
6634 "type": "param",
6635 "key": "event_id",
6636 "location": "path"
6637 },
6638 {
6639 "type": "param",
6640 "key": "raw_id",
6641 "location": "path"
6642 },
6643 {
6644 "type": "params",
6645 "maybeOverload": false
6646 },
6647 {
6648 "type": "options"
6649 }
6650 ]
6651 },
6652 {
6653 "base": "aiGateway.logs",
6654 "name": "edit",
6655 "params": [
6656 {
6657 "type": "param",
6658 "key": "id",
6659 "location": "path"
6660 },
6661 {
6662 "type": "params",
6663 "maybeOverload": false
6664 },
6665 {
6666 "type": "options"
6667 }
6668 ],
6669 "oldParams": [
6670 {
6671 "type": "param",
6672 "key": "gateway_id",
6673 "location": "path"
6674 },
6675 {
6676 "type": "param",
6677 "key": "id",
6678 "location": "path"
6679 },
6680 {
6681 "type": "params",
6682 "maybeOverload": false
6683 },
6684 {
6685 "type": "options"
6686 }
6687 ]
6688 },
6689 {
6690 "base": "aiGateway.logs",
6691 "name": "get",
6692 "params": [
6693 {
6694 "type": "param",
6695 "key": "id",
6696 "location": "path"
6697 },
6698 {
6699 "type": "params",
6700 "maybeOverload": false
6701 },
6702 {
6703 "type": "options"
6704 }
6705 ],
6706 "oldParams": [
6707 {
6708 "type": "param",
6709 "key": "gateway_id",
6710 "location": "path"
6711 },
6712 {
6713 "type": "param",
6714 "key": "id",
6715 "location": "path"
6716 },
6717 {
6718 "type": "params",
6719 "maybeOverload": false
6720 },
6721 {
6722 "type": "options"
6723 }
6724 ]
6725 },
6726 {
6727 "base": "aiGateway.logs",
6728 "name": "request",
6729 "params": [
6730 {
6731 "type": "param",
6732 "key": "id",
6733 "location": "path"
6734 },
6735 {
6736 "type": "params",
6737 "maybeOverload": false
6738 },
6739 {
6740 "type": "options"
6741 }
6742 ],
6743 "oldParams": [
6744 {
6745 "type": "param",
6746 "key": "gateway_id",
6747 "location": "path"
6748 },
6749 {
6750 "type": "param",
6751 "key": "id",
6752 "location": "path"
6753 },
6754 {
6755 "type": "params",
6756 "maybeOverload": false
6757 },
6758 {
6759 "type": "options"
6760 }
6761 ]
6762 },
6763 {
6764 "base": "aiGateway.logs",
6765 "name": "response",
6766 "params": [
6767 {
6768 "type": "param",
6769 "key": "id",
6770 "location": "path"
6771 },
6772 {
6773 "type": "params",
6774 "maybeOverload": false
6775 },
6776 {
6777 "type": "options"
6778 }
6779 ],
6780 "oldParams": [
6781 {
6782 "type": "param",
6783 "key": "gateway_id",
6784 "location": "path"
6785 },
6786 {
6787 "type": "param",
6788 "key": "id",
6789 "location": "path"
6790 },
6791 {
6792 "type": "params",
6793 "maybeOverload": false
6794 },
6795 {
6796 "type": "options"
6797 }
6798 ]
6799 },
6800 {
6801 "base": "aiGateway.datasets",
6802 "name": "update",
6803 "params": [
6804 {
6805 "type": "param",
6806 "key": "id",
6807 "location": "path"
6808 },
6809 {
6810 "type": "params",
6811 "maybeOverload": false
6812 },
6813 {
6814 "type": "options"
6815 }
6816 ],
6817 "oldParams": [
6818 {
6819 "type": "param",
6820 "key": "gateway_id",
6821 "location": "path"
6822 },
6823 {
6824 "type": "param",
6825 "key": "id",
6826 "location": "path"
6827 },
6828 {
6829 "type": "params",
6830 "maybeOverload": false
6831 },
6832 {
6833 "type": "options"
6834 }
6835 ]
6836 },
6837 {
6838 "base": "aiGateway.datasets",
6839 "name": "delete",
6840 "params": [
6841 {
6842 "type": "param",
6843 "key": "id",
6844 "location": "path"
6845 },
6846 {
6847 "type": "params",
6848 "maybeOverload": false
6849 },
6850 {
6851 "type": "options"
6852 }
6853 ],
6854 "oldParams": [
6855 {
6856 "type": "param",
6857 "key": "gateway_id",
6858 "location": "path"
6859 },
6860 {
6861 "type": "param",
6862 "key": "id",
6863 "location": "path"
6864 },
6865 {
6866 "type": "params",
6867 "maybeOverload": false
6868 },
6869 {
6870 "type": "options"
6871 }
6872 ]
6873 },
6874 {
6875 "base": "aiGateway.datasets",
6876 "name": "get",
6877 "params": [
6878 {
6879 "type": "param",
6880 "key": "id",
6881 "location": "path"
6882 },
6883 {
6884 "type": "params",
6885 "maybeOverload": false
6886 },
6887 {
6888 "type": "options"
6889 }
6890 ],
6891 "oldParams": [
6892 {
6893 "type": "param",
6894 "key": "gateway_id",
6895 "location": "path"
6896 },
6897 {
6898 "type": "param",
6899 "key": "id",
6900 "location": "path"
6901 },
6902 {
6903 "type": "params",
6904 "maybeOverload": false
6905 },
6906 {
6907 "type": "options"
6908 }
6909 ]
6910 },
6911 {
6912 "base": "aiGateway.evaluations",
6913 "name": "delete",
6914 "params": [
6915 {
6916 "type": "param",
6917 "key": "id",
6918 "location": "path"
6919 },
6920 {
6921 "type": "params",
6922 "maybeOverload": false
6923 },
6924 {
6925 "type": "options"
6926 }
6927 ],
6928 "oldParams": [
6929 {
6930 "type": "param",
6931 "key": "gateway_id",
6932 "location": "path"
6933 },
6934 {
6935 "type": "param",
6936 "key": "id",
6937 "location": "path"
6938 },
6939 {
6940 "type": "params",
6941 "maybeOverload": false
6942 },
6943 {
6944 "type": "options"
6945 }
6946 ]
6947 },
6948 {
6949 "base": "aiGateway.evaluations",
6950 "name": "get",
6951 "params": [
6952 {
6953 "type": "param",
6954 "key": "id",
6955 "location": "path"
6956 },
6957 {
6958 "type": "params",
6959 "maybeOverload": false
6960 },
6961 {
6962 "type": "options"
6963 }
6964 ],
6965 "oldParams": [
6966 {
6967 "type": "param",
6968 "key": "gateway_id",
6969 "location": "path"
6970 },
6971 {
6972 "type": "param",
6973 "key": "id",
6974 "location": "path"
6975 },
6976 {
6977 "type": "params",
6978 "maybeOverload": false
6979 },
6980 {
6981 "type": "options"
6982 }
6983 ]
6984 },
6985 {
6986 "base": "aiGateway.dynamicRouting",
6987 "name": "update",
6988 "params": [
6989 {
6990 "type": "param",
6991 "key": "id",
6992 "location": "path"
6993 },
6994 {
6995 "type": "params",
6996 "maybeOverload": false
6997 },
6998 {
6999 "type": "options"
7000 }
7001 ],
7002 "oldParams": [
7003 {
7004 "type": "param",
7005 "key": "gateway_id",
7006 "location": "path"
7007 },
7008 {
7009 "type": "param",
7010 "key": "id",
7011 "location": "path"
7012 },
7013 {
7014 "type": "params",
7015 "maybeOverload": false
7016 },
7017 {
7018 "type": "options"
7019 }
7020 ]
7021 },
7022 {
7023 "base": "aiGateway.dynamicRouting",
7024 "name": "delete",
7025 "params": [
7026 {
7027 "type": "param",
7028 "key": "id",
7029 "location": "path"
7030 },
7031 {
7032 "type": "params",
7033 "maybeOverload": false
7034 },
7035 {
7036 "type": "options"
7037 }
7038 ],
7039 "oldParams": [
7040 {
7041 "type": "param",
7042 "key": "gateway_id",
7043 "location": "path"
7044 },
7045 {
7046 "type": "param",
7047 "key": "id",
7048 "location": "path"
7049 },
7050 {
7051 "type": "params",
7052 "maybeOverload": false
7053 },
7054 {
7055 "type": "options"
7056 }
7057 ]
7058 },
7059 {
7060 "base": "aiGateway.dynamicRouting",
7061 "name": "createDeployment",
7062 "params": [
7063 {
7064 "type": "param",
7065 "key": "id",
7066 "location": "path"
7067 },
7068 {
7069 "type": "params",
7070 "maybeOverload": false
7071 },
7072 {
7073 "type": "options"
7074 }
7075 ],
7076 "oldParams": [
7077 {
7078 "type": "param",
7079 "key": "gateway_id",
7080 "location": "path"
7081 },
7082 {
7083 "type": "param",
7084 "key": "id",
7085 "location": "path"
7086 },
7087 {
7088 "type": "params",
7089 "maybeOverload": false
7090 },
7091 {
7092 "type": "options"
7093 }
7094 ]
7095 },
7096 {
7097 "base": "aiGateway.dynamicRouting",
7098 "name": "createVersion",
7099 "params": [
7100 {
7101 "type": "param",
7102 "key": "id",
7103 "location": "path"
7104 },
7105 {
7106 "type": "params",
7107 "maybeOverload": false
7108 },
7109 {
7110 "type": "options"
7111 }
7112 ],
7113 "oldParams": [
7114 {
7115 "type": "param",
7116 "key": "gateway_id",
7117 "location": "path"
7118 },
7119 {
7120 "type": "param",
7121 "key": "id",
7122 "location": "path"
7123 },
7124 {
7125 "type": "params",
7126 "maybeOverload": false
7127 },
7128 {
7129 "type": "options"
7130 }
7131 ]
7132 },
7133 {
7134 "base": "aiGateway.dynamicRouting",
7135 "name": "get",
7136 "params": [
7137 {
7138 "type": "param",
7139 "key": "id",
7140 "location": "path"
7141 },
7142 {
7143 "type": "params",
7144 "maybeOverload": false
7145 },
7146 {
7147 "type": "options"
7148 }
7149 ],
7150 "oldParams": [
7151 {
7152 "type": "param",
7153 "key": "gateway_id",
7154 "location": "path"
7155 },
7156 {
7157 "type": "param",
7158 "key": "id",
7159 "location": "path"
7160 },
7161 {
7162 "type": "params",
7163 "maybeOverload": false
7164 },
7165 {
7166 "type": "options"
7167 }
7168 ]
7169 },
7170 {
7171 "base": "aiGateway.dynamicRouting",
7172 "name": "getVersion",
7173 "params": [
7174 {
7175 "type": "param",
7176 "key": "version_id",
7177 "location": "path"
7178 },
7179 {
7180 "type": "params",
7181 "maybeOverload": false
7182 },
7183 {
7184 "type": "options"
7185 }
7186 ],
7187 "oldParams": [
7188 {
7189 "type": "param",
7190 "key": "gateway_id",
7191 "location": "path"
7192 },
7193 {
7194 "type": "param",
7195 "key": "id",
7196 "location": "path"
7197 },
7198 {
7199 "type": "param",
7200 "key": "version_id",
7201 "location": "path"
7202 },
7203 {
7204 "type": "params",
7205 "maybeOverload": false
7206 },
7207 {
7208 "type": "options"
7209 }
7210 ]
7211 },
7212 {
7213 "base": "aiGateway.dynamicRouting",
7214 "name": "listDeployments",
7215 "params": [
7216 {
7217 "type": "param",
7218 "key": "id",
7219 "location": "path"
7220 },
7221 {
7222 "type": "params",
7223 "maybeOverload": false
7224 },
7225 {
7226 "type": "options"
7227 }
7228 ],
7229 "oldParams": [
7230 {
7231 "type": "param",
7232 "key": "gateway_id",
7233 "location": "path"
7234 },
7235 {
7236 "type": "param",
7237 "key": "id",
7238 "location": "path"
7239 },
7240 {
7241 "type": "params",
7242 "maybeOverload": false
7243 },
7244 {
7245 "type": "options"
7246 }
7247 ]
7248 },
7249 {
7250 "base": "aiGateway.dynamicRouting",
7251 "name": "listVersions",
7252 "params": [
7253 {
7254 "type": "param",
7255 "key": "id",
7256 "location": "path"
7257 },
7258 {
7259 "type": "params",
7260 "maybeOverload": false
7261 },
7262 {
7263 "type": "options"
7264 }
7265 ],
7266 "oldParams": [
7267 {
7268 "type": "param",
7269 "key": "gateway_id",
7270 "location": "path"
7271 },
7272 {
7273 "type": "param",
7274 "key": "id",
7275 "location": "path"
7276 },
7277 {
7278 "type": "params",
7279 "maybeOverload": false
7280 },
7281 {
7282 "type": "options"
7283 }
7284 ]
7285 },
7286 {
7287 "base": "aiGateway.urls",
7288 "name": "get",
7289 "params": [
7290 {
7291 "type": "param",
7292 "key": "provider",
7293 "location": "path"
7294 },
7295 {
7296 "type": "params",
7297 "maybeOverload": false
7298 },
7299 {
7300 "type": "options"
7301 }
7302 ],
7303 "oldParams": [
7304 {
7305 "type": "param",
7306 "key": "gateway_id",
7307 "location": "path"
7308 },
7309 {
7310 "type": "param",
7311 "key": "provider",
7312 "location": "path"
7313 },
7314 {
7315 "type": "params",
7316 "maybeOverload": false
7317 },
7318 {
7319 "type": "options"
7320 }
7321 ]
7322 },
7323 {
7324 "base": "flagship.apps.flags",
7325 "name": "update",
7326 "params": [
7327 {
7328 "type": "param",
7329 "key": "flag_key",
7330 "location": "path"
7331 },
7332 {
7333 "type": "params",
7334 "maybeOverload": false
7335 },
7336 {
7337 "type": "options"
7338 }
7339 ],
7340 "oldParams": [
7341 {
7342 "type": "param",
7343 "key": "app_id",
7344 "location": "path"
7345 },
7346 {
7347 "type": "param",
7348 "key": "flag_key",
7349 "location": "path"
7350 },
7351 {
7352 "type": "params",
7353 "maybeOverload": false
7354 },
7355 {
7356 "type": "options"
7357 }
7358 ]
7359 },
7360 {
7361 "base": "flagship.apps.flags",
7362 "name": "delete",
7363 "params": [
7364 {
7365 "type": "param",
7366 "key": "flag_key",
7367 "location": "path"
7368 },
7369 {
7370 "type": "params",
7371 "maybeOverload": false
7372 },
7373 {
7374 "type": "options"
7375 }
7376 ],
7377 "oldParams": [
7378 {
7379 "type": "param",
7380 "key": "app_id",
7381 "location": "path"
7382 },
7383 {
7384 "type": "param",
7385 "key": "flag_key",
7386 "location": "path"
7387 },
7388 {
7389 "type": "params",
7390 "maybeOverload": false
7391 },
7392 {
7393 "type": "options"
7394 }
7395 ]
7396 },
7397 {
7398 "base": "flagship.apps.flags",
7399 "name": "get",
7400 "params": [
7401 {
7402 "type": "param",
7403 "key": "flag_key",
7404 "location": "path"
7405 },
7406 {
7407 "type": "params",
7408 "maybeOverload": false
7409 },
7410 {
7411 "type": "options"
7412 }
7413 ],
7414 "oldParams": [
7415 {
7416 "type": "param",
7417 "key": "app_id",
7418 "location": "path"
7419 },
7420 {
7421 "type": "param",
7422 "key": "flag_key",
7423 "location": "path"
7424 },
7425 {
7426 "type": "params",
7427 "maybeOverload": false
7428 },
7429 {
7430 "type": "options"
7431 }
7432 ]
7433 },
7434 {
7435 "base": "flagship.apps.flags.changelog",
7436 "name": "list",
7437 "params": [
7438 {
7439 "type": "param",
7440 "key": "flag_key",
7441 "location": "path"
7442 },
7443 {
7444 "type": "params",
7445 "maybeOverload": false
7446 },
7447 {
7448 "type": "options"
7449 }
7450 ],
7451 "oldParams": [
7452 {
7453 "type": "param",
7454 "key": "app_id",
7455 "location": "path"
7456 },
7457 {
7458 "type": "param",
7459 "key": "flag_key",
7460 "location": "path"
7461 },
7462 {
7463 "type": "params",
7464 "maybeOverload": false
7465 },
7466 {
7467 "type": "options"
7468 }
7469 ]
7470 },
7471 {
7472 "base": "iam.userGroups.members",
7473 "name": "delete",
7474 "params": [
7475 {
7476 "type": "param",
7477 "key": "member_id",
7478 "location": "path"
7479 },
7480 {
7481 "type": "params",
7482 "maybeOverload": false
7483 },
7484 {
7485 "type": "options"
7486 }
7487 ],
7488 "oldParams": [
7489 {
7490 "type": "param",
7491 "key": "user_group_id",
7492 "location": "path"
7493 },
7494 {
7495 "type": "param",
7496 "key": "member_id",
7497 "location": "path"
7498 },
7499 {
7500 "type": "params",
7501 "maybeOverload": false
7502 },
7503 {
7504 "type": "options"
7505 }
7506 ]
7507 },
7508 {
7509 "base": "iam.userGroups.members",
7510 "name": "get",
7511 "params": [
7512 {
7513 "type": "param",
7514 "key": "member_id",
7515 "location": "path"
7516 },
7517 {
7518 "type": "params",
7519 "maybeOverload": false
7520 },
7521 {
7522 "type": "options"
7523 }
7524 ],
7525 "oldParams": [
7526 {
7527 "type": "param",
7528 "key": "user_group_id",
7529 "location": "path"
7530 },
7531 {
7532 "type": "param",
7533 "key": "member_id",
7534 "location": "path"
7535 },
7536 {
7537 "type": "params",
7538 "maybeOverload": false
7539 },
7540 {
7541 "type": "options"
7542 }
7543 ]
7544 },
7545 {
7546 "base": "workflows.instances",
7547 "name": "get",
7548 "params": [
7549 {
7550 "type": "param",
7551 "key": "instance_id",
7552 "location": "path"
7553 },
7554 {
7555 "type": "params",
7556 "maybeOverload": false
7557 },
7558 {
7559 "type": "options"
7560 }
7561 ],
7562 "oldParams": [
7563 {
7564 "type": "param",
7565 "key": "workflow_name",
7566 "location": "path"
7567 },
7568 {
7569 "type": "param",
7570 "key": "instance_id",
7571 "location": "path"
7572 },
7573 {
7574 "type": "params",
7575 "maybeOverload": false
7576 },
7577 {
7578 "type": "options"
7579 }
7580 ]
7581 },
7582 {
7583 "base": "workflows.instances",
7584 "name": "step",
7585 "params": [
7586 {
7587 "type": "param",
7588 "key": "instance_id",
7589 "location": "path"
7590 },
7591 {
7592 "type": "params",
7593 "maybeOverload": false
7594 },
7595 {
7596 "type": "options"
7597 }
7598 ],
7599 "oldParams": [
7600 {
7601 "type": "param",
7602 "key": "workflow_name",
7603 "location": "path"
7604 },
7605 {
7606 "type": "param",
7607 "key": "instance_id",
7608 "location": "path"
7609 },
7610 {
7611 "type": "params",
7612 "maybeOverload": false
7613 },
7614 {
7615 "type": "options"
7616 }
7617 ]
7618 },
7619 {
7620 "base": "workflows.instances.status",
7621 "name": "edit",
7622 "params": [
7623 {
7624 "type": "param",
7625 "key": "instance_id",
7626 "location": "path"
7627 },
7628 {
7629 "type": "params",
7630 "maybeOverload": false
7631 },
7632 {
7633 "type": "options"
7634 }
7635 ],
7636 "oldParams": [
7637 {
7638 "type": "param",
7639 "key": "workflow_name",
7640 "location": "path"
7641 },
7642 {
7643 "type": "param",
7644 "key": "instance_id",
7645 "location": "path"
7646 },
7647 {
7648 "type": "params",
7649 "maybeOverload": false
7650 },
7651 {
7652 "type": "options"
7653 }
7654 ]
7655 },
7656 {
7657 "base": "workflows.instances.events",
7658 "name": "create",
7659 "params": [
7660 {
7661 "type": "param",
7662 "key": "event_type",
7663 "location": "path"
7664 },
7665 {
7666 "type": "params",
7667 "maybeOverload": false
7668 },
7669 {
7670 "type": "options"
7671 }
7672 ],
7673 "oldParams": [
7674 {
7675 "type": "param",
7676 "key": "workflow_name",
7677 "location": "path"
7678 },
7679 {
7680 "type": "param",
7681 "key": "instance_id",
7682 "location": "path"
7683 },
7684 {
7685 "type": "param",
7686 "key": "event_type",
7687 "location": "path"
7688 },
7689 {
7690 "type": "params",
7691 "maybeOverload": false
7692 },
7693 {
7694 "type": "options"
7695 }
7696 ]
7697 },
7698 {
7699 "base": "workflows.versions",
7700 "name": "get",
7701 "params": [
7702 {
7703 "type": "param",
7704 "key": "version_id",
7705 "location": "path"
7706 },
7707 {
7708 "type": "params",
7709 "maybeOverload": false
7710 },
7711 {
7712 "type": "options"
7713 }
7714 ],
7715 "oldParams": [
7716 {
7717 "type": "param",
7718 "key": "workflow_name",
7719 "location": "path"
7720 },
7721 {
7722 "type": "param",
7723 "key": "version_id",
7724 "location": "path"
7725 },
7726 {
7727 "type": "params",
7728 "maybeOverload": false
7729 },
7730 {
7731 "type": "options"
7732 }
7733 ]
7734 },
7735 {
7736 "base": "workflows.versions",
7737 "name": "graph",
7738 "params": [
7739 {
7740 "type": "param",
7741 "key": "version_id",
7742 "location": "path"
7743 },
7744 {
7745 "type": "params",
7746 "maybeOverload": false
7747 },
7748 {
7749 "type": "options"
7750 }
7751 ],
7752 "oldParams": [
7753 {
7754 "type": "param",
7755 "key": "workflow_name",
7756 "location": "path"
7757 },
7758 {
7759 "type": "param",
7760 "key": "version_id",
7761 "location": "path"
7762 },
7763 {
7764 "type": "params",
7765 "maybeOverload": false
7766 },
7767 {
7768 "type": "options"
7769 }
7770 ]
7771 },
7772 {
7773 "base": "resourceSharing.recipients",
7774 "name": "delete",
7775 "params": [
7776 {
7777 "type": "param",
7778 "key": "recipient_id",
7779 "location": "path"
7780 },
7781 {
7782 "type": "params",
7783 "maybeOverload": false
7784 },
7785 {
7786 "type": "options"
7787 }
7788 ],
7789 "oldParams": [
7790 {
7791 "type": "param",
7792 "key": "share_id",
7793 "location": "path"
7794 },
7795 {
7796 "type": "param",
7797 "key": "recipient_id",
7798 "location": "path"
7799 },
7800 {
7801 "type": "params",
7802 "maybeOverload": false
7803 },
7804 {
7805 "type": "options"
7806 }
7807 ]
7808 },
7809 {
7810 "base": "resourceSharing.recipients",
7811 "name": "get",
7812 "params": [
7813 {
7814 "type": "param",
7815 "key": "recipient_id",
7816 "location": "path"
7817 },
7818 {
7819 "type": "params",
7820 "maybeOverload": false
7821 },
7822 {
7823 "type": "options"
7824 }
7825 ],
7826 "oldParams": [
7827 {
7828 "type": "param",
7829 "key": "share_id",
7830 "location": "path"
7831 },
7832 {
7833 "type": "param",
7834 "key": "recipient_id",
7835 "location": "path"
7836 },
7837 {
7838 "type": "params",
7839 "maybeOverload": false
7840 },
7841 {
7842 "type": "options"
7843 }
7844 ]
7845 },
7846 {
7847 "base": "resourceSharing.resources",
7848 "name": "update",
7849 "params": [
7850 {
7851 "type": "param",
7852 "key": "share_resource_id",
7853 "location": "path"
7854 },
7855 {
7856 "type": "params",
7857 "maybeOverload": false
7858 },
7859 {
7860 "type": "options"
7861 }
7862 ],
7863 "oldParams": [
7864 {
7865 "type": "param",
7866 "key": "share_id",
7867 "location": "path"
7868 },
7869 {
7870 "type": "param",
7871 "key": "share_resource_id",
7872 "location": "path"
7873 },
7874 {
7875 "type": "params",
7876 "maybeOverload": false
7877 },
7878 {
7879 "type": "options"
7880 }
7881 ]
7882 },
7883 {
7884 "base": "resourceSharing.resources",
7885 "name": "delete",
7886 "params": [
7887 {
7888 "type": "param",
7889 "key": "share_resource_id",
7890 "location": "path"
7891 },
7892 {
7893 "type": "params",
7894 "maybeOverload": false
7895 },
7896 {
7897 "type": "options"
7898 }
7899 ],
7900 "oldParams": [
7901 {
7902 "type": "param",
7903 "key": "share_id",
7904 "location": "path"
7905 },
7906 {
7907 "type": "param",
7908 "key": "share_resource_id",
7909 "location": "path"
7910 },
7911 {
7912 "type": "params",
7913 "maybeOverload": false
7914 },
7915 {
7916 "type": "options"
7917 }
7918 ]
7919 },
7920 {
7921 "base": "resourceSharing.resources",
7922 "name": "get",
7923 "params": [
7924 {
7925 "type": "param",
7926 "key": "share_resource_id",
7927 "location": "path"
7928 },
7929 {
7930 "type": "params",
7931 "maybeOverload": false
7932 },
7933 {
7934 "type": "options"
7935 }
7936 ],
7937 "oldParams": [
7938 {
7939 "type": "param",
7940 "key": "share_id",
7941 "location": "path"
7942 },
7943 {
7944 "type": "param",
7945 "key": "share_resource_id",
7946 "location": "path"
7947 },
7948 {
7949 "type": "params",
7950 "maybeOverload": false
7951 },
7952 {
7953 "type": "options"
7954 }
7955 ]
7956 },
7957 {
7958 "base": "aiSearch.namespaces.instances",
7959 "name": "update",
7960 "params": [
7961 {
7962 "type": "param",
7963 "key": "id",
7964 "location": "path"
7965 },
7966 {
7967 "type": "params",
7968 "maybeOverload": false
7969 },
7970 {
7971 "type": "options"
7972 }
7973 ],
7974 "oldParams": [
7975 {
7976 "type": "param",
7977 "key": "name",
7978 "location": "path"
7979 },
7980 {
7981 "type": "param",
7982 "key": "id",
7983 "location": "path"
7984 },
7985 {
7986 "type": "params",
7987 "maybeOverload": false
7988 },
7989 {
7990 "type": "options"
7991 }
7992 ]
7993 },
7994 {
7995 "base": "aiSearch.namespaces.instances",
7996 "name": "delete",
7997 "params": [
7998 {
7999 "type": "param",
8000 "key": "id",
8001 "location": "path"
8002 },
8003 {
8004 "type": "params",
8005 "maybeOverload": false
8006 },
8007 {
8008 "type": "options"
8009 }
8010 ],
8011 "oldParams": [
8012 {
8013 "type": "param",
8014 "key": "name",
8015 "location": "path"
8016 },
8017 {
8018 "type": "param",
8019 "key": "id",
8020 "location": "path"
8021 },
8022 {
8023 "type": "params",
8024 "maybeOverload": false
8025 },
8026 {
8027 "type": "options"
8028 }
8029 ]
8030 },
8031 {
8032 "base": "aiSearch.namespaces.instances",
8033 "name": "chatCompletions",
8034 "params": [
8035 {
8036 "type": "param",
8037 "key": "id",
8038 "location": "path"
8039 },
8040 {
8041 "type": "params",
8042 "maybeOverload": false
8043 },
8044 {
8045 "type": "options"
8046 }
8047 ],
8048 "oldParams": [
8049 {
8050 "type": "param",
8051 "key": "name",
8052 "location": "path"
8053 },
8054 {
8055 "type": "param",
8056 "key": "id",
8057 "location": "path"
8058 },
8059 {
8060 "type": "params",
8061 "maybeOverload": false
8062 },
8063 {
8064 "type": "options"
8065 }
8066 ]
8067 },
8068 {
8069 "base": "aiSearch.namespaces.instances",
8070 "name": "read",
8071 "params": [
8072 {
8073 "type": "param",
8074 "key": "id",
8075 "location": "path"
8076 },
8077 {
8078 "type": "params",
8079 "maybeOverload": false
8080 },
8081 {
8082 "type": "options"
8083 }
8084 ],
8085 "oldParams": [
8086 {
8087 "type": "param",
8088 "key": "name",
8089 "location": "path"
8090 },
8091 {
8092 "type": "param",
8093 "key": "id",
8094 "location": "path"
8095 },
8096 {
8097 "type": "params",
8098 "maybeOverload": false
8099 },
8100 {
8101 "type": "options"
8102 }
8103 ]
8104 },
8105 {
8106 "base": "aiSearch.namespaces.instances",
8107 "name": "search",
8108 "params": [
8109 {
8110 "type": "param",
8111 "key": "id",
8112 "location": "path"
8113 },
8114 {
8115 "type": "params",
8116 "maybeOverload": false
8117 },
8118 {
8119 "type": "options"
8120 }
8121 ],
8122 "oldParams": [
8123 {
8124 "type": "param",
8125 "key": "name",
8126 "location": "path"
8127 },
8128 {
8129 "type": "param",
8130 "key": "id",
8131 "location": "path"
8132 },
8133 {
8134 "type": "params",
8135 "maybeOverload": false
8136 },
8137 {
8138 "type": "options"
8139 }
8140 ]
8141 },
8142 {
8143 "base": "aiSearch.namespaces.instances",
8144 "name": "stats",
8145 "params": [
8146 {
8147 "type": "param",
8148 "key": "id",
8149 "location": "path"
8150 },
8151 {
8152 "type": "params",
8153 "maybeOverload": false
8154 },
8155 {
8156 "type": "options"
8157 }
8158 ],
8159 "oldParams": [
8160 {
8161 "type": "param",
8162 "key": "name",
8163 "location": "path"
8164 },
8165 {
8166 "type": "param",
8167 "key": "id",
8168 "location": "path"
8169 },
8170 {
8171 "type": "params",
8172 "maybeOverload": false
8173 },
8174 {
8175 "type": "options"
8176 }
8177 ]
8178 },
8179 {
8180 "base": "aiSearch.namespaces.instances.jobs",
8181 "name": "create",
8182 "params": [
8183 {
8184 "type": "param",
8185 "key": "id",
8186 "location": "path"
8187 },
8188 {
8189 "type": "params",
8190 "maybeOverload": false
8191 },
8192 {
8193 "type": "options"
8194 }
8195 ],
8196 "oldParams": [
8197 {
8198 "type": "param",
8199 "key": "name",
8200 "location": "path"
8201 },
8202 {
8203 "type": "param",
8204 "key": "id",
8205 "location": "path"
8206 },
8207 {
8208 "type": "params",
8209 "maybeOverload": false
8210 },
8211 {
8212 "type": "options"
8213 }
8214 ]
8215 },
8216 {
8217 "base": "aiSearch.namespaces.instances.jobs",
8218 "name": "update",
8219 "params": [
8220 {
8221 "type": "param",
8222 "key": "job_id",
8223 "location": "path"
8224 },
8225 {
8226 "type": "params",
8227 "maybeOverload": false
8228 },
8229 {
8230 "type": "options"
8231 }
8232 ],
8233 "oldParams": [
8234 {
8235 "type": "param",
8236 "key": "name",
8237 "location": "path"
8238 },
8239 {
8240 "type": "param",
8241 "key": "id",
8242 "location": "path"
8243 },
8244 {
8245 "type": "param",
8246 "key": "job_id",
8247 "location": "path"
8248 },
8249 {
8250 "type": "params",
8251 "maybeOverload": false
8252 },
8253 {
8254 "type": "options"
8255 }
8256 ]
8257 },
8258 {
8259 "base": "aiSearch.namespaces.instances.jobs",
8260 "name": "list",
8261 "params": [
8262 {
8263 "type": "param",
8264 "key": "id",
8265 "location": "path"
8266 },
8267 {
8268 "type": "params",
8269 "maybeOverload": false
8270 },
8271 {
8272 "type": "options"
8273 }
8274 ],
8275 "oldParams": [
8276 {
8277 "type": "param",
8278 "key": "name",
8279 "location": "path"
8280 },
8281 {
8282 "type": "param",
8283 "key": "id",
8284 "location": "path"
8285 },
8286 {
8287 "type": "params",
8288 "maybeOverload": false
8289 },
8290 {
8291 "type": "options"
8292 }
8293 ]
8294 },
8295 {
8296 "base": "aiSearch.namespaces.instances.jobs",
8297 "name": "get",
8298 "params": [
8299 {
8300 "type": "param",
8301 "key": "job_id",
8302 "location": "path"
8303 },
8304 {
8305 "type": "params",
8306 "maybeOverload": false
8307 },
8308 {
8309 "type": "options"
8310 }
8311 ],
8312 "oldParams": [
8313 {
8314 "type": "param",
8315 "key": "name",
8316 "location": "path"
8317 },
8318 {
8319 "type": "param",
8320 "key": "id",
8321 "location": "path"
8322 },
8323 {
8324 "type": "param",
8325 "key": "job_id",
8326 "location": "path"
8327 },
8328 {
8329 "type": "params",
8330 "maybeOverload": false
8331 },
8332 {
8333 "type": "options"
8334 }
8335 ]
8336 },
8337 {
8338 "base": "aiSearch.namespaces.instances.jobs",
8339 "name": "logs",
8340 "params": [
8341 {
8342 "type": "param",
8343 "key": "job_id",
8344 "location": "path"
8345 },
8346 {
8347 "type": "params",
8348 "maybeOverload": false
8349 },
8350 {
8351 "type": "options"
8352 }
8353 ],
8354 "oldParams": [
8355 {
8356 "type": "param",
8357 "key": "name",
8358 "location": "path"
8359 },
8360 {
8361 "type": "param",
8362 "key": "id",
8363 "location": "path"
8364 },
8365 {
8366 "type": "param",
8367 "key": "job_id",
8368 "location": "path"
8369 },
8370 {
8371 "type": "params",
8372 "maybeOverload": false
8373 },
8374 {
8375 "type": "options"
8376 }
8377 ]
8378 },
8379 {
8380 "base": "aiSearch.namespaces.instances.items",
8381 "name": "list",
8382 "params": [
8383 {
8384 "type": "param",
8385 "key": "id",
8386 "location": "path"
8387 },
8388 {
8389 "type": "params",
8390 "maybeOverload": false
8391 },
8392 {
8393 "type": "options"
8394 }
8395 ],
8396 "oldParams": [
8397 {
8398 "type": "param",
8399 "key": "name",
8400 "location": "path"
8401 },
8402 {
8403 "type": "param",
8404 "key": "id",
8405 "location": "path"
8406 },
8407 {
8408 "type": "params",
8409 "maybeOverload": false
8410 },
8411 {
8412 "type": "options"
8413 }
8414 ]
8415 },
8416 {
8417 "base": "aiSearch.namespaces.instances.items",
8418 "name": "delete",
8419 "params": [
8420 {
8421 "type": "param",
8422 "key": "item_id",
8423 "location": "path"
8424 },
8425 {
8426 "type": "params",
8427 "maybeOverload": false
8428 },
8429 {
8430 "type": "options"
8431 }
8432 ],
8433 "oldParams": [
8434 {
8435 "type": "param",
8436 "key": "name",
8437 "location": "path"
8438 },
8439 {
8440 "type": "param",
8441 "key": "id",
8442 "location": "path"
8443 },
8444 {
8445 "type": "param",
8446 "key": "item_id",
8447 "location": "path"
8448 },
8449 {
8450 "type": "params",
8451 "maybeOverload": false
8452 },
8453 {
8454 "type": "options"
8455 }
8456 ]
8457 },
8458 {
8459 "base": "aiSearch.namespaces.instances.items",
8460 "name": "chunks",
8461 "params": [
8462 {
8463 "type": "param",
8464 "key": "item_id",
8465 "location": "path"
8466 },
8467 {
8468 "type": "params",
8469 "maybeOverload": false
8470 },
8471 {
8472 "type": "options"
8473 }
8474 ],
8475 "oldParams": [
8476 {
8477 "type": "param",
8478 "key": "name",
8479 "location": "path"
8480 },
8481 {
8482 "type": "param",
8483 "key": "id",
8484 "location": "path"
8485 },
8486 {
8487 "type": "param",
8488 "key": "item_id",
8489 "location": "path"
8490 },
8491 {
8492 "type": "params",
8493 "maybeOverload": false
8494 },
8495 {
8496 "type": "options"
8497 }
8498 ]
8499 },
8500 {
8501 "base": "aiSearch.namespaces.instances.items",
8502 "name": "createOrUpdate",
8503 "params": [
8504 {
8505 "type": "param",
8506 "key": "id",
8507 "location": "path"
8508 },
8509 {
8510 "type": "params",
8511 "maybeOverload": false
8512 },
8513 {
8514 "type": "options"
8515 }
8516 ],
8517 "oldParams": [
8518 {
8519 "type": "param",
8520 "key": "name",
8521 "location": "path"
8522 },
8523 {
8524 "type": "param",
8525 "key": "id",
8526 "location": "path"
8527 },
8528 {
8529 "type": "params",
8530 "maybeOverload": false
8531 },
8532 {
8533 "type": "options"
8534 }
8535 ]
8536 },
8537 {
8538 "base": "aiSearch.namespaces.instances.items",
8539 "name": "download",
8540 "params": [
8541 {
8542 "type": "param",
8543 "key": "item_id",
8544 "location": "path"
8545 },
8546 {
8547 "type": "params",
8548 "maybeOverload": false
8549 },
8550 {
8551 "type": "options"
8552 }
8553 ],
8554 "oldParams": [
8555 {
8556 "type": "param",
8557 "key": "name",
8558 "location": "path"
8559 },
8560 {
8561 "type": "param",
8562 "key": "id",
8563 "location": "path"
8564 },
8565 {
8566 "type": "param",
8567 "key": "item_id",
8568 "location": "path"
8569 },
8570 {
8571 "type": "params",
8572 "maybeOverload": false
8573 },
8574 {
8575 "type": "options"
8576 }
8577 ]
8578 },
8579 {
8580 "base": "aiSearch.namespaces.instances.items",
8581 "name": "get",
8582 "params": [
8583 {
8584 "type": "param",
8585 "key": "item_id",
8586 "location": "path"
8587 },
8588 {
8589 "type": "params",
8590 "maybeOverload": false
8591 },
8592 {
8593 "type": "options"
8594 }
8595 ],
8596 "oldParams": [
8597 {
8598 "type": "param",
8599 "key": "name",
8600 "location": "path"
8601 },
8602 {
8603 "type": "param",
8604 "key": "id",
8605 "location": "path"
8606 },
8607 {
8608 "type": "param",
8609 "key": "item_id",
8610 "location": "path"
8611 },
8612 {
8613 "type": "params",
8614 "maybeOverload": false
8615 },
8616 {
8617 "type": "options"
8618 }
8619 ]
8620 },
8621 {
8622 "base": "aiSearch.namespaces.instances.items",
8623 "name": "logs",
8624 "params": [
8625 {
8626 "type": "param",
8627 "key": "item_id",
8628 "location": "path"
8629 },
8630 {
8631 "type": "params",
8632 "maybeOverload": false
8633 },
8634 {
8635 "type": "options"
8636 }
8637 ],
8638 "oldParams": [
8639 {
8640 "type": "param",
8641 "key": "name",
8642 "location": "path"
8643 },
8644 {
8645 "type": "param",
8646 "key": "id",
8647 "location": "path"
8648 },
8649 {
8650 "type": "param",
8651 "key": "item_id",
8652 "location": "path"
8653 },
8654 {
8655 "type": "params",
8656 "maybeOverload": false
8657 },
8658 {
8659 "type": "options"
8660 }
8661 ]
8662 },
8663 {
8664 "base": "aiSearch.namespaces.instances.items",
8665 "name": "sync",
8666 "params": [
8667 {
8668 "type": "param",
8669 "key": "item_id",
8670 "location": "path"
8671 },
8672 {
8673 "type": "params",
8674 "maybeOverload": false
8675 },
8676 {
8677 "type": "options"
8678 }
8679 ],
8680 "oldParams": [
8681 {
8682 "type": "param",
8683 "key": "name",
8684 "location": "path"
8685 },
8686 {
8687 "type": "param",
8688 "key": "id",
8689 "location": "path"
8690 },
8691 {
8692 "type": "param",
8693 "key": "item_id",
8694 "location": "path"
8695 },
8696 {
8697 "type": "params",
8698 "maybeOverload": false
8699 },
8700 {
8701 "type": "options"
8702 }
8703 ]
8704 },
8705 {
8706 "base": "aiSearch.namespaces.instances.items",
8707 "name": "upload",
8708 "params": [
8709 {
8710 "type": "param",
8711 "key": "id",
8712 "location": "path"
8713 },
8714 {
8715 "type": "params",
8716 "maybeOverload": false
8717 },
8718 {
8719 "type": "options"
8720 }
8721 ],
8722 "oldParams": [
8723 {
8724 "type": "param",
8725 "key": "name",
8726 "location": "path"
8727 },
8728 {
8729 "type": "param",
8730 "key": "id",
8731 "location": "path"
8732 },
8733 {
8734 "type": "params",
8735 "maybeOverload": false
8736 },
8737 {
8738 "type": "options"
8739 }
8740 ]
8741 },
8742 {
8743 "base": "aiSearch.instances.jobs",
8744 "name": "get",
8745 "params": [
8746 {
8747 "type": "param",
8748 "key": "job_id",
8749 "location": "path"
8750 },
8751 {
8752 "type": "params",
8753 "maybeOverload": false
8754 },
8755 {
8756 "type": "options"
8757 }
8758 ],
8759 "oldParams": [
8760 {
8761 "type": "param",
8762 "key": "id",
8763 "location": "path"
8764 },
8765 {
8766 "type": "param",
8767 "key": "job_id",
8768 "location": "path"
8769 },
8770 {
8771 "type": "params",
8772 "maybeOverload": false
8773 },
8774 {
8775 "type": "options"
8776 }
8777 ]
8778 },
8779 {
8780 "base": "aiSearch.instances.jobs",
8781 "name": "logs",
8782 "params": [
8783 {
8784 "type": "param",
8785 "key": "job_id",
8786 "location": "path"
8787 },
8788 {
8789 "type": "params",
8790 "maybeOverload": false
8791 },
8792 {
8793 "type": "options"
8794 }
8795 ],
8796 "oldParams": [
8797 {
8798 "type": "param",
8799 "key": "id",
8800 "location": "path"
8801 },
8802 {
8803 "type": "param",
8804 "key": "job_id",
8805 "location": "path"
8806 },
8807 {
8808 "type": "params",
8809 "maybeOverload": false
8810 },
8811 {
8812 "type": "options"
8813 }
8814 ]
8815 },
8816 {
8817 "base": "browserRendering.devtools.browser.page",
8818 "name": "get",
8819 "params": [
8820 {
8821 "type": "param",
8822 "key": "target_id",
8823 "location": "path"
8824 },
8825 {
8826 "type": "params",
8827 "maybeOverload": false
8828 },
8829 {
8830 "type": "options"
8831 }
8832 ],
8833 "oldParams": [
8834 {
8835 "type": "param",
8836 "key": "session_id",
8837 "location": "path"
8838 },
8839 {
8840 "type": "param",
8841 "key": "target_id",
8842 "location": "path"
8843 },
8844 {
8845 "type": "params",
8846 "maybeOverload": false
8847 },
8848 {
8849 "type": "options"
8850 }
8851 ]
8852 },
8853 {
8854 "base": "browserRendering.devtools.browser.targets",
8855 "name": "activate",
8856 "params": [
8857 {
8858 "type": "param",
8859 "key": "target_id",
8860 "location": "path"
8861 },
8862 {
8863 "type": "params",
8864 "maybeOverload": false
8865 },
8866 {
8867 "type": "options"
8868 }
8869 ],
8870 "oldParams": [
8871 {
8872 "type": "param",
8873 "key": "session_id",
8874 "location": "path"
8875 },
8876 {
8877 "type": "param",
8878 "key": "target_id",
8879 "location": "path"
8880 },
8881 {
8882 "type": "params",
8883 "maybeOverload": false
8884 },
8885 {
8886 "type": "options"
8887 }
8888 ]
8889 },
8890 {
8891 "base": "browserRendering.devtools.browser.targets",
8892 "name": "close",
8893 "params": [
8894 {
8895 "type": "param",
8896 "key": "target_id",
8897 "location": "path"
8898 },
8899 {
8900 "type": "params",
8901 "maybeOverload": false
8902 },
8903 {
8904 "type": "options"
8905 }
8906 ],
8907 "oldParams": [
8908 {
8909 "type": "param",
8910 "key": "session_id",
8911 "location": "path"
8912 },
8913 {
8914 "type": "param",
8915 "key": "target_id",
8916 "location": "path"
8917 },
8918 {
8919 "type": "params",
8920 "maybeOverload": false
8921 },
8922 {
8923 "type": "options"
8924 }
8925 ]
8926 },
8927 {
8928 "base": "browserRendering.devtools.browser.targets",
8929 "name": "get",
8930 "params": [
8931 {
8932 "type": "param",
8933 "key": "target_id",
8934 "location": "path"
8935 },
8936 {
8937 "type": "params",
8938 "maybeOverload": false
8939 },
8940 {
8941 "type": "options"
8942 }
8943 ],
8944 "oldParams": [
8945 {
8946 "type": "param",
8947 "key": "session_id",
8948 "location": "path"
8949 },
8950 {
8951 "type": "param",
8952 "key": "target_id",
8953 "location": "path"
8954 },
8955 {
8956 "type": "params",
8957 "maybeOverload": false
8958 },
8959 {
8960 "type": "options"
8961 }
8962 ]
8963 },
8964 {
8965 "base": "secretsStore.stores.secrets",
8966 "name": "delete",
8967 "params": [
8968 {
8969 "type": "param",
8970 "key": "secret_id",
8971 "location": "path"
8972 },
8973 {
8974 "type": "params",
8975 "maybeOverload": false
8976 },
8977 {
8978 "type": "options"
8979 }
8980 ],
8981 "oldParams": [
8982 {
8983 "type": "param",
8984 "key": "store_id",
8985 "location": "path"
8986 },
8987 {
8988 "type": "param",
8989 "key": "secret_id",
8990 "location": "path"
8991 },
8992 {
8993 "type": "params",
8994 "maybeOverload": false
8995 },
8996 {
8997 "type": "options"
8998 }
8999 ]
9000 },
9001 {
9002 "base": "secretsStore.stores.secrets",
9003 "name": "duplicate",
9004 "params": [
9005 {
9006 "type": "param",
9007 "key": "secret_id",
9008 "location": "path"
9009 },
9010 {
9011 "type": "params",
9012 "maybeOverload": false
9013 },
9014 {
9015 "type": "options"
9016 }
9017 ],
9018 "oldParams": [
9019 {
9020 "type": "param",
9021 "key": "store_id",
9022 "location": "path"
9023 },
9024 {
9025 "type": "param",
9026 "key": "secret_id",
9027 "location": "path"
9028 },
9029 {
9030 "type": "params",
9031 "maybeOverload": false
9032 },
9033 {
9034 "type": "options"
9035 }
9036 ]
9037 },
9038 {
9039 "base": "secretsStore.stores.secrets",
9040 "name": "edit",
9041 "params": [
9042 {
9043 "type": "param",
9044 "key": "secret_id",
9045 "location": "path"
9046 },
9047 {
9048 "type": "params",
9049 "maybeOverload": false
9050 },
9051 {
9052 "type": "options"
9053 }
9054 ],
9055 "oldParams": [
9056 {
9057 "type": "param",
9058 "key": "store_id",
9059 "location": "path"
9060 },
9061 {
9062 "type": "param",
9063 "key": "secret_id",
9064 "location": "path"
9065 },
9066 {
9067 "type": "params",
9068 "maybeOverload": false
9069 },
9070 {
9071 "type": "options"
9072 }
9073 ]
9074 },
9075 {
9076 "base": "secretsStore.stores.secrets",
9077 "name": "get",
9078 "params": [
9079 {
9080 "type": "param",
9081 "key": "secret_id",
9082 "location": "path"
9083 },
9084 {
9085 "type": "params",
9086 "maybeOverload": false
9087 },
9088 {
9089 "type": "options"
9090 }
9091 ],
9092 "oldParams": [
9093 {
9094 "type": "param",
9095 "key": "store_id",
9096 "location": "path"
9097 },
9098 {
9099 "type": "param",
9100 "key": "secret_id",
9101 "location": "path"
9102 },
9103 {
9104 "type": "params",
9105 "maybeOverload": false
9106 },
9107 {
9108 "type": "options"
9109 }
9110 ]
9111 }
9112 ]
9113}
9114