Skip to content

Commit

Permalink
Update OpenAPI 3.1 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Jul 29, 2024
1 parent 49254d7 commit 91c163f
Show file tree
Hide file tree
Showing 16 changed files with 176 additions and 128 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@
{
"name": "enterprise-admin",
"description": "Enterprise Administration"
},
{
"name": "oauth-authorizations",
"description": "OAuth Authorizations API"
},
{
"name": "security-advisories",
"description": "Manage security advisories."
}
],
"servers": [
Expand Down Expand Up @@ -66572,7 +66580,7 @@
],
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#get-ssh-keys"
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#get-the-configured-ssh-keys"
},
"servers": [
{
Expand Down Expand Up @@ -66652,7 +66660,7 @@
],
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#set-ssh-key"
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#set-a-new-ssh-key"
},
"servers": [
{
Expand Down Expand Up @@ -66772,7 +66780,7 @@
],
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#delete-ssh-key"
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#delete-a-ssh-key"
},
"servers": [
{
Expand Down Expand Up @@ -66889,7 +66897,7 @@
],
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#get-system-requirements-check-results-on-configured-nodes"
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#get-the-system-requirement-check-results-for-configured-cluster-nodes"
},
"servers": [
{
Expand Down Expand Up @@ -67028,7 +67036,7 @@
],
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#get-config-apply-status"
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#get-the-status-of-a-ghe-config-apply-run"
},
"parameters": [
{
Expand Down Expand Up @@ -67140,7 +67148,7 @@
],
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#run-config-apply"
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#trigger-a-ghe-config-apply-run"
},
"requestBody": {
"required": false,
Expand Down Expand Up @@ -67229,7 +67237,7 @@
],
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#get-config-apply-events"
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#list-events-from-ghe-config-apply"
},
"parameters": [
{
Expand Down Expand Up @@ -67945,7 +67953,7 @@
],
"externalDocs": {
"description": "API method documentation",
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#get-settings"
"url": "https://docs.github.com/[email protected]/rest/enterprise-admin/manage-ghes#get-the-ghes-settings"
},
"servers": [
{
Expand Down
Loading

0 comments on commit 91c163f

Please sign in to comment.