Skip to content

Commit

Permalink
Merge pull request #3793 from github/openapi-update-2a51d41163077772e…
Browse files Browse the repository at this point in the history
…87d636c9d6ca3d29721ad7542b0e17b2039aac8eeb1b672

Update OpenAPI 3.0 Descriptions
  • Loading branch information
shiftkey authored Jul 29, 2024
2 parents 49254d7 + 1c40130 commit 380f6c8
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 @@ -58477,7 +58485,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 @@ -58557,7 +58565,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 @@ -58677,7 +58685,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 @@ -58794,7 +58802,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 @@ -58933,7 +58941,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 @@ -59045,7 +59053,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 @@ -59134,7 +59142,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 @@ -59844,7 +59852,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 380f6c8

Please sign in to comment.