@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.4.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": {
|
|
@@ -15607,6 +15607,21 @@
|
|
|
15607
15607
|
}
|
|
15608
15608
|
},
|
|
15609
15609
|
"responses": {
|
|
15610
|
+
"200": {
|
|
15611
|
+
"description": "Response when the updated information already exists",
|
|
15612
|
+
"content": {
|
|
15613
|
+
"application/json": {
|
|
15614
|
+
"schema": {
|
|
15615
|
+
"$ref": "#/components/schemas/team-full"
|
|
15616
|
+
},
|
|
15617
|
+
"examples": {
|
|
15618
|
+
"default": {
|
|
15619
|
+
"$ref": "#/components/examples/team-full"
|
|
15620
|
+
}
|
|
15621
|
+
}
|
|
15622
|
+
}
|
|
15623
|
+
}
|
|
15624
|
+
},
|
|
15610
15625
|
"201": {
|
|
15611
15626
|
"description": "Response",
|
|
15612
15627
|
"content": {
|
|
@@ -15621,6 +15636,15 @@
|
|
|
15621
15636
|
}
|
|
15622
15637
|
}
|
|
15623
15638
|
}
|
|
15639
|
+
},
|
|
15640
|
+
"403": {
|
|
15641
|
+
"$ref": "#/components/responses/forbidden"
|
|
15642
|
+
},
|
|
15643
|
+
"404": {
|
|
15644
|
+
"$ref": "#/components/responses/not_found"
|
|
15645
|
+
},
|
|
15646
|
+
"422": {
|
|
15647
|
+
"$ref": "#/components/responses/validation_failed"
|
|
15624
15648
|
}
|
|
15625
15649
|
},
|
|
15626
15650
|
"x-github": {
|
|
@@ -28698,6 +28722,7 @@
|
|
|
28698
28722
|
"description": "The base branch and head branch to compare. This parameter expects the format `{base}...{head}`.",
|
|
28699
28723
|
"in": "path",
|
|
28700
28724
|
"required": true,
|
|
28725
|
+
"x-multi-segment": true,
|
|
28701
28726
|
"schema": {
|
|
28702
28727
|
"type": "string"
|
|
28703
28728
|
}
|
|
@@ -32038,7 +32063,7 @@
|
|
|
32038
32063
|
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
|
|
32039
32064
|
"get": {
|
|
32040
32065
|
"summary": "Get a tree",
|
|
32041
|
-
"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.",
|
|
32066
|
+
"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.",
|
|
32042
32067
|
"tags": [
|
|
32043
32068
|
"git"
|
|
32044
32069
|
],
|
|
@@ -1453,6 +1453,27 @@
|
|
|
1453
1453
|
"patch": {
|
|
1454
1454
|
"responses": {
|
|
1455
1455
|
"changed": {
|
|
1456
|
+
"200": {
|
|
1457
|
+
"content": {
|
|
1458
|
+
"changed": {
|
|
1459
|
+
"application/json": {
|
|
1460
|
+
"schema_changed": {
|
|
1461
|
+
"properties_changed": {
|
|
1462
|
+
"changed": {
|
|
1463
|
+
"organization": {
|
|
1464
|
+
"properties_changed": {
|
|
1465
|
+
"removed": [
|
|
1466
|
+
"web_commit_signoff_required"
|
|
1467
|
+
]
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
}
|
|
1471
|
+
}
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1456
1477
|
"201": {
|
|
1457
1478
|
"content": {
|
|
1458
1479
|
"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": {
|
|
@@ -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": {
|