-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3793 from github/openapi-update-2a51d41163077772e…
…87d636c9d6ca3d29721ad7542b0e17b2039aac8eeb1b672 Update OpenAPI 3.0 Descriptions
- Loading branch information
Showing
16 changed files
with
176 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": [ | ||
|
@@ -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": [ | ||
{ | ||
|
@@ -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": [ | ||
{ | ||
|
@@ -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": [ | ||
{ | ||
|
@@ -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": [ | ||
{ | ||
|
@@ -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": [ | ||
{ | ||
|
@@ -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, | ||
|
@@ -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": [ | ||
{ | ||
|
@@ -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": [ | ||
{ | ||
|
Oops, something went wrong.