forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rest-api-overrides.json
789 lines (789 loc) · 30.9 KB
/
rest-api-overrides.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
{
"operationUrls": {
"repos/list-collaborators": {
"category": "collaborators",
"subcategory": "collaborators",
"originalUrl": "/rest/reference/repos#list-repository-collaborators"
},
"repos/check-collaborator": {
"category": "collaborators",
"subcategory": "collaborators",
"originalUrl": "/rest/reference/repos#check-if-a-user-is-a-repository-collaborator"
},
"repos/add-collaborator": {
"category": "collaborators",
"subcategory": "collaborators",
"originalUrl": "/rest/reference/repos#add-a-repository-collaborator"
},
"repos/remove-collaborator": {
"category": "collaborators",
"subcategory": "collaborators",
"originalUrl": "/rest/reference/repos#remove-a-repository-collaborator"
},
"repos/get-collaborator-permission-level": {
"category": "collaborators",
"subcategory": "collaborators",
"originalUrl": "/rest/reference/repos#get-repository-permissions-for-a-user"
},
"repos/list-commit-comments-for-repo": {
"category": "commits",
"subcategory": "comments",
"originalUrl": "/rest/reference/repos#list-commit-comments-for-a-repository"
},
"repos/get-commit-comment": {
"category": "commits",
"subcategory": "comments",
"originalUrl": "/rest/reference/repos#get-a-commit-comment"
},
"repos/update-commit-comment": {
"category": "commits",
"subcategory": "comments",
"originalUrl": "/rest/reference/repos#update-a-commit-comment"
},
"repos/delete-commit-comment": {
"category": "commits",
"subcategory": "comments",
"originalUrl": "/rest/reference/repos#delete-a-commit-comment"
},
"repos/list-commits": {
"category": "commits",
"subcategory": "commits",
"originalUrl": "/rest/reference/repos#list-commits"
},
"repos/list-branches-for-head-commit": {
"category": "commits",
"subcategory": "commits",
"originalUrl": "/rest/reference/repos#list-branches-for-head-commit"
},
"repos/list-comments-for-commit": {
"category": "commits",
"subcategory": "comments",
"originalUrl": "/rest/reference/repos#list-commit-comments"
},
"repos/create-commit-comment": {
"category": "commits",
"subcategory": "comments",
"originalUrl": "/rest/reference/repos#create-a-commit-comment"
},
"repos/list-pull-requests-associated-with-commit": {
"category": "commits",
"subcategory": "commits",
"originalUrl": "/rest/reference/repos#list-pull-requests-associated-with-a-commit"
},
"repos/get-commit": {
"category": "commits",
"subcategory": "commits",
"originalUrl": "/rest/reference/repos#get-a-commit"
},
"repos/get-combined-status-for-ref": {
"category": "commits",
"subcategory": "statuses",
"originalUrl": "/rest/reference/repos#get-the-combined-status-for-a-specific-reference"
},
"repos/list-commit-statuses-for-ref": {
"category": "commits",
"subcategory": "statuses",
"originalUrl": "/rest/reference/repos#list-commit-statuses-for-a-reference"
},
"repos/get-community-profile-metrics": {
"category": "metrics",
"subcategory": "community",
"originalUrl": "/rest/reference/repos#get-community-profile-metrics"
},
"repos/compare-commits": {
"category": "commits",
"subcategory": "commits",
"originalUrl": "/rest/reference/repos#compare-two-commits"
},
"repos/get-all-environments": {
"category": "deployments",
"subcategory": "environments",
"originalUrl": "/rest/reference/repos#get-all-environments"
},
"repos/get-environment": {
"category": "deployments",
"subcategory": "environments",
"originalUrl": "/rest/reference/repos#get-an-environment"
},
"repos/create-or-update-environment": {
"category": "deployments",
"subcategory": "environments",
"originalUrl": "/rest/reference/repos#create-or-update-an-environment"
},
"repos/delete-an-environment": {
"category": "deployments",
"subcategory": "environments",
"originalUrl": "/rest/reference/repos#delete-an-environment"
},
"repos/list-invitations": {
"category": "collaborators",
"subcategory": "invitations",
"originalUrl": "/rest/reference/repos#list-repository-invitations"
},
"repos/update-invitation": {
"category": "collaborators",
"subcategory": "invitations",
"originalUrl": "/rest/reference/repos#update-a-repository-invitation"
},
"repos/delete-invitation": {
"category": "collaborators",
"subcategory": "invitations",
"originalUrl": "/rest/reference/repos#delete-a-repository-invitation"
},
"repos/list-deploy-keys": {
"category": "deploy-keys",
"subcategory": null,
"originalUrl": "/rest/reference/repos#list-deploy-keys"
},
"repos/create-deploy-key": {
"category": "deploy-keys",
"subcategory": null,
"originalUrl": "/rest/reference/repos#create-a-deploy-key"
},
"repos/get-deploy-key": {
"category": "deploy-keys",
"subcategory": null,
"originalUrl": "/rest/reference/repos#get-a-deploy-key"
},
"repos/delete-deploy-key": {
"category": "deploy-keys",
"subcategory": null,
"originalUrl": "/rest/reference/repos#delete-a-deploy-key"
},
"repos/get-pages": {
"category": "pages",
"subcategory": null,
"originalUrl": "/rest/reference/repos#get-a-github-pages-site"
},
"repos/create-pages-site": {
"category": "pages",
"subcategory": null,
"originalUrl": "/rest/reference/repos#create-a-github-pages-site"
},
"repos/update-information-about-pages-site": {
"category": "pages",
"subcategory": null,
"originalUrl": "/rest/reference/repos#update-information-about-a-github-pages-site"
},
"repos/delete-pages-site": {
"category": "pages",
"subcategory": null,
"originalUrl": "/rest/reference/repos#delete-a-github-pages-site"
},
"repos/list-pages-builds": {
"category": "pages",
"subcategory": null,
"originalUrl": "/rest/reference/repos#list-github-pages-builds"
},
"repos/request-pages-build": {
"category": "pages",
"subcategory": null,
"originalUrl": "/rest/reference/repos#request-a-github-pages-build"
},
"repos/get-latest-pages-build": {
"category": "pages",
"subcategory": null,
"originalUrl": "/rest/reference/repos#get-latest-pages-build"
},
"repos/get-pages-build": {
"category": "pages",
"subcategory": null,
"originalUrl": "/rest/reference/repos#get-github-pages-build"
},
"repos/get-pages-health-check": {
"category": "pages",
"subcategory": null,
"originalUrl": "/rest/reference/repos#get-a-dns-health-check-for-github-pages"
},
"repos/create-pages-deployment": {
"category": "pages",
"subcategory": null,
"originalUrl": "/rest/reference/repos#create-a-github-pages-deployment"
},
"repos/get-code-frequency-stats": {
"category": "metrics",
"subcategory": "statistics",
"originalUrl": "/rest/reference/repos#get-the-weekly-commit-activity"
},
"repos/get-commit-activity-stats": {
"category": "metrics",
"subcategory": "statistics",
"originalUrl": "/rest/reference/repos#get-the-last-year-of-commit-activity"
},
"repos/get-contributors-stats": {
"category": "metrics",
"subcategory": "statistics",
"originalUrl": "/rest/reference/repos#get-all-contributor-commit-activity"
},
"repos/get-participation-stats": {
"category": "metrics",
"subcategory": "statistics",
"originalUrl": "/rest/reference/repos#get-the-weekly-commit-count"
},
"repos/get-punch-card-stats": {
"category": "metrics",
"subcategory": "statistics",
"originalUrl": "/rest/reference/repos#get-the-hourly-commit-count-for-each-day"
},
"repos/create-commit-status": {
"category": "commits",
"subcategory": "statuses",
"originalUrl": "/rest/reference/repos#create-a-commit-status"
},
"repos/get-clones": {
"category": "metrics",
"subcategory": "traffic",
"originalUrl": "/rest/reference/repos#get-repository-clones"
},
"repos/get-top-paths": {
"category": "metrics",
"subcategory": "traffic",
"originalUrl": "/rest/reference/repos#get-top-referral-paths"
},
"repos/get-top-referrers": {
"category": "metrics",
"subcategory": "traffic",
"originalUrl": "/rest/reference/repos#get-top-referral-sources"
},
"repos/get-views": {
"category": "metrics",
"subcategory": "traffic",
"originalUrl": "/rest/reference/repos#get-page-views"
},
"repos/list-invitations-for-authenticated-user": {
"category": "collaborators",
"subcategory": "invitations",
"originalUrl": "/rest/reference/repos#list-repository-invitations-for-the-authenticated-user"
},
"repos/accept-invitation-for-authenticated-user": {
"category": "collaborators",
"subcategory": "invitations",
"originalUrl": "/rest/reference/repos#accept-a-repository-invitation"
},
"repos/decline-invitation-for-authenticated-user": {
"category": "collaborators",
"subcategory": "invitations",
"originalUrl": "/rest/reference/repos#decline-a-repository-invitation"
},
"repos/list-branches": {
"category": "branches",
"subcategory": "branches",
"originalUrl": "/rest/reference/repos#list-branches"
},
"repos/get-branch": {
"category": "branches",
"subcategory": "branches",
"originalUrl": "/rest/reference/repos#get-a-branch"
},
"repos/rename-branch": {
"category": "branches",
"subcategory": "branches",
"originalUrl": "/rest/reference/repos#rename-a-branch"
},
"repos/merge-upstream": {
"category": "branches",
"subcategory": "branches",
"originalUrl": "/rest/reference/repos#sync-a-fork-branch-with-the-upstream-repository"
},
"repos/merge": {
"category": "branches",
"subcategory": "branches",
"originalUrl": "/rest/reference/repos#merge-a-branch"
},
"repos/add-app-access-restrictions": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#add-app-access-restrictions"
},
"repos/add-status-check-contexts": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#add-status-check-contexts"
},
"repos/add-team-access-restrictions": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#add-team-access-restrictions"
},
"repos/add-user-access-restrictions": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#add-user-access-restrictions"
},
"repos/create-commit-signature-protection": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#create-commit-signature-protection"
},
"repos/delete-access-restrictions": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#delete-access-restrictions"
},
"repos/delete-admin-branch-protection": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#delete-admin-branch-protection"
},
"repos/delete-branch-protection": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#delete-branch-protection"
},
"repos/delete-commit-signature-protection": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#delete-commit-signature-protection"
},
"repos/delete-pull-request-review-protection": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#delete-pull-request-review-protection"
},
"repos/get-access-restrictions": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#get-access-restrictions"
},
"repos/get-admin-branch-protection": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#get-admin-branch-protection"
},
"repos/get-all-status-check-contexts": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#get-all-status-check-contexts"
},
"repos/get-apps-with-access-to-protected-branch": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#list-apps-with-access-to-the-protected-branch"
},
"repos/update-pull-request-review-protection": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#update-pull-request-review-protection"
},
"repos/get-branch-protection": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#get-branch-protection"
},
"repos/get-commit-signature-protection": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#get-commit-signature-protection"
},
"repos/get-pull-request-review-protection": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#get-pull-request-review-protection"
},
"repos/get-status-checks-protection": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#get-status-checks-protection"
},
"repos/get-teams-with-access-to-protected-branch": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#list-teams-with-access-to-the-protected-branch"
},
"repos/get-users-with-access-to-protected-branch": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#list-users-with-access-to-the-protected-branch"
},
"repos/remove-app-access-restrictions": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#remove-app-access-restrictions"
},
"repos/remove-status-check-contexts": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#remove-status-check-contexts"
},
"repos/remove-status-check-protection": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#remove-status-check-protection"
},
"repos/remove-team-access-restrictions": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#remove-team-access-restrictions"
},
"repos/remove-user-access-restrictions": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#remove-user-access-restrictions"
},
"repos/set-admin-branch-protection": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#set-admin-branch-protection"
},
"repos/set-app-access-restrictions": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#set-app-access-restrictions"
},
"repos/set-status-check-contexts": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#set-status-check-contexts"
},
"repos/set-team-access-restrictions": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#set-team-access-restrictions"
},
"repos/set-user-access-restrictions": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#set-user-access-restrictions"
},
"repos/update-branch-protection": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#update-branch-protection"
},
"repos/update-status-check-protection": {
"category": "branches",
"subcategory": "branch-protection",
"originalUrl": "/rest/reference/repos#update-status-check-protection"
},
"repos/create-deployment-status": {
"category": "deployments",
"subcategory": "statuses",
"originalUrl": "/rest/reference/repos#create-a-deployment-status"
},
"repos/list-deployment-statuses": {
"category": "deployments",
"subcategory": "statuses",
"originalUrl": "/rest/reference/repos#list-deployment-statuses"
},
"repos/get-deployment-status": {
"category": "deployments",
"subcategory": "statuses",
"originalUrl": "/rest/reference/repos#get-a-deployment-status"
},
"repos/list-deployments": {
"category": "deployments",
"subcategory": "deployments",
"originalUrl": "/rest/reference/repos#list-deployments"
},
"repos/create-deployment": {
"category": "deployments",
"subcategory": "deployments",
"originalUrl": "/rest/reference/repos#create-a-deployment"
},
"repos/get-deployment": {
"category": "deployments",
"subcategory": "deployments",
"originalUrl": "/rest/reference/repos#get-a-deployment"
},
"repos/delete-deployment": {
"category": "deployments",
"subcategory": "deployments",
"originalUrl": "/rest/reference/repos#delete-a-deployment"
},
"repos/list-releases": {
"category": "releases",
"subcategory": "releases",
"originalUrl": "/rest/reference/repos#list-releases"
},
"repos/create-release": {
"category": "releases",
"subcategory": "releases",
"originalUrl": "/rest/reference/repos#create-a-release"
},
"repos/generate-release-notes": {
"category": "releases",
"subcategory": "releases",
"originalUrl": "/rest/reference/repos#generate-release-notes"
},
"repos/get-latest-release": {
"category": "releases",
"subcategory": "releases",
"originalUrl": "/rest/reference/repos#get-the-latest-release"
},
"repos/get-release-by-tag": {
"category": "releases",
"subcategory": "releases",
"originalUrl": "/rest/reference/repos#get-a-release-by-tag-name"
},
"repos/get-release": {
"category": "releases",
"subcategory": "releases",
"originalUrl": "/rest/reference/repos#get-a-release"
},
"repos/update-release": {
"category": "releases",
"subcategory": "releases",
"originalUrl": "/rest/reference/repos#update-a-release"
},
"repos/delete-release": {
"category": "releases",
"subcategory": "releases",
"originalUrl": "/rest/reference/repos#delete-a-release"
},
"repos/delete-release-asset": {
"category": "releases",
"subcategory": "assets",
"originalUrl": "/rest/reference/repos#delete-a-release-asset"
},
"repos/get-release-asset": {
"category": "releases",
"subcategory": "assets",
"originalUrl": "/rest/reference/repos#get-a-release-asset"
},
"repos/list-release-assets": {
"category": "releases",
"subcategory": "assets",
"originalUrl": "/rest/reference/repos#list-release-assets"
},
"repos/update-release-asset": {
"category": "releases",
"subcategory": "assets",
"originalUrl": "/rest/reference/repos#update-a-release-asset"
},
"repos/upload-release-asset": {
"category": "releases",
"subcategory": "assets",
"originalUrl": "/rest/reference/repos#upload-a-release-asset"
},
"repos/list-webhooks": {
"category": "webhooks",
"subcategory": "repos",
"originalUrl": "/rest/reference/repos#list-repository-webhooks"
},
"repos/create-webhook": {
"category": "webhooks",
"subcategory": "repos",
"originalUrl": "/rest/reference/repos#create-a-repository-webhook"
},
"repos/get-webhook": {
"category": "webhooks",
"subcategory": "repos",
"originalUrl": "/rest/reference/repos#get-a-repository-webhook"
},
"repos/update-webhook": {
"category": "webhooks",
"subcategory": "repos",
"originalUrl": "/rest/reference/repos#update-a-repository-webhook"
},
"repos/delete-webhook": {
"category": "webhooks",
"subcategory": "repos",
"originalUrl": "/rest/reference/repos#delete-a-repository-webhook"
},
"repos/ping-webhook": {
"category": "webhooks",
"subcategory": "repos",
"originalUrl": "/rest/reference/repos#ping-a-repository-webhook"
},
"repos/test-push-webhook": {
"category": "webhooks",
"subcategory": "repos",
"originalUrl": "/rest/reference/repos#test-the-push-repository-webhook"
},
"repos/get-webhook-config-for-repo": {
"category": "webhooks",
"subcategory": "repo-config",
"originalUrl": "/rest/reference/repos#get-a-webhook-configuration-for-a-repository"
},
"repos/update-webhook-config-for-repo": {
"category": "webhooks",
"subcategory": "repo-config",
"originalUrl": "/rest/reference/repos#update-a-webhook-configuration-for-a-repository"
},
"repos/get-webhook-delivery": {
"category": "webhooks",
"subcategory": "repo-deliveries",
"originalUrl": "/rest/reference/repos#get-a-delivery-for-a-repository-webhook"
},
"repos/list-webhook-deliveries": {
"category": "webhooks",
"subcategory": "repo-deliveries",
"originalUrl": "/rest/reference/repos#list-deliveries-for-a-repository-webhook"
},
"repos/redeliver-webhook-delivery": {
"category": "webhooks",
"subcategory": "repo-deliveries",
"originalUrl": "/rest/reference/repos#redeliver-a-delivery-for-a-repository-webhook"
},
"enterprise-admin/add-custom-labels-to-self-hosted-runner-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runners",
"originalUrl": "/rest/reference/enterprise-admin#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise"
},
"enterprise-admin/add-org-access-to-self-hosted-runner-group-in-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runner-groups",
"originalUrl": "/rest/reference/enterprise-admin#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise"
},
"enterprise-admin/add-self-hosted-runner-to-group-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runner-groups",
"originalUrl": "/rest/reference/enterprise-admin#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise"
},
"enterprise-admin/create-registration-token-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runners",
"originalUrl": "/rest/reference/enterprise-admin#create-a-registration-token-for-an-enterprise"
},
"enterprise-admin/create-remove-token-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runners",
"originalUrl": "/rest/reference/enterprise-admin#create-a-remove-token-for-an-enterprise"
},
"enterprise-admin/create-self-hosted-runner-group-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runner-groups",
"originalUrl": "/rest/reference/enterprise-admin#create-self-hosted-runner-group-for-an-enterprise"
},
"enterprise-admin/delete-self-hosted-runner-from-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runners",
"originalUrl": "/rest/reference/enterprise-admin#delete-self-hosted-runner-from-an-enterprise"
},
"enterprise-admin/delete-self-hosted-runner-group-from-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runner-groups",
"originalUrl": "/rest/reference/enterprise-admin#delete-a-self-hosted-runner-group-from-an-enterprise"
},
"enterprise-admin/disable-selected-organization-github-actions-enterprise": {
"category": "actions",
"subcategory": "permissions",
"originalUrl": "/rest/reference/enterprise-admin#disable-a-selected-organization-for-github-actions-in-an-enterprise"
},
"enterprise-admin/enable-selected-organization-github-actions-enterprise": {
"category": "actions",
"subcategory": "permissions",
"originalUrl": "/rest/reference/enterprise-admin#enable-a-selected-organization-for-github-actions-in-an-enterprise"
},
"enterprise-admin/get-allowed-actions-enterprise": {
"category": "actions",
"subcategory": "permissions",
"originalUrl": "/rest/reference/enterprise-admin#get-allowed-actions-for-an-enterprise"
},
"enterprise-admin/get-github-actions-permissions-enterprise": {
"category": "actions",
"subcategory": "permissions",
"originalUrl": "/rest/reference/enterprise-admin#get-github-actions-permissions-for-an-enterprise"
},
"enterprise-admin/get-self-hosted-runner-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runners",
"originalUrl": "/rest/reference/enterprise-admin#get-a-self-hosted-runner-for-an-enterprise"
},
"enterprise-admin/get-self-hosted-runner-group-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runner-groups",
"originalUrl": "/rest/reference/enterprise-admin#get-a-self-hosted-runner-group-for-an-enterprise"
},
"enterprise-admin/list-labels-for-self-hosted-runner-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runners",
"originalUrl": "/rest/reference/enterprise-admin#list-labels-for-a-self-hosted-runner-for-an-enterprise"
},
"enterprise-admin/list-org-access-to-self-hosted-runner-group-in-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runner-groups",
"originalUrl": "/rest/reference/enterprise-admin#list-organization-access-to-a-self-hosted-runner-group-in-a-enterprise"
},
"enterprise-admin/list-runner-applications-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runners",
"originalUrl": "/rest/reference/enterprise-admin#list-runner-applications-for-an-enterprise"
},
"enterprise-admin/list-selected-organizations-enabled-github-actions-enterprise": {
"category": "actions",
"subcategory": "permissions",
"originalUrl": "/rest/reference/enterprise-admin#list-selected-organizations-enabled-for-github-actions-in-an-enterprise"
},
"enterprise-admin/list-self-hosted-runner-groups-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runner-groups",
"originalUrl": "/rest/reference/enterprise-admin#list-self-hosted-runner-groups-for-an-enterprise"
},
"enterprise-admin/list-self-hosted-runners-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runners",
"originalUrl": "/rest/reference/enterprise-admin#list-self-hosted-runners-for-an-enterprise"
},
"enterprise-admin/list-self-hosted-runners-in-group-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runner-groups",
"originalUrl": "/rest/reference/enterprise-admin#list-self-hosted-runners-in-a-group-for-an-enterprise"
},
"enterprise-admin/remove-all-custom-labels-from-self-hosted-runner-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runners",
"originalUrl": "/rest/reference/enterprise-admin#remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise"
},
"enterprise-admin/remove-custom-label-from-self-hosted-runner-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runners",
"originalUrl": "/rest/reference/enterprise-admin#remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise"
},
"enterprise-admin/remove-org-access-to-self-hosted-runner-group-in-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runner-groups",
"originalUrl": "/rest/reference/enterprise-admin#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise"
},
"enterprise-admin/remove-self-hosted-runner-from-group-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runner-groups",
"originalUrl": "/rest/reference/enterprise-admin#remove-a-self-hosted-runner-from-a-group-for-an-enterprise"
},
"enterprise-admin/set-allowed-actions-enterprise": {
"category": "actions",
"subcategory": "permissions",
"originalUrl": "/rest/reference/enterprise-admin#set-allowed-actions-for-an-enterprise"
},
"enterprise-admin/set-custom-labels-for-self-hosted-runner-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runners",
"originalUrl": "/rest/reference/enterprise-admin#set-custom-labels-for-a-self-hosted-runner-for-an-enterprise"
},
"enterprise-admin/set-github-actions-permissions-enterprise": {
"category": "actions",
"subcategory": "permissions",
"originalUrl": "/rest/reference/enterprise-admin#set-github-actions-permissions-for-an-enterprise"
},
"enterprise-admin/set-org-access-to-self-hosted-runner-group-in-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runner-groups",
"originalUrl": "/rest/reference/enterprise-admin#set-organization-access-to-a-self-hosted-runner-group-in-an-enterprise"
},
"enterprise-admin/set-selected-organizations-enabled-github-actions-enterprise": {
"category": "actions",
"subcategory": "permissions",
"originalUrl": "/rest/reference/enterprise-admin#set-selected-organizations-enabled-for-github-actions-in-an-enterprise"
},
"enterprise-admin/set-self-hosted-runners-in-group-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runner-groups",
"originalUrl": "/rest/reference/enterprise-admin#set-self-hosted-runners-in-a-group-for-an-enterprise"
},
"enterprise-admin/update-self-hosted-runner-group-for-enterprise": {
"category": "actions",
"subcategory": "self-hosted-runner-groups",
"originalUrl": "/rest/reference/enterprise-admin#update-a-self-hosted-runner-group-for-an-enterprise"
},
"orgs/list-custom-roles": {
"category": "orgs",
"subcategory": "custom-roles",
"originalUrl": "/rest/reference/orgs#list-custom-repository-roles-in-an-organization"
}
},
"sectionUrls": {
"/rest/repos#deploy-keys": "/rest/deploy-keys",
"/rest/deployments#deploy-keys": "/rest/deploy-keys",
"/rest/repos#statuses": "/rest/commits/statuses"
}
}