@octokit/openapi 7.10.0 → 7.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +628 -3
- package/generated/api.github.com.json +28 -3
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +1 -1
- package/generated/ghes-3.2.deref.json +617 -2
- package/generated/ghes-3.2.json +27 -2
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +21 -0
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +615 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +25 -1
- package/generated/ghes-3.3.deref.json +617 -2
- package/generated/ghes-3.3.json +27 -2
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
- package/generated/ghes-3.4.deref.json +622 -2
- package/generated/ghes-3.4.json +27 -2
- package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +21 -0
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +620 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +25 -1
- package/generated/ghes-3.5.deref.json +622 -2
- package/generated/ghes-3.5.json +27 -2
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.6-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.6.deref.json +626 -2
- package/generated/ghes-3.6.json +27 -2
- package/generated/github.ae-diff-to-api.github.com.deref.json +1 -1
- package/generated/github.ae-diff-to-api.github.com.json +1 -1
- package/generated/github.ae.deref.json +627 -2
- package/generated/github.ae.json +27 -2
- package/package.json +1 -6
package/generated/ghes-3.5.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.11.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -16204,6 +16204,21 @@
|
|
|
16204
16204
|
}
|
|
16205
16205
|
},
|
|
16206
16206
|
"responses": {
|
|
16207
|
+
"200": {
|
|
16208
|
+
"description": "Response when the updated information already exists",
|
|
16209
|
+
"content": {
|
|
16210
|
+
"application/json": {
|
|
16211
|
+
"schema": {
|
|
16212
|
+
"$ref": "#/components/schemas/team-full"
|
|
16213
|
+
},
|
|
16214
|
+
"examples": {
|
|
16215
|
+
"default": {
|
|
16216
|
+
"$ref": "#/components/examples/team-full"
|
|
16217
|
+
}
|
|
16218
|
+
}
|
|
16219
|
+
}
|
|
16220
|
+
}
|
|
16221
|
+
},
|
|
16207
16222
|
"201": {
|
|
16208
16223
|
"description": "Response",
|
|
16209
16224
|
"content": {
|
|
@@ -16218,6 +16233,15 @@
|
|
|
16218
16233
|
}
|
|
16219
16234
|
}
|
|
16220
16235
|
}
|
|
16236
|
+
},
|
|
16237
|
+
"403": {
|
|
16238
|
+
"$ref": "#/components/responses/forbidden"
|
|
16239
|
+
},
|
|
16240
|
+
"404": {
|
|
16241
|
+
"$ref": "#/components/responses/not_found"
|
|
16242
|
+
},
|
|
16243
|
+
"422": {
|
|
16244
|
+
"$ref": "#/components/responses/validation_failed"
|
|
16221
16245
|
}
|
|
16222
16246
|
},
|
|
16223
16247
|
"x-github": {
|
|
@@ -29918,6 +29942,7 @@
|
|
|
29918
29942
|
"description": "The base branch and head branch to compare. This parameter expects the format `{base}...{head}`.",
|
|
29919
29943
|
"in": "path",
|
|
29920
29944
|
"required": true,
|
|
29945
|
+
"x-multi-segment": true,
|
|
29921
29946
|
"schema": {
|
|
29922
29947
|
"type": "string"
|
|
29923
29948
|
}
|
|
@@ -33270,7 +33295,7 @@
|
|
|
33270
33295
|
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
|
|
33271
33296
|
"get": {
|
|
33272
33297
|
"summary": "Get a tree",
|
|
33273
|
-
"description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.",
|
|
33298
|
+
"description": "Returns a single tree using the SHA1 value for that tree.\n\nIf `truncated` is `true` in the response then the number of items in the `tree` array exceeded our maximum limit. If you need to fetch more items, use the non-recursive method of fetching trees, and fetch one sub-tree at a time.\n\n\n**Note**: The limit for the `tree` array is 100,000 entries with a maximum size of 7 MB when using the `recursive` parameter.",
|
|
33274
33299
|
"tags": [
|
|
33275
33300
|
"git"
|
|
33276
33301
|
],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.11.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.11.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|