Skip to content

Commit b367a85

Browse files
fix: don't mark endpoints as unavailable in GHES 3.5 and GHAE which are 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 <[email protected]>
1 parent ff9ee2f commit b367a85

File tree

14 files changed

+358
-10922
lines changed

14 files changed

+358
-10922
lines changed

cache/api.github.jpy.wang.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -8144,7 +8144,16 @@
81448144
"category": "codespaces",
81458145
"subcategory": "organizations"
81468146
},
8147-
"x-octokit": {}
8147+
"x-octokit": {
8148+
"changes": [
8149+
{
8150+
"type": "PARAMETER",
8151+
"date": "2022-07-01",
8152+
"parameter": "org",
8153+
"before": { "name": "org_id" }
8154+
}
8155+
]
8156+
}
81488157
}
81498158
},
81508159
"/orgs/{org}/credential-authorizations": {

cache/ghes-3.2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },

cache/ghes-3.3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },

cache/ghes-3.4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "6.3.0",
4+
"version": "6.3.1",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },

0 commit comments

Comments
 (0)