@octokit/openapi 7.9.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 +2604 -719
- package/generated/api.github.com.json +539 -29
- 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 +8 -6
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +8 -6
- package/generated/ghes-3.2.deref.json +745 -128
- package/generated/ghes-3.2.json +35 -8
- 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 +910 -293
- package/generated/ghes-3.3.json +35 -8
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +2 -2
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +2 -2
- package/generated/ghes-3.4.deref.json +750 -128
- package/generated/ghes-3.4.json +37 -10
- 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 +753 -132
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +32 -6
- package/generated/ghes-3.5.deref.json +915 -293
- package/generated/ghes-3.5.json +37 -10
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +46 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +125 -20
- package/generated/ghes-3.6-diff-to-api.github.com.json +110 -6
- package/generated/ghes-3.6.deref.json +1236 -419
- package/generated/ghes-3.6.json +142 -21
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +10 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +8 -6
- package/generated/github.ae-diff-to-api.github.com.json +8 -6
- package/generated/github.ae.deref.json +1001 -288
- package/generated/github.ae.json +127 -14
- 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": {
|
|
@@ -13799,8 +13799,9 @@
|
|
|
13799
13799
|
},
|
|
13800
13800
|
"use_squash_pr_title_as_default": {
|
|
13801
13801
|
"type": "boolean",
|
|
13802
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
13803
|
-
"default": false
|
|
13802
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
13803
|
+
"default": false,
|
|
13804
|
+
"deprecated": true
|
|
13804
13805
|
},
|
|
13805
13806
|
"squash_merge_commit_title": {
|
|
13806
13807
|
"type": "string",
|
|
@@ -14280,6 +14281,21 @@
|
|
|
14280
14281
|
}
|
|
14281
14282
|
},
|
|
14282
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
|
+
},
|
|
14283
14299
|
"201": {
|
|
14284
14300
|
"description": "Response",
|
|
14285
14301
|
"content": {
|
|
@@ -14294,6 +14310,15 @@
|
|
|
14294
14310
|
}
|
|
14295
14311
|
}
|
|
14296
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"
|
|
14297
14322
|
}
|
|
14298
14323
|
},
|
|
14299
14324
|
"x-github": {
|
|
@@ -18013,8 +18038,9 @@
|
|
|
18013
18038
|
},
|
|
18014
18039
|
"use_squash_pr_title_as_default": {
|
|
18015
18040
|
"type": "boolean",
|
|
18016
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
18017
|
-
"default": false
|
|
18041
|
+
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
18042
|
+
"default": false,
|
|
18043
|
+
"deprecated": true
|
|
18018
18044
|
},
|
|
18019
18045
|
"squash_merge_commit_title": {
|
|
18020
18046
|
"type": "string",
|
|
@@ -20295,7 +20321,7 @@
|
|
|
20295
20321
|
},
|
|
20296
20322
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
20297
20323
|
"get": {
|
|
20298
|
-
"summary": "List workflow runs",
|
|
20324
|
+
"summary": "List workflow runs for a workflow",
|
|
20299
20325
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.3/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
20300
20326
|
"tags": [
|
|
20301
20327
|
"actions"
|
|
@@ -27010,6 +27036,7 @@
|
|
|
27010
27036
|
"description": "The base branch and head branch to compare. This parameter expects the format `{base}...{head}`.",
|
|
27011
27037
|
"in": "path",
|
|
27012
27038
|
"required": true,
|
|
27039
|
+
"x-multi-segment": true,
|
|
27013
27040
|
"schema": {
|
|
27014
27041
|
"type": "string"
|
|
27015
27042
|
}
|
|
@@ -27496,7 +27523,7 @@
|
|
|
27496
27523
|
},
|
|
27497
27524
|
"sha": {
|
|
27498
27525
|
"type": "string",
|
|
27499
|
-
"description": "The blob SHA of the file being
|
|
27526
|
+
"description": "The blob SHA of the file being deleted."
|
|
27500
27527
|
},
|
|
27501
27528
|
"branch": {
|
|
27502
27529
|
"type": "string",
|
|
@@ -30189,7 +30216,7 @@
|
|
|
30189
30216
|
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
|
|
30190
30217
|
"get": {
|
|
30191
30218
|
"summary": "Get a tree",
|
|
30192
|
-
"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.",
|
|
30193
30220
|
"tags": [
|
|
30194
30221
|
"git"
|
|
30195
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": {
|
|
@@ -26853,7 +26853,7 @@
|
|
|
26853
26853
|
},
|
|
26854
26854
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
26855
26855
|
"get": {
|
|
26856
|
-
"summary": "List workflow runs",
|
|
26856
|
+
"summary": "List workflow runs for a workflow",
|
|
26857
26857
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
26858
26858
|
"tags": [
|
|
26859
26859
|
"actions"
|
|
@@ -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": {
|
|
@@ -1801,7 +1801,7 @@
|
|
|
1801
1801
|
},
|
|
1802
1802
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
1803
1803
|
"get": {
|
|
1804
|
-
"summary": "List workflow runs",
|
|
1804
|
+
"summary": "List workflow runs for a workflow",
|
|
1805
1805
|
"description": "List all workflow runs for a workflow. You can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. You can use parameters to narrow the list of results. For more information about using parameters, see [Parameters](https://docs.github.com/enterprise-server@3.4/rest/overview/resources-in-the-rest-api#parameters).\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope.",
|
|
1806
1806
|
"tags": [
|
|
1807
1807
|
"actions"
|