From 6a8499c8a828011decd156535f68b736c132ccec Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Tue, 14 Jan 2025 11:08:24 -0800 Subject: [PATCH] Update OpenAPI Description (#53907) Co-authored-by: Rachael Sewell --- .../fine-grained-pat-permissions.json | 6 +-- .../data/fpt-2022-11-28/fine-grained-pat.json | 6 +-- .../server-to-server-permissions.json | 6 +-- .../fpt-2022-11-28/server-to-server-rest.json | 6 +-- .../fpt-2022-11-28/user-to-server-rest.json | 6 +-- .../fine-grained-pat-permissions.json | 6 +-- .../ghec-2022-11-28/fine-grained-pat.json | 6 +-- .../server-to-server-permissions.json | 6 +-- .../server-to-server-rest.json | 6 +-- .../ghec-2022-11-28/user-to-server-rest.json | 6 +-- .../fine-grained-pat-permissions.json | 2 +- .../fine-grained-pat.json | 2 +- .../server-to-server-permissions.json | 2 +- .../server-to-server-rest.json | 2 +- .../user-to-server-rest.json | 2 +- .../fine-grained-pat-permissions.json | 2 +- .../fine-grained-pat.json | 2 +- .../server-to-server-permissions.json | 2 +- .../server-to-server-rest.json | 2 +- .../user-to-server-rest.json | 2 +- .../fine-grained-pat-permissions.json | 2 +- .../fine-grained-pat.json | 2 +- .../server-to-server-permissions.json | 2 +- .../server-to-server-rest.json | 2 +- .../user-to-server-rest.json | 2 +- .../fine-grained-pat-permissions.json | 2 +- .../fine-grained-pat.json | 2 +- .../server-to-server-permissions.json | 2 +- .../server-to-server-rest.json | 2 +- .../user-to-server-rest.json | 2 +- .../fine-grained-pat-permissions.json | 2 +- .../fine-grained-pat.json | 2 +- .../server-to-server-permissions.json | 2 +- .../server-to-server-rest.json | 2 +- .../user-to-server-rest.json | 2 +- .../fine-grained-pat-permissions.json | 2 +- .../fine-grained-pat.json | 2 +- .../server-to-server-permissions.json | 2 +- .../server-to-server-rest.json | 2 +- .../user-to-server-rest.json | 2 +- src/github-apps/lib/config.json | 2 +- src/rest/data/fpt-2022-11-28/schema.json | 38 +++++++++++---- src/rest/data/ghec-2022-11-28/schema.json | 47 +++++++++++++++---- .../data/ghes-3.10-2022-11-28/schema.json | 12 ++--- .../data/ghes-3.11-2022-11-28/schema.json | 12 ++--- .../data/ghes-3.12-2022-11-28/schema.json | 12 ++--- .../data/ghes-3.13-2022-11-28/schema.json | 12 ++--- .../data/ghes-3.14-2022-11-28/schema.json | 12 ++--- .../data/ghes-3.15-2022-11-28/schema.json | 12 ++--- src/rest/lib/config.json | 2 +- src/webhooks/lib/config.json | 2 +- 51 files changed, 164 insertions(+), 119 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 935004d4ed0e..38fadcf8ef9b 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 @@ -2936,7 +2936,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", @@ -2945,7 +2945,7 @@ }, { "category": "repos", - "slug": "enable-automated-security-fixes", + "slug": "enable-dependabot-security-updates", "subcategory": "repos", "verb": "put", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", @@ -2954,7 +2954,7 @@ }, { "category": "repos", - "slug": "disable-automated-security-fixes", + "slug": "disable-dependabot-security-updates", "subcategory": "repos", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", 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 aa2060e730ba..2496d312a497 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 @@ -4421,19 +4421,19 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" }, { - "slug": "enable-automated-security-fixes", + "slug": "enable-dependabot-security-updates", "subcategory": "repos", "verb": "put", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" }, { - "slug": "disable-automated-security-fixes", + "slug": "disable-dependabot-security-updates", "subcategory": "repos", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" 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 3cc75ac63cd9..926e4d089cb2 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 @@ -3558,7 +3558,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", @@ -3569,7 +3569,7 @@ }, { "category": "repos", - "slug": "enable-automated-security-fixes", + "slug": "enable-dependabot-security-updates", "subcategory": "repos", "verb": "put", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", @@ -3580,7 +3580,7 @@ }, { "category": "repos", - "slug": "disable-automated-security-fixes", + "slug": "disable-dependabot-security-updates", "subcategory": "repos", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", 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 bab111dbeb74..39ba317774ce 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 @@ -3953,19 +3953,19 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" }, { - "slug": "enable-automated-security-fixes", + "slug": "enable-dependabot-security-updates", "subcategory": "repos", "verb": "put", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" }, { - "slug": "disable-automated-security-fixes", + "slug": "disable-dependabot-security-updates", "subcategory": "repos", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" 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 aa2060e730ba..2496d312a497 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 @@ -4421,19 +4421,19 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" }, { - "slug": "enable-automated-security-fixes", + "slug": "enable-dependabot-security-updates", "subcategory": "repos", "verb": "put", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" }, { - "slug": "disable-automated-security-fixes", + "slug": "disable-dependabot-security-updates", "subcategory": "repos", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" 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 885680b630a3..64422fa2ed44 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 @@ -3386,7 +3386,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", @@ -3395,7 +3395,7 @@ }, { "category": "repos", - "slug": "enable-automated-security-fixes", + "slug": "enable-dependabot-security-updates", "subcategory": "repos", "verb": "put", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", @@ -3404,7 +3404,7 @@ }, { "category": "repos", - "slug": "disable-automated-security-fixes", + "slug": "disable-dependabot-security-updates", "subcategory": "repos", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", 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 606265a4a1b3..fd12a653ab84 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 @@ -4755,19 +4755,19 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" }, { - "slug": "enable-automated-security-fixes", + "slug": "enable-dependabot-security-updates", "subcategory": "repos", "verb": "put", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" }, { - "slug": "disable-automated-security-fixes", + "slug": "disable-dependabot-security-updates", "subcategory": "repos", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" 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 cbdff423ff3f..f6868bde5ce8 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 @@ -4104,7 +4104,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", @@ -4115,7 +4115,7 @@ }, { "category": "repos", - "slug": "enable-automated-security-fixes", + "slug": "enable-dependabot-security-updates", "subcategory": "repos", "verb": "put", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", @@ -4126,7 +4126,7 @@ }, { "category": "repos", - "slug": "disable-automated-security-fixes", + "slug": "disable-dependabot-security-updates", "subcategory": "repos", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", 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 add62e840b71..308e192e5d48 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 @@ -4287,19 +4287,19 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" }, { - "slug": "enable-automated-security-fixes", + "slug": "enable-dependabot-security-updates", "subcategory": "repos", "verb": "put", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" }, { - "slug": "disable-automated-security-fixes", + "slug": "disable-dependabot-security-updates", "subcategory": "repos", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" 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 606265a4a1b3..fd12a653ab84 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 @@ -4755,19 +4755,19 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" }, { - "slug": "enable-automated-security-fixes", + "slug": "enable-dependabot-security-updates", "subcategory": "repos", "verb": "put", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" }, { - "slug": "disable-automated-security-fixes", + "slug": "disable-dependabot-security-updates", "subcategory": "repos", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" 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 0d99c76feb19..c7c429cd5a2f 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 @@ -2180,7 +2180,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", 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 0d271a5d53b2..107ee4cd3ccb 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 @@ -3565,7 +3565,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" 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 8ec0331f068e..bb011d0234d3 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 @@ -2642,7 +2642,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", 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 42c44b088bc4..7c6047760f14 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 @@ -3383,7 +3383,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" 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 0d271a5d53b2..107ee4cd3ccb 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 @@ -3565,7 +3565,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" 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 570837d5feb7..746d9d4d4b33 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 @@ -2225,7 +2225,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", 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 9460fb9f644f..233693ebae2b 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 @@ -3601,7 +3601,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" 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 71846d9285a7..c2a04e65e213 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 @@ -2697,7 +2697,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", 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 fb019fbd3ed1..d5e5c545d36e 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 @@ -3419,7 +3419,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" 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 9460fb9f644f..233693ebae2b 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 @@ -3601,7 +3601,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" diff --git a/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat-permissions.json index 01ded5525604..e5043ed9568f 100644 --- a/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat-permissions.json @@ -2252,7 +2252,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", diff --git a/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat.json b/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat.json index e4e1f3d0f720..9baefc5d1856 100644 --- a/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/ghes-3.12-2022-11-28/fine-grained-pat.json @@ -3619,7 +3619,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" diff --git a/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-permissions.json index f55300c7b612..ecf0e2979c17 100644 --- a/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-permissions.json @@ -2730,7 +2730,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", diff --git a/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-rest.json index 248692d4dbef..28902e5a2247 100644 --- a/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghes-3.12-2022-11-28/server-to-server-rest.json @@ -3437,7 +3437,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" diff --git a/src/github-apps/data/ghes-3.12-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghes-3.12-2022-11-28/user-to-server-rest.json index e4e1f3d0f720..9baefc5d1856 100644 --- a/src/github-apps/data/ghes-3.12-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghes-3.12-2022-11-28/user-to-server-rest.json @@ -3619,7 +3619,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" diff --git a/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat-permissions.json index e397fb1523e9..4ca80af28fd8 100644 --- a/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat-permissions.json @@ -2321,7 +2321,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", diff --git a/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat.json b/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat.json index b8729a887cdd..c24612c21cf3 100644 --- a/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/ghes-3.13-2022-11-28/fine-grained-pat.json @@ -3673,7 +3673,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" diff --git a/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-permissions.json index e85f18c5e339..d910a2d6f790 100644 --- a/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-permissions.json @@ -2813,7 +2813,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", diff --git a/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-rest.json index 1f0457cbf9cb..e281565b0b0c 100644 --- a/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghes-3.13-2022-11-28/server-to-server-rest.json @@ -3491,7 +3491,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" diff --git a/src/github-apps/data/ghes-3.13-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghes-3.13-2022-11-28/user-to-server-rest.json index b8729a887cdd..c24612c21cf3 100644 --- a/src/github-apps/data/ghes-3.13-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghes-3.13-2022-11-28/user-to-server-rest.json @@ -3673,7 +3673,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" diff --git a/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat-permissions.json index d9a323e892bb..e26bfe3ab4f3 100644 --- a/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat-permissions.json @@ -2453,7 +2453,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", diff --git a/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat.json b/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat.json index 4cdd703607eb..0c3f171d84d2 100644 --- a/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/ghes-3.14-2022-11-28/fine-grained-pat.json @@ -3757,7 +3757,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" diff --git a/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-permissions.json index eafcf726503d..13e016bbf153 100644 --- a/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-permissions.json @@ -2973,7 +2973,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", diff --git a/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-rest.json index 20eb34d039f9..43cc48969453 100644 --- a/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghes-3.14-2022-11-28/server-to-server-rest.json @@ -3575,7 +3575,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" diff --git a/src/github-apps/data/ghes-3.14-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghes-3.14-2022-11-28/user-to-server-rest.json index 4cdd703607eb..0c3f171d84d2 100644 --- a/src/github-apps/data/ghes-3.14-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghes-3.14-2022-11-28/user-to-server-rest.json @@ -3757,7 +3757,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" diff --git a/src/github-apps/data/ghes-3.15-2022-11-28/fine-grained-pat-permissions.json b/src/github-apps/data/ghes-3.15-2022-11-28/fine-grained-pat-permissions.json index 086873c62a9d..7f7216fd80a0 100644 --- a/src/github-apps/data/ghes-3.15-2022-11-28/fine-grained-pat-permissions.json +++ b/src/github-apps/data/ghes-3.15-2022-11-28/fine-grained-pat-permissions.json @@ -2543,7 +2543,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", diff --git a/src/github-apps/data/ghes-3.15-2022-11-28/fine-grained-pat.json b/src/github-apps/data/ghes-3.15-2022-11-28/fine-grained-pat.json index 994907d60722..ee28e9819540 100644 --- a/src/github-apps/data/ghes-3.15-2022-11-28/fine-grained-pat.json +++ b/src/github-apps/data/ghes-3.15-2022-11-28/fine-grained-pat.json @@ -3825,7 +3825,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" diff --git a/src/github-apps/data/ghes-3.15-2022-11-28/server-to-server-permissions.json b/src/github-apps/data/ghes-3.15-2022-11-28/server-to-server-permissions.json index dddfe4be48d7..5023a4327822 100644 --- a/src/github-apps/data/ghes-3.15-2022-11-28/server-to-server-permissions.json +++ b/src/github-apps/data/ghes-3.15-2022-11-28/server-to-server-permissions.json @@ -3083,7 +3083,7 @@ }, { "category": "repos", - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", diff --git a/src/github-apps/data/ghes-3.15-2022-11-28/server-to-server-rest.json b/src/github-apps/data/ghes-3.15-2022-11-28/server-to-server-rest.json index e5d3c5542bdb..126a9da12453 100644 --- a/src/github-apps/data/ghes-3.15-2022-11-28/server-to-server-rest.json +++ b/src/github-apps/data/ghes-3.15-2022-11-28/server-to-server-rest.json @@ -3643,7 +3643,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" diff --git a/src/github-apps/data/ghes-3.15-2022-11-28/user-to-server-rest.json b/src/github-apps/data/ghes-3.15-2022-11-28/user-to-server-rest.json index 994907d60722..ee28e9819540 100644 --- a/src/github-apps/data/ghes-3.15-2022-11-28/user-to-server-rest.json +++ b/src/github-apps/data/ghes-3.15-2022-11-28/user-to-server-rest.json @@ -3825,7 +3825,7 @@ "requestPath": "/repos/{owner}/{repo}/autolinks/{autolink_id}" }, { - "slug": "check-if-automated-security-fixes-are-enabled-for-a-repository", + "slug": "check-if-dependabot-security-updates-are-enabled-for-a-repository", "subcategory": "repos", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes" diff --git a/src/github-apps/lib/config.json b/src/github-apps/lib/config.json index 19bbaff3fe70..f45237b6ec41 100644 --- a/src/github-apps/lib/config.json +++ b/src/github-apps/lib/config.json @@ -60,5 +60,5 @@ "2022-11-28" ] }, - "sha": "04d2822d65627912d8772ac6f67d3b8cb9acea31" + "sha": "b1a9b605ce4d053e9554509fb4503109617a85f3" } \ 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 7a9a7ed3fdb7..5f9c882def3e 100644 --- a/src/rest/data/fpt-2022-11-28/schema.json +++ b/src/rest/data/fpt-2022-11-28/schema.json @@ -230022,6 +230022,15 @@ "62ab9291-fae2-468e-974b-7e45096d5021" ] }, + "group_name": { + "type": [ + "string", + "null" + ], + "examples": [ + "Justice League" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -231201,6 +231210,15 @@ "62ab9291-fae2-468e-974b-7e45096d5021" ] }, + "group_name": { + "type": [ + "string", + "null" + ], + "examples": [ + "Justice League" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -493928,7 +493946,7 @@ "serverUrl": "https://api.github.com", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", - "title": "Check if automated security fixes are enabled for a repository", + "title": "Check if Dependabot security updates are enabled for a repository", "category": "repos", "subcategory": "repos", "parameters": [ @@ -493982,20 +494000,20 @@ "paused": false }, "schema": { - "title": "Check Automated Security Fixes", - "description": "Check Automated Security Fixes", + "title": "Check Dependabot security updates", + "description": "Check Dependabot security updates", "type": "object", "properties": { "enabled": { "type": "boolean", - "description": "Whether automated security fixes are enabled for the repository.", + "description": "Whether Dependabot security updates are enabled for the repository.", "examples": [ true ] }, "paused": { "type": "boolean", - "description": "Whether automated security fixes are paused for the repository.", + "description": "Whether Dependabot security updates are paused for the repository.", "examples": [ false ] @@ -494010,7 +494028,7 @@ } ], "previews": [], - "descriptionHTML": "

Shows whether automated security fixes are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring automated security fixes\".

", + "descriptionHTML": "

Shows whether Dependabot security updates are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring Dependabot security updates\".

", "statusCodes": [ { "httpStatusCode": "200", @@ -494026,7 +494044,7 @@ "serverUrl": "https://api.github.com", "verb": "put", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", - "title": "Enable automated security fixes", + "title": "Enable Dependabot security updates", "category": "repos", "subcategory": "repos", "parameters": [ @@ -494078,7 +494096,7 @@ } ], "previews": [], - "descriptionHTML": "

Enables automated security fixes for a repository. The authenticated user must have admin access to the repository. For more information, see \"Configuring automated security fixes\".

", + "descriptionHTML": "

Enables Dependabot security updates for a repository. The authenticated user must have admin access to the repository. For more information, see \"Configuring Dependabot security updates\".

", "statusCodes": [ { "httpStatusCode": "204", @@ -494090,7 +494108,7 @@ "serverUrl": "https://api.github.com", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", - "title": "Disable automated security fixes", + "title": "Disable Dependabot security updates", "category": "repos", "subcategory": "repos", "parameters": [ @@ -494142,7 +494160,7 @@ } ], "previews": [], - "descriptionHTML": "

Disables automated security fixes for a repository. The authenticated user must have admin access to the repository. For more information, see \"Configuring automated security fixes\".

", + "descriptionHTML": "

Disables Dependabot security updates for a repository. The authenticated user must have admin access to the repository. For more information, see \"Configuring Dependabot security updates\".

", "statusCodes": [ { "httpStatusCode": "204", diff --git a/src/rest/data/ghec-2022-11-28/schema.json b/src/rest/data/ghec-2022-11-28/schema.json index a8497d064900..754026e870e8 100644 --- a/src/rest/data/ghec-2022-11-28/schema.json +++ b/src/rest/data/ghec-2022-11-28/schema.json @@ -240509,6 +240509,15 @@ "62ab9291-fae2-468e-974b-7e45096d5021" ] }, + "group_name": { + "type": [ + "string", + "null" + ], + "examples": [ + "Justice League" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -241495,6 +241504,15 @@ "62ab9291-fae2-468e-974b-7e45096d5021" ] }, + "group_name": { + "type": [ + "string", + "null" + ], + "examples": [ + "Justice League" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -242674,6 +242692,15 @@ "62ab9291-fae2-468e-974b-7e45096d5021" ] }, + "group_name": { + "type": [ + "string", + "null" + ], + "examples": [ + "Justice League" + ] + }, "html_url": { "type": "string", "format": "uri", @@ -527729,7 +527756,7 @@ "serverUrl": "https://api.github.com", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", - "title": "Check if automated security fixes are enabled for a repository", + "title": "Check if Dependabot security updates are enabled for a repository", "category": "repos", "subcategory": "repos", "parameters": [ @@ -527783,20 +527810,20 @@ "paused": false }, "schema": { - "title": "Check Automated Security Fixes", - "description": "Check Automated Security Fixes", + "title": "Check Dependabot security updates", + "description": "Check Dependabot security updates", "type": "object", "properties": { "enabled": { "type": "boolean", - "description": "Whether automated security fixes are enabled for the repository.", + "description": "Whether Dependabot security updates are enabled for the repository.", "examples": [ true ] }, "paused": { "type": "boolean", - "description": "Whether automated security fixes are paused for the repository.", + "description": "Whether Dependabot security updates are paused for the repository.", "examples": [ false ] @@ -527811,7 +527838,7 @@ } ], "previews": [], - "descriptionHTML": "

Shows whether automated security fixes are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring automated security fixes\".

", + "descriptionHTML": "

Shows whether Dependabot security updates are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring Dependabot security updates\".

", "statusCodes": [ { "httpStatusCode": "200", @@ -527827,7 +527854,7 @@ "serverUrl": "https://api.github.com", "verb": "put", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", - "title": "Enable automated security fixes", + "title": "Enable Dependabot security updates", "category": "repos", "subcategory": "repos", "parameters": [ @@ -527879,7 +527906,7 @@ } ], "previews": [], - "descriptionHTML": "

Enables automated security fixes for a repository. The authenticated user must have admin access to the repository. For more information, see \"Configuring automated security fixes\".

", + "descriptionHTML": "

Enables Dependabot security updates for a repository. The authenticated user must have admin access to the repository. For more information, see \"Configuring Dependabot security updates\".

", "statusCodes": [ { "httpStatusCode": "204", @@ -527891,7 +527918,7 @@ "serverUrl": "https://api.github.com", "verb": "delete", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", - "title": "Disable automated security fixes", + "title": "Disable Dependabot security updates", "category": "repos", "subcategory": "repos", "parameters": [ @@ -527943,7 +527970,7 @@ } ], "previews": [], - "descriptionHTML": "

Disables automated security fixes for a repository. The authenticated user must have admin access to the repository. For more information, see \"Configuring automated security fixes\".

", + "descriptionHTML": "

Disables Dependabot security updates for a repository. The authenticated user must have admin access to the repository. For more information, see \"Configuring Dependabot security updates\".

", "statusCodes": [ { "httpStatusCode": "204", 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 464a8a4f696b..ee9aaf59a9c6 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 @@ -427519,7 +427519,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", - "title": "Check if automated security fixes are enabled for a repository", + "title": "Check if Dependabot security updates are enabled for a repository", "category": "repos", "subcategory": "repos", "parameters": [ @@ -427573,20 +427573,20 @@ "paused": false }, "schema": { - "title": "Check Automated Security Fixes", - "description": "Check Automated Security Fixes", + "title": "Check Dependabot security updates", + "description": "Check Dependabot security updates", "type": "object", "properties": { "enabled": { "type": "boolean", - "description": "Whether automated security fixes are enabled for the repository.", + "description": "Whether Dependabot security updates are enabled for the repository.", "examples": [ true ] }, "paused": { "type": "boolean", - "description": "Whether automated security fixes are paused for the repository.", + "description": "Whether Dependabot security updates are paused for the repository.", "examples": [ false ] @@ -427601,7 +427601,7 @@ } ], "previews": [], - "descriptionHTML": "

Shows whether automated security fixes are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring automated security fixes\".

", + "descriptionHTML": "

Shows whether Dependabot security updates are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring Dependabot security updates\".

", "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 f806183aa302..821117e83005 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 @@ -433891,7 +433891,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", - "title": "Check if automated security fixes are enabled for a repository", + "title": "Check if Dependabot security updates are enabled for a repository", "category": "repos", "subcategory": "repos", "parameters": [ @@ -433945,20 +433945,20 @@ "paused": false }, "schema": { - "title": "Check Automated Security Fixes", - "description": "Check Automated Security Fixes", + "title": "Check Dependabot security updates", + "description": "Check Dependabot security updates", "type": "object", "properties": { "enabled": { "type": "boolean", - "description": "Whether automated security fixes are enabled for the repository.", + "description": "Whether Dependabot security updates are enabled for the repository.", "examples": [ true ] }, "paused": { "type": "boolean", - "description": "Whether automated security fixes are paused for the repository.", + "description": "Whether Dependabot security updates are paused for the repository.", "examples": [ false ] @@ -433973,7 +433973,7 @@ } ], "previews": [], - "descriptionHTML": "

Shows whether automated security fixes are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring automated security fixes\".

", + "descriptionHTML": "

Shows whether Dependabot security updates are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring Dependabot security updates\".

", "statusCodes": [ { "httpStatusCode": "200", diff --git a/src/rest/data/ghes-3.12-2022-11-28/schema.json b/src/rest/data/ghes-3.12-2022-11-28/schema.json index 06d216837d36..33cae5a1bf13 100644 --- a/src/rest/data/ghes-3.12-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.12-2022-11-28/schema.json @@ -436777,7 +436777,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", - "title": "Check if automated security fixes are enabled for a repository", + "title": "Check if Dependabot security updates are enabled for a repository", "category": "repos", "subcategory": "repos", "parameters": [ @@ -436831,20 +436831,20 @@ "paused": false }, "schema": { - "title": "Check Automated Security Fixes", - "description": "Check Automated Security Fixes", + "title": "Check Dependabot security updates", + "description": "Check Dependabot security updates", "type": "object", "properties": { "enabled": { "type": "boolean", - "description": "Whether automated security fixes are enabled for the repository.", + "description": "Whether Dependabot security updates are enabled for the repository.", "examples": [ true ] }, "paused": { "type": "boolean", - "description": "Whether automated security fixes are paused for the repository.", + "description": "Whether Dependabot security updates are paused for the repository.", "examples": [ false ] @@ -436859,7 +436859,7 @@ } ], "previews": [], - "descriptionHTML": "

Shows whether automated security fixes are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring automated security fixes\".

", + "descriptionHTML": "

Shows whether Dependabot security updates are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring Dependabot security updates\".

", "statusCodes": [ { "httpStatusCode": "200", diff --git a/src/rest/data/ghes-3.13-2022-11-28/schema.json b/src/rest/data/ghes-3.13-2022-11-28/schema.json index 57734584529b..f3bf7c6bbe10 100644 --- a/src/rest/data/ghes-3.13-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.13-2022-11-28/schema.json @@ -439208,7 +439208,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", - "title": "Check if automated security fixes are enabled for a repository", + "title": "Check if Dependabot security updates are enabled for a repository", "category": "repos", "subcategory": "repos", "parameters": [ @@ -439262,20 +439262,20 @@ "paused": false }, "schema": { - "title": "Check Automated Security Fixes", - "description": "Check Automated Security Fixes", + "title": "Check Dependabot security updates", + "description": "Check Dependabot security updates", "type": "object", "properties": { "enabled": { "type": "boolean", - "description": "Whether automated security fixes are enabled for the repository.", + "description": "Whether Dependabot security updates are enabled for the repository.", "examples": [ true ] }, "paused": { "type": "boolean", - "description": "Whether automated security fixes are paused for the repository.", + "description": "Whether Dependabot security updates are paused for the repository.", "examples": [ false ] @@ -439290,7 +439290,7 @@ } ], "previews": [], - "descriptionHTML": "

Shows whether automated security fixes are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring automated security fixes\".

", + "descriptionHTML": "

Shows whether Dependabot security updates are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring Dependabot security updates\".

", "statusCodes": [ { "httpStatusCode": "200", diff --git a/src/rest/data/ghes-3.14-2022-11-28/schema.json b/src/rest/data/ghes-3.14-2022-11-28/schema.json index 0fbac793e0ff..610ef6ba7e5b 100644 --- a/src/rest/data/ghes-3.14-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.14-2022-11-28/schema.json @@ -442457,7 +442457,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", - "title": "Check if automated security fixes are enabled for a repository", + "title": "Check if Dependabot security updates are enabled for a repository", "category": "repos", "subcategory": "repos", "parameters": [ @@ -442511,20 +442511,20 @@ "paused": false }, "schema": { - "title": "Check Automated Security Fixes", - "description": "Check Automated Security Fixes", + "title": "Check Dependabot security updates", + "description": "Check Dependabot security updates", "type": "object", "properties": { "enabled": { "type": "boolean", - "description": "Whether automated security fixes are enabled for the repository.", + "description": "Whether Dependabot security updates are enabled for the repository.", "examples": [ true ] }, "paused": { "type": "boolean", - "description": "Whether automated security fixes are paused for the repository.", + "description": "Whether Dependabot security updates are paused for the repository.", "examples": [ false ] @@ -442539,7 +442539,7 @@ } ], "previews": [], - "descriptionHTML": "

Shows whether automated security fixes are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring automated security fixes\".

", + "descriptionHTML": "

Shows whether Dependabot security updates are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring Dependabot security updates\".

", "statusCodes": [ { "httpStatusCode": "200", diff --git a/src/rest/data/ghes-3.15-2022-11-28/schema.json b/src/rest/data/ghes-3.15-2022-11-28/schema.json index 7cf5ed371926..f7ec4f669b92 100644 --- a/src/rest/data/ghes-3.15-2022-11-28/schema.json +++ b/src/rest/data/ghes-3.15-2022-11-28/schema.json @@ -446479,7 +446479,7 @@ "serverUrl": "http(s)://HOSTNAME/api/v3", "verb": "get", "requestPath": "/repos/{owner}/{repo}/automated-security-fixes", - "title": "Check if automated security fixes are enabled for a repository", + "title": "Check if Dependabot security updates are enabled for a repository", "category": "repos", "subcategory": "repos", "parameters": [ @@ -446533,20 +446533,20 @@ "paused": false }, "schema": { - "title": "Check Automated Security Fixes", - "description": "Check Automated Security Fixes", + "title": "Check Dependabot security updates", + "description": "Check Dependabot security updates", "type": "object", "properties": { "enabled": { "type": "boolean", - "description": "Whether automated security fixes are enabled for the repository.", + "description": "Whether Dependabot security updates are enabled for the repository.", "examples": [ true ] }, "paused": { "type": "boolean", - "description": "Whether automated security fixes are paused for the repository.", + "description": "Whether Dependabot security updates are paused for the repository.", "examples": [ false ] @@ -446561,7 +446561,7 @@ } ], "previews": [], - "descriptionHTML": "

Shows whether automated security fixes are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring automated security fixes\".

", + "descriptionHTML": "

Shows whether Dependabot security updates are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see \"Configuring Dependabot security updates\".

", "statusCodes": [ { "httpStatusCode": "200", diff --git a/src/rest/lib/config.json b/src/rest/lib/config.json index 8828627b76bc..1238b5e39e05 100644 --- a/src/rest/lib/config.json +++ b/src/rest/lib/config.json @@ -50,5 +50,5 @@ ] } }, - "sha": "04d2822d65627912d8772ac6f67d3b8cb9acea31" + "sha": "b1a9b605ce4d053e9554509fb4503109617a85f3" } \ No newline at end of file diff --git a/src/webhooks/lib/config.json b/src/webhooks/lib/config.json index 80148e76bb15..08fa94769d84 100644 --- a/src/webhooks/lib/config.json +++ b/src/webhooks/lib/config.json @@ -1,3 +1,3 @@ { - "sha": "04d2822d65627912d8772ac6f67d3b8cb9acea31" + "sha": "b1a9b605ce4d053e9554509fb4503109617a85f3" } \ No newline at end of file