@octokit/openapi 7.9.1 → 7.10.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 +1734 -485
- package/generated/api.github.com.json +508 -24
- 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 +9 -7
- package/generated/ghes-3.2.json +9 -7
- 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 +9 -7
- package/generated/ghes-3.3.json +9 -7
- 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 +9 -7
- package/generated/ghes-3.4.json +11 -9
- 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 +8 -6
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +8 -6
- package/generated/ghes-3.5.deref.json +9 -7
- package/generated/ghes-3.5.json +11 -9
- 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 +405 -212
- package/generated/ghes-3.6.json +116 -20
- 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 +101 -13
- package/generated/github.ae.json +101 -13
- package/package.json +1 -1
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.10.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",
|
|
@@ -15786,8 +15787,9 @@
|
|
|
15786
15787
|
},
|
|
15787
15788
|
"use_squash_pr_title_as_default": {
|
|
15788
15789
|
"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
|
|
15790
|
+
"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.",
|
|
15791
|
+
"default": false,
|
|
15792
|
+
"deprecated": true
|
|
15791
15793
|
},
|
|
15792
15794
|
"squash_merge_commit_title": {
|
|
15793
15795
|
"type": "string",
|
|
@@ -18140,7 +18142,7 @@
|
|
|
18140
18142
|
},
|
|
18141
18143
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
18142
18144
|
"get": {
|
|
18143
|
-
"summary": "List workflow runs",
|
|
18145
|
+
"summary": "List workflow runs for a workflow",
|
|
18144
18146
|
"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
18147
|
"tags": [
|
|
18146
18148
|
"actions"
|
|
@@ -25361,7 +25363,7 @@
|
|
|
25361
25363
|
},
|
|
25362
25364
|
"sha": {
|
|
25363
25365
|
"type": "string",
|
|
25364
|
-
"description": "The blob SHA of the file being
|
|
25366
|
+
"description": "The blob SHA of the file being deleted."
|
|
25365
25367
|
},
|
|
25366
25368
|
"branch": {
|
|
25367
25369
|
"type": "string",
|
|
@@ -47466,6 +47468,70 @@
|
|
|
47466
47468
|
}
|
|
47467
47469
|
}
|
|
47468
47470
|
},
|
|
47471
|
+
"/orgs/{org}/custom_roles": {
|
|
47472
|
+
"post": {
|
|
47473
|
+
"summary": "Create a custom role",
|
|
47474
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
47475
|
+
"tags": [
|
|
47476
|
+
"orgs"
|
|
47477
|
+
],
|
|
47478
|
+
"operationId": "orgs/create-custom-role",
|
|
47479
|
+
"externalDocs": {
|
|
47480
|
+
"description": "API method documentation",
|
|
47481
|
+
"url": "https://docs.github.com/rest/reference/orgs#create-a-custom-role"
|
|
47482
|
+
},
|
|
47483
|
+
"x-octokit": {
|
|
47484
|
+
"api.github.com": "removed"
|
|
47485
|
+
},
|
|
47486
|
+
"responses": {
|
|
47487
|
+
"501": {
|
|
47488
|
+
"description": "Not Implemented"
|
|
47489
|
+
}
|
|
47490
|
+
}
|
|
47491
|
+
}
|
|
47492
|
+
},
|
|
47493
|
+
"/orgs/{org}/custom_roles/{role_id}": {
|
|
47494
|
+
"delete": {
|
|
47495
|
+
"summary": "Delete a custom role",
|
|
47496
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
47497
|
+
"tags": [
|
|
47498
|
+
"orgs"
|
|
47499
|
+
],
|
|
47500
|
+
"operationId": "orgs/delete-custom-role",
|
|
47501
|
+
"externalDocs": {
|
|
47502
|
+
"description": "API method documentation",
|
|
47503
|
+
"url": "https://docs.github.com/rest/reference/orgs#delete-a-custom-role"
|
|
47504
|
+
},
|
|
47505
|
+
"x-octokit": {
|
|
47506
|
+
"api.github.com": "removed"
|
|
47507
|
+
},
|
|
47508
|
+
"responses": {
|
|
47509
|
+
"501": {
|
|
47510
|
+
"description": "Not Implemented"
|
|
47511
|
+
}
|
|
47512
|
+
}
|
|
47513
|
+
},
|
|
47514
|
+
"patch": {
|
|
47515
|
+
"summary": "Update a custom role",
|
|
47516
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
47517
|
+
"tags": [
|
|
47518
|
+
"orgs"
|
|
47519
|
+
],
|
|
47520
|
+
"operationId": "orgs/update-custom-role",
|
|
47521
|
+
"externalDocs": {
|
|
47522
|
+
"description": "API method documentation",
|
|
47523
|
+
"url": "https://docs.github.com/rest/reference/orgs#update-a-custom-role"
|
|
47524
|
+
},
|
|
47525
|
+
"x-octokit": {
|
|
47526
|
+
"api.github.com": "removed"
|
|
47527
|
+
},
|
|
47528
|
+
"responses": {
|
|
47529
|
+
"501": {
|
|
47530
|
+
"description": "Not Implemented"
|
|
47531
|
+
}
|
|
47532
|
+
}
|
|
47533
|
+
}
|
|
47534
|
+
},
|
|
47469
47535
|
"/orgs/{org}/dependabot/secrets": {
|
|
47470
47536
|
"get": {
|
|
47471
47537
|
"summary": "List organization secrets",
|
|
@@ -47700,6 +47766,28 @@
|
|
|
47700
47766
|
}
|
|
47701
47767
|
}
|
|
47702
47768
|
},
|
|
47769
|
+
"/orgs/{org}/fine_grained_permissions": {
|
|
47770
|
+
"get": {
|
|
47771
|
+
"summary": "List fine-grained permissions for an organization",
|
|
47772
|
+
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
47773
|
+
"tags": [
|
|
47774
|
+
"orgs"
|
|
47775
|
+
],
|
|
47776
|
+
"operationId": "orgs/list-fine-grained-permissions",
|
|
47777
|
+
"externalDocs": {
|
|
47778
|
+
"description": "API method documentation",
|
|
47779
|
+
"url": "https://docs.github.com/rest/reference/orgs#list-fine-grained-permissions-for-an-organization"
|
|
47780
|
+
},
|
|
47781
|
+
"x-octokit": {
|
|
47782
|
+
"api.github.com": "removed"
|
|
47783
|
+
},
|
|
47784
|
+
"responses": {
|
|
47785
|
+
"501": {
|
|
47786
|
+
"description": "Not Implemented"
|
|
47787
|
+
}
|
|
47788
|
+
}
|
|
47789
|
+
}
|
|
47790
|
+
},
|
|
47703
47791
|
"/orgs/{org}/interaction-limits": {
|
|
47704
47792
|
"get": {
|
|
47705
47793
|
"summary": "Get interaction restrictions for an organization",
|
|
@@ -48066,7 +48154,7 @@
|
|
|
48066
48154
|
},
|
|
48067
48155
|
"/orgs/{org}/packages/{package_type}/{package_name}/versions": {
|
|
48068
48156
|
"get": {
|
|
48069
|
-
"summary": "
|
|
48157
|
+
"summary": "List package versions for a package owned by an organization",
|
|
48070
48158
|
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
48071
48159
|
"tags": [
|
|
48072
48160
|
"packages"
|
|
@@ -48074,7 +48162,7 @@
|
|
|
48074
48162
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-org",
|
|
48075
48163
|
"externalDocs": {
|
|
48076
48164
|
"description": "API method documentation",
|
|
48077
|
-
"url": "https://docs.github.com/rest/
|
|
48165
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
|
|
48078
48166
|
},
|
|
48079
48167
|
"x-octokit": {
|
|
48080
48168
|
"api.github.com": "removed"
|
|
@@ -51301,7 +51389,7 @@
|
|
|
51301
51389
|
},
|
|
51302
51390
|
"/user/packages/{package_type}/{package_name}/versions": {
|
|
51303
51391
|
"get": {
|
|
51304
|
-
"summary": "
|
|
51392
|
+
"summary": "List package versions for a package owned by the authenticated user",
|
|
51305
51393
|
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
51306
51394
|
"tags": [
|
|
51307
51395
|
"packages"
|
|
@@ -51309,7 +51397,7 @@
|
|
|
51309
51397
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user",
|
|
51310
51398
|
"externalDocs": {
|
|
51311
51399
|
"description": "API method documentation",
|
|
51312
|
-
"url": "https://docs.github.com/rest/
|
|
51400
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
|
|
51313
51401
|
},
|
|
51314
51402
|
"x-octokit": {
|
|
51315
51403
|
"api.github.com": "removed"
|
|
@@ -51601,7 +51689,7 @@
|
|
|
51601
51689
|
},
|
|
51602
51690
|
"/users/{username}/packages/{package_type}/{package_name}/versions": {
|
|
51603
51691
|
"get": {
|
|
51604
|
-
"summary": "
|
|
51692
|
+
"summary": "List package versions for a package owned by a user",
|
|
51605
51693
|
"description": "This endpoint is currently not supported by GitHub AE. It only exists in api.github.com right now.",
|
|
51606
51694
|
"tags": [
|
|
51607
51695
|
"packages"
|
|
@@ -51609,7 +51697,7 @@
|
|
|
51609
51697
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-user",
|
|
51610
51698
|
"externalDocs": {
|
|
51611
51699
|
"description": "API method documentation",
|
|
51612
|
-
"url": "https://docs.github.com/rest/
|
|
51700
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user"
|
|
51613
51701
|
},
|
|
51614
51702
|
"x-octokit": {
|
|
51615
51703
|
"api.github.com": "removed"
|