From 6dde4bd294d7d592a7ff45d964033d5b5927e150 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:52:05 -0600 Subject: [PATCH] Update OpenAPI Description (#49000) --- .../fine-grained-pat-permissions.json | 2 +- .../data/fpt-2022-11-28/fine-grained-pat.json | 2 +- .../server-to-server-permissions.json | 2 +- .../data/fpt-2022-11-28/server-to-server-rest.json | 2 +- .../data/fpt-2022-11-28/user-to-server-rest.json | 2 +- .../data/ghae/fine-grained-pat-permissions.json | 2 +- src/github-apps/data/ghae/fine-grained-pat.json | 2 +- .../data/ghae/server-to-server-permissions.json | 2 +- .../data/ghae/server-to-server-rest.json | 2 +- src/github-apps/data/ghae/user-to-server-rest.json | 2 +- .../fine-grained-pat-permissions.json | 2 +- .../data/ghec-2022-11-28/fine-grained-pat.json | 2 +- .../server-to-server-permissions.json | 2 +- .../data/ghec-2022-11-28/server-to-server-rest.json | 2 +- .../data/ghec-2022-11-28/user-to-server-rest.json | 2 +- .../fine-grained-pat-permissions.json | 2 +- .../data/ghes-3.10-2022-11-28/fine-grained-pat.json | 2 +- .../server-to-server-permissions.json | 2 +- .../ghes-3.10-2022-11-28/server-to-server-rest.json | 2 +- .../ghes-3.10-2022-11-28/user-to-server-rest.json | 2 +- .../fine-grained-pat-permissions.json | 2 +- .../data/ghes-3.11-2022-11-28/fine-grained-pat.json | 2 +- .../server-to-server-permissions.json | 2 +- .../ghes-3.11-2022-11-28/server-to-server-rest.json | 2 +- .../ghes-3.11-2022-11-28/user-to-server-rest.json | 2 +- .../data/ghes-3.8/fine-grained-pat-permissions.json | 2 +- src/github-apps/data/ghes-3.8/fine-grained-pat.json | 2 +- .../data/ghes-3.8/server-to-server-permissions.json | 2 +- .../data/ghes-3.8/server-to-server-rest.json | 2 +- .../data/ghes-3.8/user-to-server-rest.json | 2 +- .../fine-grained-pat-permissions.json | 2 +- .../data/ghes-3.9-2022-11-28/fine-grained-pat.json | 2 +- .../server-to-server-permissions.json | 2 +- .../ghes-3.9-2022-11-28/server-to-server-rest.json | 2 +- .../ghes-3.9-2022-11-28/user-to-server-rest.json | 2 +- src/github-apps/lib/config.json | 2 +- src/rest/data/fpt-2022-11-28/schema.json | 13 ++----------- src/rest/data/ghae/schema.json | 13 ++----------- src/rest/data/ghec-2022-11-28/schema.json | 13 ++----------- src/rest/data/ghes-3.10-2022-11-28/schema.json | 13 ++----------- src/rest/data/ghes-3.11-2022-11-28/schema.json | 13 ++----------- src/rest/data/ghes-3.8/schema.json | 13 ++----------- src/rest/data/ghes-3.9-2022-11-28/schema.json | 13 ++----------- src/rest/lib/config.json | 2 +- src/webhooks/lib/config.json | 2 +- 45 files changed, 52 insertions(+), 115 deletions(-) diff --git a/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json index 45a3e6b97f..fc8d09b858 100644 --- a/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json @@ -2394,7 +2394,7 @@ }, { "category": "repos", - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", diff --git a/src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json b/src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json index 6817aa75d8..183834df41 100644 --- a/src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json @@ -3997,7 +3997,7 @@ "requestPath": "/repos/{owner}/{repo}/activity" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json index 44654e301d..bc8990ea81 100644 --- a/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json @@ -2994,7 +2994,7 @@ }, { "category": "repos", - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", diff --git a/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json b/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json index 77c8edc61e..9d1826e9d6 100644 --- a/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json @@ -3601,7 +3601,7 @@ "requestPath": "/repos/{owner}/{repo}/activity" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json b/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json index 1644ea8b24..8997ff808b 100644 --- a/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json @@ -4069,7 +4069,7 @@ "requestPath": "/repos/{owner}/{repo}/activity" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghae/fine-grained-pat-permissions.json b/src/github-apps/data/ghae/fine-grained-pat-permissions.json index 960e14028d..bbcc999200 100644 --- a/src/github-apps/data/ghae/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghae/fine-grained-pat-permissions.json @@ -1279,7 +1279,7 @@ }, { "category": "repos", - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", diff --git a/src/github-apps/data/ghae/fine-grained-pat.json b/src/github-apps/data/ghae/fine-grained-pat.json index 03f5d36ec4..aae350ba33 100644 --- a/src/github-apps/data/ghae/fine-grained-pat.json +++ b/src/github-apps/data/ghae/fine-grained-pat.json @@ -2493,7 +2493,7 @@ "requestPath": "/repos/{owner}/{repo}" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghae/server-to-server-permissions.json b/src/github-apps/data/ghae/server-to-server-permissions.json index 2a67c7f82f..08cd7d6edc 100644 --- a/src/github-apps/data/ghae/server-to-server-permissions.json +++ b/src/github-apps/data/ghae/server-to-server-permissions.json @@ -1547,7 +1547,7 @@ }, { "category": "repos", - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", diff --git a/src/github-apps/data/ghae/server-to-server-rest.json b/src/github-apps/data/ghae/server-to-server-rest.json index 777af8c3de..683e6080c5 100644 --- a/src/github-apps/data/ghae/server-to-server-rest.json +++ b/src/github-apps/data/ghae/server-to-server-rest.json @@ -2293,7 +2293,7 @@ "requestPath": "/repos/{owner}/{repo}" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghae/user-to-server-rest.json b/src/github-apps/data/ghae/user-to-server-rest.json index 564407816b..d016eba373 100644 --- a/src/github-apps/data/ghae/user-to-server-rest.json +++ b/src/github-apps/data/ghae/user-to-server-rest.json @@ -2517,7 +2517,7 @@ "requestPath": "/repos/{owner}/{repo}" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json index 6e61bc5bdf..46657649ee 100644 --- a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json @@ -3064,7 +3064,7 @@ }, { "category": "repos", - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", diff --git a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json index 84e6c75bd5..2914d451db 100644 --- a/src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json @@ -4325,7 +4325,7 @@ "requestPath": "/repos/{owner}/{repo}/activity" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json index 267934acc9..1a1b49fcd0 100644 --- a/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghec-2022-11-28/server-to-server-permissions.json @@ -3808,7 +3808,7 @@ }, { "category": "repos", - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", diff --git a/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json index b0d656d9c2..c152fba506 100644 --- a/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghec-2022-11-28/server-to-server-rest.json @@ -3929,7 +3929,7 @@ "requestPath": "/repos/{owner}/{repo}/activity" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json index e06bf4f1b4..867a58b549 100644 --- a/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json @@ -4397,7 +4397,7 @@ "requestPath": "/repos/{owner}/{repo}/activity" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat-permissions.json index c68ffa88bd..894813da94 100644 --- a/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat-permissions.json @@ -2233,7 +2233,7 @@ }, { "category": "repos", - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", diff --git a/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat.json b/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat.json index d05702e194..6ad705d4e1 100644 --- a/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/ghes-3.10-2022-11-28/fine-grained-pat.json @@ -3457,7 +3457,7 @@ "requestPath": "/repos/{owner}/{repo}" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-permissions.json index a965cf050e..bc1254ebb3 100644 --- a/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-permissions.json @@ -2803,7 +2803,7 @@ }, { "category": "repos", - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", diff --git a/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-rest.json index 9cdb4a548f..107a406472 100644 --- a/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghes-3.10-2022-11-28/server-to-server-rest.json @@ -3347,7 +3347,7 @@ "requestPath": "/repos/{owner}/{repo}" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghes-3.10-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghes-3.10-2022-11-28/user-to-server-rest.json index f5ddd92fb6..2eb6fd4a01 100644 --- a/src/github-apps/data/ghes-3.10-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghes-3.10-2022-11-28/user-to-server-rest.json @@ -3529,7 +3529,7 @@ "requestPath": "/repos/{owner}/{repo}" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat-permissions.json index a9ed24874f..a4154472ad 100644 --- a/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat-permissions.json @@ -2278,7 +2278,7 @@ }, { "category": "repos", - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", diff --git a/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat.json b/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat.json index f60e3625f2..be76292e7e 100644 --- a/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/ghes-3.11-2022-11-28/fine-grained-pat.json @@ -3493,7 +3493,7 @@ "requestPath": "/repos/{owner}/{repo}/activity" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-permissions.json index be20b31590..9474456e22 100644 --- a/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-permissions.json @@ -2858,7 +2858,7 @@ }, { "category": "repos", - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", diff --git a/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-rest.json index 4a14b121c7..05f053ddf9 100644 --- a/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghes-3.11-2022-11-28/server-to-server-rest.json @@ -3383,7 +3383,7 @@ "requestPath": "/repos/{owner}/{repo}/activity" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghes-3.11-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghes-3.11-2022-11-28/user-to-server-rest.json index 937e40a541..8bec61e807 100644 --- a/src/github-apps/data/ghes-3.11-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghes-3.11-2022-11-28/user-to-server-rest.json @@ -3565,7 +3565,7 @@ "requestPath": "/repos/{owner}/{repo}/activity" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghes-3.8/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.8/fine-grained-pat-permissions.json index 30139f9445..d92b14d0ff 100644 --- a/src/github-apps/data/ghes-3.8/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.8/fine-grained-pat-permissions.json @@ -2098,7 +2098,7 @@ }, { "category": "repos", - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", diff --git a/src/github-apps/data/ghes-3.8/fine-grained-pat.json b/src/github-apps/data/ghes-3.8/fine-grained-pat.json index 067bb31680..f1b228f9ee 100644 --- a/src/github-apps/data/ghes-3.8/fine-grained-pat.json +++ b/src/github-apps/data/ghes-3.8/fine-grained-pat.json @@ -3233,7 +3233,7 @@ "requestPath": "/repos/{owner}/{repo}" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghes-3.8/server-to-server-permissions.json b/src/github-apps/data/ghes-3.8/server-to-server-permissions.json index 9b22158a61..084722056d 100644 --- a/src/github-apps/data/ghes-3.8/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.8/server-to-server-permissions.json @@ -2538,7 +2538,7 @@ }, { "category": "repos", - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", diff --git a/src/github-apps/data/ghes-3.8/server-to-server-rest.json b/src/github-apps/data/ghes-3.8/server-to-server-rest.json index d3c593b6a4..e0d567ef3d 100644 --- a/src/github-apps/data/ghes-3.8/server-to-server-rest.json +++ b/src/github-apps/data/ghes-3.8/server-to-server-rest.json @@ -3021,7 +3021,7 @@ "requestPath": "/repos/{owner}/{repo}" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghes-3.8/user-to-server-rest.json b/src/github-apps/data/ghes-3.8/user-to-server-rest.json index f6eff9c732..4ec61fa9b5 100644 --- a/src/github-apps/data/ghes-3.8/user-to-server-rest.json +++ b/src/github-apps/data/ghes-3.8/user-to-server-rest.json @@ -3257,7 +3257,7 @@ "requestPath": "/repos/{owner}/{repo}" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghes-3.9-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.9-2022-11-28/fine-grained-pat-permissions.json index 4abe97dce9..b5dca32032 100644 --- a/src/github-apps/data/ghes-3.9-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.9-2022-11-28/fine-grained-pat-permissions.json @@ -2188,7 +2188,7 @@ }, { "category": "repos", - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", diff --git a/src/github-apps/data/ghes-3.9-2022-11-28/fine-grained-pat.json b/src/github-apps/data/ghes-3.9-2022-11-28/fine-grained-pat.json index aa910d4940..b7ed248641 100644 --- a/src/github-apps/data/ghes-3.9-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/ghes-3.9-2022-11-28/fine-grained-pat.json @@ -3415,7 +3415,7 @@ "requestPath": "/repos/{owner}/{repo}" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghes-3.9-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.9-2022-11-28/server-to-server-permissions.json index 8addc77bd1..ebc44e5e1d 100644 --- a/src/github-apps/data/ghes-3.9-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.9-2022-11-28/server-to-server-permissions.json @@ -2648,7 +2648,7 @@ }, { "category": "repos", - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", diff --git a/src/github-apps/data/ghes-3.9-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghes-3.9-2022-11-28/server-to-server-rest.json index 1fec21d527..5fca9b09e7 100644 --- a/src/github-apps/data/ghes-3.9-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghes-3.9-2022-11-28/server-to-server-rest.json @@ -3251,7 +3251,7 @@ "requestPath": "/repos/{owner}/{repo}" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/data/ghes-3.9-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghes-3.9-2022-11-28/user-to-server-rest.json index 6cb8ab5970..dffd2e6080 100644 --- a/src/github-apps/data/ghes-3.9-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghes-3.9-2022-11-28/user-to-server-rest.json @@ -3439,7 +3439,7 @@ "requestPath": "/repos/{owner}/{repo}" }, { - "slug": "list-all-autolinks-of-a-repository", + "slug": "get-all-autolinks-of-a-repository", "subcategory": "autolinks", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks" diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 489b8d6ce0..207a3bc060 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "4697ca5d3823416e1b074629d992f0eeb07e799b" + "sha": "60482fa6aa943ad299eb3d1f5e91c3b38f79972b" } \ No newline at end of file diff --git a/src/rest/data/fpt-2022-11-28/schema.json b/src/rest/data/fpt-2022-11-28/schema.json index ad6e5d60a3..49e668d45d 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -491528,7 +491528,7 @@ "serverUrl": "https://api.github.com", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", - "title": "List all autolinks of a repository", + "title": "Get all autolinks of a repository", "category": "repos", "subcategory": "autolinks", "parameters": [ @@ -491549,15 +491549,6 @@ "schema": { "type": "string" } - }, - { - "name": "page", - "description": "
The page number of the results to fetch. For more information, see \"Using pagination in the REST API.\"
", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } } ], "bodyParameters": [], @@ -491632,7 +491623,7 @@ } ], "previews": [], - "descriptionHTML": "This returns a list of autolinks configured for the given repository.
\nInformation about autolinks are only available to repository administrators.
", + "descriptionHTML": "Gets all autolinks that are configured for a repository.
\nInformation about autolinks are only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "200", diff --git a/src/rest/data/ghae/schema.json b/src/rest/data/ghae/schema.json index 97dbd8d350..2f7ef8405a 100644 --- a/src/rest/data/ghae/schema.json +++ b/src/rest/data/ghae/schema.json @@ -363389,7 +363389,7 @@ "serverUrl": "https://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", - "title": "List all autolinks of a repository", + "title": "Get all autolinks of a repository", "category": "repos", "subcategory": "autolinks", "parameters": [ @@ -363410,15 +363410,6 @@ "schema": { "type": "string" } - }, - { - "name": "page", - "description": "The page number of the results to fetch. For more information, see \"Using pagination in the REST API.\"
", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } } ], "bodyParameters": [], @@ -363484,7 +363475,7 @@ } ], "previews": [], - "descriptionHTML": "This returns a list of autolinks configured for the given repository.
\nInformation about autolinks are only available to repository administrators.
", + "descriptionHTML": "Gets all autolinks that are configured for a repository.
\nInformation about autolinks are only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "200", diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index d721cb36d6..622a5b710a 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -514749,7 +514749,7 @@ "serverUrl": "https://api.github.com", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", - "title": "List all autolinks of a repository", + "title": "Get all autolinks of a repository", "category": "repos", "subcategory": "autolinks", "parameters": [ @@ -514770,15 +514770,6 @@ "schema": { "type": "string" } - }, - { - "name": "page", - "description": "The page number of the results to fetch. For more information, see \"Using pagination in the REST API.\"
", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } } ], "bodyParameters": [], @@ -514853,7 +514844,7 @@ } ], "previews": [], - "descriptionHTML": "This returns a list of autolinks configured for the given repository.
\nInformation about autolinks are only available to repository administrators.
", + "descriptionHTML": "Gets all autolinks that are configured for a repository.
\nInformation about autolinks are only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "200", diff --git a/src/rest/data/ghes-3.10-2022-11-28/schema.json b/src/rest/data/ghes-3.10-2022-11-28/schema.json index d21e54029a..1107a7f08c 100644 --- a/src/rest/data/ghes-3.10-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.10-2022-11-28/schema.json @@ -461469,7 +461469,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", - "title": "List all autolinks of a repository", + "title": "Get all autolinks of a repository", "category": "repos", "subcategory": "autolinks", "parameters": [ @@ -461490,15 +461490,6 @@ "schema": { "type": "string" } - }, - { - "name": "page", - "description": "The page number of the results to fetch. For more information, see \"Using pagination in the REST API.\"
", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } } ], "bodyParameters": [], @@ -461573,7 +461564,7 @@ } ], "previews": [], - "descriptionHTML": "This returns a list of autolinks configured for the given repository.
\nInformation about autolinks are only available to repository administrators.
", + "descriptionHTML": "Gets all autolinks that are configured for a repository.
\nInformation about autolinks are only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "200", diff --git a/src/rest/data/ghes-3.11-2022-11-28/schema.json b/src/rest/data/ghes-3.11-2022-11-28/schema.json index 29d82ea682..518130dae5 100644 --- a/src/rest/data/ghes-3.11-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.11-2022-11-28/schema.json @@ -467470,7 +467470,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", - "title": "List all autolinks of a repository", + "title": "Get all autolinks of a repository", "category": "repos", "subcategory": "autolinks", "parameters": [ @@ -467491,15 +467491,6 @@ "schema": { "type": "string" } - }, - { - "name": "page", - "description": "The page number of the results to fetch. For more information, see \"Using pagination in the REST API.\"
", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } } ], "bodyParameters": [], @@ -467574,7 +467565,7 @@ } ], "previews": [], - "descriptionHTML": "This returns a list of autolinks configured for the given repository.
\nInformation about autolinks are only available to repository administrators.
", + "descriptionHTML": "Gets all autolinks that are configured for a repository.
\nInformation about autolinks are only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "200", diff --git a/src/rest/data/ghes-3.8/schema.json b/src/rest/data/ghes-3.8/schema.json index 658a0672fa..b0daff3821 100644 --- a/src/rest/data/ghes-3.8/schema.json +++ b/src/rest/data/ghes-3.8/schema.json @@ -436886,7 +436886,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", - "title": "List all autolinks of a repository", + "title": "Get all autolinks of a repository", "category": "repos", "subcategory": "autolinks", "parameters": [ @@ -436907,15 +436907,6 @@ "schema": { "type": "string" } - }, - { - "name": "page", - "description": "The page number of the results to fetch. For more information, see \"Using pagination in the REST API.\"
", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } } ], "bodyParameters": [], @@ -436990,7 +436981,7 @@ } ], "previews": [], - "descriptionHTML": "This returns a list of autolinks configured for the given repository.
\nInformation about autolinks are only available to repository administrators.
", + "descriptionHTML": "Gets all autolinks that are configured for a repository.
\nInformation about autolinks are only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "200", diff --git a/src/rest/data/ghes-3.9-2022-11-28/schema.json b/src/rest/data/ghes-3.9-2022-11-28/schema.json index eaa323bd1f..8d75d2b990 100644 --- a/src/rest/data/ghes-3.9-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.9-2022-11-28/schema.json @@ -455112,7 +455112,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/autolinks", - "title": "List all autolinks of a repository", + "title": "Get all autolinks of a repository", "category": "repos", "subcategory": "autolinks", "parameters": [ @@ -455133,15 +455133,6 @@ "schema": { "type": "string" } - }, - { - "name": "page", - "description": "The page number of the results to fetch. For more information, see \"Using pagination in the REST API.\"
", - "in": "query", - "schema": { - "type": "integer", - "default": 1 - } } ], "bodyParameters": [], @@ -455216,7 +455207,7 @@ } ], "previews": [], - "descriptionHTML": "This returns a list of autolinks configured for the given repository.
\nInformation about autolinks are only available to repository administrators.
", + "descriptionHTML": "Gets all autolinks that are configured for a repository.
\nInformation about autolinks are only available to repository administrators.
", "statusCodes": [ { "httpStatusCode": "200", diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index f8c69f6eea..8c8630cd5b 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -41,5 +41,5 @@ ] } }, - "sha": "4697ca5d3823416e1b074629d992f0eeb07e799b" + "sha": "60482fa6aa943ad299eb3d1f5e91c3b38f79972b" } \ No newline at end of file diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index b2746683ff..703aa572a9 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "4697ca5d3823416e1b074629d992f0eeb07e799b" + "sha": "60482fa6aa943ad299eb3d1f5e91c3b38f79972b" } \ No newline at end of file