@@ -647,14 +647,14 @@ export interface Endpoints {
647
647
"delete"
648
648
> ;
649
649
/**
650
- * @see https://docs.github.com/rest/reference/repos #remove-a-repository-collaborator
650
+ * @see https://docs.github.com/rest/collaborators/collaborators #remove-a-repository-collaborator
651
651
*/
652
652
"DELETE /repos/{owner}/{repo}/collaborators/{username}" : Operation <
653
653
"/repos/{owner}/{repo}/collaborators/{username}" ,
654
654
"delete"
655
655
> ;
656
656
/**
657
- * @see https://docs.github.com/rest/reference/repos #delete-a-commit-comment
657
+ * @see https://docs.github.com/rest/commits/comments #delete-a-commit-comment
658
658
*/
659
659
"DELETE /repos/{owner}/{repo}/comments/{comment_id}" : Operation <
660
660
"/repos/{owner}/{repo}/comments/{comment_id}" ,
@@ -710,7 +710,7 @@ export interface Endpoints {
710
710
"delete"
711
711
> ;
712
712
/**
713
- * @see https://docs.github.com/rest/reference /repos#delete-a-repository-webhook
713
+ * @see https://docs.github.com/rest/webhooks /repos#delete-a-repository-webhook
714
714
*/
715
715
"DELETE /repos/{owner}/{repo}/hooks/{hook_id}" : Operation <
716
716
"/repos/{owner}/{repo}/hooks/{hook_id}" ,
@@ -731,7 +731,7 @@ export interface Endpoints {
731
731
"delete"
732
732
> ;
733
733
/**
734
- * @see https://docs.github.com/rest/reference/repos #delete-a-repository-invitation
734
+ * @see https://docs.github.com/rest/collaborators/invitations #delete-a-repository-invitation
735
735
*/
736
736
"DELETE /repos/{owner}/{repo}/invitations/{invitation_id}" : Operation <
737
737
"/repos/{owner}/{repo}/invitations/{invitation_id}" ,
@@ -815,7 +815,7 @@ export interface Endpoints {
815
815
"delete"
816
816
> ;
817
817
/**
818
- * @see https://docs.github.com/rest/reference/repos #delete-a-github-pages-site
818
+ * @see https://docs.github.com/rest/pages #delete-a-github-pages-site
819
819
*/
820
820
"DELETE /repos/{owner}/{repo}/pages" : Operation <
821
821
"/repos/{owner}/{repo}/pages" ,
@@ -1058,7 +1058,7 @@ export interface Endpoints {
1058
1058
"delete"
1059
1059
> ;
1060
1060
/**
1061
- * @see https://docs.github.com/rest/reference/repos #decline-a-repository-invitation
1061
+ * @see https://docs.github.com/rest/collaborators/invitations #decline-a-repository-invitation
1062
1062
*/
1063
1063
"DELETE /user/repository_invitations/{invitation_id}" : Operation <
1064
1064
"/user/repository_invitations/{invitation_id}" ,
@@ -2553,35 +2553,35 @@ export interface Endpoints {
2553
2553
"get"
2554
2554
> ;
2555
2555
/**
2556
- * @see https://docs.github.com/rest/reference/repos #list-repository-collaborators
2556
+ * @see https://docs.github.com/rest/collaborators/collaborators #list-repository-collaborators
2557
2557
*/
2558
2558
"GET /repos/{owner}/{repo}/collaborators" : Operation <
2559
2559
"/repos/{owner}/{repo}/collaborators" ,
2560
2560
"get"
2561
2561
> ;
2562
2562
/**
2563
- * @see https://docs.github.com/rest/reference/repos #check-if-a-user-is-a-repository-collaborator
2563
+ * @see https://docs.github.com/rest/collaborators/collaborators #check-if-a-user-is-a-repository-collaborator
2564
2564
*/
2565
2565
"GET /repos/{owner}/{repo}/collaborators/{username}" : Operation <
2566
2566
"/repos/{owner}/{repo}/collaborators/{username}" ,
2567
2567
"get"
2568
2568
> ;
2569
2569
/**
2570
- * @see https://docs.github.com/rest/reference/repos #get-repository-permissions-for-a-user
2570
+ * @see https://docs.github.com/rest/collaborators/collaborators #get-repository-permissions-for-a-user
2571
2571
*/
2572
2572
"GET /repos/{owner}/{repo}/collaborators/{username}/permission" : Operation <
2573
2573
"/repos/{owner}/{repo}/collaborators/{username}/permission" ,
2574
2574
"get"
2575
2575
> ;
2576
2576
/**
2577
- * @see https://docs.github.com/rest/reference/repos #list-commit-comments-for-a-repository
2577
+ * @see https://docs.github.com/rest/commits/comments #list-commit-comments-for-a-repository
2578
2578
*/
2579
2579
"GET /repos/{owner}/{repo}/comments" : Operation <
2580
2580
"/repos/{owner}/{repo}/comments" ,
2581
2581
"get"
2582
2582
> ;
2583
2583
/**
2584
- * @see https://docs.github.com/rest/reference/repos #get-a-commit-comment
2584
+ * @see https://docs.github.com/rest/commits/comments #get-a-commit-comment
2585
2585
*/
2586
2586
"GET /repos/{owner}/{repo}/comments/{comment_id}" : Operation <
2587
2587
"/repos/{owner}/{repo}/comments/{comment_id}" ,
@@ -2595,35 +2595,35 @@ export interface Endpoints {
2595
2595
"get"
2596
2596
> ;
2597
2597
/**
2598
- * @see https://docs.github.com/rest/reference/repos #list-commits
2598
+ * @see https://docs.github.com/rest/commits/commits #list-commits
2599
2599
*/
2600
2600
"GET /repos/{owner}/{repo}/commits" : Operation <
2601
2601
"/repos/{owner}/{repo}/commits" ,
2602
2602
"get"
2603
2603
> ;
2604
2604
/**
2605
- * @see https://docs.github.com/rest/reference/repos #list-branches-for-head-commit
2605
+ * @see https://docs.github.com/rest/commits/commits #list-branches-for-head-commit
2606
2606
*/
2607
2607
"GET /repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head" : Operation <
2608
2608
"/repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head" ,
2609
2609
"get"
2610
2610
> ;
2611
2611
/**
2612
- * @see https://docs.github.com/rest/reference/repos #list-commit-comments
2612
+ * @see https://docs.github.com/rest/commits/comments #list-commit-comments
2613
2613
*/
2614
2614
"GET /repos/{owner}/{repo}/commits/{commit_sha}/comments" : Operation <
2615
2615
"/repos/{owner}/{repo}/commits/{commit_sha}/comments" ,
2616
2616
"get"
2617
2617
> ;
2618
2618
/**
2619
- * @see https://docs.github.com/rest/reference/repos #list-pull-requests-associated-with-a-commit
2619
+ * @see https://docs.github.com/rest/commits/commits #list-pull-requests-associated-with-a-commit
2620
2620
*/
2621
2621
"GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls" : Operation <
2622
2622
"/repos/{owner}/{repo}/commits/{commit_sha}/pulls" ,
2623
2623
"get"
2624
2624
> ;
2625
2625
/**
2626
- * @see https://docs.github.com/rest/reference/repos #get-a-commit
2626
+ * @see https://docs.github.com/rest/commits/commits #get-a-commit
2627
2627
*/
2628
2628
"GET /repos/{owner}/{repo}/commits/{ref}" : Operation <
2629
2629
"/repos/{owner}/{repo}/commits/{ref}" ,
@@ -2644,28 +2644,28 @@ export interface Endpoints {
2644
2644
"get"
2645
2645
> ;
2646
2646
/**
2647
- * @see https://docs.github.com/rest/reference/repos #get-the-combined-status-for-a-specific-reference
2647
+ * @see https://docs.github.com/rest/commits/statuses #get-the-combined-status-for-a-specific-reference
2648
2648
*/
2649
2649
"GET /repos/{owner}/{repo}/commits/{ref}/status" : Operation <
2650
2650
"/repos/{owner}/{repo}/commits/{ref}/status" ,
2651
2651
"get"
2652
2652
> ;
2653
2653
/**
2654
- * @see https://docs.github.com/rest/reference/repos #list-commit-statuses-for-a-reference
2654
+ * @see https://docs.github.com/rest/commits/statuses #list-commit-statuses-for-a-reference
2655
2655
*/
2656
2656
"GET /repos/{owner}/{repo}/commits/{ref}/statuses" : Operation <
2657
2657
"/repos/{owner}/{repo}/commits/{ref}/statuses" ,
2658
2658
"get"
2659
2659
> ;
2660
2660
/**
2661
- * @see https://docs.github.com/rest/reference/repos #get-community-profile-metrics
2661
+ * @see https://docs.github.com/rest/metrics/community #get-community-profile-metrics
2662
2662
*/
2663
2663
"GET /repos/{owner}/{repo}/community/profile" : Operation <
2664
2664
"/repos/{owner}/{repo}/community/profile" ,
2665
2665
"get"
2666
2666
> ;
2667
2667
/**
2668
- * @see https://docs.github.com/rest/reference/repos #compare-two-commits
2668
+ * @see https://docs.github.com/rest/commits/commits #compare-two-commits
2669
2669
*/
2670
2670
"GET /repos/{owner}/{repo}/compare/{basehead}" : Operation <
2671
2671
"/repos/{owner}/{repo}/compare/{basehead}" ,
@@ -2749,7 +2749,7 @@ export interface Endpoints {
2749
2749
"get"
2750
2750
> ;
2751
2751
/**
2752
- * @see https://docs.github.com/rest/reference/repos#get-all -environments
2752
+ * @see https://docs.github.com/rest/deployments/environments#list -environments
2753
2753
*/
2754
2754
"GET /repos/{owner}/{repo}/environments" : Operation <
2755
2755
"/repos/{owner}/{repo}/environments" ,
@@ -2833,35 +2833,35 @@ export interface Endpoints {
2833
2833
"get"
2834
2834
> ;
2835
2835
/**
2836
- * @see https://docs.github.com/rest/reference /repos#list-repository-webhooks
2836
+ * @see https://docs.github.com/rest/webhooks /repos#list-repository-webhooks
2837
2837
*/
2838
2838
"GET /repos/{owner}/{repo}/hooks" : Operation <
2839
2839
"/repos/{owner}/{repo}/hooks" ,
2840
2840
"get"
2841
2841
> ;
2842
2842
/**
2843
- * @see https://docs.github.com/rest/reference /repos#get-a-repository-webhook
2843
+ * @see https://docs.github.com/rest/webhooks /repos#get-a-repository-webhook
2844
2844
*/
2845
2845
"GET /repos/{owner}/{repo}/hooks/{hook_id}" : Operation <
2846
2846
"/repos/{owner}/{repo}/hooks/{hook_id}" ,
2847
2847
"get"
2848
2848
> ;
2849
2849
/**
2850
- * @see https://docs.github.com/rest/reference/repos #get-a-webhook-configuration-for-a-repository
2850
+ * @see https://docs.github.com/rest/webhooks/repo-config #get-a-webhook-configuration-for-a-repository
2851
2851
*/
2852
2852
"GET /repos/{owner}/{repo}/hooks/{hook_id}/config" : Operation <
2853
2853
"/repos/{owner}/{repo}/hooks/{hook_id}/config" ,
2854
2854
"get"
2855
2855
> ;
2856
2856
/**
2857
- * @see https://docs.github.com/rest/reference/repos #list-deliveries-for-a-repository-webhook
2857
+ * @see https://docs.github.com/rest/webhooks/repo-deliveries #list-deliveries-for-a-repository-webhook
2858
2858
*/
2859
2859
"GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries" : Operation <
2860
2860
"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries" ,
2861
2861
"get"
2862
2862
> ;
2863
2863
/**
2864
- * @see https://docs.github.com/rest/reference/repos #get-a-delivery-for-a-repository-webhook
2864
+ * @see https://docs.github.com/rest/webhooks/repo-deliveries #get-a-delivery-for-a-repository-webhook
2865
2865
*/
2866
2866
"GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}" : Operation <
2867
2867
"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}" ,
@@ -2903,7 +2903,7 @@ export interface Endpoints {
2903
2903
"get"
2904
2904
> ;
2905
2905
/**
2906
- * @see https://docs.github.com/rest/reference/repos #list-repository-invitations
2906
+ * @see https://docs.github.com/rest/collaborators/invitations #list-repository-invitations
2907
2907
*/
2908
2908
"GET /repos/{owner}/{repo}/invitations" : Operation <
2909
2909
"/repos/{owner}/{repo}/invitations" ,
@@ -3064,35 +3064,35 @@ export interface Endpoints {
3064
3064
"get"
3065
3065
> ;
3066
3066
/**
3067
- * @see https://docs.github.com/rest/reference/repos #get-a-github-pages-site
3067
+ * @see https://docs.github.com/rest/pages #get-a-github-pages-site
3068
3068
*/
3069
3069
"GET /repos/{owner}/{repo}/pages" : Operation <
3070
3070
"/repos/{owner}/{repo}/pages" ,
3071
3071
"get"
3072
3072
> ;
3073
3073
/**
3074
- * @see https://docs.github.com/rest/reference/repos #list-github-pages-builds
3074
+ * @see https://docs.github.com/rest/pages #list-github-pages-builds
3075
3075
*/
3076
3076
"GET /repos/{owner}/{repo}/pages/builds" : Operation <
3077
3077
"/repos/{owner}/{repo}/pages/builds" ,
3078
3078
"get"
3079
3079
> ;
3080
3080
/**
3081
- * @see https://docs.github.com/rest/reference/repos #get-latest-pages-build
3081
+ * @see https://docs.github.com/rest/pages #get-latest-pages-build
3082
3082
*/
3083
3083
"GET /repos/{owner}/{repo}/pages/builds/latest" : Operation <
3084
3084
"/repos/{owner}/{repo}/pages/builds/latest" ,
3085
3085
"get"
3086
3086
> ;
3087
3087
/**
3088
- * @see https://docs.github.com/rest/reference/repos #get-github-pages-build
3088
+ * @see https://docs.github.com/rest/pages #get-github-pages-build
3089
3089
*/
3090
3090
"GET /repos/{owner}/{repo}/pages/builds/{build_id}" : Operation <
3091
3091
"/repos/{owner}/{repo}/pages/builds/{build_id}" ,
3092
3092
"get"
3093
3093
> ;
3094
3094
/**
3095
- * @see https://docs.github.com/rest/reference/repos #get-a-dns-health-check-for-github-pages
3095
+ * @see https://docs.github.com/rest/pages #get-a-dns-health-check-for-github-pages
3096
3096
*/
3097
3097
"GET /repos/{owner}/{repo}/pages/health" : Operation <
3098
3098
"/repos/{owner}/{repo}/pages/health" ,
@@ -3169,7 +3169,7 @@ export interface Endpoints {
3169
3169
"get"
3170
3170
> ;
3171
3171
/**
3172
- * @see https://docs.github.com/rest/reference/pulls#list -requested-reviewers-for-a-pull-request
3172
+ * @see https://docs.github.com/rest/reference/pulls#get-all -requested-reviewers-for-a-pull-request
3173
3173
*/
3174
3174
"GET /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers" : Operation <
3175
3175
"/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers" ,
@@ -3288,35 +3288,35 @@ export interface Endpoints {
3288
3288
"get"
3289
3289
> ;
3290
3290
/**
3291
- * @see https://docs.github.com/rest/reference/repos #get-the-weekly-commit-activity
3291
+ * @see https://docs.github.com/rest/metrics/statistics #get-the-weekly-commit-activity
3292
3292
*/
3293
3293
"GET /repos/{owner}/{repo}/stats/code_frequency" : Operation <
3294
3294
"/repos/{owner}/{repo}/stats/code_frequency" ,
3295
3295
"get"
3296
3296
> ;
3297
3297
/**
3298
- * @see https://docs.github.com/rest/reference/repos #get-the-last-year-of-commit-activity
3298
+ * @see https://docs.github.com/rest/metrics/statistics #get-the-last-year-of-commit-activity
3299
3299
*/
3300
3300
"GET /repos/{owner}/{repo}/stats/commit_activity" : Operation <
3301
3301
"/repos/{owner}/{repo}/stats/commit_activity" ,
3302
3302
"get"
3303
3303
> ;
3304
3304
/**
3305
- * @see https://docs.github.com/rest/reference/repos #get-all-contributor-commit-activity
3305
+ * @see https://docs.github.com/rest/metrics/statistics #get-all-contributor-commit-activity
3306
3306
*/
3307
3307
"GET /repos/{owner}/{repo}/stats/contributors" : Operation <
3308
3308
"/repos/{owner}/{repo}/stats/contributors" ,
3309
3309
"get"
3310
3310
> ;
3311
3311
/**
3312
- * @see https://docs.github.com/rest/reference/repos #get-the-weekly-commit-count
3312
+ * @see https://docs.github.com/rest/metrics/statistics #get-the-weekly-commit-count
3313
3313
*/
3314
3314
"GET /repos/{owner}/{repo}/stats/participation" : Operation <
3315
3315
"/repos/{owner}/{repo}/stats/participation" ,
3316
3316
"get"
3317
3317
> ;
3318
3318
/**
3319
- * @see https://docs.github.com/rest/reference /repos#get-the-hourly-commit-count-for-each-day
3319
+ * @see https://docs.github.com/rest/statistics /repos#get-the-hourly-commit-count-for-each-day
3320
3320
*/
3321
3321
"GET /repos/{owner}/{repo}/stats/punch_card" : Operation <
3322
3322
"/repos/{owner}/{repo}/stats/punch_card" ,
@@ -3372,28 +3372,28 @@ export interface Endpoints {
3372
3372
"get"
3373
3373
> ;
3374
3374
/**
3375
- * @see https://docs.github.com/rest/reference/repos #get-repository-clones
3375
+ * @see https://docs.github.com/rest/metrics/traffic #get-repository-clones
3376
3376
*/
3377
3377
"GET /repos/{owner}/{repo}/traffic/clones" : Operation <
3378
3378
"/repos/{owner}/{repo}/traffic/clones" ,
3379
3379
"get"
3380
3380
> ;
3381
3381
/**
3382
- * @see https://docs.github.com/rest/reference/repos #get-top-referral-paths
3382
+ * @see https://docs.github.com/rest/metrics/traffic #get-top-referral-paths
3383
3383
*/
3384
3384
"GET /repos/{owner}/{repo}/traffic/popular/paths" : Operation <
3385
3385
"/repos/{owner}/{repo}/traffic/popular/paths" ,
3386
3386
"get"
3387
3387
> ;
3388
3388
/**
3389
- * @see https://docs.github.com/rest/reference/repos #get-top-referral-sources
3389
+ * @see https://docs.github.com/rest/metrics/traffic #get-top-referral-sources
3390
3390
*/
3391
3391
"GET /repos/{owner}/{repo}/traffic/popular/referrers" : Operation <
3392
3392
"/repos/{owner}/{repo}/traffic/popular/referrers" ,
3393
3393
"get"
3394
3394
> ;
3395
3395
/**
3396
- * @see https://docs.github.com/rest/reference/repos #get-page-views
3396
+ * @see https://docs.github.com/rest/metrics/traffic #get-page-views
3397
3397
*/
3398
3398
"GET /repos/{owner}/{repo}/traffic/views" : Operation <
3399
3399
"/repos/{owner}/{repo}/traffic/views" ,
@@ -3822,7 +3822,7 @@ export interface Endpoints {
3822
3822
*/
3823
3823
"GET /user/repos" : Operation < "/user/repos" , "get" > ;
3824
3824
/**
3825
- * @see https://docs.github.com/rest/reference/repos #list-repository-invitations-for-the-authenticated-user
3825
+ * @see https://docs.github.com/rest/collaborators/invitations #list-repository-invitations-for-the-authenticated-user
3826
3826
*/
3827
3827
"GET /user/repository_invitations" : Operation <
3828
3828
"/user/repository_invitations" ,
@@ -4173,7 +4173,7 @@ export interface Endpoints {
4173
4173
"patch"
4174
4174
> ;
4175
4175
/**
4176
- * @see https://docs.github.com/rest/reference/repos #update-a-commit-comment
4176
+ * @see https://docs.github.com/rest/commits/comments #update-a-commit-comment
4177
4177
*/
4178
4178
"PATCH /repos/{owner}/{repo}/comments/{comment_id}" : Operation <
4179
4179
"/repos/{owner}/{repo}/comments/{comment_id}" ,
@@ -4187,14 +4187,14 @@ export interface Endpoints {
4187
4187
"patch"
4188
4188
> ;
4189
4189
/**
4190
- * @see https://docs.github.com/rest/reference /repos#update-a-repository-webhook
4190
+ * @see https://docs.github.com/rest/webhooks /repos#update-a-repository-webhook
4191
4191
*/
4192
4192
"PATCH /repos/{owner}/{repo}/hooks/{hook_id}" : Operation <
4193
4193
"/repos/{owner}/{repo}/hooks/{hook_id}" ,
4194
4194
"patch"
4195
4195
> ;
4196
4196
/**
4197
- * @see https://docs.github.com/rest/reference/repos #update-a-webhook-configuration-for-a-repository
4197
+ * @see https://docs.github.com/rest/webhooks/repo-config #update-a-webhook-configuration-for-a-repository
4198
4198
*/
4199
4199
"PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config" : Operation <
4200
4200
"/repos/{owner}/{repo}/hooks/{hook_id}/config" ,
@@ -4222,7 +4222,7 @@ export interface Endpoints {
4222
4222
"patch"
4223
4223
> ;
4224
4224
/**
4225
- * @see https://docs.github.com/rest/reference/repos #update-a-repository-invitation
4225
+ * @see https://docs.github.com/rest/collaborators/invitations #update-a-repository-invitation
4226
4226
*/
4227
4227
"PATCH /repos/{owner}/{repo}/invitations/{invitation_id}" : Operation <
4228
4228
"/repos/{owner}/{repo}/invitations/{invitation_id}" ,
@@ -4360,7 +4360,7 @@ export interface Endpoints {
4360
4360
"patch"
4361
4361
> ;
4362
4362
/**
4363
- * @see https://docs.github.com/rest/reference/repos #accept-a-repository-invitation
4363
+ * @see https://docs.github.com/rest/collaborators/invitations #accept-a-repository-invitation
4364
4364
*/
4365
4365
"PATCH /user/repository_invitations/{invitation_id}" : Operation <
4366
4366
"/user/repository_invitations/{invitation_id}" ,
@@ -4771,7 +4771,7 @@ export interface Endpoints {
4771
4771
"post"
4772
4772
> ;
4773
4773
/**
4774
- * @see https://docs.github.com/rest/reference/repos #create-a-commit-comment
4774
+ * @see https://docs.github.com/rest/commits/comments #create-a-commit-comment
4775
4775
*/
4776
4776
"POST /repos/{owner}/{repo}/commits/{commit_sha}/comments" : Operation <
4777
4777
"/repos/{owner}/{repo}/commits/{commit_sha}/comments" ,
@@ -4855,28 +4855,28 @@ export interface Endpoints {
4855
4855
"post"
4856
4856
> ;
4857
4857
/**
4858
- * @see https://docs.github.com/rest/reference /repos#create-a-repository-webhook
4858
+ * @see https://docs.github.com/rest/webhooks /repos#create-a-repository-webhook
4859
4859
*/
4860
4860
"POST /repos/{owner}/{repo}/hooks" : Operation <
4861
4861
"/repos/{owner}/{repo}/hooks" ,
4862
4862
"post"
4863
4863
> ;
4864
4864
/**
4865
- * @see https://docs.github.com/rest/reference/repos #redeliver-a-delivery-for-a-repository-webhook
4865
+ * @see https://docs.github.com/rest/webhooks/repo-deliveries #redeliver-a-delivery-for-a-repository-webhook
4866
4866
*/
4867
4867
"POST /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts" : Operation <
4868
4868
"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts" ,
4869
4869
"post"
4870
4870
> ;
4871
4871
/**
4872
- * @see https://docs.github.com/rest/reference /repos#ping-a-repository-webhook
4872
+ * @see https://docs.github.com/rest/webhooks /repos#ping-a-repository-webhook
4873
4873
*/
4874
4874
"POST /repos/{owner}/{repo}/hooks/{hook_id}/pings" : Operation <
4875
4875
"/repos/{owner}/{repo}/hooks/{hook_id}/pings" ,
4876
4876
"post"
4877
4877
> ;
4878
4878
/**
4879
- * @see https://docs.github.com/rest/reference /repos#test-the-push-repository-webhook
4879
+ * @see https://docs.github.com/rest/webhooks /repos#test-the-push-repository-webhook
4880
4880
*/
4881
4881
"POST /repos/{owner}/{repo}/hooks/{hook_id}/tests" : Operation <
4882
4882
"/repos/{owner}/{repo}/hooks/{hook_id}/tests" ,
@@ -4960,14 +4960,14 @@ export interface Endpoints {
4960
4960
"post"
4961
4961
> ;
4962
4962
/**
4963
- * @see https://docs.github.com/rest/reference/repos #create-a-github-pages-site
4963
+ * @see https://docs.github.com/rest/pages #create-a-github-pages-site
4964
4964
*/
4965
4965
"POST /repos/{owner}/{repo}/pages" : Operation <
4966
4966
"/repos/{owner}/{repo}/pages" ,
4967
4967
"post"
4968
4968
> ;
4969
4969
/**
4970
- * @see https://docs.github.com/rest/reference/repos #request-a-github-pages-build
4970
+ * @see https://docs.github.com/rest/pages #request-a-github-pages-build
4971
4971
*/
4972
4972
"POST /repos/{owner}/{repo}/pages/builds" : Operation <
4973
4973
"/repos/{owner}/{repo}/pages/builds" ,
@@ -5065,7 +5065,7 @@ export interface Endpoints {
5065
5065
"post"
5066
5066
> ;
5067
5067
/**
5068
- * @see https://docs.github.com/rest/reference/repos #create-a-commit-status
5068
+ * @see https://docs.github.com/rest/commits/statuses #create-a-commit-status
5069
5069
*/
5070
5070
"POST /repos/{owner}/{repo}/statuses/{sha}" : Operation <
5071
5071
"/repos/{owner}/{repo}/statuses/{sha}" ,
@@ -5626,7 +5626,7 @@ export interface Endpoints {
5626
5626
"put"
5627
5627
> ;
5628
5628
/**
5629
- * @see https://docs.github.com/rest/reference/repos #add-a-repository-collaborator
5629
+ * @see https://docs.github.com/rest/collaborators/collaborators #add-a-repository-collaborator
5630
5630
*/
5631
5631
"PUT /repos/{owner}/{repo}/collaborators/{username}" : Operation <
5632
5632
"/repos/{owner}/{repo}/collaborators/{username}" ,
@@ -5703,7 +5703,7 @@ export interface Endpoints {
5703
5703
"put"
5704
5704
> ;
5705
5705
/**
5706
- * @see https://docs.github.com/rest/reference/repos #update-information-about-a-github-pages-site
5706
+ * @see https://docs.github.com/rest/pages #update-information-about-a-github-pages-site
5707
5707
*/
5708
5708
"PUT /repos/{owner}/{repo}/pages" : Operation <
5709
5709
"/repos/{owner}/{repo}/pages" ,
0 commit comments