Skip to content

Commit

Permalink
Update OpenAPI Description (#53907)
Browse files Browse the repository at this point in the history
Co-authored-by: Rachael Sewell <[email protected]>
  • Loading branch information
docs-bot and rachmari authored Jan 14, 2025
1 parent 039091d commit 6a8499c
Show file tree
Hide file tree
Showing 51 changed files with 164 additions and 119 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions src/github-apps/data/ghec-2022-11-28/user-to-server-rest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit 6a8499c

Please sign in to comment.