@octokit/openapi 7.8.0 → 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 +1921 -538
- package/generated/api.github.com.json +544 -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 +127 -25
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +25 -8
- package/generated/ghes-3.2.deref.json +134 -27
- package/generated/ghes-3.2.json +26 -9
- 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 +134 -27
- package/generated/ghes-3.3.json +26 -9
- 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 +134 -27
- package/generated/ghes-3.4.json +28 -11
- 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 +127 -25
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +25 -8
- package/generated/ghes-3.5.deref.json +134 -27
- package/generated/ghes-3.5.json +28 -11
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +82 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +9648 -479
- package/generated/ghes-3.6-diff-to-api.github.com.json +1020 -23
- package/generated/ghes-3.6.deref.json +544 -234
- package/generated/ghes-3.6.json +147 -24
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +30 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +91 -19
- package/generated/github.ae-diff-to-api.github.com.json +25 -8
- package/generated/github.ae.deref.json +190 -27
- package/generated/github.ae.json +118 -15
- package/package.json +1 -1
|
@@ -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": {
|
|
@@ -33267,7 +33267,12 @@
|
|
|
33267
33267
|
"description": "The reason for the current state",
|
|
33268
33268
|
"example": "not_planned",
|
|
33269
33269
|
"type": "string",
|
|
33270
|
-
"nullable": true
|
|
33270
|
+
"nullable": true,
|
|
33271
|
+
"enum": [
|
|
33272
|
+
"completed",
|
|
33273
|
+
"reopened",
|
|
33274
|
+
"not_planned"
|
|
33275
|
+
]
|
|
33271
33276
|
},
|
|
33272
33277
|
"title": {
|
|
33273
33278
|
"description": "Title of the issue",
|
|
@@ -48207,7 +48212,12 @@
|
|
|
48207
48212
|
"description": "The reason for the current state",
|
|
48208
48213
|
"example": "not_planned",
|
|
48209
48214
|
"type": "string",
|
|
48210
|
-
"nullable": true
|
|
48215
|
+
"nullable": true,
|
|
48216
|
+
"enum": [
|
|
48217
|
+
"completed",
|
|
48218
|
+
"reopened",
|
|
48219
|
+
"not_planned"
|
|
48220
|
+
]
|
|
48211
48221
|
},
|
|
48212
48222
|
"title": {
|
|
48213
48223
|
"description": "Title of the issue",
|
|
@@ -51711,7 +51721,12 @@
|
|
|
51711
51721
|
"description": "The reason for the current state",
|
|
51712
51722
|
"example": "not_planned",
|
|
51713
51723
|
"type": "string",
|
|
51714
|
-
"nullable": true
|
|
51724
|
+
"nullable": true,
|
|
51725
|
+
"enum": [
|
|
51726
|
+
"completed",
|
|
51727
|
+
"reopened",
|
|
51728
|
+
"not_planned"
|
|
51729
|
+
]
|
|
51715
51730
|
},
|
|
51716
51731
|
"title": {
|
|
51717
51732
|
"description": "Title of the issue",
|
|
@@ -71536,7 +71551,12 @@
|
|
|
71536
71551
|
"description": "The reason for the current state",
|
|
71537
71552
|
"example": "not_planned",
|
|
71538
71553
|
"type": "string",
|
|
71539
|
-
"nullable": true
|
|
71554
|
+
"nullable": true,
|
|
71555
|
+
"enum": [
|
|
71556
|
+
"completed",
|
|
71557
|
+
"reopened",
|
|
71558
|
+
"not_planned"
|
|
71559
|
+
]
|
|
71540
71560
|
},
|
|
71541
71561
|
"title": {
|
|
71542
71562
|
"description": "Title of the issue",
|
|
@@ -78570,7 +78590,12 @@
|
|
|
78570
78590
|
"description": "The reason for the current state",
|
|
78571
78591
|
"example": "not_planned",
|
|
78572
78592
|
"type": "string",
|
|
78573
|
-
"nullable": true
|
|
78593
|
+
"nullable": true,
|
|
78594
|
+
"enum": [
|
|
78595
|
+
"completed",
|
|
78596
|
+
"reopened",
|
|
78597
|
+
"not_planned"
|
|
78598
|
+
]
|
|
78574
78599
|
},
|
|
78575
78600
|
"title": {
|
|
78576
78601
|
"description": "Title of the issue",
|
|
@@ -86603,8 +86628,9 @@
|
|
|
86603
86628
|
},
|
|
86604
86629
|
"use_squash_pr_title_as_default": {
|
|
86605
86630
|
"type": "boolean",
|
|
86606
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
86607
|
-
"default": false
|
|
86631
|
+
"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.",
|
|
86632
|
+
"default": false,
|
|
86633
|
+
"deprecated": true
|
|
86608
86634
|
},
|
|
86609
86635
|
"squash_merge_commit_title": {
|
|
86610
86636
|
"type": "string",
|
|
@@ -112485,8 +112511,9 @@
|
|
|
112485
112511
|
},
|
|
112486
112512
|
"use_squash_pr_title_as_default": {
|
|
112487
112513
|
"type": "boolean",
|
|
112488
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
112489
|
-
"default": false
|
|
112514
|
+
"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.",
|
|
112515
|
+
"default": false,
|
|
112516
|
+
"deprecated": true
|
|
112490
112517
|
},
|
|
112491
112518
|
"squash_merge_commit_title": {
|
|
112492
112519
|
"type": "string",
|
|
@@ -133234,7 +133261,7 @@
|
|
|
133234
133261
|
},
|
|
133235
133262
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
133236
133263
|
"get": {
|
|
133237
|
-
"summary": "List workflow runs",
|
|
133264
|
+
"summary": "List workflow runs for a workflow",
|
|
133238
133265
|
"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.",
|
|
133239
133266
|
"tags": [
|
|
133240
133267
|
"actions"
|
|
@@ -193991,7 +194018,7 @@
|
|
|
193991
194018
|
},
|
|
193992
194019
|
"sha": {
|
|
193993
194020
|
"type": "string",
|
|
193994
|
-
"description": "The blob SHA of the file being
|
|
194021
|
+
"description": "The blob SHA of the file being deleted."
|
|
193995
194022
|
},
|
|
193996
194023
|
"branch": {
|
|
193997
194024
|
"type": "string",
|
|
@@ -201550,7 +201577,12 @@
|
|
|
201550
201577
|
"description": "The reason for the current state",
|
|
201551
201578
|
"example": "not_planned",
|
|
201552
201579
|
"type": "string",
|
|
201553
|
-
"nullable": true
|
|
201580
|
+
"nullable": true,
|
|
201581
|
+
"enum": [
|
|
201582
|
+
"completed",
|
|
201583
|
+
"reopened",
|
|
201584
|
+
"not_planned"
|
|
201585
|
+
]
|
|
201554
201586
|
},
|
|
201555
201587
|
"title": {
|
|
201556
201588
|
"description": "Title of the issue",
|
|
@@ -222974,7 +223006,12 @@
|
|
|
222974
223006
|
"description": "The reason for the current state",
|
|
222975
223007
|
"example": "not_planned",
|
|
222976
223008
|
"type": "string",
|
|
222977
|
-
"nullable": true
|
|
223009
|
+
"nullable": true,
|
|
223010
|
+
"enum": [
|
|
223011
|
+
"completed",
|
|
223012
|
+
"reopened",
|
|
223013
|
+
"not_planned"
|
|
223014
|
+
]
|
|
222978
223015
|
},
|
|
222979
223016
|
"title": {
|
|
222980
223017
|
"description": "Title of the issue",
|
|
@@ -225750,7 +225787,12 @@
|
|
|
225750
225787
|
"description": "The reason for the current state",
|
|
225751
225788
|
"example": "not_planned",
|
|
225752
225789
|
"type": "string",
|
|
225753
|
-
"nullable": true
|
|
225790
|
+
"nullable": true,
|
|
225791
|
+
"enum": [
|
|
225792
|
+
"completed",
|
|
225793
|
+
"reopened",
|
|
225794
|
+
"not_planned"
|
|
225795
|
+
]
|
|
225754
225796
|
},
|
|
225755
225797
|
"title": {
|
|
225756
225798
|
"description": "Title of the issue",
|
|
@@ -231679,7 +231721,12 @@
|
|
|
231679
231721
|
"description": "The reason for the current state",
|
|
231680
231722
|
"example": "not_planned",
|
|
231681
231723
|
"type": "string",
|
|
231682
|
-
"nullable": true
|
|
231724
|
+
"nullable": true,
|
|
231725
|
+
"enum": [
|
|
231726
|
+
"completed",
|
|
231727
|
+
"reopened",
|
|
231728
|
+
"not_planned"
|
|
231729
|
+
]
|
|
231683
231730
|
},
|
|
231684
231731
|
"title": {
|
|
231685
231732
|
"description": "Title of the issue",
|
|
@@ -235511,7 +235558,12 @@
|
|
|
235511
235558
|
"description": "The reason for the current state",
|
|
235512
235559
|
"example": "not_planned",
|
|
235513
235560
|
"type": "string",
|
|
235514
|
-
"nullable": true
|
|
235561
|
+
"nullable": true,
|
|
235562
|
+
"enum": [
|
|
235563
|
+
"completed",
|
|
235564
|
+
"reopened",
|
|
235565
|
+
"not_planned"
|
|
235566
|
+
]
|
|
235515
235567
|
},
|
|
235516
235568
|
"title": {
|
|
235517
235569
|
"description": "Title of the issue",
|
|
@@ -239225,7 +239277,12 @@
|
|
|
239225
239277
|
"description": "The reason for the current state",
|
|
239226
239278
|
"example": "not_planned",
|
|
239227
239279
|
"type": "string",
|
|
239228
|
-
"nullable": true
|
|
239280
|
+
"nullable": true,
|
|
239281
|
+
"enum": [
|
|
239282
|
+
"completed",
|
|
239283
|
+
"reopened",
|
|
239284
|
+
"not_planned"
|
|
239285
|
+
]
|
|
239229
239286
|
},
|
|
239230
239287
|
"title": {
|
|
239231
239288
|
"description": "Title of the issue",
|
|
@@ -241844,6 +241901,11 @@
|
|
|
241844
241901
|
},
|
|
241845
241902
|
"state_reason": {
|
|
241846
241903
|
"type": "string",
|
|
241904
|
+
"enum": [
|
|
241905
|
+
"completed",
|
|
241906
|
+
"not_planned",
|
|
241907
|
+
"reopened"
|
|
241908
|
+
],
|
|
241847
241909
|
"nullable": true,
|
|
241848
241910
|
"description": "The reason for the current state",
|
|
241849
241911
|
"example": "not_planned"
|
|
@@ -241973,7 +242035,12 @@
|
|
|
241973
242035
|
"description": "The reason for the current state",
|
|
241974
242036
|
"example": "not_planned",
|
|
241975
242037
|
"type": "string",
|
|
241976
|
-
"nullable": true
|
|
242038
|
+
"nullable": true,
|
|
242039
|
+
"enum": [
|
|
242040
|
+
"completed",
|
|
242041
|
+
"reopened",
|
|
242042
|
+
"not_planned"
|
|
242043
|
+
]
|
|
241977
242044
|
},
|
|
241978
242045
|
"title": {
|
|
241979
242046
|
"description": "Title of the issue",
|
|
@@ -244752,7 +244819,12 @@
|
|
|
244752
244819
|
"description": "The reason for the current state",
|
|
244753
244820
|
"example": "not_planned",
|
|
244754
244821
|
"type": "string",
|
|
244755
|
-
"nullable": true
|
|
244822
|
+
"nullable": true,
|
|
244823
|
+
"enum": [
|
|
244824
|
+
"completed",
|
|
244825
|
+
"reopened",
|
|
244826
|
+
"not_planned"
|
|
244827
|
+
]
|
|
244756
244828
|
},
|
|
244757
244829
|
"title": {
|
|
244758
244830
|
"description": "Title of the issue",
|
|
@@ -268528,7 +268600,12 @@
|
|
|
268528
268600
|
"description": "The reason for the current state",
|
|
268529
268601
|
"example": "not_planned",
|
|
268530
268602
|
"type": "string",
|
|
268531
|
-
"nullable": true
|
|
268603
|
+
"nullable": true,
|
|
268604
|
+
"enum": [
|
|
268605
|
+
"completed",
|
|
268606
|
+
"reopened",
|
|
268607
|
+
"not_planned"
|
|
268608
|
+
]
|
|
268532
268609
|
},
|
|
268533
268610
|
"title": {
|
|
268534
268611
|
"description": "Title of the issue",
|
|
@@ -363603,7 +363680,12 @@
|
|
|
363603
363680
|
"description": "The reason for the current state",
|
|
363604
363681
|
"example": "not_planned",
|
|
363605
363682
|
"type": "string",
|
|
363606
|
-
"nullable": true
|
|
363683
|
+
"nullable": true,
|
|
363684
|
+
"enum": [
|
|
363685
|
+
"completed",
|
|
363686
|
+
"reopened",
|
|
363687
|
+
"not_planned"
|
|
363688
|
+
]
|
|
363607
363689
|
},
|
|
363608
363690
|
"title": {
|
|
363609
363691
|
"description": "Title of the issue",
|
|
@@ -381397,7 +381479,12 @@
|
|
|
381397
381479
|
"description": "The reason for the current state",
|
|
381398
381480
|
"example": "not_planned",
|
|
381399
381481
|
"type": "string",
|
|
381400
|
-
"nullable": true
|
|
381482
|
+
"nullable": true,
|
|
381483
|
+
"enum": [
|
|
381484
|
+
"completed",
|
|
381485
|
+
"reopened",
|
|
381486
|
+
"not_planned"
|
|
381487
|
+
]
|
|
381401
381488
|
},
|
|
381402
381489
|
"title": {
|
|
381403
381490
|
"description": "Title of the issue",
|
|
@@ -384518,7 +384605,12 @@
|
|
|
384518
384605
|
"description": "The reason for the current state",
|
|
384519
384606
|
"example": "not_planned",
|
|
384520
384607
|
"type": "string",
|
|
384521
|
-
"nullable": true
|
|
384608
|
+
"nullable": true,
|
|
384609
|
+
"enum": [
|
|
384610
|
+
"completed",
|
|
384611
|
+
"reopened",
|
|
384612
|
+
"not_planned"
|
|
384613
|
+
]
|
|
384522
384614
|
},
|
|
384523
384615
|
"title": {
|
|
384524
384616
|
"description": "Title of the issue",
|
|
@@ -387641,7 +387733,12 @@
|
|
|
387641
387733
|
"description": "The reason for the current state",
|
|
387642
387734
|
"example": "not_planned",
|
|
387643
387735
|
"type": "string",
|
|
387644
|
-
"nullable": true
|
|
387736
|
+
"nullable": true,
|
|
387737
|
+
"enum": [
|
|
387738
|
+
"completed",
|
|
387739
|
+
"reopened",
|
|
387740
|
+
"not_planned"
|
|
387741
|
+
]
|
|
387645
387742
|
},
|
|
387646
387743
|
"title": {
|
|
387647
387744
|
"description": "Title of the issue",
|
|
@@ -393702,7 +393799,12 @@
|
|
|
393702
393799
|
"description": "The reason for the current state",
|
|
393703
393800
|
"example": "not_planned",
|
|
393704
393801
|
"type": "string",
|
|
393705
|
-
"nullable": true
|
|
393802
|
+
"nullable": true,
|
|
393803
|
+
"enum": [
|
|
393804
|
+
"completed",
|
|
393805
|
+
"reopened",
|
|
393806
|
+
"not_planned"
|
|
393807
|
+
]
|
|
393706
393808
|
},
|
|
393707
393809
|
"title": {
|
|
393708
393810
|
"description": "Title of the issue",
|
|
@@ -396825,7 +396927,12 @@
|
|
|
396825
396927
|
"description": "The reason for the current state",
|
|
396826
396928
|
"example": "not_planned",
|
|
396827
396929
|
"type": "string",
|
|
396828
|
-
"nullable": true
|
|
396930
|
+
"nullable": true,
|
|
396931
|
+
"enum": [
|
|
396932
|
+
"completed",
|
|
396933
|
+
"reopened",
|
|
396934
|
+
"not_planned"
|
|
396935
|
+
]
|
|
396829
396936
|
},
|
|
396830
396937
|
"title": {
|
|
396831
396938
|
"description": "Title of the issue",
|
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.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": {
|
|
@@ -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",
|
|
@@ -18013,8 +18014,9 @@
|
|
|
18013
18014
|
},
|
|
18014
18015
|
"use_squash_pr_title_as_default": {
|
|
18015
18016
|
"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
|
|
18017
|
+
"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.",
|
|
18018
|
+
"default": false,
|
|
18019
|
+
"deprecated": true
|
|
18018
18020
|
},
|
|
18019
18021
|
"squash_merge_commit_title": {
|
|
18020
18022
|
"type": "string",
|
|
@@ -20295,7 +20297,7 @@
|
|
|
20295
20297
|
},
|
|
20296
20298
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
20297
20299
|
"get": {
|
|
20298
|
-
"summary": "List workflow runs",
|
|
20300
|
+
"summary": "List workflow runs for a workflow",
|
|
20299
20301
|
"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
20302
|
"tags": [
|
|
20301
20303
|
"actions"
|
|
@@ -27496,7 +27498,7 @@
|
|
|
27496
27498
|
},
|
|
27497
27499
|
"sha": {
|
|
27498
27500
|
"type": "string",
|
|
27499
|
-
"description": "The blob SHA of the file being
|
|
27501
|
+
"description": "The blob SHA of the file being deleted."
|
|
27500
27502
|
},
|
|
27501
27503
|
"branch": {
|
|
27502
27504
|
"type": "string",
|
|
@@ -32322,6 +32324,11 @@
|
|
|
32322
32324
|
},
|
|
32323
32325
|
"state_reason": {
|
|
32324
32326
|
"type": "string",
|
|
32327
|
+
"enum": [
|
|
32328
|
+
"completed",
|
|
32329
|
+
"not_planned",
|
|
32330
|
+
"reopened"
|
|
32331
|
+
],
|
|
32325
32332
|
"nullable": true,
|
|
32326
32333
|
"description": "The reason for the current state",
|
|
32327
32334
|
"example": "not_planned"
|
|
@@ -55079,7 +55086,12 @@
|
|
|
55079
55086
|
"description": "The reason for the current state",
|
|
55080
55087
|
"example": "not_planned",
|
|
55081
55088
|
"type": "string",
|
|
55082
|
-
"nullable": true
|
|
55089
|
+
"nullable": true,
|
|
55090
|
+
"enum": [
|
|
55091
|
+
"completed",
|
|
55092
|
+
"reopened",
|
|
55093
|
+
"not_planned"
|
|
55094
|
+
]
|
|
55083
55095
|
},
|
|
55084
55096
|
"title": {
|
|
55085
55097
|
"description": "Title of the issue",
|
|
@@ -67013,7 +67025,12 @@
|
|
|
67013
67025
|
"description": "The reason for the current state",
|
|
67014
67026
|
"example": "not_planned",
|
|
67015
67027
|
"type": "string",
|
|
67016
|
-
"nullable": true
|
|
67028
|
+
"nullable": true,
|
|
67029
|
+
"enum": [
|
|
67030
|
+
"completed",
|
|
67031
|
+
"reopened",
|
|
67032
|
+
"not_planned"
|
|
67033
|
+
]
|
|
67017
67034
|
},
|
|
67018
67035
|
"title": {
|
|
67019
67036
|
"description": "Title of the issue",
|
|
@@ -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": {
|
|
@@ -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.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": {
|
|
@@ -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"
|