Skip to content

Commit

Permalink
fix: don't mark endpoints as unavailable in GHES 3.5 and GHAE which a…
Browse files Browse the repository at this point in the history
…re in fact available (#191)

* chore: update cache

* chore: bump octokit.openapi-version in package.json files

* fix: don't mark endpoints as unavailable in GHES 3.5 and GHAE which are in fact available

Co-authored-by: Tim Rogers <me@timrogers.co.uk>
  • Loading branch information
octokitbot and timrogers committed Jul 2, 2022
1 parent ff9ee2f commit b367a85
Show file tree
Hide file tree
Showing 14 changed files with 358 additions and 10,922 deletions.
13 changes: 11 additions & 2 deletions cache/api.github.com.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "6.3.0",
"version": "6.3.1",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down Expand Up @@ -8144,7 +8144,16 @@
"category": "codespaces",
"subcategory": "organizations"
},
"x-octokit": {}
"x-octokit": {
"changes": [
{
"type": "PARAMETER",
"date": "2022-07-01",
"parameter": "org",
"before": { "name": "org_id" }
}
]
}
}
},
"/orgs/{org}/credential-authorizations": {
Expand Down
2 changes: 1 addition & 1 deletion cache/ghes-3.2.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "6.3.0",
"version": "6.3.1",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down
2 changes: 1 addition & 1 deletion cache/ghes-3.3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "6.3.0",
"version": "6.3.1",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down
2 changes: 1 addition & 1 deletion cache/ghes-3.4.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "6.3.0",
"version": "6.3.1",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down
Loading

0 comments on commit b367a85

Please sign in to comment.