@gitbeaker/core 0.0.0-canary-20260118165457

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/map.json ADDED
@@ -0,0 +1,4898 @@
1
+ {
2
+ "Agents": [
3
+ {
4
+ "name": "all",
5
+ "args": [
6
+ "projectId"
7
+ ]
8
+ },
9
+ {
10
+ "name": "allTokens",
11
+ "args": [
12
+ "projectId",
13
+ "agentId"
14
+ ]
15
+ },
16
+ {
17
+ "name": "createToken",
18
+ "args": [
19
+ "projectId",
20
+ "agentId",
21
+ "name"
22
+ ]
23
+ },
24
+ {
25
+ "name": "show",
26
+ "args": [
27
+ "projectId",
28
+ "agentId"
29
+ ]
30
+ },
31
+ {
32
+ "name": "showToken",
33
+ "args": [
34
+ "projectId",
35
+ "agentId",
36
+ "tokenId"
37
+ ]
38
+ },
39
+ {
40
+ "name": "register",
41
+ "args": [
42
+ "projectId",
43
+ "name"
44
+ ]
45
+ },
46
+ {
47
+ "name": "removeToken",
48
+ "args": [
49
+ "projectId",
50
+ "agentId",
51
+ "tokenId"
52
+ ]
53
+ },
54
+ {
55
+ "name": "unregister",
56
+ "args": [
57
+ "projectId",
58
+ "agentId"
59
+ ]
60
+ }
61
+ ],
62
+ "AlertManagement": [
63
+ {
64
+ "name": "allMetricImages",
65
+ "args": [
66
+ "projectId",
67
+ "alertIId"
68
+ ]
69
+ },
70
+ {
71
+ "name": "editMetricImage",
72
+ "args": [
73
+ "projectId",
74
+ "alertIId",
75
+ "imageId"
76
+ ]
77
+ },
78
+ {
79
+ "name": "removeMetricImage",
80
+ "args": [
81
+ "projectId",
82
+ "alertIId",
83
+ "imageId"
84
+ ]
85
+ },
86
+ {
87
+ "name": "uploadMetricImage",
88
+ "args": [
89
+ "projectId",
90
+ "alertIId",
91
+ "metricImage"
92
+ ]
93
+ }
94
+ ],
95
+ "ApplicationAppearance": [
96
+ {
97
+ "name": "show",
98
+ "args": []
99
+ },
100
+ {
101
+ "name": "edit",
102
+ "args": []
103
+ }
104
+ ],
105
+ "ApplicationPlanLimits": [
106
+ {
107
+ "name": "show",
108
+ "args": []
109
+ },
110
+ {
111
+ "name": "edit",
112
+ "args": [
113
+ "planName"
114
+ ]
115
+ }
116
+ ],
117
+ "ApplicationSettings": [
118
+ {
119
+ "name": "show",
120
+ "args": []
121
+ },
122
+ {
123
+ "name": "edit",
124
+ "args": []
125
+ }
126
+ ],
127
+ "ApplicationStatistics": [
128
+ {
129
+ "name": "show",
130
+ "args": []
131
+ }
132
+ ],
133
+ "Applications": [
134
+ {
135
+ "name": "all",
136
+ "args": []
137
+ },
138
+ {
139
+ "name": "create",
140
+ "args": [
141
+ "name",
142
+ "redirectUri",
143
+ "scopes"
144
+ ]
145
+ },
146
+ {
147
+ "name": "remove",
148
+ "args": [
149
+ "applicationId"
150
+ ]
151
+ }
152
+ ],
153
+ "AuditEvents": [
154
+ {
155
+ "name": "all",
156
+ "args": []
157
+ },
158
+ {
159
+ "name": "show",
160
+ "args": [
161
+ "auditEventId"
162
+ ]
163
+ }
164
+ ],
165
+ "Avatar": [
166
+ {
167
+ "name": "show",
168
+ "args": [
169
+ "email"
170
+ ]
171
+ }
172
+ ],
173
+ "BroadcastMessages": [
174
+ {
175
+ "name": "all",
176
+ "args": []
177
+ },
178
+ {
179
+ "name": "create",
180
+ "args": []
181
+ },
182
+ {
183
+ "name": "edit",
184
+ "args": [
185
+ "broadcastMessageId"
186
+ ]
187
+ },
188
+ {
189
+ "name": "remove",
190
+ "args": [
191
+ "broadcastMessageId"
192
+ ]
193
+ },
194
+ {
195
+ "name": "show",
196
+ "args": [
197
+ "broadcastMessageId"
198
+ ]
199
+ }
200
+ ],
201
+ "CodeSuggestions": [
202
+ {
203
+ "name": "createAccessToken",
204
+ "args": []
205
+ },
206
+ {
207
+ "name": "generateCompletion",
208
+ "args": []
209
+ }
210
+ ],
211
+ "Composer": [
212
+ {
213
+ "name": "create",
214
+ "args": [
215
+ "projectId"
216
+ ]
217
+ },
218
+ {
219
+ "name": "download",
220
+ "args": [
221
+ "projectId",
222
+ "packageName",
223
+ "sha"
224
+ ]
225
+ },
226
+ {
227
+ "name": "showMetadata",
228
+ "args": [
229
+ "groupId",
230
+ "packageName"
231
+ ]
232
+ },
233
+ {
234
+ "name": "showPackages",
235
+ "args": [
236
+ "groupId",
237
+ "sha"
238
+ ]
239
+ },
240
+ {
241
+ "name": "showBaseRepository",
242
+ "args": [
243
+ "groupId"
244
+ ]
245
+ }
246
+ ],
247
+ "Conan": [
248
+ {
249
+ "name": "authenticate",
250
+ "args": []
251
+ },
252
+ {
253
+ "name": "checkCredentials",
254
+ "args": []
255
+ },
256
+ {
257
+ "name": "downloadPackageFile",
258
+ "args": [
259
+ "packageName",
260
+ "packageVersion",
261
+ "packageUsername",
262
+ "packageChannel",
263
+ "conanPackageReference",
264
+ "recipeRevision",
265
+ "packageRevision",
266
+ "filename"
267
+ ]
268
+ },
269
+ {
270
+ "name": "downloadRecipeFile",
271
+ "args": [
272
+ "packageName",
273
+ "packageVersion",
274
+ "packageUsername",
275
+ "packageChannel",
276
+ "recipeRevision",
277
+ "filename"
278
+ ]
279
+ },
280
+ {
281
+ "name": "showPackageUploadUrls",
282
+ "args": [
283
+ "packageName",
284
+ "packageVersion",
285
+ "packageUsername",
286
+ "packageChannel",
287
+ "conanPackageReference"
288
+ ]
289
+ },
290
+ {
291
+ "name": "showPackageDownloadUrls",
292
+ "args": [
293
+ "packageName",
294
+ "packageVersion",
295
+ "packageUsername",
296
+ "packageChannel",
297
+ "conanPackageReference"
298
+ ]
299
+ },
300
+ {
301
+ "name": "showPackageManifest",
302
+ "args": [
303
+ "packageName",
304
+ "packageVersion",
305
+ "packageUsername",
306
+ "packageChannel",
307
+ "conanPackageReference"
308
+ ]
309
+ },
310
+ {
311
+ "name": "showPackageSnapshot",
312
+ "args": [
313
+ "packageName",
314
+ "packageVersion",
315
+ "packageUsername",
316
+ "packageChannel",
317
+ "conanPackageReference"
318
+ ]
319
+ },
320
+ {
321
+ "name": "ping",
322
+ "args": []
323
+ },
324
+ {
325
+ "name": "showRecipeUploadUrls",
326
+ "args": [
327
+ "packageName",
328
+ "packageVersion",
329
+ "packageUsername",
330
+ "packageChannel"
331
+ ]
332
+ },
333
+ {
334
+ "name": "showRecipeDownloadUrls",
335
+ "args": [
336
+ "packageName",
337
+ "packageVersion",
338
+ "packageUsername",
339
+ "packageChannel"
340
+ ]
341
+ },
342
+ {
343
+ "name": "showRecipeManifest",
344
+ "args": [
345
+ "packageName",
346
+ "packageVersion",
347
+ "packageUsername",
348
+ "packageChannel"
349
+ ]
350
+ },
351
+ {
352
+ "name": "showRecipeSnapshot",
353
+ "args": [
354
+ "packageName",
355
+ "packageVersion",
356
+ "packageUsername",
357
+ "packageChannel"
358
+ ]
359
+ },
360
+ {
361
+ "name": "removePackageFile",
362
+ "args": [
363
+ "packageName",
364
+ "packageVersion",
365
+ "packageUsername",
366
+ "packageChannel"
367
+ ]
368
+ },
369
+ {
370
+ "name": "search",
371
+ "args": []
372
+ },
373
+ {
374
+ "name": "uploadPackageFile",
375
+ "args": [
376
+ "packageFile",
377
+ "packageName",
378
+ "packageVersion",
379
+ "packageUsername",
380
+ "packageChannel",
381
+ "conanPackageReference",
382
+ "recipeRevision",
383
+ "packageRevision"
384
+ ]
385
+ },
386
+ {
387
+ "name": "uploadRecipeFile",
388
+ "args": [
389
+ "packageFile",
390
+ "packageName",
391
+ "packageVersion",
392
+ "packageUsername",
393
+ "packageChannel",
394
+ "recipeRevision"
395
+ ]
396
+ }
397
+ ],
398
+ "DashboardAnnotations": [
399
+ {
400
+ "name": "create",
401
+ "args": [
402
+ "dashboardPath",
403
+ "startingAt",
404
+ "description"
405
+ ]
406
+ }
407
+ ],
408
+ "Debian": [
409
+ {
410
+ "name": "downloadBinaryFileIndex",
411
+ "args": [
412
+ "distribution",
413
+ "component",
414
+ "architecture"
415
+ ]
416
+ },
417
+ {
418
+ "name": "downloadDistributionReleaseFile",
419
+ "args": [
420
+ "distribution"
421
+ ]
422
+ },
423
+ {
424
+ "name": "downloadSignedDistributionReleaseFile",
425
+ "args": [
426
+ "distribution"
427
+ ]
428
+ },
429
+ {
430
+ "name": "downloadReleaseFileSignature",
431
+ "args": [
432
+ "distribution"
433
+ ]
434
+ },
435
+ {
436
+ "name": "downloadPackageFile",
437
+ "args": [
438
+ "projectId",
439
+ "distribution",
440
+ "letter",
441
+ "packageName",
442
+ "packageVersion",
443
+ "filename"
444
+ ]
445
+ },
446
+ {
447
+ "name": "uploadPackageFile",
448
+ "args": [
449
+ "projectId",
450
+ "packageFile"
451
+ ]
452
+ }
453
+ ],
454
+ "DependencyProxy": [
455
+ {
456
+ "name": "remove",
457
+ "args": [
458
+ "groupId"
459
+ ]
460
+ }
461
+ ],
462
+ "DeployKeys": [
463
+ {
464
+ "name": "all",
465
+ "args": []
466
+ },
467
+ {
468
+ "name": "create",
469
+ "args": [
470
+ "projectId",
471
+ "title",
472
+ "key"
473
+ ]
474
+ },
475
+ {
476
+ "name": "edit",
477
+ "args": [
478
+ "projectId",
479
+ "keyId"
480
+ ]
481
+ },
482
+ {
483
+ "name": "enable",
484
+ "args": [
485
+ "projectId",
486
+ "keyId"
487
+ ]
488
+ },
489
+ {
490
+ "name": "remove",
491
+ "args": [
492
+ "projectId",
493
+ "keyId"
494
+ ]
495
+ },
496
+ {
497
+ "name": "show",
498
+ "args": [
499
+ "projectId",
500
+ "keyId"
501
+ ]
502
+ }
503
+ ],
504
+ "DeployTokens": [
505
+ {
506
+ "name": "all",
507
+ "args": []
508
+ },
509
+ {
510
+ "name": "create",
511
+ "args": [
512
+ "name",
513
+ "scopes"
514
+ ]
515
+ },
516
+ {
517
+ "name": "remove",
518
+ "args": [
519
+ "tokenId"
520
+ ]
521
+ },
522
+ {
523
+ "name": "show",
524
+ "args": [
525
+ "tokenId"
526
+ ]
527
+ }
528
+ ],
529
+ "DockerfileTemplates": [],
530
+ "Events": [
531
+ {
532
+ "name": "all",
533
+ "args": []
534
+ }
535
+ ],
536
+ "Experiments": [
537
+ {
538
+ "name": "all",
539
+ "args": []
540
+ }
541
+ ],
542
+ "GeoNodes": [
543
+ {
544
+ "name": "all",
545
+ "args": []
546
+ },
547
+ {
548
+ "name": "allStatuses",
549
+ "args": []
550
+ },
551
+ {
552
+ "name": "allFailures",
553
+ "args": []
554
+ },
555
+ {
556
+ "name": "create",
557
+ "args": [
558
+ "name",
559
+ "url"
560
+ ]
561
+ },
562
+ {
563
+ "name": "edit",
564
+ "args": [
565
+ "geonodeId"
566
+ ]
567
+ },
568
+ {
569
+ "name": "repair",
570
+ "args": [
571
+ "geonodeId"
572
+ ]
573
+ },
574
+ {
575
+ "name": "remove",
576
+ "args": [
577
+ "geonodeId"
578
+ ]
579
+ },
580
+ {
581
+ "name": "show",
582
+ "args": [
583
+ "geonodeId"
584
+ ]
585
+ },
586
+ {
587
+ "name": "showStatus",
588
+ "args": [
589
+ "geonodeId"
590
+ ]
591
+ }
592
+ ],
593
+ "GeoSites": [
594
+ {
595
+ "name": "all",
596
+ "args": []
597
+ },
598
+ {
599
+ "name": "allStatuses",
600
+ "args": []
601
+ },
602
+ {
603
+ "name": "allFailures",
604
+ "args": []
605
+ },
606
+ {
607
+ "name": "create",
608
+ "args": [
609
+ "name",
610
+ "url"
611
+ ]
612
+ },
613
+ {
614
+ "name": "edit",
615
+ "args": [
616
+ "geositeId"
617
+ ]
618
+ },
619
+ {
620
+ "name": "repair",
621
+ "args": [
622
+ "geositeId"
623
+ ]
624
+ },
625
+ {
626
+ "name": "remove",
627
+ "args": [
628
+ "geositeId"
629
+ ]
630
+ },
631
+ {
632
+ "name": "show",
633
+ "args": [
634
+ "geositeId"
635
+ ]
636
+ },
637
+ {
638
+ "name": "showStatus",
639
+ "args": [
640
+ "geositeId"
641
+ ]
642
+ }
643
+ ],
644
+ "GitLabCIYMLTemplates": [],
645
+ "GitignoreTemplates": [],
646
+ "Import": [
647
+ {
648
+ "name": "importGithubRepository",
649
+ "args": [
650
+ "personalAccessToken",
651
+ "repositoryId",
652
+ "targetNamespace"
653
+ ]
654
+ },
655
+ {
656
+ "name": "cancelGithubRepositoryImport",
657
+ "args": [
658
+ "projectId"
659
+ ]
660
+ },
661
+ {
662
+ "name": "importGithubGists",
663
+ "args": [
664
+ "personalAccessToken"
665
+ ]
666
+ },
667
+ {
668
+ "name": "importBitbucketServerRepository",
669
+ "args": [
670
+ "bitbucketServerUrl",
671
+ "bitbucketServerUsername",
672
+ "personalAccessToken",
673
+ "bitbucketServerProject",
674
+ "bitbucketServerRepository"
675
+ ]
676
+ }
677
+ ],
678
+ "InstanceLevelCICDVariables": [
679
+ {
680
+ "name": "all",
681
+ "args": []
682
+ },
683
+ {
684
+ "name": "create",
685
+ "args": [
686
+ "key",
687
+ "value"
688
+ ]
689
+ },
690
+ {
691
+ "name": "edit",
692
+ "args": [
693
+ "keyId",
694
+ "value"
695
+ ]
696
+ },
697
+ {
698
+ "name": "show",
699
+ "args": [
700
+ "keyId"
701
+ ]
702
+ },
703
+ {
704
+ "name": "remove",
705
+ "args": [
706
+ "keyId"
707
+ ]
708
+ }
709
+ ],
710
+ "Keys": [
711
+ {
712
+ "name": "show",
713
+ "args": []
714
+ }
715
+ ],
716
+ "License": [
717
+ {
718
+ "name": "add",
719
+ "args": [
720
+ "license"
721
+ ]
722
+ },
723
+ {
724
+ "name": "all",
725
+ "args": []
726
+ },
727
+ {
728
+ "name": "show",
729
+ "args": []
730
+ },
731
+ {
732
+ "name": "remove",
733
+ "args": [
734
+ "licenceId"
735
+ ]
736
+ },
737
+ {
738
+ "name": "recalculateBillableUsers",
739
+ "args": [
740
+ "licenceId"
741
+ ]
742
+ }
743
+ ],
744
+ "LicenseTemplates": [],
745
+ "Lint": [
746
+ {
747
+ "name": "check",
748
+ "args": [
749
+ "projectId"
750
+ ]
751
+ },
752
+ {
753
+ "name": "lint",
754
+ "args": [
755
+ "projectId",
756
+ "content"
757
+ ]
758
+ }
759
+ ],
760
+ "Markdown": [
761
+ {
762
+ "name": "render",
763
+ "args": [
764
+ "text"
765
+ ]
766
+ }
767
+ ],
768
+ "Maven": [
769
+ {
770
+ "name": "downloadPackageFile",
771
+ "args": [
772
+ "path",
773
+ "filename"
774
+ ]
775
+ },
776
+ {
777
+ "name": "uploadPackageFile",
778
+ "args": [
779
+ "projectId",
780
+ "path",
781
+ "packageFile"
782
+ ]
783
+ }
784
+ ],
785
+ "Metadata": [
786
+ {
787
+ "name": "show",
788
+ "args": []
789
+ }
790
+ ],
791
+ "Migrations": [
792
+ {
793
+ "name": "all",
794
+ "args": []
795
+ },
796
+ {
797
+ "name": "create",
798
+ "args": [
799
+ "configuration",
800
+ "entities"
801
+ ]
802
+ },
803
+ {
804
+ "name": "allEntities",
805
+ "args": []
806
+ },
807
+ {
808
+ "name": "show",
809
+ "args": [
810
+ "bulkImportId"
811
+ ]
812
+ },
813
+ {
814
+ "name": "showEntity",
815
+ "args": [
816
+ "bulkImportId",
817
+ "entitityId"
818
+ ]
819
+ }
820
+ ],
821
+ "NPM": [
822
+ {
823
+ "name": "downloadPackageFile",
824
+ "args": [
825
+ "projectId",
826
+ "packageName",
827
+ "filename"
828
+ ]
829
+ },
830
+ {
831
+ "name": "removeDistTag",
832
+ "args": [
833
+ "packageName",
834
+ "tag"
835
+ ]
836
+ },
837
+ {
838
+ "name": "setDistTag",
839
+ "args": [
840
+ "packageName",
841
+ "tag"
842
+ ]
843
+ },
844
+ {
845
+ "name": "showDistTags",
846
+ "args": [
847
+ "packageName"
848
+ ]
849
+ },
850
+ {
851
+ "name": "showMetadata",
852
+ "args": [
853
+ "packageName"
854
+ ]
855
+ },
856
+ {
857
+ "name": "uploadPackageFile",
858
+ "args": [
859
+ "projectId",
860
+ "packageName",
861
+ "versions",
862
+ "metadata"
863
+ ]
864
+ }
865
+ ],
866
+ "Namespaces": [
867
+ {
868
+ "name": "all",
869
+ "args": []
870
+ },
871
+ {
872
+ "name": "exists",
873
+ "args": [
874
+ "namespace"
875
+ ]
876
+ },
877
+ {
878
+ "name": "show",
879
+ "args": [
880
+ "namespaceId"
881
+ ]
882
+ }
883
+ ],
884
+ "NotificationSettings": [
885
+ {
886
+ "name": "edit",
887
+ "args": []
888
+ },
889
+ {
890
+ "name": "show",
891
+ "args": []
892
+ }
893
+ ],
894
+ "NuGet": [
895
+ {
896
+ "name": "downloadPackageFile",
897
+ "args": [
898
+ "projectId",
899
+ "packageName",
900
+ "packageVersion",
901
+ "filename"
902
+ ]
903
+ },
904
+ {
905
+ "name": "search",
906
+ "args": [
907
+ "q"
908
+ ]
909
+ },
910
+ {
911
+ "name": "showMetadata",
912
+ "args": [
913
+ "packageName"
914
+ ]
915
+ },
916
+ {
917
+ "name": "showPackageIndex",
918
+ "args": [
919
+ "projectId",
920
+ "packageName"
921
+ ]
922
+ },
923
+ {
924
+ "name": "showServiceIndex",
925
+ "args": []
926
+ },
927
+ {
928
+ "name": "showVersionMetadata",
929
+ "args": [
930
+ "packageName",
931
+ "packageVersion"
932
+ ]
933
+ },
934
+ {
935
+ "name": "uploadPackageFile",
936
+ "args": [
937
+ "projectId",
938
+ "packageName",
939
+ "packageVersion",
940
+ "packageFile"
941
+ ]
942
+ },
943
+ {
944
+ "name": "uploadSymbolPackage",
945
+ "args": [
946
+ "projectId",
947
+ "packageName",
948
+ "packageVersion",
949
+ "packageFile"
950
+ ]
951
+ }
952
+ ],
953
+ "PersonalAccessTokens": [
954
+ {
955
+ "name": "all",
956
+ "args": []
957
+ },
958
+ {
959
+ "name": "create",
960
+ "args": [
961
+ "userId",
962
+ "name",
963
+ "scopes"
964
+ ]
965
+ },
966
+ {
967
+ "name": "remove",
968
+ "args": []
969
+ },
970
+ {
971
+ "name": "rotate",
972
+ "args": [
973
+ "tokenId"
974
+ ]
975
+ },
976
+ {
977
+ "name": "show",
978
+ "args": []
979
+ }
980
+ ],
981
+ "PyPI": [
982
+ {
983
+ "name": "downloadPackageFile",
984
+ "args": [
985
+ "sha",
986
+ "fileIdentifier"
987
+ ]
988
+ },
989
+ {
990
+ "name": "showPackageDescriptor",
991
+ "args": [
992
+ "packageName"
993
+ ]
994
+ },
995
+ {
996
+ "name": "uploadPackageFile",
997
+ "args": [
998
+ "projectId",
999
+ "packageFile"
1000
+ ]
1001
+ }
1002
+ ],
1003
+ "RubyGems": [
1004
+ {
1005
+ "name": "allDependencies",
1006
+ "args": [
1007
+ "projectId"
1008
+ ]
1009
+ },
1010
+ {
1011
+ "name": "downloadGemFile",
1012
+ "args": [
1013
+ "projectId",
1014
+ "fileName"
1015
+ ]
1016
+ },
1017
+ {
1018
+ "name": "uploadGemFile",
1019
+ "args": [
1020
+ "projectId",
1021
+ "packageFile"
1022
+ ]
1023
+ }
1024
+ ],
1025
+ "Search": [
1026
+ {
1027
+ "name": "all",
1028
+ "args": [
1029
+ "scope",
1030
+ "search"
1031
+ ]
1032
+ }
1033
+ ],
1034
+ "SearchAdmin": [
1035
+ {
1036
+ "name": "all",
1037
+ "args": []
1038
+ },
1039
+ {
1040
+ "name": "show",
1041
+ "args": [
1042
+ "versionOrName"
1043
+ ]
1044
+ }
1045
+ ],
1046
+ "ServiceAccounts": [
1047
+ {
1048
+ "name": "create",
1049
+ "args": []
1050
+ }
1051
+ ],
1052
+ "ServiceData": [
1053
+ {
1054
+ "name": "showMetricDefinitions",
1055
+ "args": []
1056
+ },
1057
+ {
1058
+ "name": "showServicePingSQLQueries",
1059
+ "args": []
1060
+ },
1061
+ {
1062
+ "name": "showUsageDataNonSQLMetrics",
1063
+ "args": []
1064
+ }
1065
+ ],
1066
+ "SidekiqMetrics": [
1067
+ {
1068
+ "name": "queueMetrics",
1069
+ "args": []
1070
+ },
1071
+ {
1072
+ "name": "processMetrics",
1073
+ "args": []
1074
+ },
1075
+ {
1076
+ "name": "jobStats",
1077
+ "args": []
1078
+ },
1079
+ {
1080
+ "name": "compoundMetrics",
1081
+ "args": []
1082
+ }
1083
+ ],
1084
+ "SidekiqQueues": [
1085
+ {
1086
+ "name": "remove",
1087
+ "args": [
1088
+ "queueName"
1089
+ ]
1090
+ }
1091
+ ],
1092
+ "SnippetRepositoryStorageMoves": [],
1093
+ "Snippets": [
1094
+ {
1095
+ "name": "all",
1096
+ "args": []
1097
+ },
1098
+ {
1099
+ "name": "create",
1100
+ "args": [
1101
+ "title"
1102
+ ]
1103
+ },
1104
+ {
1105
+ "name": "edit",
1106
+ "args": [
1107
+ "snippetId"
1108
+ ]
1109
+ },
1110
+ {
1111
+ "name": "remove",
1112
+ "args": [
1113
+ "snippetId"
1114
+ ]
1115
+ },
1116
+ {
1117
+ "name": "show",
1118
+ "args": [
1119
+ "snippetId"
1120
+ ]
1121
+ },
1122
+ {
1123
+ "name": "showContent",
1124
+ "args": [
1125
+ "snippetId"
1126
+ ]
1127
+ },
1128
+ {
1129
+ "name": "showRepositoryFileContent",
1130
+ "args": [
1131
+ "snippetId",
1132
+ "ref",
1133
+ "filePath"
1134
+ ]
1135
+ },
1136
+ {
1137
+ "name": "showUserAgentDetails",
1138
+ "args": [
1139
+ "snippetId"
1140
+ ]
1141
+ }
1142
+ ],
1143
+ "Suggestions": [
1144
+ {
1145
+ "name": "edit",
1146
+ "args": [
1147
+ "suggestionId"
1148
+ ]
1149
+ },
1150
+ {
1151
+ "name": "editBatch",
1152
+ "args": [
1153
+ "suggestionIds"
1154
+ ]
1155
+ }
1156
+ ],
1157
+ "SystemHooks": [
1158
+ {
1159
+ "name": "all",
1160
+ "args": []
1161
+ },
1162
+ {
1163
+ "name": "add",
1164
+ "args": [
1165
+ "url"
1166
+ ]
1167
+ },
1168
+ {
1169
+ "name": "create",
1170
+ "args": [
1171
+ "url"
1172
+ ]
1173
+ },
1174
+ {
1175
+ "name": "test",
1176
+ "args": [
1177
+ "hookId"
1178
+ ]
1179
+ },
1180
+ {
1181
+ "name": "remove",
1182
+ "args": [
1183
+ "hookId"
1184
+ ]
1185
+ },
1186
+ {
1187
+ "name": "show",
1188
+ "args": [
1189
+ "hookId"
1190
+ ]
1191
+ }
1192
+ ],
1193
+ "TodoLists": [
1194
+ {
1195
+ "name": "all",
1196
+ "args": []
1197
+ },
1198
+ {
1199
+ "name": "done",
1200
+ "args": []
1201
+ }
1202
+ ],
1203
+ "Topics": [
1204
+ {
1205
+ "name": "all",
1206
+ "args": []
1207
+ },
1208
+ {
1209
+ "name": "create",
1210
+ "args": [
1211
+ "name"
1212
+ ]
1213
+ },
1214
+ {
1215
+ "name": "edit",
1216
+ "args": [
1217
+ "topicId"
1218
+ ]
1219
+ },
1220
+ {
1221
+ "name": "merge",
1222
+ "args": [
1223
+ "sourceTopicId",
1224
+ "targetTopicId"
1225
+ ]
1226
+ },
1227
+ {
1228
+ "name": "remove",
1229
+ "args": [
1230
+ "topicId"
1231
+ ]
1232
+ },
1233
+ {
1234
+ "name": "show",
1235
+ "args": [
1236
+ "topicId"
1237
+ ]
1238
+ }
1239
+ ],
1240
+ "Branches": [
1241
+ {
1242
+ "name": "all",
1243
+ "args": [
1244
+ "projectId"
1245
+ ]
1246
+ },
1247
+ {
1248
+ "name": "create",
1249
+ "args": [
1250
+ "projectId",
1251
+ "branchName",
1252
+ "ref"
1253
+ ]
1254
+ },
1255
+ {
1256
+ "name": "remove",
1257
+ "args": [
1258
+ "projectId",
1259
+ "branchName"
1260
+ ]
1261
+ },
1262
+ {
1263
+ "name": "removeMerged",
1264
+ "args": [
1265
+ "projectId"
1266
+ ]
1267
+ },
1268
+ {
1269
+ "name": "show",
1270
+ "args": [
1271
+ "projectId",
1272
+ "branchName"
1273
+ ]
1274
+ }
1275
+ ],
1276
+ "CommitDiscussions": [],
1277
+ "Commits": [
1278
+ {
1279
+ "name": "all",
1280
+ "args": [
1281
+ "projectId"
1282
+ ]
1283
+ },
1284
+ {
1285
+ "name": "allComments",
1286
+ "args": [
1287
+ "projectId",
1288
+ "sha"
1289
+ ]
1290
+ },
1291
+ {
1292
+ "name": "allDiscussions",
1293
+ "args": [
1294
+ "projectId",
1295
+ "sha"
1296
+ ]
1297
+ },
1298
+ {
1299
+ "name": "allMergeRequests",
1300
+ "args": [
1301
+ "projectId",
1302
+ "sha"
1303
+ ]
1304
+ },
1305
+ {
1306
+ "name": "allReferences",
1307
+ "args": [
1308
+ "projectId",
1309
+ "sha"
1310
+ ]
1311
+ },
1312
+ {
1313
+ "name": "allStatuses",
1314
+ "args": [
1315
+ "projectId",
1316
+ "sha"
1317
+ ]
1318
+ },
1319
+ {
1320
+ "name": "cherryPick",
1321
+ "args": [
1322
+ "projectId",
1323
+ "sha",
1324
+ "branch"
1325
+ ]
1326
+ },
1327
+ {
1328
+ "name": "create",
1329
+ "args": [
1330
+ "projectId",
1331
+ "branch",
1332
+ "message",
1333
+ "actions"
1334
+ ]
1335
+ },
1336
+ {
1337
+ "name": "createComment",
1338
+ "args": [
1339
+ "projectId",
1340
+ "sha",
1341
+ "note"
1342
+ ]
1343
+ },
1344
+ {
1345
+ "name": "editStatus",
1346
+ "args": [
1347
+ "projectId",
1348
+ "sha",
1349
+ "state"
1350
+ ]
1351
+ },
1352
+ {
1353
+ "name": "revert",
1354
+ "args": [
1355
+ "projectId",
1356
+ "sha",
1357
+ "branch"
1358
+ ]
1359
+ },
1360
+ {
1361
+ "name": "show",
1362
+ "args": [
1363
+ "projectId",
1364
+ "sha"
1365
+ ]
1366
+ },
1367
+ {
1368
+ "name": "showDiff",
1369
+ "args": [
1370
+ "projectId",
1371
+ "sha"
1372
+ ]
1373
+ },
1374
+ {
1375
+ "name": "showGPGSignature",
1376
+ "args": [
1377
+ "projectId",
1378
+ "sha"
1379
+ ]
1380
+ },
1381
+ {
1382
+ "name": "showSequence",
1383
+ "args": [
1384
+ "projectId",
1385
+ "sha"
1386
+ ]
1387
+ }
1388
+ ],
1389
+ "ContainerRegistry": [
1390
+ {
1391
+ "name": "allRepositories",
1392
+ "args": []
1393
+ },
1394
+ {
1395
+ "name": "allTags",
1396
+ "args": [
1397
+ "projectId",
1398
+ "repositoryId"
1399
+ ]
1400
+ },
1401
+ {
1402
+ "name": "editRegistryVisibility",
1403
+ "args": [
1404
+ "projectId"
1405
+ ]
1406
+ },
1407
+ {
1408
+ "name": "removeRepository",
1409
+ "args": [
1410
+ "projectId",
1411
+ "repositoryId"
1412
+ ]
1413
+ },
1414
+ {
1415
+ "name": "removeTag",
1416
+ "args": [
1417
+ "projectId",
1418
+ "repositoryId",
1419
+ "tagName"
1420
+ ]
1421
+ },
1422
+ {
1423
+ "name": "removeTags",
1424
+ "args": [
1425
+ "projectId",
1426
+ "repositoryId",
1427
+ "nameRegexDelete"
1428
+ ]
1429
+ },
1430
+ {
1431
+ "name": "showRepository",
1432
+ "args": [
1433
+ "repositoryId"
1434
+ ]
1435
+ },
1436
+ {
1437
+ "name": "showTag",
1438
+ "args": [
1439
+ "projectId",
1440
+ "repositoryId",
1441
+ "tagName"
1442
+ ]
1443
+ }
1444
+ ],
1445
+ "Deployments": [
1446
+ {
1447
+ "name": "all",
1448
+ "args": [
1449
+ "projectId"
1450
+ ]
1451
+ },
1452
+ {
1453
+ "name": "allMergeRequests",
1454
+ "args": [
1455
+ "projectId",
1456
+ "deploymentId"
1457
+ ]
1458
+ },
1459
+ {
1460
+ "name": "create",
1461
+ "args": [
1462
+ "projectId",
1463
+ "environment",
1464
+ "sha",
1465
+ "ref",
1466
+ "tag"
1467
+ ]
1468
+ },
1469
+ {
1470
+ "name": "edit",
1471
+ "args": [
1472
+ "projectId",
1473
+ "deploymentId",
1474
+ "status"
1475
+ ]
1476
+ },
1477
+ {
1478
+ "name": "remove",
1479
+ "args": [
1480
+ "projectId",
1481
+ "deploymentId"
1482
+ ]
1483
+ },
1484
+ {
1485
+ "name": "setApproval",
1486
+ "args": [
1487
+ "projectId",
1488
+ "deploymentId",
1489
+ "status"
1490
+ ]
1491
+ },
1492
+ {
1493
+ "name": "show",
1494
+ "args": [
1495
+ "projectId",
1496
+ "deploymentId"
1497
+ ]
1498
+ }
1499
+ ],
1500
+ "Environments": [
1501
+ {
1502
+ "name": "all",
1503
+ "args": [
1504
+ "projectId"
1505
+ ]
1506
+ },
1507
+ {
1508
+ "name": "create",
1509
+ "args": [
1510
+ "projectId",
1511
+ "name"
1512
+ ]
1513
+ },
1514
+ {
1515
+ "name": "edit",
1516
+ "args": [
1517
+ "projectId",
1518
+ "environmentId"
1519
+ ]
1520
+ },
1521
+ {
1522
+ "name": "remove",
1523
+ "args": [
1524
+ "projectId",
1525
+ "environmentId"
1526
+ ]
1527
+ },
1528
+ {
1529
+ "name": "removeReviewApps",
1530
+ "args": [
1531
+ "projectId"
1532
+ ]
1533
+ },
1534
+ {
1535
+ "name": "show",
1536
+ "args": [
1537
+ "projectId",
1538
+ "environmentId"
1539
+ ]
1540
+ },
1541
+ {
1542
+ "name": "stop",
1543
+ "args": [
1544
+ "projectId",
1545
+ "environmentId"
1546
+ ]
1547
+ },
1548
+ {
1549
+ "name": "stopStale",
1550
+ "args": [
1551
+ "projectId",
1552
+ "before"
1553
+ ]
1554
+ }
1555
+ ],
1556
+ "ErrorTrackingClientKeys": [
1557
+ {
1558
+ "name": "all",
1559
+ "args": [
1560
+ "projectId"
1561
+ ]
1562
+ },
1563
+ {
1564
+ "name": "create",
1565
+ "args": [
1566
+ "projectId"
1567
+ ]
1568
+ },
1569
+ {
1570
+ "name": "remove",
1571
+ "args": [
1572
+ "projectId"
1573
+ ]
1574
+ }
1575
+ ],
1576
+ "ErrorTrackingSettings": [
1577
+ {
1578
+ "name": "create",
1579
+ "args": [
1580
+ "projectId",
1581
+ "active",
1582
+ "integrated"
1583
+ ]
1584
+ },
1585
+ {
1586
+ "name": "edit",
1587
+ "args": [
1588
+ "projectId",
1589
+ "active"
1590
+ ]
1591
+ },
1592
+ {
1593
+ "name": "show",
1594
+ "args": [
1595
+ "projectId"
1596
+ ]
1597
+ }
1598
+ ],
1599
+ "ExternalStatusChecks": [
1600
+ {
1601
+ "name": "all",
1602
+ "args": [
1603
+ "projectId"
1604
+ ]
1605
+ },
1606
+ {
1607
+ "name": "create",
1608
+ "args": [
1609
+ "projectId",
1610
+ "name",
1611
+ "externalUrl"
1612
+ ]
1613
+ },
1614
+ {
1615
+ "name": "edit",
1616
+ "args": [
1617
+ "projectId",
1618
+ "externalStatusCheckId"
1619
+ ]
1620
+ },
1621
+ {
1622
+ "name": "remove",
1623
+ "args": [
1624
+ "projectId",
1625
+ "externalStatusCheckId"
1626
+ ]
1627
+ },
1628
+ {
1629
+ "name": "set",
1630
+ "args": [
1631
+ "projectId",
1632
+ "mergerequestIId",
1633
+ "sha",
1634
+ "externalStatusCheckId"
1635
+ ]
1636
+ }
1637
+ ],
1638
+ "FeatureFlagUserLists": [
1639
+ {
1640
+ "name": "all",
1641
+ "args": [
1642
+ "projectId"
1643
+ ]
1644
+ },
1645
+ {
1646
+ "name": "create",
1647
+ "args": [
1648
+ "projectId",
1649
+ "name",
1650
+ "userXids"
1651
+ ]
1652
+ },
1653
+ {
1654
+ "name": "edit",
1655
+ "args": [
1656
+ "projectId",
1657
+ "featureFlagUserListIId"
1658
+ ]
1659
+ },
1660
+ {
1661
+ "name": "remove",
1662
+ "args": [
1663
+ "projectId",
1664
+ "featureFlagUserListIId"
1665
+ ]
1666
+ },
1667
+ {
1668
+ "name": "show",
1669
+ "args": [
1670
+ "projectId",
1671
+ "featureFlagUserListIId"
1672
+ ]
1673
+ }
1674
+ ],
1675
+ "FeatureFlags": [
1676
+ {
1677
+ "name": "all",
1678
+ "args": [
1679
+ "projectId"
1680
+ ]
1681
+ },
1682
+ {
1683
+ "name": "create",
1684
+ "args": [
1685
+ "projectId",
1686
+ "flagName",
1687
+ "version"
1688
+ ]
1689
+ },
1690
+ {
1691
+ "name": "edit",
1692
+ "args": [
1693
+ "projectId",
1694
+ "featureFlagName"
1695
+ ]
1696
+ },
1697
+ {
1698
+ "name": "remove",
1699
+ "args": [
1700
+ "projectId",
1701
+ "flagName"
1702
+ ]
1703
+ },
1704
+ {
1705
+ "name": "show",
1706
+ "args": [
1707
+ "projectId",
1708
+ "flagName"
1709
+ ]
1710
+ }
1711
+ ],
1712
+ "FreezePeriods": [
1713
+ {
1714
+ "name": "all",
1715
+ "args": [
1716
+ "projectId"
1717
+ ]
1718
+ },
1719
+ {
1720
+ "name": "create",
1721
+ "args": [
1722
+ "projectId",
1723
+ "freezeStart",
1724
+ "freezeEnd"
1725
+ ]
1726
+ },
1727
+ {
1728
+ "name": "edit",
1729
+ "args": [
1730
+ "projectId",
1731
+ "freezePeriodId"
1732
+ ]
1733
+ },
1734
+ {
1735
+ "name": "remove",
1736
+ "args": [
1737
+ "projectId",
1738
+ "freezePeriodId"
1739
+ ]
1740
+ },
1741
+ {
1742
+ "name": "show",
1743
+ "args": [
1744
+ "projectId",
1745
+ "freezePeriodId"
1746
+ ]
1747
+ }
1748
+ ],
1749
+ "GitlabPages": [
1750
+ {
1751
+ "name": "remove",
1752
+ "args": [
1753
+ "projectId"
1754
+ ]
1755
+ },
1756
+ {
1757
+ "name": "showSettings",
1758
+ "args": [
1759
+ "projectId"
1760
+ ]
1761
+ }
1762
+ ],
1763
+ "GoProxy": [
1764
+ {
1765
+ "name": "all",
1766
+ "args": [
1767
+ "projectId",
1768
+ "moduleName"
1769
+ ]
1770
+ },
1771
+ {
1772
+ "name": "showVersionMetadata",
1773
+ "args": [
1774
+ "projectId",
1775
+ "moduleName",
1776
+ "moduleVersion"
1777
+ ]
1778
+ },
1779
+ {
1780
+ "name": "downloadModuleFile",
1781
+ "args": [
1782
+ "projectId",
1783
+ "moduleName",
1784
+ "moduleVersion"
1785
+ ]
1786
+ },
1787
+ {
1788
+ "name": "downloadModuleSource",
1789
+ "args": [
1790
+ "projectId",
1791
+ "moduleName",
1792
+ "moduleVersion"
1793
+ ]
1794
+ }
1795
+ ],
1796
+ "Helm": [
1797
+ {
1798
+ "name": "downloadChartIndex",
1799
+ "args": [
1800
+ "projectId",
1801
+ "channel"
1802
+ ]
1803
+ },
1804
+ {
1805
+ "name": "downloadChart",
1806
+ "args": [
1807
+ "projectId",
1808
+ "channel",
1809
+ "filename"
1810
+ ]
1811
+ },
1812
+ {
1813
+ "name": "import",
1814
+ "args": [
1815
+ "projectId",
1816
+ "channel",
1817
+ "chart"
1818
+ ]
1819
+ }
1820
+ ],
1821
+ "Integrations": [
1822
+ {
1823
+ "name": "all",
1824
+ "args": [
1825
+ "projectId"
1826
+ ]
1827
+ },
1828
+ {
1829
+ "name": "edit",
1830
+ "args": [
1831
+ "projectId",
1832
+ "integrationName"
1833
+ ]
1834
+ },
1835
+ {
1836
+ "name": "disable",
1837
+ "args": [
1838
+ "projectId",
1839
+ "integrationName"
1840
+ ]
1841
+ },
1842
+ {
1843
+ "name": "show",
1844
+ "args": [
1845
+ "projectId",
1846
+ "integrationName"
1847
+ ]
1848
+ }
1849
+ ],
1850
+ "IssueAwardEmojis": [],
1851
+ "IssueDiscussions": [],
1852
+ "IssueIterationEvents": [],
1853
+ "IssueLabelEvents": [],
1854
+ "IssueLinks": [
1855
+ {
1856
+ "name": "all",
1857
+ "args": [
1858
+ "projectId",
1859
+ "issueIId"
1860
+ ]
1861
+ },
1862
+ {
1863
+ "name": "create",
1864
+ "args": [
1865
+ "projectId",
1866
+ "issueIId",
1867
+ "targetProjectId",
1868
+ "targetIssueIId"
1869
+ ]
1870
+ },
1871
+ {
1872
+ "name": "remove",
1873
+ "args": [
1874
+ "projectId",
1875
+ "issueIId",
1876
+ "issueLinkId"
1877
+ ]
1878
+ }
1879
+ ],
1880
+ "IssueMilestoneEvents": [],
1881
+ "IssueNoteAwardEmojis": [],
1882
+ "IssueNotes": [],
1883
+ "IssueStateEvents": [],
1884
+ "IssueWeightEvents": [],
1885
+ "Issues": [
1886
+ {
1887
+ "name": "addSpentTime",
1888
+ "args": [
1889
+ "projectId",
1890
+ "issueIId",
1891
+ "duration"
1892
+ ]
1893
+ },
1894
+ {
1895
+ "name": "addTimeEstimate",
1896
+ "args": [
1897
+ "projectId",
1898
+ "issueIId",
1899
+ "duration"
1900
+ ]
1901
+ },
1902
+ {
1903
+ "name": "all",
1904
+ "args": []
1905
+ },
1906
+ {
1907
+ "name": "allMetricImages",
1908
+ "args": [
1909
+ "projectId",
1910
+ "issueIId"
1911
+ ]
1912
+ },
1913
+ {
1914
+ "name": "allParticipants",
1915
+ "args": [
1916
+ "projectId",
1917
+ "issueIId"
1918
+ ]
1919
+ },
1920
+ {
1921
+ "name": "allRelatedMergeRequests",
1922
+ "args": [
1923
+ "projectId",
1924
+ "issueIId"
1925
+ ]
1926
+ },
1927
+ {
1928
+ "name": "create",
1929
+ "args": [
1930
+ "projectId",
1931
+ "title"
1932
+ ]
1933
+ },
1934
+ {
1935
+ "name": "createTodo",
1936
+ "args": [
1937
+ "projectId",
1938
+ "issueIId"
1939
+ ]
1940
+ },
1941
+ {
1942
+ "name": "clone",
1943
+ "args": [
1944
+ "projectId",
1945
+ "issueIId",
1946
+ "destinationProjectId"
1947
+ ]
1948
+ },
1949
+ {
1950
+ "name": "edit",
1951
+ "args": [
1952
+ "projectId",
1953
+ "issueIId"
1954
+ ]
1955
+ },
1956
+ {
1957
+ "name": "editMetricImage",
1958
+ "args": [
1959
+ "projectId",
1960
+ "issueIId",
1961
+ "imageId"
1962
+ ]
1963
+ },
1964
+ {
1965
+ "name": "move",
1966
+ "args": [
1967
+ "projectId",
1968
+ "issueIId",
1969
+ "destinationProjectId"
1970
+ ]
1971
+ },
1972
+ {
1973
+ "name": "promote",
1974
+ "args": [
1975
+ "projectId",
1976
+ "issueIId",
1977
+ "body"
1978
+ ]
1979
+ },
1980
+ {
1981
+ "name": "remove",
1982
+ "args": [
1983
+ "projectId",
1984
+ "issueIId"
1985
+ ]
1986
+ },
1987
+ {
1988
+ "name": "removeMetricImage",
1989
+ "args": [
1990
+ "projectId",
1991
+ "issueIId",
1992
+ "imageId"
1993
+ ]
1994
+ },
1995
+ {
1996
+ "name": "reorder",
1997
+ "args": [
1998
+ "projectId",
1999
+ "issueIId"
2000
+ ]
2001
+ },
2002
+ {
2003
+ "name": "resetSpentTime",
2004
+ "args": [
2005
+ "projectId",
2006
+ "issueIId"
2007
+ ]
2008
+ },
2009
+ {
2010
+ "name": "resetTimeEstimate",
2011
+ "args": [
2012
+ "projectId",
2013
+ "issueIId"
2014
+ ]
2015
+ },
2016
+ {
2017
+ "name": "show",
2018
+ "args": [
2019
+ "issueId"
2020
+ ]
2021
+ },
2022
+ {
2023
+ "name": "subscribe",
2024
+ "args": [
2025
+ "projectId",
2026
+ "issueIId"
2027
+ ]
2028
+ },
2029
+ {
2030
+ "name": "allClosedByMergeRequestst",
2031
+ "args": [
2032
+ "projectId",
2033
+ "issueIId"
2034
+ ]
2035
+ },
2036
+ {
2037
+ "name": "showTimeStats",
2038
+ "args": [
2039
+ "projectId",
2040
+ "issueIId"
2041
+ ]
2042
+ },
2043
+ {
2044
+ "name": "unsubscribe",
2045
+ "args": [
2046
+ "projectId",
2047
+ "issueIId"
2048
+ ]
2049
+ },
2050
+ {
2051
+ "name": "uploadMetricImage",
2052
+ "args": [
2053
+ "projectId",
2054
+ "issueIId",
2055
+ "metricImage"
2056
+ ]
2057
+ },
2058
+ {
2059
+ "name": "showUserAgentDetails",
2060
+ "args": [
2061
+ "projectId",
2062
+ "issueIId"
2063
+ ]
2064
+ }
2065
+ ],
2066
+ "IssuesStatistics": [
2067
+ {
2068
+ "name": "all",
2069
+ "args": []
2070
+ }
2071
+ ],
2072
+ "JobArtifacts": [
2073
+ {
2074
+ "name": "downloadArchive",
2075
+ "args": [
2076
+ "projectId"
2077
+ ]
2078
+ },
2079
+ {
2080
+ "name": "keep",
2081
+ "args": [
2082
+ "projectId",
2083
+ "jobId"
2084
+ ]
2085
+ },
2086
+ {
2087
+ "name": "remove",
2088
+ "args": [
2089
+ "projectId"
2090
+ ]
2091
+ }
2092
+ ],
2093
+ "Jobs": [
2094
+ {
2095
+ "name": "all",
2096
+ "args": [
2097
+ "projectId"
2098
+ ]
2099
+ },
2100
+ {
2101
+ "name": "allPipelineBridges",
2102
+ "args": [
2103
+ "projectId",
2104
+ "pipelineId"
2105
+ ]
2106
+ },
2107
+ {
2108
+ "name": "cancel",
2109
+ "args": [
2110
+ "projectId",
2111
+ "jobId"
2112
+ ]
2113
+ },
2114
+ {
2115
+ "name": "erase",
2116
+ "args": [
2117
+ "projectId",
2118
+ "jobId"
2119
+ ]
2120
+ },
2121
+ {
2122
+ "name": "play",
2123
+ "args": [
2124
+ "projectId",
2125
+ "jobId"
2126
+ ]
2127
+ },
2128
+ {
2129
+ "name": "retry",
2130
+ "args": [
2131
+ "projectId",
2132
+ "jobId"
2133
+ ]
2134
+ },
2135
+ {
2136
+ "name": "show",
2137
+ "args": [
2138
+ "projectId",
2139
+ "jobId"
2140
+ ]
2141
+ },
2142
+ {
2143
+ "name": "showConnectedJob",
2144
+ "args": []
2145
+ },
2146
+ {
2147
+ "name": "showConnectedJobK8Agents",
2148
+ "args": []
2149
+ },
2150
+ {
2151
+ "name": "showLog",
2152
+ "args": [
2153
+ "projectId",
2154
+ "jobId"
2155
+ ]
2156
+ }
2157
+ ],
2158
+ "MergeRequestApprovals": [
2159
+ {
2160
+ "name": "allApprovalRules",
2161
+ "args": [
2162
+ "projectId"
2163
+ ]
2164
+ },
2165
+ {
2166
+ "name": "approve",
2167
+ "args": [
2168
+ "projectId",
2169
+ "mergerequestIId"
2170
+ ]
2171
+ },
2172
+ {
2173
+ "name": "createApprovalRule",
2174
+ "args": [
2175
+ "projectId",
2176
+ "name",
2177
+ "approvalsRequired"
2178
+ ]
2179
+ },
2180
+ {
2181
+ "name": "editApprovalRule",
2182
+ "args": [
2183
+ "projectId",
2184
+ "approvalRuleId",
2185
+ "name",
2186
+ "approvalsRequired"
2187
+ ]
2188
+ },
2189
+ {
2190
+ "name": "editConfiguration",
2191
+ "args": [
2192
+ "projectId"
2193
+ ]
2194
+ },
2195
+ {
2196
+ "name": "removeApprovalRule",
2197
+ "args": [
2198
+ "projectId",
2199
+ "approvalRuleId"
2200
+ ]
2201
+ },
2202
+ {
2203
+ "name": "showApprovalRule",
2204
+ "args": [
2205
+ "projectId",
2206
+ "approvalRuleId"
2207
+ ]
2208
+ },
2209
+ {
2210
+ "name": "showApprovalState",
2211
+ "args": [
2212
+ "projectId",
2213
+ "mergerequestIId"
2214
+ ]
2215
+ },
2216
+ {
2217
+ "name": "showConfiguration",
2218
+ "args": [
2219
+ "projectId"
2220
+ ]
2221
+ },
2222
+ {
2223
+ "name": "unapprove",
2224
+ "args": [
2225
+ "projectId",
2226
+ "mergerequestIId"
2227
+ ]
2228
+ }
2229
+ ],
2230
+ "MergeRequestAwardEmojis": [],
2231
+ "MergeRequestContextCommits": [
2232
+ {
2233
+ "name": "all",
2234
+ "args": [
2235
+ "projectId",
2236
+ "mergerequestIId"
2237
+ ]
2238
+ },
2239
+ {
2240
+ "name": "create",
2241
+ "args": [
2242
+ "projectId",
2243
+ "commits"
2244
+ ]
2245
+ },
2246
+ {
2247
+ "name": "remove",
2248
+ "args": [
2249
+ "projectId",
2250
+ "mergerequestIId"
2251
+ ]
2252
+ }
2253
+ ],
2254
+ "MergeRequestDiscussions": [
2255
+ {
2256
+ "name": "resolve",
2257
+ "args": [
2258
+ "projectId",
2259
+ "mergerequestId",
2260
+ "discussionId",
2261
+ "resolved"
2262
+ ]
2263
+ }
2264
+ ],
2265
+ "MergeRequestDraftNotes": [
2266
+ {
2267
+ "name": "all",
2268
+ "args": [
2269
+ "projectId",
2270
+ "mergerequestIId"
2271
+ ]
2272
+ },
2273
+ {
2274
+ "name": "create",
2275
+ "args": [
2276
+ "projectId",
2277
+ "mergerequestIId",
2278
+ "note"
2279
+ ]
2280
+ },
2281
+ {
2282
+ "name": "edit",
2283
+ "args": [
2284
+ "projectId",
2285
+ "mergerequestIId",
2286
+ "draftNoteId"
2287
+ ]
2288
+ },
2289
+ {
2290
+ "name": "publish",
2291
+ "args": [
2292
+ "projectId",
2293
+ "mergerequestIId",
2294
+ "draftNoteId"
2295
+ ]
2296
+ },
2297
+ {
2298
+ "name": "publishBulk",
2299
+ "args": [
2300
+ "projectId",
2301
+ "mergerequestIId"
2302
+ ]
2303
+ },
2304
+ {
2305
+ "name": "remove",
2306
+ "args": [
2307
+ "projectId",
2308
+ "mergerequestIId",
2309
+ "draftNoteId"
2310
+ ]
2311
+ },
2312
+ {
2313
+ "name": "show",
2314
+ "args": [
2315
+ "projectId",
2316
+ "mergerequestIId",
2317
+ "draftNoteId"
2318
+ ]
2319
+ }
2320
+ ],
2321
+ "MergeRequestLabelEvents": [],
2322
+ "MergeRequestMilestoneEvents": [],
2323
+ "MergeRequestNoteAwardEmojis": [],
2324
+ "MergeRequestNotes": [],
2325
+ "MergeRequests": [
2326
+ {
2327
+ "name": "accept",
2328
+ "args": [
2329
+ "projectId",
2330
+ "mergerequestIId"
2331
+ ]
2332
+ },
2333
+ {
2334
+ "name": "addSpentTime",
2335
+ "args": [
2336
+ "projectId",
2337
+ "mergerequestIId",
2338
+ "duration"
2339
+ ]
2340
+ },
2341
+ {
2342
+ "name": "all",
2343
+ "args": []
2344
+ },
2345
+ {
2346
+ "name": "allDiffs",
2347
+ "args": [
2348
+ "projectId",
2349
+ "mergerequestIId"
2350
+ ]
2351
+ },
2352
+ {
2353
+ "name": "allCommits",
2354
+ "args": [
2355
+ "projectId",
2356
+ "mergerequestIId"
2357
+ ]
2358
+ },
2359
+ {
2360
+ "name": "allDiffVersions",
2361
+ "args": [
2362
+ "projectId",
2363
+ "mergerequestIId"
2364
+ ]
2365
+ },
2366
+ {
2367
+ "name": "allIssuesClosed",
2368
+ "args": [
2369
+ "projectId",
2370
+ "mergerequestIId"
2371
+ ]
2372
+ },
2373
+ {
2374
+ "name": "allIssuesRelated",
2375
+ "args": [
2376
+ "projectId",
2377
+ "mergerequestIId"
2378
+ ]
2379
+ },
2380
+ {
2381
+ "name": "allParticipants",
2382
+ "args": [
2383
+ "projectId",
2384
+ "mergerequestIId"
2385
+ ]
2386
+ },
2387
+ {
2388
+ "name": "allPipelines",
2389
+ "args": [
2390
+ "projectId",
2391
+ "mergerequestIId"
2392
+ ]
2393
+ },
2394
+ {
2395
+ "name": "cancelOnPipelineSuccess",
2396
+ "args": [
2397
+ "projectId",
2398
+ "mergerequestIId"
2399
+ ]
2400
+ },
2401
+ {
2402
+ "name": "create",
2403
+ "args": [
2404
+ "projectId",
2405
+ "sourceBranch",
2406
+ "targetBranch",
2407
+ "title"
2408
+ ]
2409
+ },
2410
+ {
2411
+ "name": "createPipeline",
2412
+ "args": [
2413
+ "projectId",
2414
+ "mergerequestIId"
2415
+ ]
2416
+ },
2417
+ {
2418
+ "name": "createTodo",
2419
+ "args": [
2420
+ "projectId",
2421
+ "mergerequestIId"
2422
+ ]
2423
+ },
2424
+ {
2425
+ "name": "edit",
2426
+ "args": [
2427
+ "projectId",
2428
+ "mergerequestIId"
2429
+ ]
2430
+ },
2431
+ {
2432
+ "name": "merge",
2433
+ "args": [
2434
+ "projectId",
2435
+ "mergerequestIId"
2436
+ ]
2437
+ },
2438
+ {
2439
+ "name": "mergeToDefault",
2440
+ "args": [
2441
+ "projectId",
2442
+ "mergerequestIId"
2443
+ ]
2444
+ },
2445
+ {
2446
+ "name": "rebase",
2447
+ "args": [
2448
+ "projectId",
2449
+ "mergerequestIId"
2450
+ ]
2451
+ },
2452
+ {
2453
+ "name": "remove",
2454
+ "args": [
2455
+ "projectId",
2456
+ "mergerequestIId"
2457
+ ]
2458
+ },
2459
+ {
2460
+ "name": "resetSpentTime",
2461
+ "args": [
2462
+ "projectId",
2463
+ "mergerequestIId"
2464
+ ]
2465
+ },
2466
+ {
2467
+ "name": "resetTimeEstimate",
2468
+ "args": [
2469
+ "projectId",
2470
+ "mergerequestIId"
2471
+ ]
2472
+ },
2473
+ {
2474
+ "name": "setTimeEstimate",
2475
+ "args": [
2476
+ "projectId",
2477
+ "mergerequestIId",
2478
+ "duration"
2479
+ ]
2480
+ },
2481
+ {
2482
+ "name": "show",
2483
+ "args": [
2484
+ "projectId",
2485
+ "mergerequestIId"
2486
+ ]
2487
+ },
2488
+ {
2489
+ "name": "showChanges",
2490
+ "args": [
2491
+ "projectId",
2492
+ "mergerequestIId"
2493
+ ]
2494
+ },
2495
+ {
2496
+ "name": "showDiffVersion",
2497
+ "args": [
2498
+ "projectId",
2499
+ "mergerequestIId",
2500
+ "versionId"
2501
+ ]
2502
+ },
2503
+ {
2504
+ "name": "showTimeStats",
2505
+ "args": [
2506
+ "projectId",
2507
+ "mergerequestIId"
2508
+ ]
2509
+ },
2510
+ {
2511
+ "name": "subscribe",
2512
+ "args": [
2513
+ "projectId",
2514
+ "mergerequestIId"
2515
+ ]
2516
+ },
2517
+ {
2518
+ "name": "unsubscribe",
2519
+ "args": [
2520
+ "projectId",
2521
+ "mergerequestIId"
2522
+ ]
2523
+ },
2524
+ {
2525
+ "name": "showReviewers",
2526
+ "args": [
2527
+ "projectId",
2528
+ "mergerequestIId"
2529
+ ]
2530
+ }
2531
+ ],
2532
+ "MergeTrains": [
2533
+ {
2534
+ "name": "all",
2535
+ "args": [
2536
+ "projectId"
2537
+ ]
2538
+ },
2539
+ {
2540
+ "name": "showStatus",
2541
+ "args": [
2542
+ "projectId",
2543
+ "mergeRequestIId"
2544
+ ]
2545
+ },
2546
+ {
2547
+ "name": "addMergeRequest",
2548
+ "args": [
2549
+ "projectId",
2550
+ "mergeRequestIId"
2551
+ ]
2552
+ }
2553
+ ],
2554
+ "PackageRegistry": [
2555
+ {
2556
+ "name": "publish",
2557
+ "args": [
2558
+ "projectId",
2559
+ "packageName",
2560
+ "packageVersion",
2561
+ "packageFile"
2562
+ ]
2563
+ },
2564
+ {
2565
+ "name": "download",
2566
+ "args": [
2567
+ "projectId",
2568
+ "packageName",
2569
+ "packageVersion",
2570
+ "filename"
2571
+ ]
2572
+ }
2573
+ ],
2574
+ "Packages": [
2575
+ {
2576
+ "name": "all",
2577
+ "args": []
2578
+ },
2579
+ {
2580
+ "name": "allFiles",
2581
+ "args": [
2582
+ "projectId",
2583
+ "packageId"
2584
+ ]
2585
+ },
2586
+ {
2587
+ "name": "remove",
2588
+ "args": [
2589
+ "projectId",
2590
+ "packageId"
2591
+ ]
2592
+ },
2593
+ {
2594
+ "name": "removeFile",
2595
+ "args": [
2596
+ "projectId",
2597
+ "packageId",
2598
+ "projectFileId"
2599
+ ]
2600
+ },
2601
+ {
2602
+ "name": "show",
2603
+ "args": [
2604
+ "projectId",
2605
+ "packageId"
2606
+ ]
2607
+ }
2608
+ ],
2609
+ "PagesDomains": [
2610
+ {
2611
+ "name": "all",
2612
+ "args": []
2613
+ },
2614
+ {
2615
+ "name": "create",
2616
+ "args": [
2617
+ "projectId",
2618
+ "domain"
2619
+ ]
2620
+ },
2621
+ {
2622
+ "name": "edit",
2623
+ "args": [
2624
+ "projectId",
2625
+ "domain"
2626
+ ]
2627
+ },
2628
+ {
2629
+ "name": "show",
2630
+ "args": [
2631
+ "projectId",
2632
+ "domain"
2633
+ ]
2634
+ },
2635
+ {
2636
+ "name": "remove",
2637
+ "args": [
2638
+ "projectId",
2639
+ "domain"
2640
+ ]
2641
+ }
2642
+ ],
2643
+ "PipelineScheduleVariables": [
2644
+ {
2645
+ "name": "all",
2646
+ "args": [
2647
+ "projectId",
2648
+ "pipelineScheduleId"
2649
+ ]
2650
+ },
2651
+ {
2652
+ "name": "create",
2653
+ "args": [
2654
+ "projectId",
2655
+ "pipelineScheduleId",
2656
+ "key",
2657
+ "value"
2658
+ ]
2659
+ },
2660
+ {
2661
+ "name": "edit",
2662
+ "args": [
2663
+ "projectId",
2664
+ "pipelineScheduleId",
2665
+ "key",
2666
+ "value"
2667
+ ]
2668
+ },
2669
+ {
2670
+ "name": "remove",
2671
+ "args": [
2672
+ "projectId",
2673
+ "pipelineScheduleId",
2674
+ "key"
2675
+ ]
2676
+ }
2677
+ ],
2678
+ "PipelineSchedules": [
2679
+ {
2680
+ "name": "all",
2681
+ "args": [
2682
+ "projectId"
2683
+ ]
2684
+ },
2685
+ {
2686
+ "name": "allTriggeredPipelines",
2687
+ "args": [
2688
+ "projectId",
2689
+ "pipelineScheduleId"
2690
+ ]
2691
+ },
2692
+ {
2693
+ "name": "create",
2694
+ "args": [
2695
+ "projectId",
2696
+ "description",
2697
+ "ref",
2698
+ "cron"
2699
+ ]
2700
+ },
2701
+ {
2702
+ "name": "edit",
2703
+ "args": [
2704
+ "projectId",
2705
+ "pipelineScheduleId"
2706
+ ]
2707
+ },
2708
+ {
2709
+ "name": "remove",
2710
+ "args": [
2711
+ "projectId",
2712
+ "pipelineScheduleId"
2713
+ ]
2714
+ },
2715
+ {
2716
+ "name": "run",
2717
+ "args": [
2718
+ "projectId",
2719
+ "pipelineScheduleId"
2720
+ ]
2721
+ },
2722
+ {
2723
+ "name": "show",
2724
+ "args": [
2725
+ "projectId",
2726
+ "pipelineScheduleId"
2727
+ ]
2728
+ },
2729
+ {
2730
+ "name": "takeOwnership",
2731
+ "args": [
2732
+ "projectId",
2733
+ "pipelineScheduleId"
2734
+ ]
2735
+ }
2736
+ ],
2737
+ "PipelineTriggerTokens": [
2738
+ {
2739
+ "name": "all",
2740
+ "args": [
2741
+ "projectId"
2742
+ ]
2743
+ },
2744
+ {
2745
+ "name": "create",
2746
+ "args": [
2747
+ "projectId",
2748
+ "description"
2749
+ ]
2750
+ },
2751
+ {
2752
+ "name": "edit",
2753
+ "args": [
2754
+ "projectId",
2755
+ "triggerId"
2756
+ ]
2757
+ },
2758
+ {
2759
+ "name": "remove",
2760
+ "args": [
2761
+ "projectId",
2762
+ "triggerId"
2763
+ ]
2764
+ },
2765
+ {
2766
+ "name": "show",
2767
+ "args": [
2768
+ "projectId",
2769
+ "triggerId"
2770
+ ]
2771
+ },
2772
+ {
2773
+ "name": "trigger",
2774
+ "args": [
2775
+ "projectId",
2776
+ "ref",
2777
+ "token"
2778
+ ]
2779
+ }
2780
+ ],
2781
+ "Pipelines": [
2782
+ {
2783
+ "name": "all",
2784
+ "args": [
2785
+ "projectId"
2786
+ ]
2787
+ },
2788
+ {
2789
+ "name": "allVariables",
2790
+ "args": [
2791
+ "projectId",
2792
+ "pipelineId"
2793
+ ]
2794
+ },
2795
+ {
2796
+ "name": "cancel",
2797
+ "args": [
2798
+ "projectId",
2799
+ "pipelineId"
2800
+ ]
2801
+ },
2802
+ {
2803
+ "name": "create",
2804
+ "args": [
2805
+ "projectId",
2806
+ "ref"
2807
+ ]
2808
+ },
2809
+ {
2810
+ "name": "remove",
2811
+ "args": [
2812
+ "projectId",
2813
+ "pipelineId"
2814
+ ]
2815
+ },
2816
+ {
2817
+ "name": "retry",
2818
+ "args": [
2819
+ "projectId",
2820
+ "pipelineId"
2821
+ ]
2822
+ },
2823
+ {
2824
+ "name": "show",
2825
+ "args": [
2826
+ "projectId",
2827
+ "pipelineId"
2828
+ ]
2829
+ },
2830
+ {
2831
+ "name": "showLatest",
2832
+ "args": [
2833
+ "projectId"
2834
+ ]
2835
+ },
2836
+ {
2837
+ "name": "showTestReport",
2838
+ "args": [
2839
+ "projectId",
2840
+ "pipelineId"
2841
+ ]
2842
+ },
2843
+ {
2844
+ "name": "showTestReportSummary",
2845
+ "args": [
2846
+ "projectId",
2847
+ "pipelineId"
2848
+ ]
2849
+ }
2850
+ ],
2851
+ "ProductAnalytics": [
2852
+ {
2853
+ "name": "allFunnels",
2854
+ "args": [
2855
+ "projectId"
2856
+ ]
2857
+ },
2858
+ {
2859
+ "name": "load",
2860
+ "args": [
2861
+ "projectId"
2862
+ ]
2863
+ },
2864
+ {
2865
+ "name": "dryRun",
2866
+ "args": [
2867
+ "projectId"
2868
+ ]
2869
+ },
2870
+ {
2871
+ "name": "showMetadata",
2872
+ "args": [
2873
+ "projectId"
2874
+ ]
2875
+ }
2876
+ ],
2877
+ "ProjectAccessRequests": [],
2878
+ "ProjectAccessTokens": [],
2879
+ "ProjectAliases": [
2880
+ {
2881
+ "name": "all",
2882
+ "args": []
2883
+ },
2884
+ {
2885
+ "name": "create",
2886
+ "args": [
2887
+ "projectId",
2888
+ "name"
2889
+ ]
2890
+ },
2891
+ {
2892
+ "name": "edit",
2893
+ "args": [
2894
+ "name"
2895
+ ]
2896
+ },
2897
+ {
2898
+ "name": "remove",
2899
+ "args": [
2900
+ "name"
2901
+ ]
2902
+ }
2903
+ ],
2904
+ "ProjectBadges": [],
2905
+ "ProjectCustomAttributes": [],
2906
+ "ProjectDORA4Metrics": [],
2907
+ "ProjectHooks": [],
2908
+ "ProjectImportExports": [
2909
+ {
2910
+ "name": "download",
2911
+ "args": [
2912
+ "projectId"
2913
+ ]
2914
+ },
2915
+ {
2916
+ "name": "import",
2917
+ "args": [
2918
+ "file",
2919
+ "path"
2920
+ ]
2921
+ },
2922
+ {
2923
+ "name": "importRemote",
2924
+ "args": [
2925
+ "url",
2926
+ "path"
2927
+ ]
2928
+ },
2929
+ {
2930
+ "name": "importRemoteS3",
2931
+ "args": [
2932
+ "accessKeyId",
2933
+ "bucketName",
2934
+ "fileKey",
2935
+ "path",
2936
+ "region",
2937
+ "secretAccessKey"
2938
+ ]
2939
+ },
2940
+ {
2941
+ "name": "showExportStatus",
2942
+ "args": [
2943
+ "projectId"
2944
+ ]
2945
+ },
2946
+ {
2947
+ "name": "showImportStatus",
2948
+ "args": [
2949
+ "projectId"
2950
+ ]
2951
+ },
2952
+ {
2953
+ "name": "scheduleExport",
2954
+ "args": [
2955
+ "projectId",
2956
+ "uploadConfig"
2957
+ ]
2958
+ }
2959
+ ],
2960
+ "ProjectInvitations": [],
2961
+ "ProjectIssueBoards": [],
2962
+ "ProjectIterations": [],
2963
+ "ProjectJobTokenScopes": [
2964
+ {
2965
+ "name": "show",
2966
+ "args": [
2967
+ "projectId"
2968
+ ]
2969
+ },
2970
+ {
2971
+ "name": "edit",
2972
+ "args": [
2973
+ "projectId",
2974
+ "enabled"
2975
+ ]
2976
+ },
2977
+ {
2978
+ "name": "showInboundAllowList",
2979
+ "args": [
2980
+ "projectId"
2981
+ ]
2982
+ },
2983
+ {
2984
+ "name": "addToInboundAllowList",
2985
+ "args": [
2986
+ "projectId",
2987
+ "targetProjectId"
2988
+ ]
2989
+ },
2990
+ {
2991
+ "name": "removeFromInboundAllowList",
2992
+ "args": [
2993
+ "projectId",
2994
+ "targetProjectId"
2995
+ ]
2996
+ },
2997
+ {
2998
+ "name": "showGroupsAllowList",
2999
+ "args": [
3000
+ "projectId"
3001
+ ]
3002
+ },
3003
+ {
3004
+ "name": "addToGroupsAllowList",
3005
+ "args": [
3006
+ "projectId",
3007
+ "targetGroupId"
3008
+ ]
3009
+ },
3010
+ {
3011
+ "name": "removeFromGroupsAllowList",
3012
+ "args": [
3013
+ "projectId",
3014
+ "targetGroupId"
3015
+ ]
3016
+ }
3017
+ ],
3018
+ "ProjectLabels": [],
3019
+ "ProjectMarkdownUploads": [
3020
+ {
3021
+ "name": "create",
3022
+ "args": [
3023
+ "projectId",
3024
+ "file"
3025
+ ]
3026
+ }
3027
+ ],
3028
+ "ProjectMembers": [],
3029
+ "ProjectMilestones": [
3030
+ {
3031
+ "name": "promote",
3032
+ "args": [
3033
+ "projectId",
3034
+ "milestoneId"
3035
+ ]
3036
+ }
3037
+ ],
3038
+ "ProjectProtectedEnvironments": [],
3039
+ "ProjectPushRules": [],
3040
+ "ProjectRelationsExport": [
3041
+ {
3042
+ "name": "download",
3043
+ "args": [
3044
+ "projectId",
3045
+ "relation"
3046
+ ]
3047
+ },
3048
+ {
3049
+ "name": "showExportStatus",
3050
+ "args": [
3051
+ "projectId"
3052
+ ]
3053
+ },
3054
+ {
3055
+ "name": "scheduleExport",
3056
+ "args": [
3057
+ "projectId"
3058
+ ]
3059
+ }
3060
+ ],
3061
+ "ProjectReleases": [
3062
+ {
3063
+ "name": "all",
3064
+ "args": [
3065
+ "projectId"
3066
+ ]
3067
+ },
3068
+ {
3069
+ "name": "create",
3070
+ "args": [
3071
+ "projectId"
3072
+ ]
3073
+ },
3074
+ {
3075
+ "name": "createEvidence",
3076
+ "args": [
3077
+ "projectId",
3078
+ "tagName"
3079
+ ]
3080
+ },
3081
+ {
3082
+ "name": "edit",
3083
+ "args": [
3084
+ "projectId",
3085
+ "tagName"
3086
+ ]
3087
+ },
3088
+ {
3089
+ "name": "download",
3090
+ "args": [
3091
+ "projectId",
3092
+ "tagName",
3093
+ "filepath"
3094
+ ]
3095
+ },
3096
+ {
3097
+ "name": "downloadLatest",
3098
+ "args": [
3099
+ "projectId",
3100
+ "filepath"
3101
+ ]
3102
+ },
3103
+ {
3104
+ "name": "remove",
3105
+ "args": [
3106
+ "projectId",
3107
+ "tagName"
3108
+ ]
3109
+ },
3110
+ {
3111
+ "name": "show",
3112
+ "args": [
3113
+ "projectId",
3114
+ "tagName"
3115
+ ]
3116
+ },
3117
+ {
3118
+ "name": "showLatest",
3119
+ "args": [
3120
+ "projectId"
3121
+ ]
3122
+ },
3123
+ {
3124
+ "name": "showLatestEvidence",
3125
+ "args": [
3126
+ "projectId"
3127
+ ]
3128
+ }
3129
+ ],
3130
+ "ProjectRemoteMirrors": [
3131
+ {
3132
+ "name": "all",
3133
+ "args": [
3134
+ "projectId"
3135
+ ]
3136
+ },
3137
+ {
3138
+ "name": "createPullMirror",
3139
+ "args": [
3140
+ "projectId",
3141
+ "url",
3142
+ "mirror"
3143
+ ]
3144
+ },
3145
+ {
3146
+ "name": "createPushMirror",
3147
+ "args": [
3148
+ "projectId",
3149
+ "url"
3150
+ ]
3151
+ },
3152
+ {
3153
+ "name": "edit",
3154
+ "args": [
3155
+ "projectId",
3156
+ "mirrorId"
3157
+ ]
3158
+ },
3159
+ {
3160
+ "name": "remove",
3161
+ "args": [
3162
+ "projectId",
3163
+ "mirrorId"
3164
+ ]
3165
+ },
3166
+ {
3167
+ "name": "show",
3168
+ "args": [
3169
+ "projectId",
3170
+ "mirrorId"
3171
+ ]
3172
+ },
3173
+ {
3174
+ "name": "sync",
3175
+ "args": [
3176
+ "projectId",
3177
+ "mirrorId"
3178
+ ]
3179
+ }
3180
+ ],
3181
+ "ProjectRepositoryStorageMoves": [],
3182
+ "ProjectSnippetAwardEmojis": [],
3183
+ "ProjectSnippetDiscussions": [],
3184
+ "ProjectSnippetNotes": [],
3185
+ "ProjectSnippets": [
3186
+ {
3187
+ "name": "all",
3188
+ "args": [
3189
+ "projectId"
3190
+ ]
3191
+ },
3192
+ {
3193
+ "name": "create",
3194
+ "args": [
3195
+ "projectId",
3196
+ "title"
3197
+ ]
3198
+ },
3199
+ {
3200
+ "name": "edit",
3201
+ "args": [
3202
+ "projectId",
3203
+ "snippetId"
3204
+ ]
3205
+ },
3206
+ {
3207
+ "name": "remove",
3208
+ "args": [
3209
+ "projectId",
3210
+ "snippetId"
3211
+ ]
3212
+ },
3213
+ {
3214
+ "name": "show",
3215
+ "args": [
3216
+ "projectId",
3217
+ "snippetId"
3218
+ ]
3219
+ },
3220
+ {
3221
+ "name": "showContent",
3222
+ "args": [
3223
+ "projectId",
3224
+ "snippetId"
3225
+ ]
3226
+ },
3227
+ {
3228
+ "name": "showRepositoryFileContent",
3229
+ "args": [
3230
+ "projectId",
3231
+ "snippetId",
3232
+ "ref",
3233
+ "filePath"
3234
+ ]
3235
+ },
3236
+ {
3237
+ "name": "showUserAgentDetails",
3238
+ "args": [
3239
+ "projectId",
3240
+ "snippetId"
3241
+ ]
3242
+ }
3243
+ ],
3244
+ "ProjectStatistics": [
3245
+ {
3246
+ "name": "show",
3247
+ "args": [
3248
+ "projectId"
3249
+ ]
3250
+ }
3251
+ ],
3252
+ "ProjectTemplates": [
3253
+ {
3254
+ "name": "all",
3255
+ "args": [
3256
+ "projectId",
3257
+ "type"
3258
+ ]
3259
+ },
3260
+ {
3261
+ "name": "show",
3262
+ "args": [
3263
+ "projectId",
3264
+ "type",
3265
+ "name"
3266
+ ]
3267
+ }
3268
+ ],
3269
+ "ProjectTerraformState": [
3270
+ {
3271
+ "name": "show",
3272
+ "args": [
3273
+ "projectId",
3274
+ "name"
3275
+ ]
3276
+ },
3277
+ {
3278
+ "name": "showVersion",
3279
+ "args": [
3280
+ "projectId",
3281
+ "name",
3282
+ "serial"
3283
+ ]
3284
+ },
3285
+ {
3286
+ "name": "removeVersion",
3287
+ "args": [
3288
+ "projectId",
3289
+ "name",
3290
+ "serial"
3291
+ ]
3292
+ },
3293
+ {
3294
+ "name": "remove",
3295
+ "args": [
3296
+ "projectId",
3297
+ "name"
3298
+ ]
3299
+ },
3300
+ {
3301
+ "name": "removeTerraformStateLock",
3302
+ "args": [
3303
+ "projectId",
3304
+ "name"
3305
+ ]
3306
+ },
3307
+ {
3308
+ "name": "createVersion",
3309
+ "args": [
3310
+ "projectId",
3311
+ "name"
3312
+ ]
3313
+ }
3314
+ ],
3315
+ "ProjectVariables": [],
3316
+ "ProjectVulnerabilities": [
3317
+ {
3318
+ "name": "all",
3319
+ "args": [
3320
+ "projectId"
3321
+ ]
3322
+ },
3323
+ {
3324
+ "name": "create",
3325
+ "args": [
3326
+ "projectId",
3327
+ "findingId"
3328
+ ]
3329
+ }
3330
+ ],
3331
+ "ProjectWikis": [],
3332
+ "Projects": [
3333
+ {
3334
+ "name": "all",
3335
+ "args": []
3336
+ },
3337
+ {
3338
+ "name": "allTransferLocations",
3339
+ "args": [
3340
+ "projectId"
3341
+ ]
3342
+ },
3343
+ {
3344
+ "name": "allUsers",
3345
+ "args": [
3346
+ "projectId"
3347
+ ]
3348
+ },
3349
+ {
3350
+ "name": "allGroups",
3351
+ "args": [
3352
+ "projectId"
3353
+ ]
3354
+ },
3355
+ {
3356
+ "name": "allInvitedGroups",
3357
+ "args": [
3358
+ "projectId"
3359
+ ]
3360
+ },
3361
+ {
3362
+ "name": "allSharableGroups",
3363
+ "args": [
3364
+ "projectId"
3365
+ ]
3366
+ },
3367
+ {
3368
+ "name": "allForks",
3369
+ "args": [
3370
+ "projectId"
3371
+ ]
3372
+ },
3373
+ {
3374
+ "name": "allStarrers",
3375
+ "args": [
3376
+ "projectId"
3377
+ ]
3378
+ },
3379
+ {
3380
+ "name": "allStoragePaths",
3381
+ "args": [
3382
+ "projectId"
3383
+ ]
3384
+ },
3385
+ {
3386
+ "name": "archive",
3387
+ "args": [
3388
+ "projectId"
3389
+ ]
3390
+ },
3391
+ {
3392
+ "name": "create",
3393
+ "args": []
3394
+ },
3395
+ {
3396
+ "name": "createForkRelationship",
3397
+ "args": [
3398
+ "projectId",
3399
+ "forkedFromId"
3400
+ ]
3401
+ },
3402
+ {
3403
+ "name": "createPullMirror",
3404
+ "args": [
3405
+ "projectId",
3406
+ "url",
3407
+ "mirror"
3408
+ ]
3409
+ },
3410
+ {
3411
+ "name": "downloadSnapshot",
3412
+ "args": [
3413
+ "projectId"
3414
+ ]
3415
+ },
3416
+ {
3417
+ "name": "edit",
3418
+ "args": [
3419
+ "projectId"
3420
+ ]
3421
+ },
3422
+ {
3423
+ "name": "fork",
3424
+ "args": [
3425
+ "projectId"
3426
+ ]
3427
+ },
3428
+ {
3429
+ "name": "housekeeping",
3430
+ "args": [
3431
+ "projectId"
3432
+ ]
3433
+ },
3434
+ {
3435
+ "name": "importProjectMembers",
3436
+ "args": [
3437
+ "projectId",
3438
+ "sourceProjectId"
3439
+ ]
3440
+ },
3441
+ {
3442
+ "name": "remove",
3443
+ "args": [
3444
+ "projectId"
3445
+ ]
3446
+ },
3447
+ {
3448
+ "name": "removeForkRelationship",
3449
+ "args": [
3450
+ "projectId"
3451
+ ]
3452
+ },
3453
+ {
3454
+ "name": "removeAvatar",
3455
+ "args": [
3456
+ "projectId"
3457
+ ]
3458
+ },
3459
+ {
3460
+ "name": "restore",
3461
+ "args": [
3462
+ "projectId"
3463
+ ]
3464
+ },
3465
+ {
3466
+ "name": "search",
3467
+ "args": [
3468
+ "projectName"
3469
+ ]
3470
+ },
3471
+ {
3472
+ "name": "share",
3473
+ "args": [
3474
+ "projectId",
3475
+ "groupId",
3476
+ "groupAccess"
3477
+ ]
3478
+ },
3479
+ {
3480
+ "name": "show",
3481
+ "args": [
3482
+ "projectId"
3483
+ ]
3484
+ },
3485
+ {
3486
+ "name": "showLanguages",
3487
+ "args": [
3488
+ "projectId"
3489
+ ]
3490
+ },
3491
+ {
3492
+ "name": "showPullMirror",
3493
+ "args": [
3494
+ "projectId"
3495
+ ]
3496
+ },
3497
+ {
3498
+ "name": "star",
3499
+ "args": [
3500
+ "projectId"
3501
+ ]
3502
+ },
3503
+ {
3504
+ "name": "transfer",
3505
+ "args": [
3506
+ "projectId",
3507
+ "namespaceId"
3508
+ ]
3509
+ },
3510
+ {
3511
+ "name": "unarchive",
3512
+ "args": [
3513
+ "projectId"
3514
+ ]
3515
+ },
3516
+ {
3517
+ "name": "unshare",
3518
+ "args": [
3519
+ "projectId",
3520
+ "groupId"
3521
+ ]
3522
+ },
3523
+ {
3524
+ "name": "unstar",
3525
+ "args": [
3526
+ "projectId"
3527
+ ]
3528
+ },
3529
+ {
3530
+ "name": "uploadForReference",
3531
+ "args": [
3532
+ "projectId",
3533
+ "file"
3534
+ ]
3535
+ },
3536
+ {
3537
+ "name": "uploadAvatar",
3538
+ "args": [
3539
+ "projectId",
3540
+ "avatar"
3541
+ ]
3542
+ }
3543
+ ],
3544
+ "ProtectedBranches": [
3545
+ {
3546
+ "name": "all",
3547
+ "args": [
3548
+ "projectId"
3549
+ ]
3550
+ },
3551
+ {
3552
+ "name": "create",
3553
+ "args": [
3554
+ "projectId",
3555
+ "branchName"
3556
+ ]
3557
+ },
3558
+ {
3559
+ "name": "protect",
3560
+ "args": [
3561
+ "projectId",
3562
+ "branchName"
3563
+ ]
3564
+ },
3565
+ {
3566
+ "name": "edit",
3567
+ "args": [
3568
+ "projectId",
3569
+ "branchName"
3570
+ ]
3571
+ },
3572
+ {
3573
+ "name": "show",
3574
+ "args": [
3575
+ "projectId",
3576
+ "branchName"
3577
+ ]
3578
+ },
3579
+ {
3580
+ "name": "remove",
3581
+ "args": [
3582
+ "projectId",
3583
+ "branchName"
3584
+ ]
3585
+ },
3586
+ {
3587
+ "name": "unprotect",
3588
+ "args": [
3589
+ "projectId",
3590
+ "branchName"
3591
+ ]
3592
+ }
3593
+ ],
3594
+ "ProtectedTags": [
3595
+ {
3596
+ "name": "all",
3597
+ "args": [
3598
+ "projectId"
3599
+ ]
3600
+ },
3601
+ {
3602
+ "name": "create",
3603
+ "args": [
3604
+ "projectId",
3605
+ "tagName"
3606
+ ]
3607
+ },
3608
+ {
3609
+ "name": "protect",
3610
+ "args": [
3611
+ "projectId",
3612
+ "tagName"
3613
+ ]
3614
+ },
3615
+ {
3616
+ "name": "show",
3617
+ "args": [
3618
+ "projectId",
3619
+ "tagName"
3620
+ ]
3621
+ },
3622
+ {
3623
+ "name": "remove",
3624
+ "args": [
3625
+ "projectId",
3626
+ "tagName"
3627
+ ]
3628
+ },
3629
+ {
3630
+ "name": "unprotect",
3631
+ "args": [
3632
+ "projectId",
3633
+ "tagName"
3634
+ ]
3635
+ }
3636
+ ],
3637
+ "ReleaseLinks": [
3638
+ {
3639
+ "name": "all",
3640
+ "args": [
3641
+ "projectId",
3642
+ "tagName"
3643
+ ]
3644
+ },
3645
+ {
3646
+ "name": "create",
3647
+ "args": [
3648
+ "projectId",
3649
+ "tagName",
3650
+ "name",
3651
+ "url"
3652
+ ]
3653
+ },
3654
+ {
3655
+ "name": "edit",
3656
+ "args": [
3657
+ "projectId",
3658
+ "tagName",
3659
+ "linkId"
3660
+ ]
3661
+ },
3662
+ {
3663
+ "name": "remove",
3664
+ "args": [
3665
+ "projectId",
3666
+ "tagName",
3667
+ "linkId"
3668
+ ]
3669
+ },
3670
+ {
3671
+ "name": "show",
3672
+ "args": [
3673
+ "projectId",
3674
+ "tagName",
3675
+ "linkId"
3676
+ ]
3677
+ }
3678
+ ],
3679
+ "Repositories": [
3680
+ {
3681
+ "name": "allContributors",
3682
+ "args": [
3683
+ "projectId"
3684
+ ]
3685
+ },
3686
+ {
3687
+ "name": "allRepositoryTrees",
3688
+ "args": [
3689
+ "projectId"
3690
+ ]
3691
+ },
3692
+ {
3693
+ "name": "compare",
3694
+ "args": [
3695
+ "projectId",
3696
+ "from",
3697
+ "to"
3698
+ ]
3699
+ },
3700
+ {
3701
+ "name": "editChangelog",
3702
+ "args": [
3703
+ "projectId",
3704
+ "version"
3705
+ ]
3706
+ },
3707
+ {
3708
+ "name": "mergeBase",
3709
+ "args": [
3710
+ "projectId",
3711
+ "refs"
3712
+ ]
3713
+ },
3714
+ {
3715
+ "name": "showArchive",
3716
+ "args": [
3717
+ "projectId"
3718
+ ]
3719
+ },
3720
+ {
3721
+ "name": "showBlob",
3722
+ "args": [
3723
+ "projectId",
3724
+ "sha"
3725
+ ]
3726
+ },
3727
+ {
3728
+ "name": "showBlobRaw",
3729
+ "args": [
3730
+ "projectId",
3731
+ "sha"
3732
+ ]
3733
+ },
3734
+ {
3735
+ "name": "showChangelog",
3736
+ "args": [
3737
+ "projectId",
3738
+ "version"
3739
+ ]
3740
+ }
3741
+ ],
3742
+ "RepositoryFiles": [
3743
+ {
3744
+ "name": "allFileBlames",
3745
+ "args": [
3746
+ "projectId",
3747
+ "filePath",
3748
+ "ref"
3749
+ ]
3750
+ },
3751
+ {
3752
+ "name": "create",
3753
+ "args": [
3754
+ "projectId",
3755
+ "filePath",
3756
+ "branch",
3757
+ "content",
3758
+ "commitMessage"
3759
+ ]
3760
+ },
3761
+ {
3762
+ "name": "edit",
3763
+ "args": [
3764
+ "projectId",
3765
+ "filePath",
3766
+ "branch",
3767
+ "content",
3768
+ "commitMessage"
3769
+ ]
3770
+ },
3771
+ {
3772
+ "name": "remove",
3773
+ "args": [
3774
+ "projectId",
3775
+ "filePath",
3776
+ "branch",
3777
+ "commitMessage"
3778
+ ]
3779
+ },
3780
+ {
3781
+ "name": "show",
3782
+ "args": [
3783
+ "projectId",
3784
+ "filePath",
3785
+ "ref"
3786
+ ]
3787
+ },
3788
+ {
3789
+ "name": "showRaw",
3790
+ "args": [
3791
+ "projectId",
3792
+ "filePath",
3793
+ "ref"
3794
+ ]
3795
+ }
3796
+ ],
3797
+ "RepositorySubmodules": [
3798
+ {
3799
+ "name": "edit",
3800
+ "args": [
3801
+ "projectId",
3802
+ "submodule",
3803
+ "branch",
3804
+ "commitSha"
3805
+ ]
3806
+ }
3807
+ ],
3808
+ "ResourceGroups": [
3809
+ {
3810
+ "name": "all",
3811
+ "args": [
3812
+ "projectId"
3813
+ ]
3814
+ },
3815
+ {
3816
+ "name": "edit",
3817
+ "args": [
3818
+ "projectId",
3819
+ "key"
3820
+ ]
3821
+ },
3822
+ {
3823
+ "name": "show",
3824
+ "args": [
3825
+ "projectId",
3826
+ "key"
3827
+ ]
3828
+ },
3829
+ {
3830
+ "name": "allUpcomingJobs",
3831
+ "args": [
3832
+ "projectId",
3833
+ "key"
3834
+ ]
3835
+ }
3836
+ ],
3837
+ "Runners": [
3838
+ {
3839
+ "name": "all",
3840
+ "args": []
3841
+ },
3842
+ {
3843
+ "name": "allJobs",
3844
+ "args": [
3845
+ "runnerId"
3846
+ ]
3847
+ },
3848
+ {
3849
+ "name": "create",
3850
+ "args": [
3851
+ "token"
3852
+ ]
3853
+ },
3854
+ {
3855
+ "name": "edit",
3856
+ "args": [
3857
+ "runnerId"
3858
+ ]
3859
+ },
3860
+ {
3861
+ "name": "enable",
3862
+ "args": [
3863
+ "projectId",
3864
+ "runnerId"
3865
+ ]
3866
+ },
3867
+ {
3868
+ "name": "disable",
3869
+ "args": [
3870
+ "projectId",
3871
+ "runnerId"
3872
+ ]
3873
+ },
3874
+ {
3875
+ "name": "register",
3876
+ "args": [
3877
+ "token"
3878
+ ]
3879
+ },
3880
+ {
3881
+ "name": "remove",
3882
+ "args": []
3883
+ },
3884
+ {
3885
+ "name": "resetRegistrationToken",
3886
+ "args": []
3887
+ },
3888
+ {
3889
+ "name": "show",
3890
+ "args": [
3891
+ "runnerId"
3892
+ ]
3893
+ },
3894
+ {
3895
+ "name": "verify",
3896
+ "args": []
3897
+ }
3898
+ ],
3899
+ "SecureFiles": [
3900
+ {
3901
+ "name": "all",
3902
+ "args": [
3903
+ "projectId"
3904
+ ]
3905
+ },
3906
+ {
3907
+ "name": "create",
3908
+ "args": [
3909
+ "projectId",
3910
+ "name",
3911
+ "file"
3912
+ ]
3913
+ },
3914
+ {
3915
+ "name": "download",
3916
+ "args": [
3917
+ "projectId",
3918
+ "secureFileId"
3919
+ ]
3920
+ },
3921
+ {
3922
+ "name": "remove",
3923
+ "args": [
3924
+ "projectId",
3925
+ "secureFileId"
3926
+ ]
3927
+ },
3928
+ {
3929
+ "name": "show",
3930
+ "args": [
3931
+ "projectId",
3932
+ "secureFileId"
3933
+ ]
3934
+ }
3935
+ ],
3936
+ "Tags": [
3937
+ {
3938
+ "name": "all",
3939
+ "args": [
3940
+ "projectId"
3941
+ ]
3942
+ },
3943
+ {
3944
+ "name": "create",
3945
+ "args": [
3946
+ "projectId",
3947
+ "tagName",
3948
+ "ref"
3949
+ ]
3950
+ },
3951
+ {
3952
+ "name": "remove",
3953
+ "args": [
3954
+ "projectId",
3955
+ "tagName"
3956
+ ]
3957
+ },
3958
+ {
3959
+ "name": "show",
3960
+ "args": [
3961
+ "projectId",
3962
+ "tagName"
3963
+ ]
3964
+ },
3965
+ {
3966
+ "name": "showSignature",
3967
+ "args": [
3968
+ "projectId",
3969
+ "tagName"
3970
+ ]
3971
+ }
3972
+ ],
3973
+ "UserStarredMetricsDashboard": [
3974
+ {
3975
+ "name": "create",
3976
+ "args": [
3977
+ "projectId",
3978
+ "dashboardPath"
3979
+ ]
3980
+ },
3981
+ {
3982
+ "name": "remove",
3983
+ "args": [
3984
+ "projectId"
3985
+ ]
3986
+ }
3987
+ ],
3988
+ "EpicAwardEmojis": [],
3989
+ "EpicDiscussions": [],
3990
+ "EpicIssues": [
3991
+ {
3992
+ "name": "all",
3993
+ "args": [
3994
+ "groupId",
3995
+ "epicIId"
3996
+ ]
3997
+ },
3998
+ {
3999
+ "name": "assign",
4000
+ "args": [
4001
+ "groupId",
4002
+ "epicIId",
4003
+ "epicIssueId"
4004
+ ]
4005
+ },
4006
+ {
4007
+ "name": "edit",
4008
+ "args": [
4009
+ "groupId",
4010
+ "epicIId",
4011
+ "epicIssueId"
4012
+ ]
4013
+ },
4014
+ {
4015
+ "name": "remove",
4016
+ "args": [
4017
+ "groupId",
4018
+ "epicIId",
4019
+ "epicIssueId"
4020
+ ]
4021
+ }
4022
+ ],
4023
+ "EpicLabelEvents": [],
4024
+ "EpicLinks": [
4025
+ {
4026
+ "name": "all",
4027
+ "args": [
4028
+ "groupId",
4029
+ "epicIId"
4030
+ ]
4031
+ },
4032
+ {
4033
+ "name": "assign",
4034
+ "args": [
4035
+ "groupId",
4036
+ "epicIId",
4037
+ "childEpicId"
4038
+ ]
4039
+ },
4040
+ {
4041
+ "name": "create",
4042
+ "args": [
4043
+ "groupId",
4044
+ "epicIId",
4045
+ "title"
4046
+ ]
4047
+ },
4048
+ {
4049
+ "name": "reorder",
4050
+ "args": [
4051
+ "groupId",
4052
+ "epicIId",
4053
+ "childEpicId"
4054
+ ]
4055
+ },
4056
+ {
4057
+ "name": "unassign",
4058
+ "args": [
4059
+ "groupId",
4060
+ "epicIId",
4061
+ "childEpicId"
4062
+ ]
4063
+ }
4064
+ ],
4065
+ "EpicNotes": [],
4066
+ "Epics": [
4067
+ {
4068
+ "name": "all",
4069
+ "args": [
4070
+ "groupId"
4071
+ ]
4072
+ },
4073
+ {
4074
+ "name": "create",
4075
+ "args": [
4076
+ "groupId",
4077
+ "title"
4078
+ ]
4079
+ },
4080
+ {
4081
+ "name": "createTodo",
4082
+ "args": [
4083
+ "groupId",
4084
+ "epicIId"
4085
+ ]
4086
+ },
4087
+ {
4088
+ "name": "edit",
4089
+ "args": [
4090
+ "groupId",
4091
+ "epicIId"
4092
+ ]
4093
+ },
4094
+ {
4095
+ "name": "remove",
4096
+ "args": [
4097
+ "groupId",
4098
+ "epicIId"
4099
+ ]
4100
+ },
4101
+ {
4102
+ "name": "show",
4103
+ "args": [
4104
+ "groupId",
4105
+ "epicIId"
4106
+ ]
4107
+ }
4108
+ ],
4109
+ "GroupAccessRequests": [],
4110
+ "GroupAccessTokens": [],
4111
+ "GroupActivityAnalytics": [
4112
+ {
4113
+ "name": "showIssuesCount",
4114
+ "args": [
4115
+ "groupPath"
4116
+ ]
4117
+ },
4118
+ {
4119
+ "name": "showMergeRequestsCount",
4120
+ "args": [
4121
+ "groupPath"
4122
+ ]
4123
+ },
4124
+ {
4125
+ "name": "showNewMembersCount",
4126
+ "args": [
4127
+ "groupPath"
4128
+ ]
4129
+ }
4130
+ ],
4131
+ "GroupBadges": [],
4132
+ "GroupCustomAttributes": [],
4133
+ "GroupDORA4Metrics": [],
4134
+ "GroupEpicBoards": [
4135
+ {
4136
+ "name": "all",
4137
+ "args": [
4138
+ "groupId"
4139
+ ]
4140
+ },
4141
+ {
4142
+ "name": "allLists",
4143
+ "args": [
4144
+ "groupId",
4145
+ "boardId"
4146
+ ]
4147
+ },
4148
+ {
4149
+ "name": "show",
4150
+ "args": [
4151
+ "groupId",
4152
+ "boardId"
4153
+ ]
4154
+ },
4155
+ {
4156
+ "name": "showList",
4157
+ "args": [
4158
+ "groupId",
4159
+ "boardId",
4160
+ "listId"
4161
+ ]
4162
+ }
4163
+ ],
4164
+ "GroupHooks": [],
4165
+ "GroupImportExports": [
4166
+ {
4167
+ "name": "download",
4168
+ "args": [
4169
+ "groupId"
4170
+ ]
4171
+ },
4172
+ {
4173
+ "name": "import",
4174
+ "args": [
4175
+ "file",
4176
+ "path"
4177
+ ]
4178
+ },
4179
+ {
4180
+ "name": "scheduleExport",
4181
+ "args": [
4182
+ "groupId"
4183
+ ]
4184
+ }
4185
+ ],
4186
+ "GroupInvitations": [],
4187
+ "GroupIssueBoards": [],
4188
+ "GroupIterations": [],
4189
+ "GroupLDAPLinks": [
4190
+ {
4191
+ "name": "add",
4192
+ "args": [
4193
+ "groupId",
4194
+ "groupAccess",
4195
+ "provider"
4196
+ ]
4197
+ },
4198
+ {
4199
+ "name": "all",
4200
+ "args": [
4201
+ "groupId"
4202
+ ]
4203
+ },
4204
+ {
4205
+ "name": "remove",
4206
+ "args": [
4207
+ "groupId",
4208
+ "provider"
4209
+ ]
4210
+ },
4211
+ {
4212
+ "name": "sync",
4213
+ "args": [
4214
+ "groupId"
4215
+ ]
4216
+ }
4217
+ ],
4218
+ "GroupLabels": [],
4219
+ "GroupMarkdownUploads": [],
4220
+ "GroupMemberRoles": [
4221
+ {
4222
+ "name": "add",
4223
+ "args": [
4224
+ "groupId",
4225
+ "baseAccessLevel"
4226
+ ]
4227
+ },
4228
+ {
4229
+ "name": "all",
4230
+ "args": [
4231
+ "groupId"
4232
+ ]
4233
+ },
4234
+ {
4235
+ "name": "remove",
4236
+ "args": [
4237
+ "groupId",
4238
+ "memberRoleId"
4239
+ ]
4240
+ }
4241
+ ],
4242
+ "GroupMembers": [
4243
+ {
4244
+ "name": "allBillable",
4245
+ "args": [
4246
+ "groupId"
4247
+ ]
4248
+ },
4249
+ {
4250
+ "name": "allPending",
4251
+ "args": [
4252
+ "groupId"
4253
+ ]
4254
+ },
4255
+ {
4256
+ "name": "allBillableMemberships",
4257
+ "args": [
4258
+ "groupId",
4259
+ "userId"
4260
+ ]
4261
+ },
4262
+ {
4263
+ "name": "approve",
4264
+ "args": [
4265
+ "groupId",
4266
+ "userId"
4267
+ ]
4268
+ },
4269
+ {
4270
+ "name": "approveAll",
4271
+ "args": [
4272
+ "groupId"
4273
+ ]
4274
+ },
4275
+ {
4276
+ "name": "removeBillable",
4277
+ "args": [
4278
+ "groupId",
4279
+ "userId"
4280
+ ]
4281
+ },
4282
+ {
4283
+ "name": "removeOverrideFlag",
4284
+ "args": [
4285
+ "groupId",
4286
+ "userId"
4287
+ ]
4288
+ },
4289
+ {
4290
+ "name": "setOverrideFlag",
4291
+ "args": [
4292
+ "groupId",
4293
+ "userId"
4294
+ ]
4295
+ }
4296
+ ],
4297
+ "GroupMilestones": [],
4298
+ "GroupProtectedEnvironments": [],
4299
+ "GroupPushRules": [],
4300
+ "GroupRelationExports": [
4301
+ {
4302
+ "name": "download",
4303
+ "args": [
4304
+ "groupId",
4305
+ "relation"
4306
+ ]
4307
+ },
4308
+ {
4309
+ "name": "exportStatus",
4310
+ "args": [
4311
+ "groupId"
4312
+ ]
4313
+ },
4314
+ {
4315
+ "name": "scheduleExport",
4316
+ "args": [
4317
+ "groupId"
4318
+ ]
4319
+ }
4320
+ ],
4321
+ "GroupReleases": [
4322
+ {
4323
+ "name": "all",
4324
+ "args": [
4325
+ "groupId"
4326
+ ]
4327
+ }
4328
+ ],
4329
+ "GroupRepositoryStorageMoves": [],
4330
+ "GroupSAMLIdentities": [
4331
+ {
4332
+ "name": "all",
4333
+ "args": [
4334
+ "groupId"
4335
+ ]
4336
+ },
4337
+ {
4338
+ "name": "edit",
4339
+ "args": [
4340
+ "groupId",
4341
+ "identityId"
4342
+ ]
4343
+ }
4344
+ ],
4345
+ "GroupSAMLLinks": [
4346
+ {
4347
+ "name": "all",
4348
+ "args": [
4349
+ "groupId"
4350
+ ]
4351
+ },
4352
+ {
4353
+ "name": "create",
4354
+ "args": [
4355
+ "groupId",
4356
+ "samlGroupName",
4357
+ "accessLevel"
4358
+ ]
4359
+ },
4360
+ {
4361
+ "name": "remove",
4362
+ "args": [
4363
+ "groupId",
4364
+ "samlGroupName"
4365
+ ]
4366
+ },
4367
+ {
4368
+ "name": "show",
4369
+ "args": [
4370
+ "groupId",
4371
+ "samlGroupName"
4372
+ ]
4373
+ }
4374
+ ],
4375
+ "GroupSCIMIdentities": [
4376
+ {
4377
+ "name": "all",
4378
+ "args": [
4379
+ "groupId"
4380
+ ]
4381
+ },
4382
+ {
4383
+ "name": "edit",
4384
+ "args": [
4385
+ "groupId",
4386
+ "identityId"
4387
+ ]
4388
+ }
4389
+ ],
4390
+ "GroupServiceAccounts": [
4391
+ {
4392
+ "name": "create",
4393
+ "args": [
4394
+ "groupId"
4395
+ ]
4396
+ },
4397
+ {
4398
+ "name": "addPersonalAccessToken",
4399
+ "args": [
4400
+ "groupId",
4401
+ "serviceAccountId"
4402
+ ]
4403
+ },
4404
+ {
4405
+ "name": "createPersonalAccessToken",
4406
+ "args": [
4407
+ "groupId",
4408
+ "serviceAccountId"
4409
+ ]
4410
+ },
4411
+ {
4412
+ "name": "rotatePersonalAccessToken",
4413
+ "args": [
4414
+ "groupId",
4415
+ "serviceAccountId",
4416
+ "tokenId"
4417
+ ]
4418
+ }
4419
+ ],
4420
+ "GroupVariables": [],
4421
+ "GroupWikis": [],
4422
+ "Groups": [
4423
+ {
4424
+ "name": "all",
4425
+ "args": []
4426
+ },
4427
+ {
4428
+ "name": "allDescendantGroups",
4429
+ "args": [
4430
+ "groupId"
4431
+ ]
4432
+ },
4433
+ {
4434
+ "name": "allProjects",
4435
+ "args": [
4436
+ "groupId"
4437
+ ]
4438
+ },
4439
+ {
4440
+ "name": "allSharedProjects",
4441
+ "args": [
4442
+ "groupId"
4443
+ ]
4444
+ },
4445
+ {
4446
+ "name": "allSubgroups",
4447
+ "args": [
4448
+ "groupId"
4449
+ ]
4450
+ },
4451
+ {
4452
+ "name": "allProvisionedUsers",
4453
+ "args": [
4454
+ "groupId"
4455
+ ]
4456
+ },
4457
+ {
4458
+ "name": "allTransferLocations",
4459
+ "args": [
4460
+ "groupId"
4461
+ ]
4462
+ },
4463
+ {
4464
+ "name": "create",
4465
+ "args": [
4466
+ "name",
4467
+ "path"
4468
+ ]
4469
+ },
4470
+ {
4471
+ "name": "downloadAvatar",
4472
+ "args": [
4473
+ "groupId"
4474
+ ]
4475
+ },
4476
+ {
4477
+ "name": "edit",
4478
+ "args": [
4479
+ "groupId"
4480
+ ]
4481
+ },
4482
+ {
4483
+ "name": "remove",
4484
+ "args": [
4485
+ "groupId"
4486
+ ]
4487
+ },
4488
+ {
4489
+ "name": "removeAvatar",
4490
+ "args": [
4491
+ "groupId"
4492
+ ]
4493
+ },
4494
+ {
4495
+ "name": "restore",
4496
+ "args": [
4497
+ "groupId"
4498
+ ]
4499
+ },
4500
+ {
4501
+ "name": "search",
4502
+ "args": [
4503
+ "nameOrPath"
4504
+ ]
4505
+ },
4506
+ {
4507
+ "name": "share",
4508
+ "args": [
4509
+ "groupId",
4510
+ "sharedGroupId",
4511
+ "groupAccess"
4512
+ ]
4513
+ },
4514
+ {
4515
+ "name": "show",
4516
+ "args": [
4517
+ "groupId"
4518
+ ]
4519
+ },
4520
+ {
4521
+ "name": "transfer",
4522
+ "args": [
4523
+ "groupId"
4524
+ ]
4525
+ },
4526
+ {
4527
+ "name": "transferProject",
4528
+ "args": [
4529
+ "groupId",
4530
+ "projectId"
4531
+ ]
4532
+ },
4533
+ {
4534
+ "name": "unshare",
4535
+ "args": [
4536
+ "groupId",
4537
+ "sharedGroupId"
4538
+ ]
4539
+ },
4540
+ {
4541
+ "name": "uploadAvatar",
4542
+ "args": [
4543
+ "groupId",
4544
+ "content"
4545
+ ]
4546
+ }
4547
+ ],
4548
+ "LinkedEpics": [
4549
+ {
4550
+ "name": "all",
4551
+ "args": [
4552
+ "groupId",
4553
+ "epicIId"
4554
+ ]
4555
+ },
4556
+ {
4557
+ "name": "create",
4558
+ "args": [
4559
+ "groupId",
4560
+ "epicIId",
4561
+ "targetEpicIId",
4562
+ "targetGroupId"
4563
+ ]
4564
+ },
4565
+ {
4566
+ "name": "remove",
4567
+ "args": [
4568
+ "groupId",
4569
+ "epicIId",
4570
+ "relatedEpicLinkId"
4571
+ ]
4572
+ }
4573
+ ],
4574
+ "UserCustomAttributes": [],
4575
+ "UserEmails": [
4576
+ {
4577
+ "name": "add",
4578
+ "args": [
4579
+ "email"
4580
+ ]
4581
+ },
4582
+ {
4583
+ "name": "all",
4584
+ "args": []
4585
+ },
4586
+ {
4587
+ "name": "create",
4588
+ "args": [
4589
+ "email"
4590
+ ]
4591
+ },
4592
+ {
4593
+ "name": "show",
4594
+ "args": [
4595
+ "emailId"
4596
+ ]
4597
+ },
4598
+ {
4599
+ "name": "remove",
4600
+ "args": [
4601
+ "emailId"
4602
+ ]
4603
+ }
4604
+ ],
4605
+ "UserGPGKeys": [
4606
+ {
4607
+ "name": "add",
4608
+ "args": [
4609
+ "key"
4610
+ ]
4611
+ },
4612
+ {
4613
+ "name": "all",
4614
+ "args": []
4615
+ },
4616
+ {
4617
+ "name": "create",
4618
+ "args": [
4619
+ "key"
4620
+ ]
4621
+ },
4622
+ {
4623
+ "name": "show",
4624
+ "args": [
4625
+ "keyId"
4626
+ ]
4627
+ },
4628
+ {
4629
+ "name": "remove",
4630
+ "args": [
4631
+ "keyId"
4632
+ ]
4633
+ }
4634
+ ],
4635
+ "UserImpersonationTokens": [
4636
+ {
4637
+ "name": "all",
4638
+ "args": [
4639
+ "userId"
4640
+ ]
4641
+ },
4642
+ {
4643
+ "name": "create",
4644
+ "args": [
4645
+ "userId",
4646
+ "name",
4647
+ "scopes"
4648
+ ]
4649
+ },
4650
+ {
4651
+ "name": "show",
4652
+ "args": [
4653
+ "userId",
4654
+ "tokenId"
4655
+ ]
4656
+ },
4657
+ {
4658
+ "name": "remove",
4659
+ "args": [
4660
+ "userId",
4661
+ "tokenId"
4662
+ ]
4663
+ },
4664
+ {
4665
+ "name": "revoke",
4666
+ "args": [
4667
+ "userId",
4668
+ "tokenId"
4669
+ ]
4670
+ }
4671
+ ],
4672
+ "UserSSHKeys": [
4673
+ {
4674
+ "name": "add",
4675
+ "args": [
4676
+ "title",
4677
+ "key"
4678
+ ]
4679
+ },
4680
+ {
4681
+ "name": "all",
4682
+ "args": []
4683
+ },
4684
+ {
4685
+ "name": "create",
4686
+ "args": [
4687
+ "title",
4688
+ "key"
4689
+ ]
4690
+ },
4691
+ {
4692
+ "name": "show",
4693
+ "args": [
4694
+ "keyId"
4695
+ ]
4696
+ },
4697
+ {
4698
+ "name": "remove",
4699
+ "args": [
4700
+ "keyId"
4701
+ ]
4702
+ }
4703
+ ],
4704
+ "Users": [
4705
+ {
4706
+ "name": "activate",
4707
+ "args": [
4708
+ "userId"
4709
+ ]
4710
+ },
4711
+ {
4712
+ "name": "all",
4713
+ "args": []
4714
+ },
4715
+ {
4716
+ "name": "allActivities",
4717
+ "args": []
4718
+ },
4719
+ {
4720
+ "name": "allEvents",
4721
+ "args": [
4722
+ "userId"
4723
+ ]
4724
+ },
4725
+ {
4726
+ "name": "allFollowers",
4727
+ "args": [
4728
+ "userId"
4729
+ ]
4730
+ },
4731
+ {
4732
+ "name": "allFollowing",
4733
+ "args": [
4734
+ "userId"
4735
+ ]
4736
+ },
4737
+ {
4738
+ "name": "allMemberships",
4739
+ "args": [
4740
+ "userId"
4741
+ ]
4742
+ },
4743
+ {
4744
+ "name": "allProjects",
4745
+ "args": [
4746
+ "userId"
4747
+ ]
4748
+ },
4749
+ {
4750
+ "name": "allContributedProjects",
4751
+ "args": [
4752
+ "userId"
4753
+ ]
4754
+ },
4755
+ {
4756
+ "name": "allStarredProjects",
4757
+ "args": [
4758
+ "userId"
4759
+ ]
4760
+ },
4761
+ {
4762
+ "name": "approve",
4763
+ "args": [
4764
+ "userId"
4765
+ ]
4766
+ },
4767
+ {
4768
+ "name": "ban",
4769
+ "args": [
4770
+ "userId"
4771
+ ]
4772
+ },
4773
+ {
4774
+ "name": "block",
4775
+ "args": [
4776
+ "userId"
4777
+ ]
4778
+ },
4779
+ {
4780
+ "name": "create",
4781
+ "args": []
4782
+ },
4783
+ {
4784
+ "name": "createPersonalAccessToken",
4785
+ "args": [
4786
+ "userId",
4787
+ "name",
4788
+ "scopes"
4789
+ ]
4790
+ },
4791
+ {
4792
+ "name": "createCIRunner",
4793
+ "args": [
4794
+ "runnerType"
4795
+ ]
4796
+ },
4797
+ {
4798
+ "name": "deactivate",
4799
+ "args": [
4800
+ "userId"
4801
+ ]
4802
+ },
4803
+ {
4804
+ "name": "disableTwoFactor",
4805
+ "args": [
4806
+ "userId"
4807
+ ]
4808
+ },
4809
+ {
4810
+ "name": "edit",
4811
+ "args": [
4812
+ "userId"
4813
+ ]
4814
+ },
4815
+ {
4816
+ "name": "editStatus",
4817
+ "args": []
4818
+ },
4819
+ {
4820
+ "name": "editCurrentUserPreferences",
4821
+ "args": [
4822
+ "viewDiffsFileByFile",
4823
+ "showWhitespaceInDiffs"
4824
+ ]
4825
+ },
4826
+ {
4827
+ "name": "follow",
4828
+ "args": [
4829
+ "userId"
4830
+ ]
4831
+ },
4832
+ {
4833
+ "name": "reject",
4834
+ "args": [
4835
+ "userId"
4836
+ ]
4837
+ },
4838
+ {
4839
+ "name": "show",
4840
+ "args": [
4841
+ "userId"
4842
+ ]
4843
+ },
4844
+ {
4845
+ "name": "showCount",
4846
+ "args": []
4847
+ },
4848
+ {
4849
+ "name": "showAssociationsCount",
4850
+ "args": [
4851
+ "userId"
4852
+ ]
4853
+ },
4854
+ {
4855
+ "name": "showCurrentUser",
4856
+ "args": []
4857
+ },
4858
+ {
4859
+ "name": "showCurrentUserPreferences",
4860
+ "args": []
4861
+ },
4862
+ {
4863
+ "name": "showStatus",
4864
+ "args": []
4865
+ },
4866
+ {
4867
+ "name": "remove",
4868
+ "args": [
4869
+ "userId"
4870
+ ]
4871
+ },
4872
+ {
4873
+ "name": "removeAuthenticationIdentity",
4874
+ "args": [
4875
+ "userId",
4876
+ "provider"
4877
+ ]
4878
+ },
4879
+ {
4880
+ "name": "unban",
4881
+ "args": [
4882
+ "userId"
4883
+ ]
4884
+ },
4885
+ {
4886
+ "name": "unblock",
4887
+ "args": [
4888
+ "userId"
4889
+ ]
4890
+ },
4891
+ {
4892
+ "name": "unfollow",
4893
+ "args": [
4894
+ "userId"
4895
+ ]
4896
+ }
4897
+ ]
4898
+ }