@octokit/openapi 6.3.1 → 6.4.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 +66 -6
- package/generated/api.github.com.json +69 -6
- 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 +50 -3
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +53 -3
- package/generated/ghes-3.2.deref.json +59 -3
- package/generated/ghes-3.2.json +62 -3
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +8 -4
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +1 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +1 -1
- package/generated/ghes-3.3.deref.json +59 -3
- package/generated/ghes-3.3.json +62 -3
- 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 +71 -7
- package/generated/ghes-3.4.json +66 -7
- package/generated/ghes-3.5-anicca-diff-to-api.github.com.deref.json +11086 -112673
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -574
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -263
- package/generated/ghes-3.5.deref.json +2642 -294
- package/generated/ghes-3.5.json +3173 -606
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +14 -3
- 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 +3813 -314
- package/generated/github.ae.json +4250 -556
- package/package.json +1 -1
|
@@ -6691,13 +6691,13 @@
|
|
|
6691
6691
|
"style": "form"
|
|
6692
6692
|
},
|
|
6693
6693
|
{
|
|
6694
|
-
"description": "The property by which to sort the results.",
|
|
6694
|
+
"description": "The property by which to sort the results. `number` is deprecated - we recommend that you use `created` instead.",
|
|
6695
6695
|
"in": "query",
|
|
6696
6696
|
"name": "sort",
|
|
6697
6697
|
"required": false,
|
|
6698
6698
|
"schema": {
|
|
6699
|
-
"default": "
|
|
6700
|
-
"enum": ["created", "
|
|
6699
|
+
"default": "created",
|
|
6700
|
+
"enum": ["created", "number", "updated"],
|
|
6701
6701
|
"type": "string"
|
|
6702
6702
|
},
|
|
6703
6703
|
"style": "form"
|
|
@@ -7165,6 +7165,17 @@
|
|
|
7165
7165
|
}
|
|
7166
7166
|
},
|
|
7167
7167
|
"post": {
|
|
7168
|
+
"request_body": {
|
|
7169
|
+
"content_changed": {
|
|
7170
|
+
"changed": {
|
|
7171
|
+
"application/json": {
|
|
7172
|
+
"schema_changed": {
|
|
7173
|
+
"properties_changed": { "removed": ["name"] }
|
|
7174
|
+
}
|
|
7175
|
+
}
|
|
7176
|
+
}
|
|
7177
|
+
}
|
|
7178
|
+
},
|
|
7168
7179
|
"responses": {
|
|
7169
7180
|
"changed": {
|
|
7170
7181
|
"202": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.4.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.4.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|