@octokit/openapi 7.9.1 → 7.12.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 +2592 -690
- package/generated/api.github.com.json +567 -30
- 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 +763 -130
- package/generated/ghes-3.2.json +53 -10
- 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 +768 -135
- package/generated/ghes-3.3.json +53 -10
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +18 -2
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +18 -2
- package/generated/ghes-3.4.deref.json +768 -130
- package/generated/ghes-3.4.json +55 -12
- 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 +773 -135
- package/generated/ghes-3.5.json +55 -12
- 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 +141 -20
- package/generated/ghes-3.6-diff-to-api.github.com.json +126 -6
- package/generated/ghes-3.6.deref.json +1254 -421
- package/generated/ghes-3.6.json +160 -23
- 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 +24 -6
- package/generated/github.ae-diff-to-api.github.com.json +24 -6
- package/generated/github.ae.deref.json +1019 -290
- package/generated/github.ae.json +145 -16
- package/package.json +1 -6
package/generated/ghes-3.6.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.12.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": {
|
|
@@ -10081,7 +10081,7 @@
|
|
|
10081
10081
|
},
|
|
10082
10082
|
"examples": {
|
|
10083
10083
|
"default": {
|
|
10084
|
-
"$ref": "#/components/examples/organization-custom-repository-role-example
|
|
10084
|
+
"$ref": "#/components/examples/organization-custom-repository-role-example"
|
|
10085
10085
|
}
|
|
10086
10086
|
}
|
|
10087
10087
|
}
|
|
@@ -10094,7 +10094,13 @@
|
|
|
10094
10094
|
"category": "orgs",
|
|
10095
10095
|
"subcategory": "custom_roles"
|
|
10096
10096
|
},
|
|
10097
|
-
"x-octokit": {
|
|
10097
|
+
"x-octokit": {
|
|
10098
|
+
"diff": {
|
|
10099
|
+
"api.github.com": {
|
|
10100
|
+
"type": "changed"
|
|
10101
|
+
}
|
|
10102
|
+
}
|
|
10103
|
+
}
|
|
10098
10104
|
}
|
|
10099
10105
|
},
|
|
10100
10106
|
"/orgs/{org}": {
|
|
@@ -16080,8 +16086,9 @@
|
|
|
16080
16086
|
},
|
|
16081
16087
|
"use_squash_pr_title_as_default": {
|
|
16082
16088
|
"type": "boolean",
|
|
16083
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
16084
|
-
"default": false
|
|
16089
|
+
"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.",
|
|
16090
|
+
"default": false,
|
|
16091
|
+
"deprecated": true
|
|
16085
16092
|
},
|
|
16086
16093
|
"squash_merge_commit_title": {
|
|
16087
16094
|
"type": "string",
|
|
@@ -16619,6 +16626,21 @@
|
|
|
16619
16626
|
}
|
|
16620
16627
|
},
|
|
16621
16628
|
"responses": {
|
|
16629
|
+
"200": {
|
|
16630
|
+
"description": "Response when the updated information already exists",
|
|
16631
|
+
"content": {
|
|
16632
|
+
"application/json": {
|
|
16633
|
+
"schema": {
|
|
16634
|
+
"$ref": "#/components/schemas/team-full"
|
|
16635
|
+
},
|
|
16636
|
+
"examples": {
|
|
16637
|
+
"default": {
|
|
16638
|
+
"$ref": "#/components/examples/team-full"
|
|
16639
|
+
}
|
|
16640
|
+
}
|
|
16641
|
+
}
|
|
16642
|
+
}
|
|
16643
|
+
},
|
|
16622
16644
|
"201": {
|
|
16623
16645
|
"description": "Response",
|
|
16624
16646
|
"content": {
|
|
@@ -16633,6 +16655,15 @@
|
|
|
16633
16655
|
}
|
|
16634
16656
|
}
|
|
16635
16657
|
}
|
|
16658
|
+
},
|
|
16659
|
+
"403": {
|
|
16660
|
+
"$ref": "#/components/responses/forbidden"
|
|
16661
|
+
},
|
|
16662
|
+
"404": {
|
|
16663
|
+
"$ref": "#/components/responses/not_found"
|
|
16664
|
+
},
|
|
16665
|
+
"422": {
|
|
16666
|
+
"$ref": "#/components/responses/validation_failed"
|
|
16636
16667
|
}
|
|
16637
16668
|
},
|
|
16638
16669
|
"x-github": {
|
|
@@ -20306,8 +20337,9 @@
|
|
|
20306
20337
|
},
|
|
20307
20338
|
"use_squash_pr_title_as_default": {
|
|
20308
20339
|
"type": "boolean",
|
|
20309
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
20310
|
-
"default": false
|
|
20340
|
+
"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.",
|
|
20341
|
+
"default": false,
|
|
20342
|
+
"deprecated": true
|
|
20311
20343
|
},
|
|
20312
20344
|
"squash_merge_commit_title": {
|
|
20313
20345
|
"type": "string",
|
|
@@ -23568,7 +23600,7 @@
|
|
|
23568
23600
|
},
|
|
23569
23601
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
23570
23602
|
"get": {
|
|
23571
|
-
"summary": "List workflow runs",
|
|
23603
|
+
"summary": "List workflow runs for a workflow",
|
|
23572
23604
|
"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.6/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.",
|
|
23573
23605
|
"tags": [
|
|
23574
23606
|
"actions"
|
|
@@ -28847,6 +28879,22 @@
|
|
|
28847
28879
|
"default": "all"
|
|
28848
28880
|
}
|
|
28849
28881
|
},
|
|
28882
|
+
{
|
|
28883
|
+
"name": "permission",
|
|
28884
|
+
"description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
|
|
28885
|
+
"in": "query",
|
|
28886
|
+
"required": false,
|
|
28887
|
+
"schema": {
|
|
28888
|
+
"type": "string",
|
|
28889
|
+
"enum": [
|
|
28890
|
+
"pull",
|
|
28891
|
+
"triage",
|
|
28892
|
+
"push",
|
|
28893
|
+
"maintain",
|
|
28894
|
+
"admin"
|
|
28895
|
+
]
|
|
28896
|
+
}
|
|
28897
|
+
},
|
|
28850
28898
|
{
|
|
28851
28899
|
"$ref": "#/components/parameters/per-page"
|
|
28852
28900
|
},
|
|
@@ -30398,6 +30446,7 @@
|
|
|
30398
30446
|
"description": "The base branch and head branch to compare. This parameter expects the format `{base}...{head}`.",
|
|
30399
30447
|
"in": "path",
|
|
30400
30448
|
"required": true,
|
|
30449
|
+
"x-multi-segment": true,
|
|
30401
30450
|
"schema": {
|
|
30402
30451
|
"type": "string"
|
|
30403
30452
|
}
|
|
@@ -30539,7 +30588,7 @@
|
|
|
30539
30588
|
},
|
|
30540
30589
|
"put": {
|
|
30541
30590
|
"summary": "Create or update file contents",
|
|
30542
|
-
"description": "Creates a new file or replaces an existing file in a repository.",
|
|
30591
|
+
"description": "Creates a new file or replaces an existing file in a repository. You must authenticate using an access token with the `workflow` scope to use this endpoint.",
|
|
30543
30592
|
"tags": [
|
|
30544
30593
|
"repos"
|
|
30545
30594
|
],
|
|
@@ -30758,7 +30807,7 @@
|
|
|
30758
30807
|
},
|
|
30759
30808
|
"sha": {
|
|
30760
30809
|
"type": "string",
|
|
30761
|
-
"description": "The blob SHA of the file being
|
|
30810
|
+
"description": "The blob SHA of the file being deleted."
|
|
30762
30811
|
},
|
|
30763
30812
|
"branch": {
|
|
30764
30813
|
"type": "string",
|
|
@@ -33806,7 +33855,7 @@
|
|
|
33806
33855
|
"/repos/{owner}/{repo}/git/trees/{tree_sha}": {
|
|
33807
33856
|
"get": {
|
|
33808
33857
|
"summary": "Get a tree",
|
|
33809
|
-
"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.",
|
|
33858
|
+
"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.",
|
|
33810
33859
|
"tags": [
|
|
33811
33860
|
"git"
|
|
33812
33861
|
],
|
|
@@ -33879,7 +33928,7 @@
|
|
|
33879
33928
|
"/repos/{owner}/{repo}/hooks": {
|
|
33880
33929
|
"get": {
|
|
33881
33930
|
"summary": "List repository webhooks",
|
|
33882
|
-
"description": "",
|
|
33931
|
+
"description": "Lists webhooks for a repository. `last response` may return null if there have not been any deliveries within 30 days.",
|
|
33883
33932
|
"tags": [
|
|
33884
33933
|
"repos"
|
|
33885
33934
|
],
|
|
@@ -54507,6 +54556,70 @@
|
|
|
54507
54556
|
}
|
|
54508
54557
|
}
|
|
54509
54558
|
},
|
|
54559
|
+
"/orgs/{org}/custom_roles": {
|
|
54560
|
+
"post": {
|
|
54561
|
+
"summary": "Create a custom role",
|
|
54562
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
54563
|
+
"tags": [
|
|
54564
|
+
"orgs"
|
|
54565
|
+
],
|
|
54566
|
+
"operationId": "orgs/create-custom-role",
|
|
54567
|
+
"externalDocs": {
|
|
54568
|
+
"description": "API method documentation",
|
|
54569
|
+
"url": "https://docs.github.com/rest/reference/orgs#create-a-custom-role"
|
|
54570
|
+
},
|
|
54571
|
+
"x-octokit": {
|
|
54572
|
+
"api.github.com": "removed"
|
|
54573
|
+
},
|
|
54574
|
+
"responses": {
|
|
54575
|
+
"501": {
|
|
54576
|
+
"description": "Not Implemented"
|
|
54577
|
+
}
|
|
54578
|
+
}
|
|
54579
|
+
}
|
|
54580
|
+
},
|
|
54581
|
+
"/orgs/{org}/custom_roles/{role_id}": {
|
|
54582
|
+
"delete": {
|
|
54583
|
+
"summary": "Delete a custom role",
|
|
54584
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
54585
|
+
"tags": [
|
|
54586
|
+
"orgs"
|
|
54587
|
+
],
|
|
54588
|
+
"operationId": "orgs/delete-custom-role",
|
|
54589
|
+
"externalDocs": {
|
|
54590
|
+
"description": "API method documentation",
|
|
54591
|
+
"url": "https://docs.github.com/rest/reference/orgs#delete-a-custom-role"
|
|
54592
|
+
},
|
|
54593
|
+
"x-octokit": {
|
|
54594
|
+
"api.github.com": "removed"
|
|
54595
|
+
},
|
|
54596
|
+
"responses": {
|
|
54597
|
+
"501": {
|
|
54598
|
+
"description": "Not Implemented"
|
|
54599
|
+
}
|
|
54600
|
+
}
|
|
54601
|
+
},
|
|
54602
|
+
"patch": {
|
|
54603
|
+
"summary": "Update a custom role",
|
|
54604
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
54605
|
+
"tags": [
|
|
54606
|
+
"orgs"
|
|
54607
|
+
],
|
|
54608
|
+
"operationId": "orgs/update-custom-role",
|
|
54609
|
+
"externalDocs": {
|
|
54610
|
+
"description": "API method documentation",
|
|
54611
|
+
"url": "https://docs.github.com/rest/reference/orgs#update-a-custom-role"
|
|
54612
|
+
},
|
|
54613
|
+
"x-octokit": {
|
|
54614
|
+
"api.github.com": "removed"
|
|
54615
|
+
},
|
|
54616
|
+
"responses": {
|
|
54617
|
+
"501": {
|
|
54618
|
+
"description": "Not Implemented"
|
|
54619
|
+
}
|
|
54620
|
+
}
|
|
54621
|
+
}
|
|
54622
|
+
},
|
|
54510
54623
|
"/orgs/{org}/external-group/{group_id}": {
|
|
54511
54624
|
"get": {
|
|
54512
54625
|
"summary": "Get an external group",
|
|
@@ -54573,6 +54686,28 @@
|
|
|
54573
54686
|
}
|
|
54574
54687
|
}
|
|
54575
54688
|
},
|
|
54689
|
+
"/orgs/{org}/fine_grained_permissions": {
|
|
54690
|
+
"get": {
|
|
54691
|
+
"summary": "List fine-grained permissions for an organization",
|
|
54692
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
54693
|
+
"tags": [
|
|
54694
|
+
"orgs"
|
|
54695
|
+
],
|
|
54696
|
+
"operationId": "orgs/list-fine-grained-permissions",
|
|
54697
|
+
"externalDocs": {
|
|
54698
|
+
"description": "API method documentation",
|
|
54699
|
+
"url": "https://docs.github.com/rest/reference/orgs#list-fine-grained-permissions-for-an-organization"
|
|
54700
|
+
},
|
|
54701
|
+
"x-octokit": {
|
|
54702
|
+
"api.github.com": "removed"
|
|
54703
|
+
},
|
|
54704
|
+
"responses": {
|
|
54705
|
+
"501": {
|
|
54706
|
+
"description": "Not Implemented"
|
|
54707
|
+
}
|
|
54708
|
+
}
|
|
54709
|
+
}
|
|
54710
|
+
},
|
|
54576
54711
|
"/orgs/{org}/interaction-limits": {
|
|
54577
54712
|
"get": {
|
|
54578
54713
|
"summary": "Get interaction restrictions for an organization",
|
|
@@ -54939,7 +55074,7 @@
|
|
|
54939
55074
|
},
|
|
54940
55075
|
"/orgs/{org}/packages/{package_type}/{package_name}/versions": {
|
|
54941
55076
|
"get": {
|
|
54942
|
-
"summary": "
|
|
55077
|
+
"summary": "List package versions for a package owned by an organization",
|
|
54943
55078
|
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
54944
55079
|
"tags": [
|
|
54945
55080
|
"packages"
|
|
@@ -54947,7 +55082,7 @@
|
|
|
54947
55082
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-org",
|
|
54948
55083
|
"externalDocs": {
|
|
54949
55084
|
"description": "API method documentation",
|
|
54950
|
-
"url": "https://docs.github.com/rest/
|
|
55085
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-an-organization"
|
|
54951
55086
|
},
|
|
54952
55087
|
"x-octokit": {
|
|
54953
55088
|
"api.github.com": "removed"
|
|
@@ -57422,7 +57557,7 @@
|
|
|
57422
57557
|
},
|
|
57423
57558
|
"/user/packages/{package_type}/{package_name}/versions": {
|
|
57424
57559
|
"get": {
|
|
57425
|
-
"summary": "
|
|
57560
|
+
"summary": "List package versions for a package owned by the authenticated user",
|
|
57426
57561
|
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
57427
57562
|
"tags": [
|
|
57428
57563
|
"packages"
|
|
@@ -57430,7 +57565,7 @@
|
|
|
57430
57565
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-authenticated-user",
|
|
57431
57566
|
"externalDocs": {
|
|
57432
57567
|
"description": "API method documentation",
|
|
57433
|
-
"url": "https://docs.github.com/rest/
|
|
57568
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-the-authenticated-user"
|
|
57434
57569
|
},
|
|
57435
57570
|
"x-octokit": {
|
|
57436
57571
|
"api.github.com": "removed"
|
|
@@ -57678,7 +57813,7 @@
|
|
|
57678
57813
|
},
|
|
57679
57814
|
"/users/{username}/packages/{package_type}/{package_name}/versions": {
|
|
57680
57815
|
"get": {
|
|
57681
|
-
"summary": "
|
|
57816
|
+
"summary": "List package versions for a package owned by a user",
|
|
57682
57817
|
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
57683
57818
|
"tags": [
|
|
57684
57819
|
"packages"
|
|
@@ -57686,7 +57821,7 @@
|
|
|
57686
57821
|
"operationId": "packages/get-all-package-versions-for-package-owned-by-user",
|
|
57687
57822
|
"externalDocs": {
|
|
57688
57823
|
"description": "API method documentation",
|
|
57689
|
-
"url": "https://docs.github.com/rest/
|
|
57824
|
+
"url": "https://docs.github.com/rest/packages#get-all-package-versions-for-a-package-owned-by-a-user"
|
|
57690
57825
|
},
|
|
57691
57826
|
"x-octokit": {
|
|
57692
57827
|
"api.github.com": "removed"
|
|
@@ -60863,8 +60998,9 @@
|
|
|
60863
60998
|
},
|
|
60864
60999
|
"use_squash_pr_title_as_default": {
|
|
60865
61000
|
"type": "boolean",
|
|
60866
|
-
"description": "Whether a squash merge commit can use the pull request title as default.",
|
|
60867
|
-
"default": false
|
|
61001
|
+
"description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
61002
|
+
"default": false,
|
|
61003
|
+
"deprecated": true
|
|
60868
61004
|
},
|
|
60869
61005
|
"squash_merge_commit_title": {
|
|
60870
61006
|
"type": "string",
|
|
@@ -64970,8 +65106,9 @@
|
|
|
64970
65106
|
},
|
|
64971
65107
|
"use_squash_pr_title_as_default": {
|
|
64972
65108
|
"type": "boolean",
|
|
64973
|
-
"description": "Whether a squash merge commit can use the pull request title as default.",
|
|
64974
|
-
"default": false
|
|
65109
|
+
"description": "Whether a squash merge commit can use the pull request title as default. **This property has been deprecated. Please use `squash_merge_commit_title` instead.",
|
|
65110
|
+
"default": false,
|
|
65111
|
+
"deprecated": true
|
|
64975
65112
|
},
|
|
64976
65113
|
"squash_merge_commit_title": {
|
|
64977
65114
|
"type": "string",
|
|
@@ -87785,7 +87922,7 @@
|
|
|
87785
87922
|
}
|
|
87786
87923
|
]
|
|
87787
87924
|
},
|
|
87788
|
-
"organization-custom-repository-role-example
|
|
87925
|
+
"organization-custom-repository-role-example": {
|
|
87789
87926
|
"value": {
|
|
87790
87927
|
"total_count": 2,
|
|
87791
87928
|
"custom_roles": [
|
|
@@ -11861,6 +11861,13 @@
|
|
|
11861
11861
|
"/orgs/{org}/credential-authorizations/{credential_id}": [
|
|
11862
11862
|
"delete"
|
|
11863
11863
|
],
|
|
11864
|
+
"/orgs/{org}/custom_roles": [
|
|
11865
|
+
"post"
|
|
11866
|
+
],
|
|
11867
|
+
"/orgs/{org}/custom_roles/{role_id}": [
|
|
11868
|
+
"delete",
|
|
11869
|
+
"patch"
|
|
11870
|
+
],
|
|
11864
11871
|
"/orgs/{org}/dependabot/secrets": [
|
|
11865
11872
|
"get"
|
|
11866
11873
|
],
|
|
@@ -11886,6 +11893,9 @@
|
|
|
11886
11893
|
"/orgs/{org}/failed_invitations": [
|
|
11887
11894
|
"get"
|
|
11888
11895
|
],
|
|
11896
|
+
"/orgs/{org}/fine_grained_permissions": [
|
|
11897
|
+
"get"
|
|
11898
|
+
],
|
|
11889
11899
|
"/orgs/{org}/interaction-limits": [
|
|
11890
11900
|
"get",
|
|
11891
11901
|
"put",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.12.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": {
|
|
@@ -41676,8 +41676,9 @@
|
|
|
41676
41676
|
},
|
|
41677
41677
|
"use_squash_pr_title_as_default": {
|
|
41678
41678
|
"type": "boolean",
|
|
41679
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
41680
|
-
"default": false
|
|
41679
|
+
"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.",
|
|
41680
|
+
"default": false,
|
|
41681
|
+
"deprecated": true
|
|
41681
41682
|
},
|
|
41682
41683
|
"squash_merge_commit_title": {
|
|
41683
41684
|
"type": "string",
|
|
@@ -52468,8 +52469,9 @@
|
|
|
52468
52469
|
},
|
|
52469
52470
|
"use_squash_pr_title_as_default": {
|
|
52470
52471
|
"type": "boolean",
|
|
52471
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
52472
|
-
"default": false
|
|
52472
|
+
"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.",
|
|
52473
|
+
"default": false,
|
|
52474
|
+
"deprecated": true
|
|
52473
52475
|
},
|
|
52474
52476
|
"squash_merge_commit_title": {
|
|
52475
52477
|
"type": "string",
|
|
@@ -72907,7 +72909,7 @@
|
|
|
72907
72909
|
},
|
|
72908
72910
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
72909
72911
|
"get": {
|
|
72910
|
-
"summary": "List workflow runs",
|
|
72912
|
+
"summary": "List workflow runs for a workflow",
|
|
72911
72913
|
"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.",
|
|
72912
72914
|
"tags": [
|
|
72913
72915
|
"actions"
|
|
@@ -89315,6 +89317,22 @@
|
|
|
89315
89317
|
"default": "all"
|
|
89316
89318
|
}
|
|
89317
89319
|
},
|
|
89320
|
+
{
|
|
89321
|
+
"name": "permission",
|
|
89322
|
+
"description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
|
|
89323
|
+
"in": "query",
|
|
89324
|
+
"required": false,
|
|
89325
|
+
"schema": {
|
|
89326
|
+
"type": "string",
|
|
89327
|
+
"enum": [
|
|
89328
|
+
"pull",
|
|
89329
|
+
"triage",
|
|
89330
|
+
"push",
|
|
89331
|
+
"maintain",
|
|
89332
|
+
"admin"
|
|
89333
|
+
]
|
|
89334
|
+
}
|
|
89335
|
+
},
|
|
89318
89336
|
{
|
|
89319
89337
|
"name": "per_page",
|
|
89320
89338
|
"description": "The number of results per page (max 100).",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.12.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": {
|
|
@@ -5118,8 +5118,9 @@
|
|
|
5118
5118
|
},
|
|
5119
5119
|
"use_squash_pr_title_as_default": {
|
|
5120
5120
|
"type": "boolean",
|
|
5121
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
5122
|
-
"default": false
|
|
5121
|
+
"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.",
|
|
5122
|
+
"default": false,
|
|
5123
|
+
"deprecated": true
|
|
5123
5124
|
},
|
|
5124
5125
|
"squash_merge_commit_title": {
|
|
5125
5126
|
"type": "string",
|
|
@@ -5619,8 +5620,9 @@
|
|
|
5619
5620
|
},
|
|
5620
5621
|
"use_squash_pr_title_as_default": {
|
|
5621
5622
|
"type": "boolean",
|
|
5622
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
5623
|
-
"default": false
|
|
5623
|
+
"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.",
|
|
5624
|
+
"default": false,
|
|
5625
|
+
"deprecated": true
|
|
5624
5626
|
},
|
|
5625
5627
|
"squash_merge_commit_title": {
|
|
5626
5628
|
"type": "string",
|
|
@@ -6125,7 +6127,7 @@
|
|
|
6125
6127
|
},
|
|
6126
6128
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
6127
6129
|
"get": {
|
|
6128
|
-
"summary": "List workflow runs",
|
|
6130
|
+
"summary": "List workflow runs for a workflow",
|
|
6129
6131
|
"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.",
|
|
6130
6132
|
"tags": [
|
|
6131
6133
|
"actions"
|
|
@@ -6970,6 +6972,22 @@
|
|
|
6970
6972
|
"default": "all"
|
|
6971
6973
|
}
|
|
6972
6974
|
},
|
|
6975
|
+
{
|
|
6976
|
+
"name": "permission",
|
|
6977
|
+
"description": "Filter collaborators by the permissions they have on the repository. If not specified, all collaborators will be returned.",
|
|
6978
|
+
"in": "query",
|
|
6979
|
+
"required": false,
|
|
6980
|
+
"schema": {
|
|
6981
|
+
"type": "string",
|
|
6982
|
+
"enum": [
|
|
6983
|
+
"pull",
|
|
6984
|
+
"triage",
|
|
6985
|
+
"push",
|
|
6986
|
+
"maintain",
|
|
6987
|
+
"admin"
|
|
6988
|
+
]
|
|
6989
|
+
}
|
|
6990
|
+
},
|
|
6973
6991
|
{
|
|
6974
6992
|
"$ref": "#/components/parameters/per-page"
|
|
6975
6993
|
},
|