@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/github.ae.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": {
|
|
@@ -11541,8 +11541,9 @@
|
|
|
11541
11541
|
},
|
|
11542
11542
|
"use_squash_pr_title_as_default": {
|
|
11543
11543
|
"type": "boolean",
|
|
11544
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
11545
|
-
"default": false
|
|
11544
|
+
"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.",
|
|
11545
|
+
"default": false,
|
|
11546
|
+
"deprecated": true
|
|
11546
11547
|
},
|
|
11547
11548
|
"squash_merge_commit_title": {
|
|
11548
11549
|
"type": "string",
|
|
@@ -11940,6 +11941,21 @@
|
|
|
11940
11941
|
}
|
|
11941
11942
|
},
|
|
11942
11943
|
"responses": {
|
|
11944
|
+
"200": {
|
|
11945
|
+
"description": "Response when the updated information already exists",
|
|
11946
|
+
"content": {
|
|
11947
|
+
"application/json": {
|
|
11948
|
+
"schema": {
|
|
11949
|
+
"$ref": "#/components/schemas/team-full"
|
|
11950
|
+
},
|
|
11951
|
+
"examples": {
|
|
11952
|
+
"default": {
|
|
11953
|
+
"$ref": "#/components/examples/team-full"
|
|
11954
|
+
}
|
|
11955
|
+
}
|
|
11956
|
+
}
|
|
11957
|
+
}
|
|
11958
|
+
},
|
|
11943
11959
|
"201": {
|
|
11944
11960
|
"description": "Response",
|
|
11945
11961
|
"content": {
|
|
@@ -11954,6 +11970,15 @@
|
|
|
11954
11970
|
}
|
|
11955
11971
|
}
|
|
11956
11972
|
}
|
|
11973
|
+
},
|
|
11974
|
+
"403": {
|
|
11975
|
+
"$ref": "#/components/responses/forbidden"
|
|
11976
|
+
},
|
|
11977
|
+
"404": {
|
|
11978
|
+
"$ref": "#/components/responses/not_found"
|
|
11979
|
+
},
|
|
11980
|
+
"422": {
|
|
11981
|
+
"$ref": "#/components/responses/validation_failed"
|
|
11957
11982
|
}
|
|
11958
11983
|
},
|
|
11959
11984
|
"x-github": {
|
|
@@ -15786,8 +15811,9 @@
|
|
|
15786
15811
|
},
|
|
15787
15812
|
"use_squash_pr_title_as_default": {
|
|
15788
15813
|
"type": "boolean",
|
|
15789
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
15790
|
-
"default": false
|
|
15814
|
+
"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.",
|
|
15815
|
+
"default": false,
|
|
15816
|
+
"deprecated": true
|
|
15791
15817
|
},
|
|
15792
15818
|
"squash_merge_commit_title": {
|
|
15793
15819
|
"type": "string",
|
|
@@ -18140,7 +18166,7 @@
|
|
|
18140
18166
|
},
|
|
18141
18167
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
18142
18168
|
"get": {
|
|
18143
|
-
"summary": "List workflow runs",
|
|
18169
|
+
"summary": "List workflow runs for a workflow",
|
|
18144
18170
|
"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/github-ae@latest/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.",
|
|
18145
18171
|
"tags": [
|
|
18146
18172
|
"actions"
|
|
@@ -25001,6 +25027,7 @@
|
|
|
25001
25027
|
"description": "The base branch and head branch to compare. This parameter expects the format `{base}...{head}`.",
|
|
25002
25028
|
"in": "path",
|
|
25003
25029
|
"required": true,
|
|
25030
|
+
"x-multi-segment": true,
|
|
25004
25031
|
"schema": {
|
|
25005
25032
|
"type": "string"
|
|
25006
25033
|
}
|
|
@@ -25361,7 +25388,7 @@
|
|
|
25361
25388
|
},
|
|
25362
25389
|
"sha": {
|
|
25363
25390
|
"type": "string",
|
|
25364
|
-
"description": "The blob SHA of the file being
|
|
25391
|
+
"description": "The blob SHA of the file being deleted."
|
|
25365
25392
|
},
|
|
25366
25393
|
"branch": {
|
|
25367
25394
|
"type": "string",
|
|
@@ -28072,7 +28099,7 @@
|
|
|
28072
28099
|
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
|
|
28073
28100
|
"get": {
|
|
28074
28101
|
"summary": "Get a tree",
|
|
28075
|
-
"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.",
|
|
28102
|
+
"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.",
|
|
28076
28103
|
"tags": [
|
|
28077
28104
|
"git"
|
|
28078
28105
|
],
|
|
@@ -47466,6 +47493,70 @@
|
|
|
47466
47493
|
}
|
|
47467
47494
|
}
|
|
47468
47495
|
},
|
|
47496
|
+
"/orgs/{org}/custom_roles": {
|
|
47497
|
+
"post": {
|
|
47498
|
+
"summary": "Create a custom role",
|
|
47499
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
47500
|
+
"tags": [
|
|
47501
|
+
"orgs"
|
|
47502
|
+
],
|
|
47503
|
+
"operationId": "orgs/create-custom-role",
|
|
47504
|
+
"externalDocs": {
|
|
47505
|
+
"description": "API method documentation",
|
|
47506
|
+
"url": "https://docs.github.com/rest/reference/orgs#create-a-custom-role"
|
|
47507
|
+
},
|
|
47508
|
+
"x-octokit": {
|
|
47509
|
+
"api.github.com": "removed"
|
|
47510
|
+
},
|
|
47511
|
+
"responses": {
|
|
47512
|
+
"501": {
|
|
47513
|
+
"description": "Not Implemented"
|
|
47514
|
+
}
|
|
47515
|
+
}
|
|
47516
|
+
}
|
|
47517
|
+
},
|
|
47518
|
+
"/orgs/{org}/custom_roles/{role_id}": {
|
|
47519
|
+
"delete": {
|
|
47520
|
+
"summary": "Delete a custom role",
|
|
47521
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
47522
|
+
"tags": [
|
|
47523
|
+
"orgs"
|
|
47524
|
+
],
|
|
47525
|
+
"operationId": "orgs/delete-custom-role",
|
|
47526
|
+
"externalDocs": {
|
|
47527
|
+
"description": "API method documentation",
|
|
47528
|
+
"url": "https://docs.github.com/rest/reference/orgs#delete-a-custom-role"
|
|
47529
|
+
},
|
|
47530
|
+
"x-octokit": {
|
|
47531
|
+
"api.github.com": "removed"
|
|
47532
|
+
},
|
|
47533
|
+
"responses": {
|
|
47534
|
+
"501": {
|
|
47535
|
+
"description": "Not Implemented"
|
|
47536
|
+
}
|
|
47537
|
+
}
|
|
47538
|
+
},
|
|
47539
|
+
"patch": {
|
|
47540
|
+
"summary": "Update a custom role",
|
|
47541
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
47542
|
+
"tags": [
|
|
47543
|
+
"orgs"
|
|
47544
|
+
],
|
|
47545
|
+
"operationId": "orgs/update-custom-role",
|
|
47546
|
+
"externalDocs": {
|
|
47547
|
+
"description": "API method documentation",
|
|
47548
|
+
"url": "https://docs.github.com/rest/reference/orgs#update-a-custom-role"
|
|
47549
|
+
},
|
|
47550
|
+
"x-octokit": {
|
|
47551
|
+
"api.github.com": "removed"
|
|
47552
|
+
},
|
|
47553
|
+
"responses": {
|
|
47554
|
+
"501": {
|
|
47555
|
+
"description": "Not Implemented"
|
|
47556
|
+
}
|
|
47557
|
+
}
|
|
47558
|
+
}
|
|
47559
|
+
},
|
|
47469
47560
|
"/orgs/{org}/dependabot/secrets": {
|
|
47470
47561
|
"get": {
|
|
47471
47562
|
"summary": "List organization secrets",
|
|
@@ -47700,6 +47791,28 @@
|
|
|
47700
47791
|
}
|
|
47701
47792
|
}
|
|
47702
47793
|
},
|
|
47794
|
+
"/orgs/{org}/fine_grained_permissions": {
|
|
47795
|
+
"get": {
|
|
47796
|
+
"summary": "List fine-grained permissions for an organization",
|
|
47797
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
47798
|
+
"tags": [
|
|
47799
|
+
"orgs"
|
|
47800
|
+
],
|
|
47801
|
+
"operationId": "orgs/list-fine-grained-permissions",
|
|
47802
|
+
"externalDocs": {
|
|
47803
|
+
"description": "API method documentation",
|
|
47804
|
+
"url": "https://docs.github.com/rest/reference/orgs#list-fine-grained-permissions-for-an-organization"
|
|
47805
|
+
},
|
|
47806
|
+
"x-octokit": {
|
|
47807
|
+
"api.github.com": "removed"
|
|
47808
|
+
},
|
|
47809
|
+
"responses": {
|
|
47810
|
+
"501": {
|
|
47811
|
+
"description": "Not Implemented"
|
|
47812
|
+
}
|
|
47813
|
+
}
|
|
47814
|
+
}
|
|
47815
|
+
},
|
|
47703
47816
|
"/orgs/{org}/interaction-limits": {
|
|
47704
47817
|
"get": {
|
|
47705
47818
|
"summary": "Get interaction restrictions for an organization",
|
|
@@ -48066,7 +48179,7 @@
|
|
|
48066
48179
|
},
|
|
48067
48180
|
"/orgs/{org}/packages/{package_type}/{package_name}/versions": {
|
|
48068
48181
|
"get": {
|
|
48069
|
-
"summary": "
|
|
48182
|
+
"summary": "List package versions for a package owned by an organization",
|
|
48070
48183
|
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
48071
48184
|
"tags": [
|
|
48072
48185
|
"packages"
|
|
@@ -48074,7 +48187,7 @@
|
|
|
48074
48187
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-org",
|
|
48075
48188
|
"externalDocs": {
|
|
48076
48189
|
"description": "API method documentation",
|
|
48077
|
-
"url": "https://docs.github.com/rest/
|
|
48190
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
|
|
48078
48191
|
},
|
|
48079
48192
|
"x-octokit": {
|
|
48080
48193
|
"api.github.com": "removed"
|
|
@@ -51301,7 +51414,7 @@
|
|
|
51301
51414
|
},
|
|
51302
51415
|
"/user/packages/{package_type}/{package_name}/versions": {
|
|
51303
51416
|
"get": {
|
|
51304
|
-
"summary": "
|
|
51417
|
+
"summary": "List package versions for a package owned by the authenticated user",
|
|
51305
51418
|
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
51306
51419
|
"tags": [
|
|
51307
51420
|
"packages"
|
|
@@ -51309,7 +51422,7 @@
|
|
|
51309
51422
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user",
|
|
51310
51423
|
"externalDocs": {
|
|
51311
51424
|
"description": "API method documentation",
|
|
51312
|
-
"url": "https://docs.github.com/rest/
|
|
51425
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
|
|
51313
51426
|
},
|
|
51314
51427
|
"x-octokit": {
|
|
51315
51428
|
"api.github.com": "removed"
|
|
@@ -51601,7 +51714,7 @@
|
|
|
51601
51714
|
},
|
|
51602
51715
|
"/users/{username}/packages/{package_type}/{package_name}/versions": {
|
|
51603
51716
|
"get": {
|
|
51604
|
-
"summary": "
|
|
51717
|
+
"summary": "List package versions for a package owned by a user",
|
|
51605
51718
|
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
51606
51719
|
"tags": [
|
|
51607
51720
|
"packages"
|
|
@@ -51609,7 +51722,7 @@
|
|
|
51609
51722
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-user",
|
|
51610
51723
|
"externalDocs": {
|
|
51611
51724
|
"description": "API method documentation",
|
|
51612
|
-
"url": "https://docs.github.com/rest/
|
|
51725
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user"
|
|
51613
51726
|
},
|
|
51614
51727
|
"x-octokit": {
|
|
51615
51728
|
"api.github.com": "removed"
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "7.
|
|
6
|
+
"version": "7.11.0",
|
|
7
7
|
"description": "GitHub's official OpenAPI spec with Octokit extensions",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"files": [
|
|
@@ -64,10 +64,5 @@
|
|
|
64
64
|
],
|
|
65
65
|
"@semantic-release/npm"
|
|
66
66
|
]
|
|
67
|
-
},
|
|
68
|
-
"renovate": {
|
|
69
|
-
"extends": [
|
|
70
|
-
"github>octokit/.github"
|
|
71
|
-
]
|
|
72
67
|
}
|
|
73
68
|
}
|