@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.3.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": {
|
|
@@ -14281,6 +14281,21 @@
|
|
|
14281
14281
|
}
|
|
14282
14282
|
},
|
|
14283
14283
|
"responses": {
|
|
14284
|
+
"200": {
|
|
14285
|
+
"description": "Response when the updated information already exists",
|
|
14286
|
+
"content": {
|
|
14287
|
+
"application/json": {
|
|
14288
|
+
"schema": {
|
|
14289
|
+
"$ref": "#/components/schemas/team-full"
|
|
14290
|
+
},
|
|
14291
|
+
"examples": {
|
|
14292
|
+
"default": {
|
|
14293
|
+
"$ref": "#/components/examples/team-full"
|
|
14294
|
+
}
|
|
14295
|
+
}
|
|
14296
|
+
}
|
|
14297
|
+
}
|
|
14298
|
+
},
|
|
14284
14299
|
"201": {
|
|
14285
14300
|
"description": "Response",
|
|
14286
14301
|
"content": {
|
|
@@ -14295,6 +14310,15 @@
|
|
|
14295
14310
|
}
|
|
14296
14311
|
}
|
|
14297
14312
|
}
|
|
14313
|
+
},
|
|
14314
|
+
"403": {
|
|
14315
|
+
"$ref": "#/components/responses/forbidden"
|
|
14316
|
+
},
|
|
14317
|
+
"404": {
|
|
14318
|
+
"$ref": "#/components/responses/not_found"
|
|
14319
|
+
},
|
|
14320
|
+
"422": {
|
|
14321
|
+
"$ref": "#/components/responses/validation_failed"
|
|
14298
14322
|
}
|
|
14299
14323
|
},
|
|
14300
14324
|
"x-github": {
|
|
@@ -27012,6 +27036,7 @@
|
|
|
27012
27036
|
"description": "The base branch and head branch to compare. This parameter expects the format `{base}...{head}`.",
|
|
27013
27037
|
"in": "path",
|
|
27014
27038
|
"required": true,
|
|
27039
|
+
"x-multi-segment": true,
|
|
27015
27040
|
"schema": {
|
|
27016
27041
|
"type": "string"
|
|
27017
27042
|
}
|
|
@@ -30191,7 +30216,7 @@
|
|
|
30191
30216
|
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
|
|
30192
30217
|
"get": {
|
|
30193
30218
|
"summary": "Get a tree",
|
|
30194
|
-
"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.",
|
|
30219
|
+
"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.",
|
|
30195
30220
|
"tags": [
|
|
30196
30221
|
"git"
|
|
30197
30222
|
],
|
|
@@ -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": {
|