forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclient-side-rest-api-redirects.json
1026 lines (1026 loc) · 112 KB
/
client-side-rest-api-redirects.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
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"/rest/repos#list-repository-collaborators": "/rest/collaborators/collaborators#list-repository-collaborators",
"/rest/repos#check-if-a-user-is-a-repository-collaborator": "/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator",
"/rest/repos#add-a-repository-collaborator": "/rest/collaborators/collaborators#add-a-repository-collaborator",
"/rest/repos#remove-a-repository-collaborator": "/rest/collaborators/collaborators#remove-a-repository-collaborator",
"/rest/repos#get-repository-permissions-for-a-user": "/rest/collaborators/collaborators#get-repository-permissions-for-a-user",
"/rest/repos#list-commit-comments-for-a-repository": "/rest/commits/comments#list-commit-comments-for-a-repository",
"/rest/repos#get-a-commit-comment": "/rest/commits/comments#get-a-commit-comment",
"/rest/repos#update-a-commit-comment": "/rest/commits/comments#update-a-commit-comment",
"/rest/repos#delete-a-commit-comment": "/rest/commits/comments#delete-a-commit-comment",
"/rest/repos#list-commits": "/rest/commits/commits#list-commits",
"/rest/repos#list-branches-for-head-commit": "/rest/commits/commits#list-branches-for-head-commit",
"/rest/repos#list-commit-comments": "/rest/commits/comments#list-commit-comments",
"/rest/repos#create-a-commit-comment": "/rest/commits/comments#create-a-commit-comment",
"/rest/repos#list-pull-requests-associated-with-a-commit": "/rest/commits/commits#list-pull-requests-associated-with-a-commit",
"/rest/repos#get-a-commit": "/rest/commits/commits#get-a-commit",
"/rest/repos#get-the-combined-status-for-a-specific-reference": "/rest/commits/statuses#get-the-combined-status-for-a-specific-reference",
"/rest/repos#list-commit-statuses-for-a-reference": "/rest/commits/statuses#list-commit-statuses-for-a-reference",
"/rest/repos#get-community-profile-metrics": "/rest/metrics/community#get-community-profile-metrics",
"/rest/repos#compare-two-commits": "/rest/commits/commits#compare-two-commits",
"/rest/repos#get-all-environments": "/rest/deployments/environments#get-all-environments",
"/rest/repos#get-an-environment": "/rest/deployments/environments#get-an-environment",
"/rest/repos#create-or-update-an-environment": "/rest/deployments/environments#create-or-update-an-environment",
"/rest/repos#delete-an-environment": "/rest/deployments/environments#delete-an-environment",
"/rest/repos#list-repository-invitations": "/rest/collaborators/invitations#list-repository-invitations",
"/rest/repos#update-a-repository-invitation": "/rest/collaborators/invitations#update-a-repository-invitation",
"/rest/repos#delete-a-repository-invitation": "/rest/collaborators/invitations#delete-a-repository-invitation",
"/rest/repos#list-deploy-keys": "/rest/deploy-keys#list-deploy-keys",
"/rest/repos#create-a-deploy-key": "/rest/deploy-keys#create-a-deploy-key",
"/rest/repos#get-a-deploy-key": "/rest/deploy-keys#get-a-deploy-key",
"/rest/repos#delete-a-deploy-key": "/rest/deploy-keys#delete-a-deploy-key",
"/rest/repos#get-a-github-pages-site": "/rest/pages#get-a-github-pages-site",
"/rest/repos#create-a-github-pages-site": "/rest/pages#create-a-github-pages-site",
"/rest/repos#update-information-about-a-github-pages-site": "/rest/pages#update-information-about-a-github-pages-site",
"/rest/repos#delete-a-github-pages-site": "/rest/pages#delete-a-github-pages-site",
"/rest/repos#list-github-pages-builds": "/rest/pages#list-github-pages-builds",
"/rest/repos#request-a-github-pages-build": "/rest/pages#request-a-github-pages-build",
"/rest/repos#get-latest-pages-build": "/rest/pages#get-latest-pages-build",
"/rest/repos#get-github-pages-build": "/rest/pages#get-github-pages-build",
"/rest/repos#get-a-dns-health-check-for-github-pages": "/rest/pages#get-a-dns-health-check-for-github-pages",
"/rest/repos#create-a-github-pages-deployment": "/rest/pages#create-a-github-pages-deployment",
"/rest/repos#get-the-weekly-commit-activity": "/rest/metrics/statistics#get-the-weekly-commit-activity",
"/rest/repos#get-the-last-year-of-commit-activity": "/rest/metrics/statistics#get-the-last-year-of-commit-activity",
"/rest/repos#get-all-contributor-commit-activity": "/rest/metrics/statistics#get-all-contributor-commit-activity",
"/rest/repos#get-the-weekly-commit-count": "/rest/metrics/statistics#get-the-weekly-commit-count",
"/rest/repos#get-the-hourly-commit-count-for-each-day": "/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day",
"/rest/repos#create-a-commit-status": "/rest/commits/statuses#create-a-commit-status",
"/rest/repos#get-repository-clones": "/rest/metrics/traffic#get-repository-clones",
"/rest/repos#get-top-referral-paths": "/rest/metrics/traffic#get-top-referral-paths",
"/rest/repos#get-top-referral-sources": "/rest/metrics/traffic#get-top-referral-sources",
"/rest/repos#get-page-views": "/rest/metrics/traffic#get-page-views",
"/rest/repos#list-repository-invitations-for-the-authenticated-user": "/rest/collaborators/invitations#list-repository-invitations-for-the-authenticated-user",
"/rest/repos#accept-a-repository-invitation": "/rest/collaborators/invitations#accept-a-repository-invitation",
"/rest/repos#decline-a-repository-invitation": "/rest/collaborators/invitations#decline-a-repository-invitation",
"/rest/repos#list-branches": "/rest/branches/branches#list-branches",
"/rest/repos#get-a-branch": "/rest/branches/branches#get-a-branch",
"/rest/repos#rename-a-branch": "/rest/branches/branches#rename-a-branch",
"/rest/repos#sync-a-fork-branch-with-the-upstream-repository": "/rest/branches/branches#sync-a-fork-branch-with-the-upstream-repository",
"/rest/repos#merge-a-branch": "/rest/branches/branches#merge-a-branch",
"/rest/repos#add-app-access-restrictions": "/rest/branches/branch-protection#add-app-access-restrictions",
"/rest/repos#add-status-check-contexts": "/rest/branches/branch-protection#add-status-check-contexts",
"/rest/repos#add-team-access-restrictions": "/rest/branches/branch-protection#add-team-access-restrictions",
"/rest/repos#add-user-access-restrictions": "/rest/branches/branch-protection#add-user-access-restrictions",
"/rest/repos#create-commit-signature-protection": "/rest/branches/branch-protection#create-commit-signature-protection",
"/rest/repos#delete-access-restrictions": "/rest/branches/branch-protection#delete-access-restrictions",
"/rest/repos#delete-admin-branch-protection": "/rest/branches/branch-protection#delete-admin-branch-protection",
"/rest/repos#delete-branch-protection": "/rest/branches/branch-protection#delete-branch-protection",
"/rest/repos#delete-commit-signature-protection": "/rest/branches/branch-protection#delete-commit-signature-protection",
"/rest/repos#delete-pull-request-review-protection": "/rest/branches/branch-protection#delete-pull-request-review-protection",
"/rest/repos#get-access-restrictions": "/rest/branches/branch-protection#get-access-restrictions",
"/rest/repos#get-admin-branch-protection": "/rest/branches/branch-protection#get-admin-branch-protection",
"/rest/repos#get-all-status-check-contexts": "/rest/branches/branch-protection#get-all-status-check-contexts",
"/rest/repos#list-apps-with-access-to-the-protected-branch": "/rest/branches/branch-protection#list-apps-with-access-to-the-protected-branch",
"/rest/repos#update-pull-request-review-protection": "/rest/branches/branch-protection#update-pull-request-review-protection",
"/rest/repos#get-branch-protection": "/rest/branches/branch-protection#get-branch-protection",
"/rest/repos#get-commit-signature-protection": "/rest/branches/branch-protection#get-commit-signature-protection",
"/rest/repos#get-pull-request-review-protection": "/rest/branches/branch-protection#get-pull-request-review-protection",
"/rest/repos#get-status-checks-protection": "/rest/branches/branch-protection#get-status-checks-protection",
"/rest/repos#list-teams-with-access-to-the-protected-branch": "/rest/branches/branch-protection#list-teams-with-access-to-the-protected-branch",
"/rest/repos#list-users-with-access-to-the-protected-branch": "/rest/branches/branch-protection#list-users-with-access-to-the-protected-branch",
"/rest/repos#remove-app-access-restrictions": "/rest/branches/branch-protection#remove-app-access-restrictions",
"/rest/repos#remove-status-check-contexts": "/rest/branches/branch-protection#remove-status-check-contexts",
"/rest/repos#remove-status-check-protection": "/rest/branches/branch-protection#remove-status-check-protection",
"/rest/repos#remove-team-access-restrictions": "/rest/branches/branch-protection#remove-team-access-restrictions",
"/rest/repos#remove-user-access-restrictions": "/rest/branches/branch-protection#remove-user-access-restrictions",
"/rest/repos#set-admin-branch-protection": "/rest/branches/branch-protection#set-admin-branch-protection",
"/rest/repos#set-app-access-restrictions": "/rest/branches/branch-protection#set-app-access-restrictions",
"/rest/repos#set-status-check-contexts": "/rest/branches/branch-protection#set-status-check-contexts",
"/rest/repos#set-team-access-restrictions": "/rest/branches/branch-protection#set-team-access-restrictions",
"/rest/repos#set-user-access-restrictions": "/rest/branches/branch-protection#set-user-access-restrictions",
"/rest/repos#update-branch-protection": "/rest/branches/branch-protection#update-branch-protection",
"/rest/repos#update-status-check-protection": "/rest/branches/branch-protection#update-status-check-protection",
"/rest/repos#create-a-deployment-status": "/rest/deployments/statuses#create-a-deployment-status",
"/rest/repos#list-deployment-statuses": "/rest/deployments/statuses#list-deployment-statuses",
"/rest/repos#get-a-deployment-status": "/rest/deployments/statuses#get-a-deployment-status",
"/rest/repos#list-deployments": "/rest/deployments/deployments#list-deployments",
"/rest/repos#create-a-deployment": "/rest/deployments/deployments#create-a-deployment",
"/rest/repos#get-a-deployment": "/rest/deployments/deployments#get-a-deployment",
"/rest/repos#delete-a-deployment": "/rest/deployments/deployments#delete-a-deployment",
"/rest/repos#list-releases": "/rest/releases/releases#list-releases",
"/rest/repos#create-a-release": "/rest/releases/releases#create-a-release",
"/rest/repos#generate-release-notes": "/rest/releases/releases#generate-release-notes",
"/rest/repos#get-the-latest-release": "/rest/releases/releases#get-the-latest-release",
"/rest/repos#get-a-release-by-tag-name": "/rest/releases/releases#get-a-release-by-tag-name",
"/rest/repos#get-a-release": "/rest/releases/releases#get-a-release",
"/rest/repos#update-a-release": "/rest/releases/releases#update-a-release",
"/rest/repos#delete-a-release": "/rest/releases/releases#delete-a-release",
"/rest/repos#delete-a-release-asset": "/rest/releases/assets#delete-a-release-asset",
"/rest/repos#get-a-release-asset": "/rest/releases/assets#get-a-release-asset",
"/rest/repos#list-release-assets": "/rest/releases/assets#list-release-assets",
"/rest/repos#update-a-release-asset": "/rest/releases/assets#update-a-release-asset",
"/rest/repos#upload-a-release-asset": "/rest/releases/assets#upload-a-release-asset",
"/rest/repos#list-repository-webhooks": "/rest/webhooks/repos#list-repository-webhooks",
"/rest/repos#create-a-repository-webhook": "/rest/webhooks/repos#create-a-repository-webhook",
"/rest/repos#get-a-repository-webhook": "/rest/webhooks/repos#get-a-repository-webhook",
"/rest/repos#update-a-repository-webhook": "/rest/webhooks/repos#update-a-repository-webhook",
"/rest/repos#delete-a-repository-webhook": "/rest/webhooks/repos#delete-a-repository-webhook",
"/rest/repos#ping-a-repository-webhook": "/rest/webhooks/repos#ping-a-repository-webhook",
"/rest/repos#test-the-push-repository-webhook": "/rest/webhooks/repos#test-the-push-repository-webhook",
"/rest/repos#get-a-webhook-configuration-for-a-repository": "/rest/webhooks/repo-config#get-a-webhook-configuration-for-a-repository",
"/rest/repos#update-a-webhook-configuration-for-a-repository": "/rest/webhooks/repo-config#update-a-webhook-configuration-for-a-repository",
"/rest/repos#get-a-delivery-for-a-repository-webhook": "/rest/webhooks/repo-deliveries#get-a-delivery-for-a-repository-webhook",
"/rest/repos#list-deliveries-for-a-repository-webhook": "/rest/webhooks/repo-deliveries#list-deliveries-for-a-repository-webhook",
"/rest/repos#redeliver-a-delivery-for-a-repository-webhook": "/rest/webhooks/repo-deliveries#redeliver-a-delivery-for-a-repository-webhook",
"/rest/enterprise-admin#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise",
"/rest/enterprise-admin#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise": "/rest/actions/self-hosted-runner-groups#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise",
"/rest/enterprise-admin#create-a-registration-token-for-an-enterprise": "/rest/actions/self-hosted-runners#create-a-registration-token-for-an-enterprise",
"/rest/enterprise-admin#create-a-remove-token-for-an-enterprise": "/rest/actions/self-hosted-runners#create-a-remove-token-for-an-enterprise",
"/rest/enterprise-admin#create-self-hosted-runner-group-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#create-self-hosted-runner-group-for-an-enterprise",
"/rest/enterprise-admin#delete-self-hosted-runner-from-an-enterprise": "/rest/actions/self-hosted-runners#delete-self-hosted-runner-from-an-enterprise",
"/rest/enterprise-admin#delete-a-self-hosted-runner-group-from-an-enterprise": "/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-enterprise",
"/rest/enterprise-admin#disable-a-selected-organization-for-github-actions-in-an-enterprise": "/rest/actions/permissions#disable-a-selected-organization-for-github-actions-in-an-enterprise",
"/rest/enterprise-admin#enable-a-selected-organization-for-github-actions-in-an-enterprise": "/rest/actions/permissions#enable-a-selected-organization-for-github-actions-in-an-enterprise",
"/rest/enterprise-admin#get-allowed-actions-for-an-enterprise": "/rest/actions/permissions#get-allowed-actions-for-an-enterprise",
"/rest/enterprise-admin#get-github-actions-permissions-for-an-enterprise": "/rest/actions/permissions#get-github-actions-permissions-for-an-enterprise",
"/rest/enterprise-admin#get-a-self-hosted-runner-for-an-enterprise": "/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-enterprise",
"/rest/enterprise-admin#get-a-self-hosted-runner-group-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-enterprise",
"/rest/enterprise-admin#list-labels-for-a-self-hosted-runner-for-an-enterprise": "/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-enterprise",
"/rest/enterprise-admin#list-organization-access-to-a-self-hosted-runner-group-in-a-enterprise": "/rest/actions/self-hosted-runner-groups#list-organization-access-to-a-self-hosted-runner-group-in-a-enterprise",
"/rest/enterprise-admin#list-runner-applications-for-an-enterprise": "/rest/actions/self-hosted-runners#list-runner-applications-for-an-enterprise",
"/rest/enterprise-admin#list-selected-organizations-enabled-for-github-actions-in-an-enterprise": "/rest/actions/permissions#list-selected-organizations-enabled-for-github-actions-in-an-enterprise",
"/rest/enterprise-admin#list-self-hosted-runner-groups-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-enterprise",
"/rest/enterprise-admin#list-self-hosted-runners-for-an-enterprise": "/rest/actions/self-hosted-runners#list-self-hosted-runners-for-an-enterprise",
"/rest/enterprise-admin#list-self-hosted-runners-in-a-group-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-enterprise",
"/rest/enterprise-admin#remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise": "/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise",
"/rest/enterprise-admin#remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise": "/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise",
"/rest/enterprise-admin#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise": "/rest/actions/self-hosted-runner-groups#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise",
"/rest/enterprise-admin#remove-a-self-hosted-runner-from-a-group-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-enterprise",
"/rest/enterprise-admin#set-allowed-actions-for-an-enterprise": "/rest/actions/permissions#set-allowed-actions-for-an-enterprise",
"/rest/enterprise-admin#set-custom-labels-for-a-self-hosted-runner-for-an-enterprise": "/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-enterprise",
"/rest/enterprise-admin#set-github-actions-permissions-for-an-enterprise": "/rest/actions/permissions#set-github-actions-permissions-for-an-enterprise",
"/rest/enterprise-admin#set-organization-access-to-a-self-hosted-runner-group-in-an-enterprise": "/rest/actions/self-hosted-runner-groups#set-organization-access-to-a-self-hosted-runner-group-in-an-enterprise",
"/rest/enterprise-admin#set-selected-organizations-enabled-for-github-actions-in-an-enterprise": "/rest/actions/permissions#set-selected-organizations-enabled-for-github-actions-in-an-enterprise",
"/rest/enterprise-admin#set-self-hosted-runners-in-a-group-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-enterprise",
"/rest/enterprise-admin#update-a-self-hosted-runner-group-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-enterprise",
"/rest/orgs#list-custom-repository-roles-in-an-organization": "/rest/orgs/custom-roles#list-custom-repository-roles-in-an-organization",
"/rest/repos#deploy-keys": "/rest/deploy-keys",
"/rest/deployments#deploy-keys": "/rest/deploy-keys",
"/rest/repos#statuses": "/rest/commits/statuses",
"/rest/apps#get-the-authenticated-app": "/rest/apps/apps#get-the-authenticated-app",
"/rest/apps#create-a-github-app-from-a-manifest": "/rest/apps/apps#create-a-github-app-from-a-manifest",
"/rest/apps#get-a-webhook-configuration-for-an-app": "/rest/apps/webhooks#get-a-webhook-configuration-for-an-app",
"/rest/apps#webhooks": "/rest/apps/webhooks",
"/rest/apps#update-a-webhook-configuration-for-an-app": "/rest/apps/webhooks#update-a-webhook-configuration-for-an-app",
"/rest/apps#list-deliveries-for-an-app-webhook": "/rest/apps/webhooks#list-deliveries-for-an-app-webhook",
"/rest/apps#get-a-delivery-for-an-app-webhook": "/rest/apps/webhooks#get-a-delivery-for-an-app-webhook",
"/rest/apps#redeliver-a-delivery-for-an-app-webhook": "/rest/apps/webhooks#redeliver-a-delivery-for-an-app-webhook",
"/rest/apps#list-installations-for-the-authenticated-app": "/rest/apps/apps#list-installations-for-the-authenticated-app",
"/rest/apps#get-an-installation-for-the-authenticated-app": "/rest/apps/apps#get-an-installation-for-the-authenticated-app",
"/rest/apps#delete-an-installation-for-the-authenticated-app": "/rest/apps/apps#delete-an-installation-for-the-authenticated-app",
"/rest/apps/#create-an-installation-access-token-for-an-app": "/rest/apps/apps#create-an-installation-access-token-for-an-app",
"/rest/apps#suspend-an-app-installation": "/rest/apps/apps#suspend-an-app-installation",
"/rest/apps#unsuspend-an-app-installation": "/rest/apps/apps#unsuspend-an-app-installation",
"/rest/apps#delete-an-app-authorization": "/rest/apps/oauth-applications#delete-an-app-authorization",
"/rest/apps#oauth-applications": "/rest/apps/oauth-applications",
"/rest/apps#check-a-token": "/rest/apps/oauth-applications#check-a-token",
"/rest/apps#reset-a-token": "/rest/apps/oauth-applications#reset-a-token",
"/rest/apps#delete-an-app-token": "/rest/apps/oauth-applications#delete-an-app-token",
"/rest/apps#create-a-scoped-access-token": "/rest/apps/oauth-applications#create-a-scoped-access-token",
"/rest/apps/#get-an-app": "/rest/apps/apps#get-an-app",
"/rest/enterprise-admin#get-github-enterprise-server-statistics": "/rest/enterprise-admin/admin-stats#get-github-enterprise-server-statistics",
"/rest/enterprise-admin#admin-stats": "/rest/enterprise-admin/admin-stats",
"/rest/actions#get-github-actions-cache-usage-for-an-enterprise": "/rest/actions/cache#get-github-actions-cache-usage-for-an-enterprise",
"/rest/actions#cache": "/rest/actions/cache",
"/rest/actions/oidc#set-actions-oidc-custom-issuer-policy-for-enterprise": "/rest/actions/oidc#set-actions-oidc-custom-issuer-policy-for-enterprise",
"/rest/actions#oidc": "/rest/actions/oidc",
"/rest/actions#get-github-actions-permissions-for-an-enterprise": "/rest/actions/permissions#get-github-actions-permissions-for-an-enterprise",
"/rest/actions#permissions": "/rest/actions/permissions",
"/rest/actions#set-github-actions-permissions-for-an-enterprise": "/rest/actions/permissions#set-github-actions-permissions-for-an-enterprise",
"/rest/actions#list-selected-organizations-enabled-for-github-actions-in-an-enterprise": "/rest/actions/permissions#list-selected-organizations-enabled-for-github-actions-in-an-enterprise",
"/rest/actions#set-selected-organizations-enabled-for-github-actions-in-an-enterprise": "/rest/actions/permissions#set-selected-organizations-enabled-for-github-actions-in-an-enterprise",
"/rest/actions#enable-a-selected-organization-for-github-actions-in-an-enterprise": "/rest/actions/permissions#enable-a-selected-organization-for-github-actions-in-an-enterprise",
"/rest/actions#disable-a-selected-organization-for-github-actions-in-an-enterprise": "/rest/actions/permissions#disable-a-selected-organization-for-github-actions-in-an-enterprise",
"/rest/actions#get-allowed-actions-for-an-enterprise": "/rest/actions/permissions#get-allowed-actions-for-an-enterprise",
"/rest/actions#set-allowed-actions-for-an-enterprise": "/rest/actions/permissions#set-allowed-actions-for-an-enterprise",
"/rest/actions#get-default-workflow-permissions-for-an-enterprise": "/rest/actions/permissions#get-default-workflow-permissions-for-an-enterprise",
"/rest/actions#set-default-workflow-permissions-for-an-enterprise": "/rest/actions/permissions#set-default-workflow-permissions-for-an-enterprise",
"/rest/actions#list-self-hosted-runner-groups-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-enterprise",
"/rest/actions#self-hosted-runner-groups": "/rest/actions/self-hosted-runner-groups",
"/rest/actions#create-self-hosted-runner-group-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#create-self-hosted-runner-group-for-an-enterprise",
"/rest/actions#get-a-self-hosted-runner-group-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-enterprise",
"/rest/actions#update-a-self-hosted-runner-group-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-enterprise",
"/rest/actions#delete-a-self-hosted-runner-group-from-an-enterprise": "/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-enterprise",
"/rest/actions#list-organization-access-to-a-self-hosted-runner-group-in-a-enterprise": "/rest/actions/self-hosted-runner-groups#list-organization-access-to-a-self-hosted-runner-group-in-a-enterprise",
"/rest/actions#set-organization-access-to-a-self-hosted-runner-group-in-an-enterprise": "/rest/actions/self-hosted-runner-groups#set-organization-access-to-a-self-hosted-runner-group-in-an-enterprise",
"/rest/actions#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise": "/rest/actions/self-hosted-runner-groups#add-organization-access-to-a-self-hosted-runner-group-in-an-enterprise",
"/rest/actions#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise": "/rest/actions/self-hosted-runner-groups#remove-organization-access-to-a-self-hosted-runner-group-in-an-enterprise",
"/rest/actions#list-self-hosted-runners-in-a-group-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-enterprise",
"/rest/actions#set-self-hosted-runners-in-a-group-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-enterprise",
"/rest/actions#add-a-self-hosted-runner-to-a-group-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-enterprise",
"/rest/actions#remove-a-self-hosted-runner-from-a-group-for-an-enterprise": "/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-enterprise",
"/rest/actions#list-self-hosted-runners-for-an-enterprise": "/rest/actions/self-hosted-runners#list-self-hosted-runners-for-an-enterprise",
"/rest/actions#self-hosted-runners": "/rest/actions/self-hosted-runners",
"/rest/actions#list-runner-applications-for-an-enterprise": "/rest/actions/self-hosted-runners#list-runner-applications-for-an-enterprise",
"/rest/actions#create-a-registration-token-for-an-enterprise": "/rest/actions/self-hosted-runners#create-a-registration-token-for-an-enterprise",
"/rest/actions#create-a-remove-token-for-an-enterprise": "/rest/actions/self-hosted-runners#create-a-remove-token-for-an-enterprise",
"/rest/actions#get-a-self-hosted-runner-for-an-enterprise": "/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-enterprise",
"/rest/actions#delete-self-hosted-runner-from-an-enterprise": "/rest/actions/self-hosted-runners#delete-self-hosted-runner-from-an-enterprise",
"/rest/actions#list-labels-for-a-self-hosted-runner-for-an-enterprise": "/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-enterprise",
"/rest/actions#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise": "/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-enterprise",
"/rest/actions#set-custom-labels-for-a-self-hosted-runner-for-an-enterprise": "/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-enterprise",
"/rest/actions#remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise": "/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-enterprise",
"/rest/actions#remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise": "/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-enterprise",
"/rest/enterprise-admin#get-the-audit-log-for-an-enterprise": "/rest/enterprise-admin/audit-log#get-the-audit-log-for-an-enterprise",
"/rest/enterprise-admin#audit-log": "/rest/enterprise-admin/audit-log",
"/rest/billing#get-github-actions-billing-for-an-enterprise": "/rest/enterprise-admin/billing#get-github-actions-billing-for-an-enterprise",
"/rest/enterprise-admin#billing": "/rest/enterprise-admin/billing",
"/rest/billing#export-advanced-security-active-committers-data-for-enterprise": "/rest/enterprise-admin/billing#export-advanced-security-active-committers-data-for-enterprise",
"/rest/billing#get-github-packages-billing-for-an-enterprise": "/rest/enterprise-admin/billing#get-github-packages-billing-for-an-enterprise",
"/rest/billing#get-shared-storage-billing-for-an-enterprise": "/rest/enterprise-admin/billing#get-shared-storage-billing-for-an-enterprise",
"/rest/activity#list-public-events": "/rest/activity/events#list-public-events",
"/rest/activity#events": "/rest/activity/events",
"/rest/activity#get-feeds": "/rest/activity/feeds#get-feeds",
"/rest/activity#feeds": "/rest/activity/feeds",
"/rest/gists#list-gists-for-the-authenticated-user": "/rest/gists/gists#list-gists-for-the-authenticated-user",
"/rest/gists#create-a-gist": "/rest/gists/gists#create-a-gist",
"/rest/gists#list-public-gists": "/rest/gists/gists#list-public-gists",
"/rest/gists#list-starred-gists": "/rest/gists/gists#list-starred-gists",
"/rest/gists#get-a-gist": "/rest/gists/gists#get-a-gist",
"/rest/gists/#update-a-gist": "/rest/gists/gists#update-a-gist",
"/rest/gists#delete-a-gist": "/rest/gists/gists#delete-a-gist",
"/rest/gists#list-gist-comments": "/rest/gists/comments#list-gist-comments",
"/rest/gists#comments": "/rest/gists/comments",
"/rest/gists#create-a-gist-comment": "/rest/gists/comments#create-a-gist-comment",
"/rest/gists#get-a-gist-comment": "/rest/gists/comments#get-a-gist-comment",
"/rest/gists#update-a-gist-comment": "/rest/gists/comments#update-a-gist-comment",
"/rest/gists#delete-a-gist-comment": "/rest/gists/comments#delete-a-gist-comment",
"/rest/gists#list-gist-commits": "/rest/gists/gists#list-gist-commits",
"/rest/gists#list-gist-forks": "/rest/gists/gists#list-gist-forks",
"/rest/gists#fork-a-gist": "/rest/gists/gists#fork-a-gist",
"/rest/gists#check-if-a-gist-is-starred": "/rest/gists/gists#check-if-a-gist-is-starred",
"/rest/gists#star-a-gist": "/rest/gists/gists#star-a-gist",
"/rest/gists#unstar-a-gist": "/rest/gists/gists#unstar-a-gist",
"/rest/gists#get-a-gist-revision": "/rest/gists/gists#get-a-gist-revision",
"/rest/apps#list-repositories-accessible-to-the-app-installation": "/rest/apps/installations#list-repositories-accessible-to-the-app-installation",
"/rest/apps#installations": "/rest/apps/installations",
"/rest/apps#revoke-an-installation-access-token": "/rest/apps/installations#revoke-an-installation-access-token",
"/rest/issues#list-issues-assigned-to-the-authenticated-user": "/rest/issues/issues#list-issues-assigned-to-the-authenticated-user",
"/rest/apps#get-a-subscription-plan-for-an-account": "/rest/apps/marketplace#get-a-subscription-plan-for-an-account",
"/rest/apps#marketplace": "/rest/apps/marketplace",
"/rest/apps#list-plans": "/rest/apps/marketplace#list-plans",
"/rest/apps#list-accounts-for-a-plan": "/rest/apps/marketplace#list-accounts-for-a-plan",
"/rest/apps#get-a-subscription-plan-for-an-account-stubbed": "/rest/apps/marketplace#get-a-subscription-plan-for-an-account-stubbed",
"/rest/apps#list-plans-stubbed": "/rest/apps/marketplace#list-plans-stubbed",
"/rest/apps#list-accounts-for-a-plan-stubbed": "/rest/apps/marketplace#list-accounts-for-a-plan-stubbed",
"/rest/activity#list-public-events-for-a-network-of-repositories": "/rest/activity/events#list-public-events-for-a-network-of-repositories",
"/rest/activity#list-notifications-for-the-authenticated-user": "/rest/activity/notifications#list-notifications-for-the-authenticated-user",
"/rest/activity#notifications": "/rest/activity/notifications",
"/rest/activity#mark-notifications-as-read": "/rest/activity/notifications#mark-notifications-as-read",
"/rest/activity#get-a-thread": "/rest/activity/notifications#get-a-thread",
"/rest/activity#mark-a-thread-as-read": "/rest/activity/notifications#mark-a-thread-as-read",
"/rest/activity#get-a-thread-subscription-for-the-authenticated-user": "/rest/activity/notifications#get-a-thread-subscription-for-the-authenticated-user",
"/rest/activity#set-a-thread-subscription": "/rest/activity/notifications#set-a-thread-subscription",
"/rest/activity#delete-a-thread-subscription": "/rest/activity/notifications#delete-a-thread-subscription",
"/rest/orgs#list-organizations": "/rest/orgs/orgs#list-organizations",
"/rest/orgs#custom-roles": "/rest/orgs/custom-roles",
"/rest/orgs#get-an-organization": "/rest/orgs/orgs#get-an-organization",
"/rest/orgs/#update-an-organization": "/rest/orgs/orgs#update-an-organization",
"/rest/actions#get-github-actions-cache-usage-for-an-organization": "/rest/actions/cache#get-github-actions-cache-usage-for-an-organization",
"/rest/actions#list-repositories-with-github-actions-cache-usage-for-an-organization": "/rest/actions/cache#list-repositories-with-github-actions-cache-usage-for-an-organization",
"/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization": "/rest/actions/oidc#get-the-customization-template-for-an-oidc-subject-claim-for-an-organization",
"/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization": "/rest/actions/oidc#set-the-customization-template-for-an-oidc-subject-claim-for-an-organization",
"/rest/actions#get-github-actions-permissions-for-an-organization": "/rest/actions/permissions#get-github-actions-permissions-for-an-organization",
"/rest/actions#set-github-actions-permissions-for-an-organization": "/rest/actions/permissions#set-github-actions-permissions-for-an-organization",
"/rest/actions#list-selected-repositories-enabled-for-github-actions-in-an-organization": "/rest/actions/permissions#list-selected-repositories-enabled-for-github-actions-in-an-organization",
"/rest/actions#set-selected-repositories-enabled-for-github-actions-in-an-organization": "/rest/actions/permissions#set-selected-repositories-enabled-for-github-actions-in-an-organization",
"/rest/actions#enable-a-selected-repository-for-github-actions-in-an-organization": "/rest/actions/permissions#enable-a-selected-repository-for-github-actions-in-an-organization",
"/rest/actions#disable-a-selected-repository-for-github-actions-in-an-organization": "/rest/actions/permissions#disable-a-selected-repository-for-github-actions-in-an-organization",
"/rest/actions#get-allowed-actions-for-an-organization": "/rest/actions/permissions#get-allowed-actions-for-an-organization",
"/rest/actions#set-allowed-actions-for-an-organization": "/rest/actions/permissions#set-allowed-actions-for-an-organization",
"/rest/actions#get-default-workflow-permissions": "/rest/actions/permissions#get-default-workflow-permissions",
"/rest/actions#set-default-workflow-permissions": "/rest/actions/permissions#set-default-workflow-permissions",
"/rest/actions#list-self-hosted-runner-groups-for-an-organization": "/rest/actions/self-hosted-runner-groups#list-self-hosted-runner-groups-for-an-organization",
"/rest/actions#create-a-self-hosted-runner-group-for-an-organization": "/rest/actions/self-hosted-runner-groups#create-a-self-hosted-runner-group-for-an-organization",
"/rest/actions#get-a-self-hosted-runner-group-for-an-organization": "/rest/actions/self-hosted-runner-groups#get-a-self-hosted-runner-group-for-an-organization",
"/rest/actions#update-a-self-hosted-runner-group-for-an-organization": "/rest/actions/self-hosted-runner-groups#update-a-self-hosted-runner-group-for-an-organization",
"/rest/actions#delete-a-self-hosted-runner-group-from-an-organization": "/rest/actions/self-hosted-runner-groups#delete-a-self-hosted-runner-group-from-an-organization",
"/rest/actions#list-repository-access-to-a-self-hosted-runner-group-in-an-organization": "/rest/actions/self-hosted-runner-groups#list-repository-access-to-a-self-hosted-runner-group-in-an-organization",
"/rest/actions#set-repository-access-to-a-self-hosted-runner-group-in-an-organization": "/rest/actions/self-hosted-runner-groups#set-repository-access-to-a-self-hosted-runner-group-in-an-organization",
"/rest/actions#add-repository-acess-to-a-self-hosted-runner-group-in-an-organization": "/rest/actions/self-hosted-runner-groups#add-repository-acess-to-a-self-hosted-runner-group-in-an-organization",
"/rest/actions#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization": "/rest/actions/self-hosted-runner-groups#remove-repository-access-to-a-self-hosted-runner-group-in-an-organization",
"/rest/actions#list-self-hosted-runners-in-a-group-for-an-organization": "/rest/actions/self-hosted-runner-groups#list-self-hosted-runners-in-a-group-for-an-organization",
"/rest/actions#set-self-hosted-runners-in-a-group-for-an-organization": "/rest/actions/self-hosted-runner-groups#set-self-hosted-runners-in-a-group-for-an-organization",
"/rest/actions#add-a-self-hosted-runner-to-a-group-for-an-organization": "/rest/actions/self-hosted-runner-groups#add-a-self-hosted-runner-to-a-group-for-an-organization",
"/rest/actions#remove-a-self-hosted-runner-from-a-group-for-an-organization": "/rest/actions/self-hosted-runner-groups#remove-a-self-hosted-runner-from-a-group-for-an-organization",
"/rest/actions#list-self-hosted-runners-for-an-organization": "/rest/actions/self-hosted-runners#list-self-hosted-runners-for-an-organization",
"/rest/actions#list-runner-applications-for-an-organization": "/rest/actions/self-hosted-runners#list-runner-applications-for-an-organization",
"/rest/actions#create-a-registration-token-for-an-organization": "/rest/actions/self-hosted-runners#create-a-registration-token-for-an-organization",
"/rest/actions#create-a-remove-token-for-an-organization": "/rest/actions/self-hosted-runners#create-a-remove-token-for-an-organization",
"/rest/actions#get-a-self-hosted-runner-for-an-organization": "/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-an-organization",
"/rest/actions#delete-a-self-hosted-runner-from-an-organization": "/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-an-organization",
"/rest/actions#list-labels-for-a-self-hosted-runner-for-an-organization": "/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-an-organization",
"/rest/actions#add-custom-labels-to-a-self-hosted-runner-for-an-organization": "/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-an-organization",
"/rest/actions#set-custom-labels-for-a-self-hosted-runner-for-an-organization": "/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-an-organization",
"/rest/actions#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization": "/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-an-organization",
"/rest/actions#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization": "/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-an-organization",
"/rest/actions#list-organization-secrets": "/rest/actions/secrets#list-organization-secrets",
"/rest/actions#secrets": "/rest/actions/secrets",
"/rest/actions#get-an-organization-public-key": "/rest/actions/secrets#get-an-organization-public-key",
"/rest/actions#get-an-organization-secret": "/rest/actions/secrets#get-an-organization-secret",
"/rest/actions#create-or-update-an-organization-secret": "/rest/actions/secrets#create-or-update-an-organization-secret",
"/rest/actions#delete-an-organization-secret": "/rest/actions/secrets#delete-an-organization-secret",
"/rest/actions#list-selected-repositories-for-an-organization-secret": "/rest/actions/secrets#list-selected-repositories-for-an-organization-secret",
"/rest/actions#set-selected-repositories-for-an-organization-secret": "/rest/actions/secrets#set-selected-repositories-for-an-organization-secret",
"/rest/actions#add-selected-repository-to-an-organization-secret": "/rest/actions/secrets#add-selected-repository-to-an-organization-secret",
"/rest/actions#remove-selected-repository-from-an-organization-secret": "/rest/actions/secrets#remove-selected-repository-from-an-organization-secret",
"/rest/orgs#get-audit-log": "/rest/orgs/orgs#get-audit-log",
"/rest/orgs#list-users-blocked-by-an-organization": "/rest/orgs/blocking#list-users-blocked-by-an-organization",
"/rest/orgs#blocking": "/rest/orgs/blocking",
"/rest/orgs#check-if-a-user-is-blocked-by-an-organization": "/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization",
"/rest/orgs#block-a-user-from-an-organization": "/rest/orgs/blocking#block-a-user-from-an-organization",
"/rest/orgs#unblock-a-user-from-an-organization": "/rest/orgs/blocking#unblock-a-user-from-an-organization",
"/rest/codespaces#list-in-organization": "/rest/codespaces/organizations#list-in-organization",
"/rest/codespaces#organizations": "/rest/codespaces/organizations",
"/rest/orgs#list-saml-sso-authorizations-for-an-organization": "/rest/orgs/orgs#list-saml-sso-authorizations-for-an-organization",
"/rest/orgs#remove-a-saml-sso-authorization-for-an-organization": "/rest/orgs/orgs#remove-a-saml-sso-authorization-for-an-organization",
"/rest/dependabot#list-organization-secrets": "/rest/dependabot/secrets#list-organization-secrets",
"/rest/dependabot#secrets": "/rest/dependabot/secrets",
"/rest/dependabot#get-an-organization-public-key": "/rest/dependabot/secrets#get-an-organization-public-key",
"/rest/dependabot#get-an-organization-secret": "/rest/dependabot/secrets#get-an-organization-secret",
"/rest/dependabot#create-or-update-an-organization-secret": "/rest/dependabot/secrets#create-or-update-an-organization-secret",
"/rest/dependabot#delete-an-organization-secret": "/rest/dependabot/secrets#delete-an-organization-secret",
"/rest/dependabot#list-selected-repositories-for-an-organization-secret": "/rest/dependabot/secrets#list-selected-repositories-for-an-organization-secret",
"/rest/dependabot#set-selected-repositories-for-an-organization-secret": "/rest/dependabot/secrets#set-selected-repositories-for-an-organization-secret",
"/rest/dependabot#add-selected-repository-to-an-organization-secret": "/rest/dependabot/secrets#add-selected-repository-to-an-organization-secret",
"/rest/dependabot#remove-selected-repository-from-an-organization-secret": "/rest/dependabot/secrets#remove-selected-repository-from-an-organization-secret",
"/rest/activity#list-public-organization-events": "/rest/activity/events#list-public-organization-events",
"/rest/teams#external-idp-group-info-for-an-organization": "/rest/teams/external-groups#external-idp-group-info-for-an-organization",
"/rest/teams#external-groups": "/rest/teams/external-groups",
"/rest/teams#list-external-idp-groups-for-an-organization": "/rest/teams/external-groups#list-external-idp-groups-for-an-organization",
"/rest/orgs#list-failed-organization-invitations": "/rest/orgs/members#list-failed-organization-invitations",
"/rest/orgs#members": "/rest/orgs/members",
"/rest/orgs#list-organization-webhooks": "/rest/orgs/webhooks#list-organization-webhooks",
"/rest/orgs#webhooks": "/rest/orgs/webhooks",
"/rest/orgs#create-an-organization-webhook": "/rest/orgs/webhooks#create-an-organization-webhook",
"/rest/orgs#get-an-organization-webhook": "/rest/orgs/webhooks#get-an-organization-webhook",
"/rest/orgs#update-an-organization-webhook": "/rest/orgs/webhooks#update-an-organization-webhook",
"/rest/orgs#delete-an-organization-webhook": "/rest/orgs/webhooks#delete-an-organization-webhook",
"/rest/orgs#get-a-webhook-configuration-for-an-organization": "/rest/orgs/webhooks#get-a-webhook-configuration-for-an-organization",
"/rest/orgs#update-a-webhook-configuration-for-an-organization": "/rest/orgs/webhooks#update-a-webhook-configuration-for-an-organization",
"/rest/orgs#list-deliveries-for-an-organization-webhook": "/rest/orgs/webhooks#list-deliveries-for-an-organization-webhook",
"/rest/orgs#get-a-webhook-delivery-for-an-organization-webhook": "/rest/orgs/webhooks#get-a-webhook-delivery-for-an-organization-webhook",
"/rest/orgs#redeliver-a-delivery-for-an-organization-webhook": "/rest/orgs/webhooks#redeliver-a-delivery-for-an-organization-webhook",
"/rest/orgs#ping-an-organization-webhook": "/rest/orgs/webhooks#ping-an-organization-webhook",
"/rest/apps#get-an-organization-installation-for-the-authenticated-app": "/rest/apps/apps#get-an-organization-installation-for-the-authenticated-app",
"/rest/orgs#list-app-installations-for-an-organization": "/rest/orgs/orgs#list-app-installations-for-an-organization",
"/rest/interactions#get-interaction-restrictions-for-an-organization": "/rest/interactions/orgs#get-interaction-restrictions-for-an-organization",
"/rest/interactions#orgs": "/rest/interactions/orgs",
"/rest/interactions#set-interaction-restrictions-for-an-organization": "/rest/interactions/orgs#set-interaction-restrictions-for-an-organization",
"/rest/interactions#remove-interaction-restrictions-for-an-organization": "/rest/interactions/orgs#remove-interaction-restrictions-for-an-organization",
"/rest/orgs#list-pending-organization-invitations": "/rest/orgs/members#list-pending-organization-invitations",
"/rest/orgs#create-an-organization-invitation": "/rest/orgs/members#create-an-organization-invitation",
"/rest/orgs#cancel-an-organization-invitation": "/rest/orgs/members#cancel-an-organization-invitation",
"/rest/orgs#list-organization-invitation-teams": "/rest/orgs/members#list-organization-invitation-teams",
"/rest/issues#list-organization-issues-assigned-to-the-authenticated-user": "/rest/issues/issues#list-organization-issues-assigned-to-the-authenticated-user",
"/rest/orgs#list-organization-members": "/rest/orgs/members#list-organization-members",
"/rest/orgs#check-organization-membership-for-a-user": "/rest/orgs/members#check-organization-membership-for-a-user",
"/rest/orgs#remove-an-organization-member": "/rest/orgs/members#remove-an-organization-member",
"/rest/codespaces": "/rest/codespaces/organizations#undefined",
"/rest/orgs#get-organization-membership-for-a-user": "/rest/orgs/members#get-organization-membership-for-a-user",
"/rest/orgs#set-organization-membership-for-a-user": "/rest/orgs/members#set-organization-membership-for-a-user",
"/rest/orgs#remove-organization-membership-for-a-user": "/rest/orgs/members#remove-organization-membership-for-a-user",
"/rest/migrations#list-organization-migrations": "/rest/migrations/orgs#list-organization-migrations",
"/rest/migrations#orgs": "/rest/migrations/orgs",
"/rest/migrations#start-an-organization-migration": "/rest/migrations/orgs#start-an-organization-migration",
"/rest/migrations#get-an-organization-migration-status": "/rest/migrations/orgs#get-an-organization-migration-status",
"/rest/migrations#download-an-organization-migration-archive": "/rest/migrations/orgs#download-an-organization-migration-archive",
"/rest/migrations#delete-an-organization-migration-archive": "/rest/migrations/orgs#delete-an-organization-migration-archive",
"/rest/migrations#unlock-an-organization-repository": "/rest/migrations/orgs#unlock-an-organization-repository",
"/rest/migrations#list-repositories-in-an-organization-migration": "/rest/migrations/orgs#list-repositories-in-an-organization-migration",
"/rest/orgs#list-outside-collaborators-for-an-organization": "/rest/orgs/outside-collaborators#list-outside-collaborators-for-an-organization",
"/rest/orgs#outside-collaborators": "/rest/orgs/outside-collaborators",
"/rest/orgs#convert-an-organization-member-to-outside-collaborator": "/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator",
"/rest/orgs#remove-outside-collaborator-from-an-organization": "/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization",
"/rest/projects#list-organization-projects": "/rest/projects/projects#list-organization-projects",
"/rest/projects#create-an-organization-project": "/rest/projects/projects#create-an-organization-project",
"/rest/orgs#list-public-organization-members": "/rest/orgs/members#list-public-organization-members",
"/rest/orgs#check-public-organization-membership-for-a-user": "/rest/orgs/members#check-public-organization-membership-for-a-user",
"/rest/orgs#set-public-organization-membership-for-the-authenticated-user": "/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user",
"/rest/orgs#remove-public-organization-membership-for-the-authenticated-user": "/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user",
"/rest/repos#list-organization-repositories": "/rest/repos/repos#list-organization-repositories",
"/rest/repos#create-an-organization-repository": "/rest/repos/repos#create-an-organization-repository",
"/rest/orgs#list-security-manager-teams": "/rest/orgs/security-managers#list-security-manager-teams",
"/rest/orgs#security-managers": "/rest/orgs/security-managers",
"/rest/orgs#add-a-security-manager-team": "/rest/orgs/security-managers#add-a-security-manager-team",
"/rest/orgs#remove-a-security-manager-team": "/rest/orgs/security-managers#remove-a-security-manager-team",
"/rest/teams#list-idp-groups-for-an-organization": "/rest/teams/team-sync#list-idp-groups-for-an-organization",
"/rest/teams#team-sync": "/rest/teams/team-sync",
"/rest/teams#list-teams": "/rest/teams/teams#list-teams",
"/rest/teams#create-a-team": "/rest/teams/teams#create-a-team",
"/rest/teams#get-a-team-by-name": "/rest/teams/teams#get-a-team-by-name",
"/rest/teams#update-a-team": "/rest/teams/teams#update-a-team",
"/rest/teams#delete-a-team": "/rest/teams/teams#delete-a-team",
"/rest/teams#list-discussions": "/rest/teams/discussions#list-discussions",
"/rest/teams#discussions": "/rest/teams/discussions",
"/rest/teams#create-a-discussion": "/rest/teams/discussions#create-a-discussion",
"/rest/teams#get-a-discussion": "/rest/teams/discussions#get-a-discussion",
"/rest/teams#update-a-discussion": "/rest/teams/discussions#update-a-discussion",
"/rest/teams#delete-a-discussion": "/rest/teams/discussions#delete-a-discussion",
"/rest/teams#list-discussion-comments": "/rest/teams/discussion-comments#list-discussion-comments",
"/rest/teams#discussion-comments": "/rest/teams/discussion-comments",
"/rest/teams#create-a-discussion-comment": "/rest/teams/discussion-comments#create-a-discussion-comment",
"/rest/teams#get-a-discussion-comment": "/rest/teams/discussion-comments#get-a-discussion-comment",
"/rest/teams#update-a-discussion-comment": "/rest/teams/discussion-comments#update-a-discussion-comment",
"/rest/teams#delete-a-discussion-comment": "/rest/teams/discussion-comments#delete-a-discussion-comment",
"/rest/teams#list-external-idp-group-team-connection": "/rest/teams/external-groups#list-external-idp-group-team-connection",
"/rest/teams#link-external-idp-group-team-connection": "/rest/teams/external-groups#link-external-idp-group-team-connection",
"/rest/teams#unlink-external-idp-group-team-connection": "/rest/teams/external-groups#unlink-external-idp-group-team-connection",
"/rest/teams#list-pending-team-invitations": "/rest/teams/members#list-pending-team-invitations",
"/rest/teams#members": "/rest/teams/members",
"/rest/teams#list-team-members": "/rest/teams/members#list-team-members",
"/rest/teams#get-team-membership-for-a-user": "/rest/teams/members#get-team-membership-for-a-user",
"/rest/teams#add-or-update-team-membership-for-a-user": "/rest/teams/members#add-or-update-team-membership-for-a-user",
"/rest/teams#remove-team-membership-for-a-user": "/rest/teams/members#remove-team-membership-for-a-user",
"/rest/teams#list-team-projects": "/rest/teams/teams#list-team-projects",
"/rest/teams#check-team-permissions-for-a-project": "/rest/teams/teams#check-team-permissions-for-a-project",
"/rest/teams#add-or-update-team-project-permissions": "/rest/teams/teams#add-or-update-team-project-permissions",
"/rest/teams#remove-a-project-from-a-team": "/rest/teams/teams#remove-a-project-from-a-team",
"/rest/teams#list-team-repositories": "/rest/teams/teams#list-team-repositories",
"/rest/teams/#check-team-permissions-for-a-repository": "/rest/teams/teams#check-team-permissions-for-a-repository",
"/rest/teams/#add-or-update-team-repository-permissions": "/rest/teams/teams#add-or-update-team-repository-permissions",
"/rest/teams/#remove-a-repository-from-a-team": "/rest/teams/teams#remove-a-repository-from-a-team",
"/rest/teams#list-idp-groups-for-a-team": "/rest/teams/team-sync#list-idp-groups-for-a-team",
"/rest/teams#create-or-update-idp-group-connections": "/rest/teams/team-sync#create-or-update-idp-group-connections",
"/rest/teams#list-child-teams": "/rest/teams/teams#list-child-teams",
"/rest/projects#get-a-project-card": "/rest/projects/cards#get-a-project-card",
"/rest/projects#cards": "/rest/projects/cards",
"/rest/projects#update-a-project-card": "/rest/projects/cards#update-a-project-card",
"/rest/projects#delete-a-project-card": "/rest/projects/cards#delete-a-project-card",
"/rest/projects#move-a-project-card": "/rest/projects/cards#move-a-project-card",
"/rest/projects#get-a-project-column": "/rest/projects/columns#get-a-project-column",
"/rest/projects#columns": "/rest/projects/columns",
"/rest/projects#update-a-project-column": "/rest/projects/columns#update-a-project-column",
"/rest/projects#delete-a-project-column": "/rest/projects/columns#delete-a-project-column",
"/rest/projects#list-project-cards": "/rest/projects/cards#list-project-cards",
"/rest/projects#create-a-project-card": "/rest/projects/cards#create-a-project-card",
"/rest/projects#move-a-project-column": "/rest/projects/columns#move-a-project-column",
"/rest/projects#get-a-project": "/rest/projects/projects#get-a-project",
"/rest/projects#update-a-project": "/rest/projects/projects#update-a-project",
"/rest/projects#delete-a-project": "/rest/projects/projects#delete-a-project",
"/rest/projects#list-project-collaborators": "/rest/projects/collaborators#list-project-collaborators",
"/rest/projects#collaborators": "/rest/projects/collaborators",
"/rest/projects#add-project-collaborator": "/rest/projects/collaborators#add-project-collaborator",
"/rest/projects#remove-project-collaborator": "/rest/projects/collaborators#remove-project-collaborator",
"/rest/projects#get-project-permission-for-a-user": "/rest/projects/collaborators#get-project-permission-for-a-user",
"/rest/projects#list-project-columns": "/rest/projects/columns#list-project-columns",
"/rest/projects#create-a-project-column": "/rest/projects/columns#create-a-project-column",
"/rest/repos#get-a-repository": "/rest/repos/repos#get-a-repository",
"/rest/repos/#update-a-repository": "/rest/repos/repos#update-a-repository",
"/rest/repos#delete-a-repository": "/rest/repos/repos#delete-a-repository",
"/rest/actions#list-artifacts-for-a-repository": "/rest/actions/artifacts#list-artifacts-for-a-repository",
"/rest/actions#artifacts": "/rest/actions/artifacts",
"/rest/actions#get-an-artifact": "/rest/actions/artifacts#get-an-artifact",
"/rest/actions#delete-an-artifact": "/rest/actions/artifacts#delete-an-artifact",
"/rest/actions#download-an-artifact": "/rest/actions/artifacts#download-an-artifact",
"/rest/actions#get-github-actions-cache-usage-for-a-repository": "/rest/actions/cache#get-github-actions-cache-usage-for-a-repository",
"/rest/actions/cache#list-github-actions-caches-for-a-repository": "/rest/actions/cache#list-github-actions-caches-for-a-repository",
"/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key": "/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key",
"/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id": "/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id",
"/rest/actions#get-a-job-for-a-workflow-run": "/rest/actions/workflow-jobs#get-a-job-for-a-workflow-run",
"/rest/actions#workflow-jobs": "/rest/actions/workflow-jobs",
"/rest/actions#download-job-logs-for-a-workflow-run": "/rest/actions/workflow-jobs#download-job-logs-for-a-workflow-run",
"/rest/actions#re-run-job-for-workflow-run": "/rest/actions/workflow-runs#re-run-job-for-workflow-run",
"/rest/actions#workflow-runs": "/rest/actions/workflow-runs",
"/rest/actions/oidc#get-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository": "/rest/actions/oidc#get-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository",
"/rest/actions/oidc#set-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository": "/rest/actions/oidc#set-the-opt-out-flag-of-an-oidc-subject-claim-customization-for-a-repository",
"/rest/actions#get-github-actions-permissions-for-a-repository": "/rest/actions/permissions#get-github-actions-permissions-for-a-repository",
"/rest/actions#set-github-actions-permissions-for-a-repository": "/rest/actions/permissions#set-github-actions-permissions-for-a-repository",
"/rest/actions#get-workflow-access-level-to-a-repository": "/rest/actions/permissions#get-workflow-access-level-to-a-repository",
"/rest/actions#set-workflow-access-to-a-repository": "/rest/actions/permissions#set-workflow-access-to-a-repository",
"/rest/actions#get-allowed-actions-for-a-repository": "/rest/actions/permissions#get-allowed-actions-for-a-repository",
"/rest/actions#set-allowed-actions-for-a-repository": "/rest/actions/permissions#set-allowed-actions-for-a-repository",
"/rest/actions#get-default-workflow-permissions-for-a-repository": "/rest/actions/permissions#get-default-workflow-permissions-for-a-repository",
"/rest/actions#set-default-workflow-permissions-for-a-repository": "/rest/actions/permissions#set-default-workflow-permissions-for-a-repository",
"/rest/actions#list-self-hosted-runners-for-a-repository": "/rest/actions/self-hosted-runners#list-self-hosted-runners-for-a-repository",
"/rest/actions#list-runner-applications-for-a-repository": "/rest/actions/self-hosted-runners#list-runner-applications-for-a-repository",
"/rest/actions#create-a-registration-token-for-a-repository": "/rest/actions/self-hosted-runners#create-a-registration-token-for-a-repository",
"/rest/actions#create-a-remove-token-for-a-repository": "/rest/actions/self-hosted-runners#create-a-remove-token-for-a-repository",
"/rest/actions#get-a-self-hosted-runner-for-a-repository": "/rest/actions/self-hosted-runners#get-a-self-hosted-runner-for-a-repository",
"/rest/actions#delete-a-self-hosted-runner-from-a-repository": "/rest/actions/self-hosted-runners#delete-a-self-hosted-runner-from-a-repository",
"/rest/actions#list-labels-for-a-self-hosted-runner-for-a-repository": "/rest/actions/self-hosted-runners#list-labels-for-a-self-hosted-runner-for-a-repository",
"/rest/actions#add-custom-labels-to-a-self-hosted-runner-for-a-repository": "/rest/actions/self-hosted-runners#add-custom-labels-to-a-self-hosted-runner-for-a-repository",
"/rest/actions#set-custom-labels-for-a-self-hosted-runner-for-a-repository": "/rest/actions/self-hosted-runners#set-custom-labels-for-a-self-hosted-runner-for-a-repository",
"/rest/actions#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository": "/rest/actions/self-hosted-runners#remove-all-custom-labels-from-a-self-hosted-runner-for-a-repository",
"/rest/actions#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository": "/rest/actions/self-hosted-runners#remove-a-custom-label-from-a-self-hosted-runner-for-a-repository",
"/rest/actions#list-workflow-runs-for-a-repository": "/rest/actions/workflow-runs#list-workflow-runs-for-a-repository",
"/rest/actions#get-a-workflow-run": "/rest/actions/workflow-runs#get-a-workflow-run",
"/rest/actions#delete-a-workflow-run": "/rest/actions/workflow-runs#delete-a-workflow-run",
"/rest/actions#get-the-review-history-for-a-workflow-run": "/rest/actions/workflow-runs#get-the-review-history-for-a-workflow-run",
"/rest/actions#approve-a-workflow-run-for-a-fork-pull-request": "/rest/actions/workflow-runs#approve-a-workflow-run-for-a-fork-pull-request",
"/rest/actions#list-workflow-run-artifacts": "/rest/actions/artifacts#list-workflow-run-artifacts",
"/rest/actions#get-a-workflow-run-attempt": "/rest/actions/workflow-runs#get-a-workflow-run-attempt",
"/rest/actions#list-jobs-for-a-workflow-run-attempt": "/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run-attempt",
"/rest/actions#download-workflow-run-attempt-logs": "/rest/actions/workflow-runs#download-workflow-run-attempt-logs",
"/rest/actions#cancel-a-workflow-run": "/rest/actions/workflow-runs#cancel-a-workflow-run",
"/rest/actions#list-jobs-for-a-workflow-run": "/rest/actions/workflow-jobs#list-jobs-for-a-workflow-run",
"/rest/actions#download-workflow-run-logs": "/rest/actions/workflow-runs#download-workflow-run-logs",
"/rest/actions#delete-workflow-run-logs": "/rest/actions/workflow-runs#delete-workflow-run-logs",
"/rest/actions#get-pending-deployments-for-a-workflow-run": "/rest/actions/workflow-runs#get-pending-deployments-for-a-workflow-run",
"/rest/actions#review-pending-deployments-for-a-workflow-run": "/rest/actions/workflow-runs#review-pending-deployments-for-a-workflow-run",
"/rest/actions#re-run-a-workflow": "/rest/actions/workflow-runs#re-run-a-workflow",
"/rest/actions#re-run-workflow-failed-jobs": "/rest/actions/workflow-runs#re-run-workflow-failed-jobs",
"/rest/actions#get-workflow-run-usage": "/rest/actions/workflow-runs#get-workflow-run-usage",
"/rest/actions#list-repository-secrets": "/rest/actions/secrets#list-repository-secrets",
"/rest/actions#get-a-repository-public-key": "/rest/actions/secrets#get-a-repository-public-key",
"/rest/actions#get-a-repository-secret": "/rest/actions/secrets#get-a-repository-secret",
"/rest/actions#create-or-update-a-repository-secret": "/rest/actions/secrets#create-or-update-a-repository-secret",
"/rest/actions#delete-a-repository-secret": "/rest/actions/secrets#delete-a-repository-secret",
"/rest/actions#list-repository-workflows": "/rest/actions/workflows#list-repository-workflows",
"/rest/actions#workflows": "/rest/actions/workflows",
"/rest/actions#get-a-workflow": "/rest/actions/workflows#get-a-workflow",
"/rest/actions#disable-a-workflow": "/rest/actions/workflows#disable-a-workflow",
"/rest/actions#create-a-workflow-dispatch-event": "/rest/actions/workflows#create-a-workflow-dispatch-event",
"/rest/actions#enable-a-workflow": "/rest/actions/workflows#enable-a-workflow",
"/rest/actions#list-workflow-runs": "/rest/actions/workflow-runs#list-workflow-runs",
"/rest/actions#get-workflow-usage": "/rest/actions/workflows#get-workflow-usage",
"/rest/issues#list-assignees": "/rest/issues/assignees#list-assignees",
"/rest/issues#assignees": "/rest/issues/assignees",
"/rest/issues#check-if-a-user-can-be-assigned": "/rest/issues/assignees#check-if-a-user-can-be-assigned",
"/restundefined": "/rest/repos/autolinks#undefined",
"/rest/repos#autolinks": "/rest/repos/autolinks",
"/rest/repos#enable-automated-security-fixes": "/rest/repos/repos#enable-automated-security-fixes",
"/rest/repos#disable-automated-security-fixes": "/rest/repos/repos#disable-automated-security-fixes",
"/rest/branches#branches": "/rest/branches/branches",
"/rest/branches#branch-protection": "/rest/branches/branch-protection",
"/rest/checks#create-a-check-run": "/rest/checks/runs#create-a-check-run",
"/rest/checks#runs": "/rest/checks/runs",
"/rest/checks#get-a-check-run": "/rest/checks/runs#get-a-check-run",
"/rest/checks#update-a-check-run": "/rest/checks/runs#update-a-check-run",
"/rest/checks#list-check-run-annotations": "/rest/checks/runs#list-check-run-annotations",
"/rest/checks#rerequest-a-check-run": "/rest/checks/runs#rerequest-a-check-run",
"/rest/checks#create-a-check-suite": "/rest/checks/suites#create-a-check-suite",
"/rest/checks#suites": "/rest/checks/suites",
"/rest/checks#update-repository-preferences-for-check-suites": "/rest/checks/suites#update-repository-preferences-for-check-suites",
"/rest/checks#get-a-check-suite": "/rest/checks/suites#get-a-check-suite",
"/rest/checks#list-check-runs-in-a-check-suite": "/rest/checks/runs#list-check-runs-in-a-check-suite",
"/rest/checks#rerequest-a-check-suite": "/rest/checks/suites#rerequest-a-check-suite",
"/rest/repos#list-codeowners-errors": "/rest/repos/repos#list-codeowners-errors",
"/rest/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user": "/rest/codespaces/codespaces#list-codespaces-in-a-repository-for-the-authenticated-user",
"/rest/codespaces#create-a-codespace-in-a-repository": "/rest/codespaces/codespaces#create-a-codespace-in-a-repository",
"/rest/codespaces#list-devcontainers-in-a-repository-for-the-authenticated-user": "/rest/codespaces/codespaces#list-devcontainers-in-a-repository-for-the-authenticated-user",
"/rest/codespaces#list-available-machine-types-for-a-repository": "/rest/codespaces/machines#list-available-machine-types-for-a-repository",
"/rest/codespaces#machines": "/rest/codespaces/machines",
"/rest/codespaces#preview-attributes-for-a-new-codespace": "/rest/codespaces/codespaces#preview-attributes-for-a-new-codespace",
"/rest/codespaces#list-repository-secrets": "/rest/codespaces/repository-secrets#list-repository-secrets",
"/rest/codespaces#repository-secrets": "/rest/codespaces/repository-secrets",
"/rest/codespaces#get-a-repository-public-key": "/rest/codespaces/repository-secrets#get-a-repository-public-key",
"/rest/codespaces#get-a-repository-secret": "/rest/codespaces/repository-secrets#get-a-repository-secret",
"/rest/codespaces#create-or-update-a-repository-secret": "/rest/codespaces/repository-secrets#create-or-update-a-repository-secret",
"/rest/codespaces#delete-a-repository-secret": "/rest/codespaces/repository-secrets#delete-a-repository-secret",
"/rest/collaborators/collaborators#list-repository-collaborators": "/rest/collaborators/collaborators#list-repository-collaborators",
"/rest/collaborators#collaborators": "/rest/collaborators/collaborators",
"/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator": "/rest/collaborators/collaborators#check-if-a-user-is-a-repository-collaborator",
"/rest/collaborators/collaborators#add-a-repository-collaborator": "/rest/collaborators/collaborators#add-a-repository-collaborator",
"/rest/collaborators/collaborators#remove-a-repository-collaborator": "/rest/collaborators/collaborators#remove-a-repository-collaborator",
"/rest/collaborators/collaborators#get-repository-permissions-for-a-user": "/rest/collaborators/collaborators#get-repository-permissions-for-a-user",
"/rest/commits/comments#list-commit-comments-for-a-repository": "/rest/commits/comments#list-commit-comments-for-a-repository",
"/rest/commits#comments": "/rest/commits/comments",
"/rest/commits/comments#get-a-commit-comment": "/rest/commits/comments#get-a-commit-comment",
"/rest/commits/comments#update-a-commit-comment": "/rest/commits/comments#update-a-commit-comment",
"/rest/commits/comments#delete-a-commit-comment": "/rest/commits/comments#delete-a-commit-comment",
"/rest/commits/commits#list-commits": "/rest/commits/commits#list-commits",
"/rest/commits#commits": "/rest/commits/commits",
"/rest/commits/commits#list-branches-for-head-commit": "/rest/commits/commits#list-branches-for-head-commit",
"/rest/commits/comments#list-commit-comments": "/rest/commits/comments#list-commit-comments",
"/rest/commits/comments#create-a-commit-comment": "/rest/commits/comments#create-a-commit-comment",
"/rest/commits/commits#list-pull-requests-associated-with-a-commit": "/rest/commits/commits#list-pull-requests-associated-with-a-commit",
"/rest/commits/commits#get-a-commit": "/rest/commits/commits#get-a-commit",
"/rest/checks#list-check-runs-for-a-git-reference": "/rest/checks/runs#list-check-runs-for-a-git-reference",
"/rest/checks#list-check-suites-for-a-git-reference": "/rest/checks/suites#list-check-suites-for-a-git-reference",
"/rest/commits/statuses#get-the-combined-status-for-a-specific-reference": "/rest/commits/statuses#get-the-combined-status-for-a-specific-reference",
"/rest/commits#statuses": "/rest/commits/statuses",
"/rest/commits/statuses#list-commit-statuses-for-a-reference": "/rest/commits/statuses#list-commit-statuses-for-a-reference",
"/rest/metrics/community#get-community-profile-metrics": "/rest/metrics/community#get-community-profile-metrics",
"/rest/metrics#community": "/rest/metrics/community",
"/rest/commits/commits#compare-two-commits": "/rest/commits/commits#compare-two-commits",
"/rest/repos#get-repository-content": "/rest/repos/contents#get-repository-content",
"/rest/repos#contents": "/rest/repos/contents",
"/rest/repos#create-or-update-file-contents": "/rest/repos/contents#create-or-update-file-contents",
"/rest/repos#delete-a-file": "/rest/repos/contents#delete-a-file",
"/rest/repos#list-repository-contributors": "/rest/repos/repos#list-repository-contributors",
"/rest/dependabot#list-repository-secrets": "/rest/dependabot/secrets#list-repository-secrets",
"/rest/dependabot#get-a-repository-public-key": "/rest/dependabot/secrets#get-a-repository-public-key",
"/rest/dependabot#get-a-repository-secret": "/rest/dependabot/secrets#get-a-repository-secret",
"/rest/dependabot#create-or-update-a-repository-secret": "/rest/dependabot/secrets#create-or-update-a-repository-secret",
"/rest/dependabot#delete-a-repository-secret": "/rest/dependabot/secrets#delete-a-repository-secret",
"/rest/dependency-graph#get-a-diff-of-the-dependencies-between-commits": "/rest/dependency-graph/dependency-review#get-a-diff-of-the-dependencies-between-commits",
"/rest/dependency-graph#dependency-review": "/rest/dependency-graph/dependency-review",
"/rest/dependency-graph#create-a-snapshot-of-dependencies-for-a-repository": "/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository",
"/rest/dependency-graph#dependency-submission": "/rest/dependency-graph/dependency-submission",
"/rest/deployments#deployments": "/rest/deployments/deployments",
"/rest/deployments#statuses": "/rest/deployments/statuses",
"/rest/repos#create-a-repository-dispatch-event": "/rest/repos/repos#create-a-repository-dispatch-event",
"/rest/deployments#environments": "/rest/deployments/environments",
"/rest/activity#list-repository-events": "/rest/activity/events#list-repository-events",
"/rest/repos#list-forks": "/rest/repos/forks#list-forks",
"/rest/repos#forks": "/rest/repos/forks",
"/rest/repos#create-a-fork": "/rest/repos/forks#create-a-fork",
"/rest/git#create-a-blob": "/rest/git/blobs#create-a-blob",
"/rest/git#blobs": "/rest/git/blobs",
"/rest/git#get-a-blob": "/rest/git/blobs#get-a-blob",
"/rest/git#create-a-commit": "/rest/git/commits#create-a-commit",
"/rest/git#commits": "/rest/git/commits",
"/rest/git#get-a-commit": "/rest/git/commits#get-a-commit",
"/rest/git#list-matching-references": "/rest/git/refs#list-matching-references",
"/rest/git#refs": "/rest/git/refs",
"/rest/git#get-a-reference": "/rest/git/refs#get-a-reference",
"/rest/git#create-a-reference": "/rest/git/refs#create-a-reference",
"/rest/git#update-a-reference": "/rest/git/refs#update-a-reference",
"/rest/git#delete-a-reference": "/rest/git/refs#delete-a-reference",
"/rest/git#create-a-tag-object": "/rest/git/tags#create-a-tag-object",
"/rest/git#tags": "/rest/git/tags",
"/rest/git#get-a-tag": "/rest/git/tags#get-a-tag",
"/rest/git#create-a-tree": "/rest/git/trees#create-a-tree",
"/rest/git#trees": "/rest/git/trees",
"/rest/git#get-a-tree": "/rest/git/trees#get-a-tree",
"/rest/webhooks/repos#list-repository-webhooks": "/rest/webhooks/repos#list-repository-webhooks",
"/rest/webhooks#repos": "/rest/webhooks/repos",
"/rest/webhooks/repos#create-a-repository-webhook": "/rest/webhooks/repos#create-a-repository-webhook",
"/rest/webhooks/repos#get-a-repository-webhook": "/rest/webhooks/repos#get-a-repository-webhook",
"/rest/webhooks/repos#update-a-repository-webhook": "/rest/webhooks/repos#update-a-repository-webhook",
"/rest/webhooks/repos#delete-a-repository-webhook": "/rest/webhooks/repos#delete-a-repository-webhook",
"/rest/webhooks/repo-config#get-a-webhook-configuration-for-a-repository": "/rest/webhooks/repo-config#get-a-webhook-configuration-for-a-repository",
"/rest/webhooks#repo-config": "/rest/webhooks/repo-config",
"/rest/webhooks/repo-config#update-a-webhook-configuration-for-a-repository": "/rest/webhooks/repo-config#update-a-webhook-configuration-for-a-repository",
"/rest/webhooks/repo-deliveries#list-deliveries-for-a-repository-webhook": "/rest/webhooks/repo-deliveries#list-deliveries-for-a-repository-webhook",
"/rest/webhooks#repo-deliveries": "/rest/webhooks/repo-deliveries",
"/rest/webhooks/repo-deliveries#get-a-delivery-for-a-repository-webhook": "/rest/webhooks/repo-deliveries#get-a-delivery-for-a-repository-webhook",
"/rest/webhooks/repo-deliveries#redeliver-a-delivery-for-a-repository-webhook": "/rest/webhooks/repo-deliveries#redeliver-a-delivery-for-a-repository-webhook",
"/rest/webhooks/repos#ping-a-repository-webhook": "/rest/webhooks/repos#ping-a-repository-webhook",
"/rest/webhooks/repos#test-the-push-repository-webhook": "/rest/webhooks/repos#test-the-push-repository-webhook",
"/rest/migrations#get-an-import-status": "/rest/migrations/source-imports#get-an-import-status",
"/rest/migrations#source-imports": "/rest/migrations/source-imports",
"/rest/migrations#start-an-import": "/rest/migrations/source-imports#start-an-import",
"/rest/migrations#update-an-import": "/rest/migrations/source-imports#update-an-import",
"/rest/migrations#cancel-an-import": "/rest/migrations/source-imports#cancel-an-import",
"/rest/migrations#get-commit-authors": "/rest/migrations/source-imports#get-commit-authors",
"/rest/migrations#map-a-commit-author": "/rest/migrations/source-imports#map-a-commit-author",
"/rest/migrations#get-large-files": "/rest/migrations/source-imports#get-large-files",
"/rest/migrations#update-git-lfs-preference": "/rest/migrations/source-imports#update-git-lfs-preference",
"/rest/apps#get-a-repository-installation-for-the-authenticated-app": "/rest/apps/apps#get-a-repository-installation-for-the-authenticated-app",
"/rest/interactions#get-interaction-restrictions-for-a-repository": "/rest/interactions/repos#get-interaction-restrictions-for-a-repository",
"/rest/interactions#repos": "/rest/interactions/repos",
"/rest/interactions#set-interaction-restrictions-for-a-repository": "/rest/interactions/repos#set-interaction-restrictions-for-a-repository",
"/rest/interactions#remove-interaction-restrictions-for-a-repository": "/rest/interactions/repos#remove-interaction-restrictions-for-a-repository",
"/rest/collaborators/invitations#list-repository-invitations": "/rest/collaborators/invitations#list-repository-invitations",
"/rest/collaborators#invitations": "/rest/collaborators/invitations",
"/rest/collaborators/invitations#update-a-repository-invitation": "/rest/collaborators/invitations#update-a-repository-invitation",
"/rest/collaborators/invitations#delete-a-repository-invitation": "/rest/collaborators/invitations#delete-a-repository-invitation",
"/rest/issues#list-repository-issues": "/rest/issues/issues#list-repository-issues",
"/rest/issues#create-an-issue": "/rest/issues/issues#create-an-issue",
"/rest/issues#list-issue-comments-for-a-repository": "/rest/issues/comments#list-issue-comments-for-a-repository",
"/rest/issues#comments": "/rest/issues/comments",
"/rest/issues#get-an-issue-comment": "/rest/issues/comments#get-an-issue-comment",
"/rest/issues#update-an-issue-comment": "/rest/issues/comments#update-an-issue-comment",
"/rest/issues#delete-an-issue-comment": "/rest/issues/comments#delete-an-issue-comment",
"/rest/issues#list-issue-events-for-a-repository": "/rest/issues/events#list-issue-events-for-a-repository",
"/rest/issues#events": "/rest/issues/events",
"/rest/issues#get-an-issue-event": "/rest/issues/events#get-an-issue-event",
"/rest/issues#get-an-issue": "/rest/issues/issues#get-an-issue",
"/rest/issues/#update-an-issue": "/rest/issues/issues#update-an-issue",
"/rest/issues#add-assignees-to-an-issue": "/rest/issues/assignees#add-assignees-to-an-issue",
"/rest/issues#remove-assignees-from-an-issue": "/rest/issues/assignees#remove-assignees-from-an-issue",
"/rest/issues#list-issue-comments": "/rest/issues/comments#list-issue-comments",
"/rest/issues#create-an-issue-comment": "/rest/issues/comments#create-an-issue-comment",
"/rest/issues#list-issue-events": "/rest/issues/events#list-issue-events",
"/rest/issues#list-labels-for-an-issue": "/rest/issues/labels#list-labels-for-an-issue",
"/rest/issues#labels": "/rest/issues/labels",
"/rest/issues#add-labels-to-an-issue": "/rest/issues/labels#add-labels-to-an-issue",
"/rest/issues#set-labels-for-an-issue": "/rest/issues/labels#set-labels-for-an-issue",
"/rest/issues#remove-all-labels-from-an-issue": "/rest/issues/labels#remove-all-labels-from-an-issue",
"/rest/issues#remove-a-label-from-an-issue": "/rest/issues/labels#remove-a-label-from-an-issue",
"/rest/issues#lock-an-issue": "/rest/issues/issues#lock-an-issue",
"/rest/issues#unlock-an-issue": "/rest/issues/issues#unlock-an-issue",
"/rest/issues#list-timeline-events-for-an-issue": "/rest/issues/timeline#list-timeline-events-for-an-issue",
"/rest/issues#timeline": "/rest/issues/timeline",
"/rest/issues#list-labels-for-a-repository": "/rest/issues/labels#list-labels-for-a-repository",
"/rest/issues#create-a-label": "/rest/issues/labels#create-a-label",
"/rest/issues#get-a-label": "/rest/issues/labels#get-a-label",
"/rest/issues#update-a-label": "/rest/issues/labels#update-a-label",
"/rest/issues#delete-a-label": "/rest/issues/labels#delete-a-label",
"/rest/repos#list-repository-languages": "/rest/repos/repos#list-repository-languages",
"/rest/repos#enable-git-lfs-for-a-repository": "/rest/repos/lfs#enable-git-lfs-for-a-repository",
"/rest/repos#lfs": "/rest/repos/lfs",
"/rest/repos#disable-git-lfs-for-a-repository": "/rest/repos/lfs#disable-git-lfs-for-a-repository",
"/rest/issues#list-milestones": "/rest/issues/milestones#list-milestones",
"/rest/issues#milestones": "/rest/issues/milestones",
"/rest/issues#create-a-milestone": "/rest/issues/milestones#create-a-milestone",
"/rest/issues#get-a-milestone": "/rest/issues/milestones#get-a-milestone",
"/rest/issues#update-a-milestone": "/rest/issues/milestones#update-a-milestone",
"/rest/issues#delete-a-milestone": "/rest/issues/milestones#delete-a-milestone",
"/rest/issues#list-labels-for-issues-in-a-milestone": "/rest/issues/labels#list-labels-for-issues-in-a-milestone",
"/rest/activity#list-repository-notifications-for-the-authenticated-user": "/rest/activity/notifications#list-repository-notifications-for-the-authenticated-user",
"/rest/activity#mark-repository-notifications-as-read": "/rest/activity/notifications#mark-repository-notifications-as-read",
"/rest/projects#list-repository-projects": "/rest/projects/projects#list-repository-projects",
"/rest/projects#create-a-repository-project": "/rest/projects/projects#create-a-repository-project",
"/rest/pulls#list-pull-requests": "/rest/pulls/pulls#list-pull-requests",
"/rest/pulls#create-a-pull-request": "/rest/pulls/pulls#create-a-pull-request",
"/rest/pulls#list-review-comments-in-a-repository": "/rest/pulls/comments#list-review-comments-in-a-repository",
"/rest/pulls#comments": "/rest/pulls/comments",
"/rest/pulls#get-a-review-comment-for-a-pull-request": "/rest/pulls/comments#get-a-review-comment-for-a-pull-request",
"/rest/pulls#update-a-review-comment-for-a-pull-request": "/rest/pulls/comments#update-a-review-comment-for-a-pull-request",
"/rest/pulls#delete-a-review-comment-for-a-pull-request": "/rest/pulls/comments#delete-a-review-comment-for-a-pull-request",
"/rest/pulls#get-a-pull-request": "/rest/pulls/pulls#get-a-pull-request",
"/rest/pulls/#update-a-pull-request": "/rest/pulls/pulls#update-a-pull-request",
"/rest/codespaces#create-a-codespace-from-a-pull-request": "/rest/codespaces/codespaces#create-a-codespace-from-a-pull-request",
"/rest/pulls#list-review-comments-on-a-pull-request": "/rest/pulls/comments#list-review-comments-on-a-pull-request",
"/rest/pulls#create-a-review-comment-for-a-pull-request": "/rest/pulls/comments#create-a-review-comment-for-a-pull-request",
"/rest/pulls#create-a-reply-for-a-review-comment": "/rest/pulls/comments#create-a-reply-for-a-review-comment",
"/rest/pulls#list-commits-on-a-pull-request": "/rest/pulls/pulls#list-commits-on-a-pull-request",
"/rest/pulls#list-pull-requests-files": "/rest/pulls/pulls#list-pull-requests-files",
"/rest/pulls#check-if-a-pull-request-has-been-merged": "/rest/pulls/pulls#check-if-a-pull-request-has-been-merged",
"/rest/pulls#merge-a-pull-request": "/rest/pulls/pulls#merge-a-pull-request",
"/rest/pulls#list-requested-reviewers-for-a-pull-request": "/rest/pulls/review-requests#list-requested-reviewers-for-a-pull-request",
"/rest/pulls#review-requests": "/rest/pulls/review-requests",
"/rest/pulls#request-reviewers-for-a-pull-request": "/rest/pulls/review-requests#request-reviewers-for-a-pull-request",
"/rest/pulls#remove-requested-reviewers-from-a-pull-request": "/rest/pulls/review-requests#remove-requested-reviewers-from-a-pull-request",
"/rest/pulls#list-reviews-for-a-pull-request": "/rest/pulls/reviews#list-reviews-for-a-pull-request",
"/rest/pulls#reviews": "/rest/pulls/reviews",
"/rest/pulls#create-a-review-for-a-pull-request": "/rest/pulls/reviews#create-a-review-for-a-pull-request",
"/rest/pulls#get-a-review-for-a-pull-request": "/rest/pulls/reviews#get-a-review-for-a-pull-request",
"/rest/pulls#update-a-review-for-a-pull-request": "/rest/pulls/reviews#update-a-review-for-a-pull-request",
"/rest/pulls#delete-a-pending-review-for-a-pull-request": "/rest/pulls/reviews#delete-a-pending-review-for-a-pull-request",
"/rest/pulls#list-comments-for-a-pull-request-review": "/rest/pulls/reviews#list-comments-for-a-pull-request-review",
"/rest/pulls#dismiss-a-review-for-a-pull-request": "/rest/pulls/reviews#dismiss-a-review-for-a-pull-request",
"/rest/pulls#submit-a-review-for-a-pull-request": "/rest/pulls/reviews#submit-a-review-for-a-pull-request",
"/rest/pulls#update-a-pull-request-branch": "/rest/pulls/pulls#update-a-pull-request-branch",
"/rest/repos#get-a-repository-readme": "/rest/repos/contents#get-a-repository-readme",
"/rest/repos#get-a-repository-directory-readme": "/rest/repos/contents#get-a-repository-directory-readme",
"/rest/releases#releases": "/rest/releases/releases",
"/rest/releases#assets": "/rest/releases/assets",
"/rest/activity#list-stargazers": "/rest/activity/starring#list-stargazers",
"/rest/activity#starring": "/rest/activity/starring",
"/rest/metrics/statistics#get-the-weekly-commit-activity": "/rest/metrics/statistics#get-the-weekly-commit-activity",
"/rest/metrics#statistics": "/rest/metrics/statistics",
"/rest/metrics/statistics#get-the-last-year-of-commit-activity": "/rest/metrics/statistics#get-the-last-year-of-commit-activity",
"/rest/metrics/statistics#get-all-contributor-commit-activity": "/rest/metrics/statistics#get-all-contributor-commit-activity",
"/rest/metrics/statistics#get-the-weekly-commit-count": "/rest/metrics/statistics#get-the-weekly-commit-count",
"/rest/statistics/repos#get-the-hourly-commit-count-for-each-day": "/rest/metrics/statistics#get-the-hourly-commit-count-for-each-day",
"/rest/commits/statuses#create-a-commit-status": "/rest/commits/statuses#create-a-commit-status",
"/rest/activity#list-watchers": "/rest/activity/watching#list-watchers",
"/rest/activity#watching": "/rest/activity/watching",
"/rest/activity#get-a-repository-subscription": "/rest/activity/watching#get-a-repository-subscription",
"/rest/activity#set-a-repository-subscription": "/rest/activity/watching#set-a-repository-subscription",
"/rest/activity#delete-a-repository-subscription": "/rest/activity/watching#delete-a-repository-subscription",
"/rest/repos#list-repository-tags": "/rest/repos/repos#list-repository-tags",
"/rest/repos#list-tag-protection-state-of-a-repository": "/rest/repos/tags#list-tag-protection-state-of-a-repository",
"/rest/repos#tags": "/rest/repos/tags",
"/rest/repos#create-tag-protection-state-for-a-repository": "/rest/repos/tags#create-tag-protection-state-for-a-repository",
"/rest/repos#delete-tag-protection-state-for-a-repository": "/rest/repos/tags#delete-tag-protection-state-for-a-repository",
"/rest/repos#download-a-repository-archive": "/rest/repos/contents#download-a-repository-archive",
"/rest/repos#list-repository-teams": "/rest/repos/repos#list-repository-teams",
"/rest/repos#get-all-repository-topics": "/rest/repos/repos#get-all-repository-topics",
"/rest/repos#replace-all-repository-topics": "/rest/repos/repos#replace-all-repository-topics",
"/rest/metrics/traffic#get-repository-clones": "/rest/metrics/traffic#get-repository-clones",
"/rest/metrics#traffic": "/rest/metrics/traffic",
"/rest/metrics/traffic#get-top-referral-paths": "/rest/metrics/traffic#get-top-referral-paths",
"/rest/metrics/traffic#get-top-referral-sources": "/rest/metrics/traffic#get-top-referral-sources",
"/rest/metrics/traffic#get-page-views": "/rest/metrics/traffic#get-page-views",
"/rest/repos#transfer-a-repository": "/rest/repos/repos#transfer-a-repository",
"/rest/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository": "/rest/repos/repos#check-if-vulnerability-alerts-are-enabled-for-a-repository",
"/rest/repos#enable-vulnerability-alerts": "/rest/repos/repos#enable-vulnerability-alerts",
"/rest/repos#disable-vulnerability-alerts": "/rest/repos/repos#disable-vulnerability-alerts",
"/rest/repos#create-a-repository-using-a-template": "/rest/repos/repos#create-a-repository-using-a-template",
"/rest/repos#list-public-repositories": "/rest/repos/repos#list-public-repositories",
"/rest/actions#list-environment-secrets": "/rest/actions/secrets#list-environment-secrets",
"/rest/actions#get-an-environment-public-key": "/rest/actions/secrets#get-an-environment-public-key",
"/rest/actions#get-an-environment-secret": "/rest/actions/secrets#get-an-environment-secret",
"/rest/actions#create-or-update-an-environment-secret": "/rest/actions/secrets#create-or-update-an-environment-secret",
"/rest/actions#delete-an-environment-secret": "/rest/actions/secrets#delete-an-environment-secret",
"/rest/enterprise-admin#list-provisioned-scim-groups-for-an-enterprise": "/rest/enterprise-admin/scim#list-provisioned-scim-groups-for-an-enterprise",
"/rest/enterprise-admin#scim": "/rest/enterprise-admin/scim",
"/rest/enterprise-admin#provision-a-scim-enterprise-group-and-invite-users": "/rest/enterprise-admin/scim#provision-a-scim-enterprise-group-and-invite-users",
"/rest/enterprise-admin#get-scim-provisioning-information-for-an-enterprise-group": "/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group",
"/rest/enterprise-admin#set-scim-information-for-a-provisioned-enterprise-group": "/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group",
"/rest/enterprise-admin#update-an-attribute-for-a-scim-enterprise-group": "/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group",
"/rest/enterprise-admin#delete-a-scim-group-from-an-enterprise": "/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise",
"/rest/enterprise-admin#list-scim-provisioned-identities-for-an-enterprise": "/rest/enterprise-admin/scim#list-scim-provisioned-identities-for-an-enterprise",
"/rest/enterprise-admin#provision-and-invite-a-scim-enterprise-user": "/rest/enterprise-admin/scim#provision-and-invite-a-scim-enterprise-user",
"/rest/enterprise-admin#get-scim-provisioning-information-for-an-enterprise-user": "/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user",
"/rest/enterprise-admin#set-scim-information-for-a-provisioned-enterprise-user": "/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user",
"/rest/enterprise-admin#update-an-attribute-for-a-scim-enterprise-user": "/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user",
"/rest/enterprise-admin#delete-a-scim-user-from-an-enterprise": "/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise",
"/rest/teams/#get-a-team-legacy": "/rest/teams/teams#get-a-team-legacy",
"/rest/teams/#update-a-team-legacy": "/rest/teams/teams#update-a-team-legacy",
"/rest/teams/#delete-a-team-legacy": "/rest/teams/teams#delete-a-team-legacy",
"/rest/teams#list-discussions-legacy": "/rest/teams/discussions#list-discussions-legacy",
"/rest/teams#create-a-discussion-legacy": "/rest/teams/discussions#create-a-discussion-legacy",
"/rest/teams#get-a-discussion-legacy": "/rest/teams/discussions#get-a-discussion-legacy",
"/rest/teams#update-a-discussion-legacy": "/rest/teams/discussions#update-a-discussion-legacy",
"/rest/teams#delete-a-discussion-legacy": "/rest/teams/discussions#delete-a-discussion-legacy",
"/rest/teams#list-discussion-comments-legacy": "/rest/teams/discussion-comments#list-discussion-comments-legacy",
"/rest/teams#create-a-discussion-comment-legacy": "/rest/teams/discussion-comments#create-a-discussion-comment-legacy",
"/rest/teams#get-a-discussion-comment-legacy": "/rest/teams/discussion-comments#get-a-discussion-comment-legacy",
"/rest/teams#update-a-discussion-comment-legacy": "/rest/teams/discussion-comments#update-a-discussion-comment-legacy",
"/rest/teams#delete-a-discussion-comment-legacy": "/rest/teams/discussion-comments#delete-a-discussion-comment-legacy",
"/rest/teams#list-pending-team-invitations-legacy": "/rest/teams/members#list-pending-team-invitations-legacy",
"/rest/teams#list-team-members-legacy": "/rest/teams/members#list-team-members-legacy",
"/rest/teams#get-team-member-legacy": "/rest/teams/members#get-team-member-legacy",
"/rest/teams#add-team-member-legacy": "/rest/teams/members#add-team-member-legacy",
"/rest/teams#remove-team-member-legacy": "/rest/teams/members#remove-team-member-legacy",
"/rest/teams#get-team-membership-for-a-user-legacy": "/rest/teams/members#get-team-membership-for-a-user-legacy",
"/rest/teams#add-or-update-team-membership-for-a-user-legacy": "/rest/teams/members#add-or-update-team-membership-for-a-user-legacy",
"/rest/teams#remove-team-membership-for-a-user-legacy": "/rest/teams/members#remove-team-membership-for-a-user-legacy",
"/rest/teams/#list-team-projects-legacy": "/rest/teams/teams#list-team-projects-legacy",
"/rest/teams/#check-team-permissions-for-a-project-legacy": "/rest/teams/teams#check-team-permissions-for-a-project-legacy",
"/rest/teams/#add-or-update-team-project-permissions-legacy": "/rest/teams/teams#add-or-update-team-project-permissions-legacy",
"/rest/teams/#remove-a-project-from-a-team-legacy": "/rest/teams/teams#remove-a-project-from-a-team-legacy",
"/rest/teams/#list-team-repositories-legacy": "/rest/teams/teams#list-team-repositories-legacy",
"/rest/teams/#check-team-permissions-for-a-repository-legacy": "/rest/teams/teams#check-team-permissions-for-a-repository-legacy",
"/rest/teams/#add-or-update-team-repository-permissions-legacy": "/rest/teams/teams#add-or-update-team-repository-permissions-legacy",
"/rest/teams/#remove-a-repository-from-a-team-legacy": "/rest/teams/teams#remove-a-repository-from-a-team-legacy",
"/rest/teams#list-idp-groups-for-a-team-legacy": "/rest/teams/team-sync#list-idp-groups-for-a-team-legacy",
"/rest/teams#create-or-update-idp-group-connections-legacy": "/rest/teams/team-sync#create-or-update-idp-group-connections-legacy",
"/rest/teams/#list-child-teams-legacy": "/rest/teams/teams#list-child-teams-legacy",
"/rest/users#get-the-authenticated-user": "/rest/users/users#get-the-authenticated-user",
"/rest/users/#update-the-authenticated-user": "/rest/users/users#update-the-authenticated-user",
"/rest/users#list-users-blocked-by-the-authenticated-user": "/rest/users/blocking#list-users-blocked-by-the-authenticated-user",
"/rest/users#blocking": "/rest/users/blocking",
"/rest/users#check-if-a-user-is-blocked-by-the-authenticated-user": "/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user",
"/rest/users#block-a-user": "/rest/users/blocking#block-a-user",
"/rest/users#unblock-a-user": "/rest/users/blocking#unblock-a-user",
"/rest/codespaces#list-codespaces-for-the-authenticated-user": "/rest/codespaces/codespaces#list-codespaces-for-the-authenticated-user",
"/rest/codespaces#create-a-codespace-for-the-authenticated-user": "/rest/codespaces/codespaces#create-a-codespace-for-the-authenticated-user",
"/rest/codespaces#list-secrets-for-the-authenticated-user": "/rest/codespaces/secrets#list-secrets-for-the-authenticated-user",
"/rest/codespaces#secrets": "/rest/codespaces/secrets",
"/rest/codespaces#get-public-key-for-the-authenticated-user": "/rest/codespaces/secrets#get-public-key-for-the-authenticated-user",
"/rest/codespaces#get-a-secret-for-the-authenticated-user": "/rest/codespaces/secrets#get-a-secret-for-the-authenticated-user",
"/rest/codespaces#create-or-update-a-secret-for-the-authenticated-user": "/rest/codespaces/secrets#create-or-update-a-secret-for-the-authenticated-user",
"/rest/codespaces#delete-a-secret-for-the-authenticated-user": "/rest/codespaces/secrets#delete-a-secret-for-the-authenticated-user",
"/rest/codespaces#list-selected-repositories-for-a-user-secret": "/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret",
"/rest/codespaces#set-selected-repositories-for-a-user-secret": "/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret",
"/rest/codespaces#add-a-selected-repository-to-a-user-secret": "/rest/codespaces/secrets#add-a-selected-repository-to-a-user-secret",
"/rest/codespaces#remove-a-selected-repository-from-a-user-secret": "/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret",
"/rest/codespaces#get-a-codespace-for-the-authenticated-user": "/rest/codespaces/codespaces#get-a-codespace-for-the-authenticated-user",
"/rest/codespaces#update-a-codespace-for-the-authenticated-user": "/rest/codespaces/codespaces#update-a-codespace-for-the-authenticated-user",
"/rest/codespaces#delete-a-codespace-for-the-authenticated-user": "/rest/codespaces/codespaces#delete-a-codespace-for-the-authenticated-user",
"/rest/codespaces#list-machine-types-for-a-codespace": "/rest/codespaces/machines#list-machine-types-for-a-codespace",
"/rest/codespaces#start-a-codespace-for-the-authenticated-user": "/rest/codespaces/codespaces#start-a-codespace-for-the-authenticated-user",
"/rest/codespaces#stop-a-codespace-for-the-authenticated-user": "/rest/codespaces/codespaces#stop-a-codespace-for-the-authenticated-user",
"/rest/users#set-primary-email-visibility-for-the-authenticated-user": "/rest/users/emails#set-primary-email-visibility-for-the-authenticated-user",
"/rest/users#emails": "/rest/users/emails",
"/rest/users#list-email-addresses-for-the-authenticated-user": "/rest/users/emails#list-email-addresses-for-the-authenticated-user",
"/rest/users#add-an-email-address-for-the-authenticated-user": "/rest/users/emails#add-an-email-address-for-the-authenticated-user",
"/rest/users#delete-an-email-address-for-the-authenticated-user": "/rest/users/emails#delete-an-email-address-for-the-authenticated-user",
"/rest/users#list-followers-of-the-authenticated-user": "/rest/users/followers#list-followers-of-the-authenticated-user",
"/rest/users#followers": "/rest/users/followers",
"/rest/users#list-the-people-the-authenticated-user-follows": "/rest/users/followers#list-the-people-the-authenticated-user-follows",
"/rest/users#check-if-a-person-is-followed-by-the-authenticated-user": "/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user",
"/rest/users#follow-a-user": "/rest/users/followers#follow-a-user",
"/rest/users#unfollow-a-user": "/rest/users/followers#unfollow-a-user",
"/rest/users#list-gpg-keys-for-the-authenticated-user": "/rest/users/gpg-keys#list-gpg-keys-for-the-authenticated-user",
"/rest/users#gpg-keys": "/rest/users/gpg-keys",
"/rest/users#create-a-gpg-key-for-the-authenticated-user": "/rest/users/gpg-keys#create-a-gpg-key-for-the-authenticated-user",
"/rest/users#get-a-gpg-key-for-the-authenticated-user": "/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user",
"/rest/users#delete-a-gpg-key-for-the-authenticated-user": "/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user",
"/rest/apps#list-app-installations-accessible-to-the-user-access-token": "/rest/apps/installations#list-app-installations-accessible-to-the-user-access-token",
"/rest/apps#list-repositories-accessible-to-the-user-access-token": "/rest/apps/installations#list-repositories-accessible-to-the-user-access-token",
"/rest/apps#add-a-repository-to-an-app-installation": "/rest/apps/installations#add-a-repository-to-an-app-installation",
"/rest/apps#remove-a-repository-from-an-app-installation": "/rest/apps/installations#remove-a-repository-from-an-app-installation",
"/rest/interactions#get-interaction-restrictions-for-your-public-repositories": "/rest/interactions/user#get-interaction-restrictions-for-your-public-repositories",
"/rest/interactions#user": "/rest/interactions/user",
"/rest/interactions#set-interaction-restrictions-for-your-public-repositories": "/rest/interactions/user#set-interaction-restrictions-for-your-public-repositories",
"/rest/interactions#remove-interaction-restrictions-from-your-public-repositories": "/rest/interactions/user#remove-interaction-restrictions-from-your-public-repositories",
"/rest/issues#list-user-account-issues-assigned-to-the-authenticated-user": "/rest/issues/issues#list-user-account-issues-assigned-to-the-authenticated-user",
"/rest/users#list-public-ssh-keys-for-the-authenticated-user": "/rest/users/keys#list-public-ssh-keys-for-the-authenticated-user",
"/rest/users#keys": "/rest/users/keys",
"/rest/users#create-a-public-ssh-key-for-the-authenticated-user": "/rest/users/keys#create-a-public-ssh-key-for-the-authenticated-user",
"/rest/users#get-a-public-ssh-key-for-the-authenticated-user": "/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user",
"/rest/users#delete-a-public-ssh-key-for-the-authenticated-user": "/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user",
"/rest/apps#list-subscriptions-for-the-authenticated-user": "/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user",
"/rest/apps#list-subscriptions-for-the-authenticated-user-stubbed": "/rest/apps/marketplace#list-subscriptions-for-the-authenticated-user-stubbed",
"/rest/orgs#list-organization-memberships-for-the-authenticated-user": "/rest/orgs/members#list-organization-memberships-for-the-authenticated-user",
"/rest/orgs#get-an-organization-membership-for-the-authenticated-user": "/rest/orgs/members#get-an-organization-membership-for-the-authenticated-user",
"/rest/orgs#update-an-organization-membership-for-the-authenticated-user": "/rest/orgs/members#update-an-organization-membership-for-the-authenticated-user",
"/rest/migrations#list-user-migrations": "/rest/migrations/users#list-user-migrations",
"/rest/migrations#users": "/rest/migrations/users",
"/rest/migrations#start-a-user-migration": "/rest/migrations/users#start-a-user-migration",
"/rest/migrations#get-a-user-migration-status": "/rest/migrations/users#get-a-user-migration-status",
"/rest/migrations#download-a-user-migration-archive": "/rest/migrations/users#download-a-user-migration-archive",
"/rest/migrations#delete-a-user-migration-archive": "/rest/migrations/users#delete-a-user-migration-archive",
"/rest/migrations#unlock-a-user-repository": "/rest/migrations/users#unlock-a-user-repository",
"/rest/migrations#list-repositories-for-a-user-migration": "/rest/migrations/users#list-repositories-for-a-user-migration",
"/rest/orgs#list-organizations-for-the-authenticated-user": "/rest/orgs/orgs#list-organizations-for-the-authenticated-user",
"/rest/projects#create-a-user-project": "/rest/projects/projects#create-a-user-project",
"/rest/users#list-public-email-addresses-for-the-authenticated-user": "/rest/users/emails#list-public-email-addresses-for-the-authenticated-user",
"/rest/repos#list-repositories-for-the-authenticated-user": "/rest/repos/repos#list-repositories-for-the-authenticated-user",
"/rest/repos#create-a-repository-for-the-authenticated-user": "/rest/repos/repos#create-a-repository-for-the-authenticated-user",
"/rest/collaborators/invitations#list-repository-invitations-for-the-authenticated-user": "/rest/collaborators/invitations#list-repository-invitations-for-the-authenticated-user",
"/rest/collaborators/invitations#accept-a-repository-invitation": "/rest/collaborators/invitations#accept-a-repository-invitation",
"/rest/collaborators/invitations#decline-a-repository-invitation": "/rest/collaborators/invitations#decline-a-repository-invitation",
"/rest/activity#list-repositories-starred-by-the-authenticated-user": "/rest/activity/starring#list-repositories-starred-by-the-authenticated-user",
"/rest/activity#check-if-a-repository-is-starred-by-the-authenticated-user": "/rest/activity/starring#check-if-a-repository-is-starred-by-the-authenticated-user",
"/rest/activity#star-a-repository-for-the-authenticated-user": "/rest/activity/starring#star-a-repository-for-the-authenticated-user",
"/rest/activity#unstar-a-repository-for-the-authenticated-user": "/rest/activity/starring#unstar-a-repository-for-the-authenticated-user",
"/rest/activity#list-repositories-watched-by-the-authenticated-user": "/rest/activity/watching#list-repositories-watched-by-the-authenticated-user",
"/rest/teams#list-teams-for-the-authenticated-user": "/rest/teams/teams#list-teams-for-the-authenticated-user",
"/rest/users#list-users": "/rest/users/users#list-users",
"/rest/users#get-a-user": "/rest/users/users#get-a-user",
"/rest/activity#list-events-for-the-authenticated-user": "/rest/activity/events#list-events-for-the-authenticated-user",
"/rest/activity#list-organization-events-for-the-authenticated-user": "/rest/activity/events#list-organization-events-for-the-authenticated-user",
"/rest/activity#list-public-events-for-a-user": "/rest/activity/events#list-public-events-for-a-user",
"/rest/users#list-followers-of-a-user": "/rest/users/followers#list-followers-of-a-user",
"/rest/users#list-the-people-a-user-follows": "/rest/users/followers#list-the-people-a-user-follows",
"/rest/users#check-if-a-user-follows-another-user": "/rest/users/followers#check-if-a-user-follows-another-user",
"/rest/gists#list-gists-for-a-user": "/rest/gists/gists#list-gists-for-a-user",
"/rest/users#list-gpg-keys-for-a-user": "/rest/users/gpg-keys#list-gpg-keys-for-a-user",
"/rest/users#get-contextual-information-for-a-user": "/rest/users/users#get-contextual-information-for-a-user",
"/rest/apps#get-a-user-installation-for-the-authenticated-app": "/rest/apps/apps#get-a-user-installation-for-the-authenticated-app",
"/rest/users#list-public-keys-for-a-user": "/rest/users/keys#list-public-keys-for-a-user",
"/rest/orgs#list-organizations-for-a-user": "/rest/orgs/orgs#list-organizations-for-a-user",
"/rest/projects#list-user-projects": "/rest/projects/projects#list-user-projects",
"/rest/activity#list-events-received-by-the-authenticated-user": "/rest/activity/events#list-events-received-by-the-authenticated-user",
"/rest/activity#list-public-events-received-by-a-user": "/rest/activity/events#list-public-events-received-by-a-user",
"/rest/repos#list-repositories-for-a-user": "/rest/repos/repos#list-repositories-for-a-user",
"/rest/activity#list-repositories-starred-by-a-user": "/rest/activity/starring#list-repositories-starred-by-a-user",
"/rest/activity#list-repositories-watched-by-a-user": "/rest/activity/watching#list-repositories-watched-by-a-user",
"/rest/enterprise-admin#list-global-webhooks": "/rest/enterprise-admin/global-webhooks#list-global-webhooks",
"/rest/enterprise-admin#global-webhooks": "/rest/enterprise-admin/global-webhooks",
"/rest/enterprise-admin#create-a-global-webhook": "/rest/enterprise-admin/global-webhooks#create-a-global-webhook",
"/rest/enterprise-admin#get-a-global-webhook": "/rest/enterprise-admin/global-webhooks#get-a-global-webhook",
"/rest/enterprise-admin#update-a-global-webhook": "/rest/enterprise-admin/global-webhooks#update-a-global-webhook",
"/rest/enterprise-admin#delete-a-global-webhook": "/rest/enterprise-admin/global-webhooks#delete-a-global-webhook",
"/rest/enterprise-admin#ping-a-global-webhook": "/rest/enterprise-admin/global-webhooks#ping-a-global-webhook",
"/rest/enterprise-admin#list-public-keys": "/rest/enterprise-admin/users#list-public-keys",
"/rest/enterprise-admin#users": "/rest/enterprise-admin/users",
"/rest/enterprise-admin#delete-a-public-key": "/rest/enterprise-admin/users#delete-a-public-key",
"/rest/enterprise-admin#update-ldap-mapping-for-a-team": "/rest/enterprise-admin/ldap#update-ldap-mapping-for-a-team",
"/rest/enterprise-admin#ldap": "/rest/enterprise-admin/ldap",
"/rest/enterprise-admin#sync-ldap-mapping-for-a-team": "/rest/enterprise-admin/ldap#sync-ldap-mapping-for-a-team",
"/rest/enterprise-admin#update-ldap-mapping-for-a-user": "/rest/enterprise-admin/ldap#update-ldap-mapping-for-a-user",
"/rest/enterprise-admin#sync-ldap-mapping-for-a-user": "/rest/enterprise-admin/ldap#sync-ldap-mapping-for-a-user",
"/rest/enterprise-admin#create-an-organization": "/rest/enterprise-admin/orgs#create-an-organization",
"/rest/enterprise-admin#orgs": "/rest/enterprise-admin/orgs",
"/rest/enterprise-admin#update-an-organization-name": "/rest/enterprise-admin/orgs#update-an-organization-name",
"/rest/enterprise-admin#list-pre-receive-environments": "/rest/enterprise-admin/pre-receive-environments#list-pre-receive-environments",
"/rest/enterprise-admin#pre-receive-environments": "/rest/enterprise-admin/pre-receive-environments",
"/rest/enterprise-admin#create-a-pre-receive-environment": "/rest/enterprise-admin/pre-receive-environments#create-a-pre-receive-environment",
"/rest/enterprise-admin#get-a-pre-receive-environment": "/rest/enterprise-admin/pre-receive-environments#get-a-pre-receive-environment",
"/rest/enterprise-admin#update-a-pre-receive-environment": "/rest/enterprise-admin/pre-receive-environments#update-a-pre-receive-environment",
"/rest/enterprise-admin#delete-a-pre-receive-environment": "/rest/enterprise-admin/pre-receive-environments#delete-a-pre-receive-environment",
"/rest/enterprise-admin#start-a-pre-receive-environment-download": "/rest/enterprise-admin/pre-receive-environments#start-a-pre-receive-environment-download",
"/rest/enterprise-admin#get-the-download-status-for-a-pre-receive-environment": "/rest/enterprise-admin/pre-receive-environments#get-the-download-status-for-a-pre-receive-environment",
"/rest/enterprise-admin#list-pre-receive-hooks": "/rest/enterprise-admin/pre-receive-hooks#list-pre-receive-hooks",
"/rest/enterprise-admin#pre-receive-hooks": "/rest/enterprise-admin/pre-receive-hooks",
"/rest/enterprise-admin#create-a-pre-receive-hook": "/rest/enterprise-admin/pre-receive-hooks#create-a-pre-receive-hook",
"/rest/enterprise-admin#get-a-pre-receive-hook": "/rest/enterprise-admin/pre-receive-hooks#get-a-pre-receive-hook",
"/rest/enterprise-admin#update-a-pre-receive-hook": "/rest/enterprise-admin/pre-receive-hooks#update-a-pre-receive-hook",
"/rest/enterprise-admin#delete-a-pre-receive-hook": "/rest/enterprise-admin/pre-receive-hooks#delete-a-pre-receive-hook",
"/rest/enterprise-admin#list-personal-access-tokens": "/rest/enterprise-admin/users#list-personal-access-tokens",
"/rest/enterprise-admin#delete-a-personal-access-token": "/rest/enterprise-admin/users#delete-a-personal-access-token",
"/rest/enterprise-admin#create-a-user": "/rest/enterprise-admin/users#create-a-user",
"/rest/enterprise-admin#update-the-username-for-a-user": "/rest/enterprise-admin/users#update-the-username-for-a-user",
"/rest/enterprise-admin#delete-a-user": "/rest/enterprise-admin/users#delete-a-user",
"/rest/enterprise-admin#create-an-impersonation-oauth-token": "/rest/enterprise-admin/users#create-an-impersonation-oauth-token",
"/rest/enterprise-admin#delete-an-impersonation-oauth-token": "/rest/enterprise-admin/users#delete-an-impersonation-oauth-token",
"/rest/apps#revoke-a-grant-for-an-application": "/rest/apps/oauth-applications#revoke-a-grant-for-an-application",
"/rest/apps#check-an-authorization": "/rest/apps/oauth-applications#check-an-authorization",
"/rest/apps#reset-an-authorization": "/rest/apps/oauth-applications#reset-an-authorization",
"/rest/apps#revoke-an-authorization-for-an-application": "/rest/apps/oauth-applications#revoke-an-authorization-for-an-application",
"/rest/enterprise-admin#get-license-information": "/rest/enterprise-admin/license#get-license-information",
"/rest/enterprise-admin#license": "/rest/enterprise-admin/license",
"/rest/enterprise-admin#get-statistics": "/rest/enterprise-admin/admin-stats#get-statistics",
"/rest/enterprise-admin#get-comment-statistics": "/rest/enterprise-admin/admin-stats#get-comment-statistics",
"/rest/enterprise-admin#get-gist-statistics": "/rest/enterprise-admin/admin-stats#get-gist-statistics",
"/rest/enterprise-admin#get-hooks-statistics": "/rest/enterprise-admin/admin-stats#get-hooks-statistics",
"/rest/enterprise-admin#get-issues-statistics": "/rest/enterprise-admin/admin-stats#get-issues-statistics",
"/rest/enterprise-admin#get-milestone-statistics": "/rest/enterprise-admin/admin-stats#get-milestone-statistics",
"/rest/enterprise-admin#get-organization-statistics": "/rest/enterprise-admin/admin-stats#get-organization-statistics",
"/rest/enterprise-admin#get-pages-statistics": "/rest/enterprise-admin/admin-stats#get-pages-statistics",
"/rest/enterprise-admin#get-pull-requests-statistics": "/rest/enterprise-admin/admin-stats#get-pull-requests-statistics",
"/rest/enterprise-admin#get-repository-statistics": "/rest/enterprise-admin/admin-stats#get-repository-statistics",
"/rest/enterprise-admin#get-users-statistics": "/rest/enterprise-admin/admin-stats#get-users-statistics",
"/rest/enterprise-admin#list-pre-receive-hooks-for-an-organization": "/rest/enterprise-admin/org-pre-receive-hooks#list-pre-receive-hooks-for-an-organization",
"/rest/enterprise-admin#org-pre-receive-hooks": "/rest/enterprise-admin/org-pre-receive-hooks",
"/rest/enterprise-admin#get-a-pre-receive-hook-for-an-organization": "/rest/enterprise-admin/org-pre-receive-hooks#get-a-pre-receive-hook-for-an-organization",
"/rest/enterprise-admin#update-pre-receive-hook-enforcement-for-an-organization": "/rest/enterprise-admin/org-pre-receive-hooks#update-pre-receive-hook-enforcement-for-an-organization",
"/rest/enterprise-admin#remove-pre-receive-hook-enforcement-for-an-organization": "/rest/enterprise-admin/org-pre-receive-hooks#remove-pre-receive-hook-enforcement-for-an-organization",
"/rest/apps#create-a-content-attachment": "/rest/apps/installations#create-a-content-attachment",
"/rest/enterprise-admin#list-pre-receive-hooks-for-a-repository": "/rest/enterprise-admin/repo-pre-receive-hooks#list-pre-receive-hooks-for-a-repository",