Skip to content

Commit 28c9e0f

Browse files
committedAug 15, 2022
fix: update documentation URLs
1 parent 8d414ed commit 28c9e0f

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed
 

‎src/generated/Endpoints.ts

+58-58
Original file line numberDiff line numberDiff line change
@@ -647,14 +647,14 @@ export interface Endpoints {
647647
"delete"
648648
>;
649649
/**
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
651651
*/
652652
"DELETE /repos/{owner}/{repo}/collaborators/{username}": Operation<
653653
"/repos/{owner}/{repo}/collaborators/{username}",
654654
"delete"
655655
>;
656656
/**
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
658658
*/
659659
"DELETE /repos/{owner}/{repo}/comments/{comment_id}": Operation<
660660
"/repos/{owner}/{repo}/comments/{comment_id}",
@@ -710,7 +710,7 @@ export interface Endpoints {
710710
"delete"
711711
>;
712712
/**
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
714714
*/
715715
"DELETE /repos/{owner}/{repo}/hooks/{hook_id}": Operation<
716716
"/repos/{owner}/{repo}/hooks/{hook_id}",
@@ -731,7 +731,7 @@ export interface Endpoints {
731731
"delete"
732732
>;
733733
/**
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
735735
*/
736736
"DELETE /repos/{owner}/{repo}/invitations/{invitation_id}": Operation<
737737
"/repos/{owner}/{repo}/invitations/{invitation_id}",
@@ -815,7 +815,7 @@ export interface Endpoints {
815815
"delete"
816816
>;
817817
/**
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
819819
*/
820820
"DELETE /repos/{owner}/{repo}/pages": Operation<
821821
"/repos/{owner}/{repo}/pages",
@@ -1058,7 +1058,7 @@ export interface Endpoints {
10581058
"delete"
10591059
>;
10601060
/**
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
10621062
*/
10631063
"DELETE /user/repository_invitations/{invitation_id}": Operation<
10641064
"/user/repository_invitations/{invitation_id}",
@@ -2553,35 +2553,35 @@ export interface Endpoints {
25532553
"get"
25542554
>;
25552555
/**
2556-
* @see https://docs.github.com/rest/reference/repos#list-repository-collaborators
2556+
* @see https://docs.github.com/rest/collaborators/collaborators#list-repository-collaborators
25572557
*/
25582558
"GET /repos/{owner}/{repo}/collaborators": Operation<
25592559
"/repos/{owner}/{repo}/collaborators",
25602560
"get"
25612561
>;
25622562
/**
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
25642564
*/
25652565
"GET /repos/{owner}/{repo}/collaborators/{username}": Operation<
25662566
"/repos/{owner}/{repo}/collaborators/{username}",
25672567
"get"
25682568
>;
25692569
/**
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
25712571
*/
25722572
"GET /repos/{owner}/{repo}/collaborators/{username}/permission": Operation<
25732573
"/repos/{owner}/{repo}/collaborators/{username}/permission",
25742574
"get"
25752575
>;
25762576
/**
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
25782578
*/
25792579
"GET /repos/{owner}/{repo}/comments": Operation<
25802580
"/repos/{owner}/{repo}/comments",
25812581
"get"
25822582
>;
25832583
/**
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
25852585
*/
25862586
"GET /repos/{owner}/{repo}/comments/{comment_id}": Operation<
25872587
"/repos/{owner}/{repo}/comments/{comment_id}",
@@ -2595,35 +2595,35 @@ export interface Endpoints {
25952595
"get"
25962596
>;
25972597
/**
2598-
* @see https://docs.github.com/rest/reference/repos#list-commits
2598+
* @see https://docs.github.com/rest/commits/commits#list-commits
25992599
*/
26002600
"GET /repos/{owner}/{repo}/commits": Operation<
26012601
"/repos/{owner}/{repo}/commits",
26022602
"get"
26032603
>;
26042604
/**
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
26062606
*/
26072607
"GET /repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head": Operation<
26082608
"/repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head",
26092609
"get"
26102610
>;
26112611
/**
2612-
* @see https://docs.github.com/rest/reference/repos#list-commit-comments
2612+
* @see https://docs.github.com/rest/commits/comments#list-commit-comments
26132613
*/
26142614
"GET /repos/{owner}/{repo}/commits/{commit_sha}/comments": Operation<
26152615
"/repos/{owner}/{repo}/commits/{commit_sha}/comments",
26162616
"get"
26172617
>;
26182618
/**
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
26202620
*/
26212621
"GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls": Operation<
26222622
"/repos/{owner}/{repo}/commits/{commit_sha}/pulls",
26232623
"get"
26242624
>;
26252625
/**
2626-
* @see https://docs.github.com/rest/reference/repos#get-a-commit
2626+
* @see https://docs.github.com/rest/commits/commits#get-a-commit
26272627
*/
26282628
"GET /repos/{owner}/{repo}/commits/{ref}": Operation<
26292629
"/repos/{owner}/{repo}/commits/{ref}",
@@ -2644,28 +2644,28 @@ export interface Endpoints {
26442644
"get"
26452645
>;
26462646
/**
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
26482648
*/
26492649
"GET /repos/{owner}/{repo}/commits/{ref}/status": Operation<
26502650
"/repos/{owner}/{repo}/commits/{ref}/status",
26512651
"get"
26522652
>;
26532653
/**
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
26552655
*/
26562656
"GET /repos/{owner}/{repo}/commits/{ref}/statuses": Operation<
26572657
"/repos/{owner}/{repo}/commits/{ref}/statuses",
26582658
"get"
26592659
>;
26602660
/**
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
26622662
*/
26632663
"GET /repos/{owner}/{repo}/community/profile": Operation<
26642664
"/repos/{owner}/{repo}/community/profile",
26652665
"get"
26662666
>;
26672667
/**
2668-
* @see https://docs.github.com/rest/reference/repos#compare-two-commits
2668+
* @see https://docs.github.com/rest/commits/commits#compare-two-commits
26692669
*/
26702670
"GET /repos/{owner}/{repo}/compare/{basehead}": Operation<
26712671
"/repos/{owner}/{repo}/compare/{basehead}",
@@ -2749,7 +2749,7 @@ export interface Endpoints {
27492749
"get"
27502750
>;
27512751
/**
2752-
* @see https://docs.github.com/rest/reference/repos#get-all-environments
2752+
* @see https://docs.github.com/rest/deployments/environments#list-environments
27532753
*/
27542754
"GET /repos/{owner}/{repo}/environments": Operation<
27552755
"/repos/{owner}/{repo}/environments",
@@ -2833,35 +2833,35 @@ export interface Endpoints {
28332833
"get"
28342834
>;
28352835
/**
2836-
* @see https://docs.github.com/rest/reference/repos#list-repository-webhooks
2836+
* @see https://docs.github.com/rest/webhooks/repos#list-repository-webhooks
28372837
*/
28382838
"GET /repos/{owner}/{repo}/hooks": Operation<
28392839
"/repos/{owner}/{repo}/hooks",
28402840
"get"
28412841
>;
28422842
/**
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
28442844
*/
28452845
"GET /repos/{owner}/{repo}/hooks/{hook_id}": Operation<
28462846
"/repos/{owner}/{repo}/hooks/{hook_id}",
28472847
"get"
28482848
>;
28492849
/**
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
28512851
*/
28522852
"GET /repos/{owner}/{repo}/hooks/{hook_id}/config": Operation<
28532853
"/repos/{owner}/{repo}/hooks/{hook_id}/config",
28542854
"get"
28552855
>;
28562856
/**
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
28582858
*/
28592859
"GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries": Operation<
28602860
"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries",
28612861
"get"
28622862
>;
28632863
/**
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
28652865
*/
28662866
"GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}": Operation<
28672867
"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}",
@@ -2903,7 +2903,7 @@ export interface Endpoints {
29032903
"get"
29042904
>;
29052905
/**
2906-
* @see https://docs.github.com/rest/reference/repos#list-repository-invitations
2906+
* @see https://docs.github.com/rest/collaborators/invitations#list-repository-invitations
29072907
*/
29082908
"GET /repos/{owner}/{repo}/invitations": Operation<
29092909
"/repos/{owner}/{repo}/invitations",
@@ -3064,35 +3064,35 @@ export interface Endpoints {
30643064
"get"
30653065
>;
30663066
/**
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
30683068
*/
30693069
"GET /repos/{owner}/{repo}/pages": Operation<
30703070
"/repos/{owner}/{repo}/pages",
30713071
"get"
30723072
>;
30733073
/**
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
30753075
*/
30763076
"GET /repos/{owner}/{repo}/pages/builds": Operation<
30773077
"/repos/{owner}/{repo}/pages/builds",
30783078
"get"
30793079
>;
30803080
/**
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
30823082
*/
30833083
"GET /repos/{owner}/{repo}/pages/builds/latest": Operation<
30843084
"/repos/{owner}/{repo}/pages/builds/latest",
30853085
"get"
30863086
>;
30873087
/**
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
30893089
*/
30903090
"GET /repos/{owner}/{repo}/pages/builds/{build_id}": Operation<
30913091
"/repos/{owner}/{repo}/pages/builds/{build_id}",
30923092
"get"
30933093
>;
30943094
/**
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
30963096
*/
30973097
"GET /repos/{owner}/{repo}/pages/health": Operation<
30983098
"/repos/{owner}/{repo}/pages/health",
@@ -3169,7 +3169,7 @@ export interface Endpoints {
31693169
"get"
31703170
>;
31713171
/**
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
31733173
*/
31743174
"GET /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers": Operation<
31753175
"/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers",
@@ -3288,35 +3288,35 @@ export interface Endpoints {
32883288
"get"
32893289
>;
32903290
/**
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
32923292
*/
32933293
"GET /repos/{owner}/{repo}/stats/code_frequency": Operation<
32943294
"/repos/{owner}/{repo}/stats/code_frequency",
32953295
"get"
32963296
>;
32973297
/**
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
32993299
*/
33003300
"GET /repos/{owner}/{repo}/stats/commit_activity": Operation<
33013301
"/repos/{owner}/{repo}/stats/commit_activity",
33023302
"get"
33033303
>;
33043304
/**
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
33063306
*/
33073307
"GET /repos/{owner}/{repo}/stats/contributors": Operation<
33083308
"/repos/{owner}/{repo}/stats/contributors",
33093309
"get"
33103310
>;
33113311
/**
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
33133313
*/
33143314
"GET /repos/{owner}/{repo}/stats/participation": Operation<
33153315
"/repos/{owner}/{repo}/stats/participation",
33163316
"get"
33173317
>;
33183318
/**
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
33203320
*/
33213321
"GET /repos/{owner}/{repo}/stats/punch_card": Operation<
33223322
"/repos/{owner}/{repo}/stats/punch_card",
@@ -3372,28 +3372,28 @@ export interface Endpoints {
33723372
"get"
33733373
>;
33743374
/**
3375-
* @see https://docs.github.com/rest/reference/repos#get-repository-clones
3375+
* @see https://docs.github.com/rest/metrics/traffic#get-repository-clones
33763376
*/
33773377
"GET /repos/{owner}/{repo}/traffic/clones": Operation<
33783378
"/repos/{owner}/{repo}/traffic/clones",
33793379
"get"
33803380
>;
33813381
/**
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
33833383
*/
33843384
"GET /repos/{owner}/{repo}/traffic/popular/paths": Operation<
33853385
"/repos/{owner}/{repo}/traffic/popular/paths",
33863386
"get"
33873387
>;
33883388
/**
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
33903390
*/
33913391
"GET /repos/{owner}/{repo}/traffic/popular/referrers": Operation<
33923392
"/repos/{owner}/{repo}/traffic/popular/referrers",
33933393
"get"
33943394
>;
33953395
/**
3396-
* @see https://docs.github.com/rest/reference/repos#get-page-views
3396+
* @see https://docs.github.com/rest/metrics/traffic#get-page-views
33973397
*/
33983398
"GET /repos/{owner}/{repo}/traffic/views": Operation<
33993399
"/repos/{owner}/{repo}/traffic/views",
@@ -3822,7 +3822,7 @@ export interface Endpoints {
38223822
*/
38233823
"GET /user/repos": Operation<"/user/repos", "get">;
38243824
/**
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
38263826
*/
38273827
"GET /user/repository_invitations": Operation<
38283828
"/user/repository_invitations",
@@ -4173,7 +4173,7 @@ export interface Endpoints {
41734173
"patch"
41744174
>;
41754175
/**
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
41774177
*/
41784178
"PATCH /repos/{owner}/{repo}/comments/{comment_id}": Operation<
41794179
"/repos/{owner}/{repo}/comments/{comment_id}",
@@ -4187,14 +4187,14 @@ export interface Endpoints {
41874187
"patch"
41884188
>;
41894189
/**
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
41914191
*/
41924192
"PATCH /repos/{owner}/{repo}/hooks/{hook_id}": Operation<
41934193
"/repos/{owner}/{repo}/hooks/{hook_id}",
41944194
"patch"
41954195
>;
41964196
/**
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
41984198
*/
41994199
"PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config": Operation<
42004200
"/repos/{owner}/{repo}/hooks/{hook_id}/config",
@@ -4222,7 +4222,7 @@ export interface Endpoints {
42224222
"patch"
42234223
>;
42244224
/**
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
42264226
*/
42274227
"PATCH /repos/{owner}/{repo}/invitations/{invitation_id}": Operation<
42284228
"/repos/{owner}/{repo}/invitations/{invitation_id}",
@@ -4360,7 +4360,7 @@ export interface Endpoints {
43604360
"patch"
43614361
>;
43624362
/**
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
43644364
*/
43654365
"PATCH /user/repository_invitations/{invitation_id}": Operation<
43664366
"/user/repository_invitations/{invitation_id}",
@@ -4771,7 +4771,7 @@ export interface Endpoints {
47714771
"post"
47724772
>;
47734773
/**
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
47754775
*/
47764776
"POST /repos/{owner}/{repo}/commits/{commit_sha}/comments": Operation<
47774777
"/repos/{owner}/{repo}/commits/{commit_sha}/comments",
@@ -4855,28 +4855,28 @@ export interface Endpoints {
48554855
"post"
48564856
>;
48574857
/**
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
48594859
*/
48604860
"POST /repos/{owner}/{repo}/hooks": Operation<
48614861
"/repos/{owner}/{repo}/hooks",
48624862
"post"
48634863
>;
48644864
/**
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
48664866
*/
48674867
"POST /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts": Operation<
48684868
"/repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts",
48694869
"post"
48704870
>;
48714871
/**
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
48734873
*/
48744874
"POST /repos/{owner}/{repo}/hooks/{hook_id}/pings": Operation<
48754875
"/repos/{owner}/{repo}/hooks/{hook_id}/pings",
48764876
"post"
48774877
>;
48784878
/**
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
48804880
*/
48814881
"POST /repos/{owner}/{repo}/hooks/{hook_id}/tests": Operation<
48824882
"/repos/{owner}/{repo}/hooks/{hook_id}/tests",
@@ -4960,14 +4960,14 @@ export interface Endpoints {
49604960
"post"
49614961
>;
49624962
/**
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
49644964
*/
49654965
"POST /repos/{owner}/{repo}/pages": Operation<
49664966
"/repos/{owner}/{repo}/pages",
49674967
"post"
49684968
>;
49694969
/**
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
49714971
*/
49724972
"POST /repos/{owner}/{repo}/pages/builds": Operation<
49734973
"/repos/{owner}/{repo}/pages/builds",
@@ -5065,7 +5065,7 @@ export interface Endpoints {
50655065
"post"
50665066
>;
50675067
/**
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
50695069
*/
50705070
"POST /repos/{owner}/{repo}/statuses/{sha}": Operation<
50715071
"/repos/{owner}/{repo}/statuses/{sha}",
@@ -5626,7 +5626,7 @@ export interface Endpoints {
56265626
"put"
56275627
>;
56285628
/**
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
56305630
*/
56315631
"PUT /repos/{owner}/{repo}/collaborators/{username}": Operation<
56325632
"/repos/{owner}/{repo}/collaborators/{username}",
@@ -5703,7 +5703,7 @@ export interface Endpoints {
57035703
"put"
57045704
>;
57055705
/**
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
57075707
*/
57085708
"PUT /repos/{owner}/{repo}/pages": Operation<
57095709
"/repos/{owner}/{repo}/pages",

0 commit comments

Comments
 (0)
Please sign in to comment.