@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": {
|
|
@@ -33824,7 +33824,12 @@
|
|
|
33824
33824
|
"description": "The reason for the current state",
|
|
33825
33825
|
"example": "not_planned",
|
|
33826
33826
|
"type": "string",
|
|
33827
|
-
"nullable": true
|
|
33827
|
+
"nullable": true,
|
|
33828
|
+
"enum": [
|
|
33829
|
+
"completed",
|
|
33830
|
+
"reopened",
|
|
33831
|
+
"not_planned"
|
|
33832
|
+
]
|
|
33828
33833
|
},
|
|
33829
33834
|
"title": {
|
|
33830
33835
|
"description": "Title of the issue",
|
|
@@ -48776,7 +48781,12 @@
|
|
|
48776
48781
|
"description": "The reason for the current state",
|
|
48777
48782
|
"example": "not_planned",
|
|
48778
48783
|
"type": "string",
|
|
48779
|
-
"nullable": true
|
|
48784
|
+
"nullable": true,
|
|
48785
|
+
"enum": [
|
|
48786
|
+
"completed",
|
|
48787
|
+
"reopened",
|
|
48788
|
+
"not_planned"
|
|
48789
|
+
]
|
|
48780
48790
|
},
|
|
48781
48791
|
"title": {
|
|
48782
48792
|
"description": "Title of the issue",
|
|
@@ -52286,7 +52296,12 @@
|
|
|
52286
52296
|
"description": "The reason for the current state",
|
|
52287
52297
|
"example": "not_planned",
|
|
52288
52298
|
"type": "string",
|
|
52289
|
-
"nullable": true
|
|
52299
|
+
"nullable": true,
|
|
52300
|
+
"enum": [
|
|
52301
|
+
"completed",
|
|
52302
|
+
"reopened",
|
|
52303
|
+
"not_planned"
|
|
52304
|
+
]
|
|
52290
52305
|
},
|
|
52291
52306
|
"title": {
|
|
52292
52307
|
"description": "Title of the issue",
|
|
@@ -77448,7 +77463,12 @@
|
|
|
77448
77463
|
"description": "The reason for the current state",
|
|
77449
77464
|
"example": "not_planned",
|
|
77450
77465
|
"type": "string",
|
|
77451
|
-
"nullable": true
|
|
77466
|
+
"nullable": true,
|
|
77467
|
+
"enum": [
|
|
77468
|
+
"completed",
|
|
77469
|
+
"reopened",
|
|
77470
|
+
"not_planned"
|
|
77471
|
+
]
|
|
77452
77472
|
},
|
|
77453
77473
|
"title": {
|
|
77454
77474
|
"description": "Title of the issue",
|
|
@@ -84460,7 +84480,12 @@
|
|
|
84460
84480
|
"description": "The reason for the current state",
|
|
84461
84481
|
"example": "not_planned",
|
|
84462
84482
|
"type": "string",
|
|
84463
|
-
"nullable": true
|
|
84483
|
+
"nullable": true,
|
|
84484
|
+
"enum": [
|
|
84485
|
+
"completed",
|
|
84486
|
+
"reopened",
|
|
84487
|
+
"not_planned"
|
|
84488
|
+
]
|
|
84464
84489
|
},
|
|
84465
84490
|
"title": {
|
|
84466
84491
|
"description": "Title of the issue",
|
|
@@ -97369,8 +97394,9 @@
|
|
|
97369
97394
|
},
|
|
97370
97395
|
"use_squash_pr_title_as_default": {
|
|
97371
97396
|
"type": "boolean",
|
|
97372
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
97373
|
-
"default": false
|
|
97397
|
+
"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.",
|
|
97398
|
+
"default": false,
|
|
97399
|
+
"deprecated": true
|
|
97374
97400
|
},
|
|
97375
97401
|
"squash_merge_commit_title": {
|
|
97376
97402
|
"type": "string",
|
|
@@ -123364,8 +123390,9 @@
|
|
|
123364
123390
|
},
|
|
123365
123391
|
"use_squash_pr_title_as_default": {
|
|
123366
123392
|
"type": "boolean",
|
|
123367
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
123368
|
-
"default": false
|
|
123393
|
+
"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.",
|
|
123394
|
+
"default": false,
|
|
123395
|
+
"deprecated": true
|
|
123369
123396
|
},
|
|
123370
123397
|
"squash_merge_commit_title": {
|
|
123371
123398
|
"type": "string",
|
|
@@ -151034,7 +151061,7 @@
|
|
|
151034
151061
|
},
|
|
151035
151062
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
151036
151063
|
"get": {
|
|
151037
|
-
"summary": "List workflow runs",
|
|
151064
|
+
"summary": "List workflow runs for a workflow",
|
|
151038
151065
|
"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.5/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.",
|
|
151039
151066
|
"tags": [
|
|
151040
151067
|
"actions"
|
|
@@ -216106,7 +216133,7 @@
|
|
|
216106
216133
|
},
|
|
216107
216134
|
"sha": {
|
|
216108
216135
|
"type": "string",
|
|
216109
|
-
"description": "The blob SHA of the file being
|
|
216136
|
+
"description": "The blob SHA of the file being deleted."
|
|
216110
216137
|
},
|
|
216111
216138
|
"branch": {
|
|
216112
216139
|
"type": "string",
|
|
@@ -224126,7 +224153,12 @@
|
|
|
224126
224153
|
"description": "The reason for the current state",
|
|
224127
224154
|
"example": "not_planned",
|
|
224128
224155
|
"type": "string",
|
|
224129
|
-
"nullable": true
|
|
224156
|
+
"nullable": true,
|
|
224157
|
+
"enum": [
|
|
224158
|
+
"completed",
|
|
224159
|
+
"reopened",
|
|
224160
|
+
"not_planned"
|
|
224161
|
+
]
|
|
224130
224162
|
},
|
|
224131
224163
|
"title": {
|
|
224132
224164
|
"description": "Title of the issue",
|
|
@@ -245578,7 +245610,12 @@
|
|
|
245578
245610
|
"description": "The reason for the current state",
|
|
245579
245611
|
"example": "not_planned",
|
|
245580
245612
|
"type": "string",
|
|
245581
|
-
"nullable": true
|
|
245613
|
+
"nullable": true,
|
|
245614
|
+
"enum": [
|
|
245615
|
+
"completed",
|
|
245616
|
+
"reopened",
|
|
245617
|
+
"not_planned"
|
|
245618
|
+
]
|
|
245582
245619
|
},
|
|
245583
245620
|
"title": {
|
|
245584
245621
|
"description": "Title of the issue",
|
|
@@ -248360,7 +248397,12 @@
|
|
|
248360
248397
|
"description": "The reason for the current state",
|
|
248361
248398
|
"example": "not_planned",
|
|
248362
248399
|
"type": "string",
|
|
248363
|
-
"nullable": true
|
|
248400
|
+
"nullable": true,
|
|
248401
|
+
"enum": [
|
|
248402
|
+
"completed",
|
|
248403
|
+
"reopened",
|
|
248404
|
+
"not_planned"
|
|
248405
|
+
]
|
|
248364
248406
|
},
|
|
248365
248407
|
"title": {
|
|
248366
248408
|
"description": "Title of the issue",
|
|
@@ -254295,7 +254337,12 @@
|
|
|
254295
254337
|
"description": "The reason for the current state",
|
|
254296
254338
|
"example": "not_planned",
|
|
254297
254339
|
"type": "string",
|
|
254298
|
-
"nullable": true
|
|
254340
|
+
"nullable": true,
|
|
254341
|
+
"enum": [
|
|
254342
|
+
"completed",
|
|
254343
|
+
"reopened",
|
|
254344
|
+
"not_planned"
|
|
254345
|
+
]
|
|
254299
254346
|
},
|
|
254300
254347
|
"title": {
|
|
254301
254348
|
"description": "Title of the issue",
|
|
@@ -258133,7 +258180,12 @@
|
|
|
258133
258180
|
"description": "The reason for the current state",
|
|
258134
258181
|
"example": "not_planned",
|
|
258135
258182
|
"type": "string",
|
|
258136
|
-
"nullable": true
|
|
258183
|
+
"nullable": true,
|
|
258184
|
+
"enum": [
|
|
258185
|
+
"completed",
|
|
258186
|
+
"reopened",
|
|
258187
|
+
"not_planned"
|
|
258188
|
+
]
|
|
258137
258189
|
},
|
|
258138
258190
|
"title": {
|
|
258139
258191
|
"description": "Title of the issue",
|
|
@@ -261853,7 +261905,12 @@
|
|
|
261853
261905
|
"description": "The reason for the current state",
|
|
261854
261906
|
"example": "not_planned",
|
|
261855
261907
|
"type": "string",
|
|
261856
|
-
"nullable": true
|
|
261908
|
+
"nullable": true,
|
|
261909
|
+
"enum": [
|
|
261910
|
+
"completed",
|
|
261911
|
+
"reopened",
|
|
261912
|
+
"not_planned"
|
|
261913
|
+
]
|
|
261857
261914
|
},
|
|
261858
261915
|
"title": {
|
|
261859
261916
|
"description": "Title of the issue",
|
|
@@ -264478,6 +264535,11 @@
|
|
|
264478
264535
|
},
|
|
264479
264536
|
"state_reason": {
|
|
264480
264537
|
"type": "string",
|
|
264538
|
+
"enum": [
|
|
264539
|
+
"completed",
|
|
264540
|
+
"not_planned",
|
|
264541
|
+
"reopened"
|
|
264542
|
+
],
|
|
264481
264543
|
"nullable": true,
|
|
264482
264544
|
"description": "The reason for the current state",
|
|
264483
264545
|
"example": "not_planned"
|
|
@@ -264607,7 +264669,12 @@
|
|
|
264607
264669
|
"description": "The reason for the current state",
|
|
264608
264670
|
"example": "not_planned",
|
|
264609
264671
|
"type": "string",
|
|
264610
|
-
"nullable": true
|
|
264672
|
+
"nullable": true,
|
|
264673
|
+
"enum": [
|
|
264674
|
+
"completed",
|
|
264675
|
+
"reopened",
|
|
264676
|
+
"not_planned"
|
|
264677
|
+
]
|
|
264611
264678
|
},
|
|
264612
264679
|
"title": {
|
|
264613
264680
|
"description": "Title of the issue",
|
|
@@ -267392,7 +267459,12 @@
|
|
|
267392
267459
|
"description": "The reason for the current state",
|
|
267393
267460
|
"example": "not_planned",
|
|
267394
267461
|
"type": "string",
|
|
267395
|
-
"nullable": true
|
|
267462
|
+
"nullable": true,
|
|
267463
|
+
"enum": [
|
|
267464
|
+
"completed",
|
|
267465
|
+
"reopened",
|
|
267466
|
+
"not_planned"
|
|
267467
|
+
]
|
|
267396
267468
|
},
|
|
267397
267469
|
"title": {
|
|
267398
267470
|
"description": "Title of the issue",
|
|
@@ -291174,7 +291246,12 @@
|
|
|
291174
291246
|
"description": "The reason for the current state",
|
|
291175
291247
|
"example": "not_planned",
|
|
291176
291248
|
"type": "string",
|
|
291177
|
-
"nullable": true
|
|
291249
|
+
"nullable": true,
|
|
291250
|
+
"enum": [
|
|
291251
|
+
"completed",
|
|
291252
|
+
"reopened",
|
|
291253
|
+
"not_planned"
|
|
291254
|
+
]
|
|
291178
291255
|
},
|
|
291179
291256
|
"title": {
|
|
291180
291257
|
"description": "Title of the issue",
|
|
@@ -387038,7 +387115,12 @@
|
|
|
387038
387115
|
"description": "The reason for the current state",
|
|
387039
387116
|
"example": "not_planned",
|
|
387040
387117
|
"type": "string",
|
|
387041
|
-
"nullable": true
|
|
387118
|
+
"nullable": true,
|
|
387119
|
+
"enum": [
|
|
387120
|
+
"completed",
|
|
387121
|
+
"reopened",
|
|
387122
|
+
"not_planned"
|
|
387123
|
+
]
|
|
387042
387124
|
},
|
|
387043
387125
|
"title": {
|
|
387044
387126
|
"description": "Title of the issue",
|
|
@@ -410213,7 +410295,12 @@
|
|
|
410213
410295
|
"description": "The reason for the current state",
|
|
410214
410296
|
"example": "not_planned",
|
|
410215
410297
|
"type": "string",
|
|
410216
|
-
"nullable": true
|
|
410298
|
+
"nullable": true,
|
|
410299
|
+
"enum": [
|
|
410300
|
+
"completed",
|
|
410301
|
+
"reopened",
|
|
410302
|
+
"not_planned"
|
|
410303
|
+
]
|
|
410217
410304
|
},
|
|
410218
410305
|
"title": {
|
|
410219
410306
|
"description": "Title of the issue",
|
|
@@ -413340,7 +413427,12 @@
|
|
|
413340
413427
|
"description": "The reason for the current state",
|
|
413341
413428
|
"example": "not_planned",
|
|
413342
413429
|
"type": "string",
|
|
413343
|
-
"nullable": true
|
|
413430
|
+
"nullable": true,
|
|
413431
|
+
"enum": [
|
|
413432
|
+
"completed",
|
|
413433
|
+
"reopened",
|
|
413434
|
+
"not_planned"
|
|
413435
|
+
]
|
|
413344
413436
|
},
|
|
413345
413437
|
"title": {
|
|
413346
413438
|
"description": "Title of the issue",
|
|
@@ -416469,7 +416561,12 @@
|
|
|
416469
416561
|
"description": "The reason for the current state",
|
|
416470
416562
|
"example": "not_planned",
|
|
416471
416563
|
"type": "string",
|
|
416472
|
-
"nullable": true
|
|
416564
|
+
"nullable": true,
|
|
416565
|
+
"enum": [
|
|
416566
|
+
"completed",
|
|
416567
|
+
"reopened",
|
|
416568
|
+
"not_planned"
|
|
416569
|
+
]
|
|
416473
416570
|
},
|
|
416474
416571
|
"title": {
|
|
416475
416572
|
"description": "Title of the issue",
|
|
@@ -422528,7 +422625,12 @@
|
|
|
422528
422625
|
"description": "The reason for the current state",
|
|
422529
422626
|
"example": "not_planned",
|
|
422530
422627
|
"type": "string",
|
|
422531
|
-
"nullable": true
|
|
422628
|
+
"nullable": true,
|
|
422629
|
+
"enum": [
|
|
422630
|
+
"completed",
|
|
422631
|
+
"reopened",
|
|
422632
|
+
"not_planned"
|
|
422633
|
+
]
|
|
422532
422634
|
},
|
|
422533
422635
|
"title": {
|
|
422534
422636
|
"description": "Title of the issue",
|
|
@@ -425657,7 +425759,12 @@
|
|
|
425657
425759
|
"description": "The reason for the current state",
|
|
425658
425760
|
"example": "not_planned",
|
|
425659
425761
|
"type": "string",
|
|
425660
|
-
"nullable": true
|
|
425762
|
+
"nullable": true,
|
|
425763
|
+
"enum": [
|
|
425764
|
+
"completed",
|
|
425765
|
+
"reopened",
|
|
425766
|
+
"not_planned"
|
|
425767
|
+
]
|
|
425661
425768
|
},
|
|
425662
425769
|
"title": {
|
|
425663
425770
|
"description": "Title of the issue",
|
package/generated/ghes-3.5.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": {
|
|
@@ -9637,7 +9637,7 @@
|
|
|
9637
9637
|
},
|
|
9638
9638
|
"examples": {
|
|
9639
9639
|
"default": {
|
|
9640
|
-
"$ref": "#/components/examples/organization-custom-repository-role-example
|
|
9640
|
+
"$ref": "#/components/examples/organization-custom-repository-role-example"
|
|
9641
9641
|
}
|
|
9642
9642
|
}
|
|
9643
9643
|
}
|
|
@@ -15658,8 +15658,9 @@
|
|
|
15658
15658
|
},
|
|
15659
15659
|
"use_squash_pr_title_as_default": {
|
|
15660
15660
|
"type": "boolean",
|
|
15661
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
15662
|
-
"default": false
|
|
15661
|
+
"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.",
|
|
15662
|
+
"default": false,
|
|
15663
|
+
"deprecated": true
|
|
15663
15664
|
},
|
|
15664
15665
|
"squash_merge_commit_title": {
|
|
15665
15666
|
"type": "string",
|
|
@@ -19908,8 +19909,9 @@
|
|
|
19908
19909
|
},
|
|
19909
19910
|
"use_squash_pr_title_as_default": {
|
|
19910
19911
|
"type": "boolean",
|
|
19911
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
19912
|
-
"default": false
|
|
19912
|
+
"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.",
|
|
19913
|
+
"default": false,
|
|
19914
|
+
"deprecated": true
|
|
19913
19915
|
},
|
|
19914
19916
|
"squash_merge_commit_title": {
|
|
19915
19917
|
"type": "string",
|
|
@@ -23072,7 +23074,7 @@
|
|
|
23072
23074
|
},
|
|
23073
23075
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
23074
23076
|
"get": {
|
|
23075
|
-
"summary": "List workflow runs",
|
|
23077
|
+
"summary": "List workflow runs for a workflow",
|
|
23076
23078
|
"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.5/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.",
|
|
23077
23079
|
"tags": [
|
|
23078
23080
|
"actions"
|
|
@@ -30276,7 +30278,7 @@
|
|
|
30276
30278
|
},
|
|
30277
30279
|
"sha": {
|
|
30278
30280
|
"type": "string",
|
|
30279
|
-
"description": "The blob SHA of the file being
|
|
30281
|
+
"description": "The blob SHA of the file being deleted."
|
|
30280
30282
|
},
|
|
30281
30283
|
"branch": {
|
|
30282
30284
|
"type": "string",
|
|
@@ -35437,6 +35439,11 @@
|
|
|
35437
35439
|
},
|
|
35438
35440
|
"state_reason": {
|
|
35439
35441
|
"type": "string",
|
|
35442
|
+
"enum": [
|
|
35443
|
+
"completed",
|
|
35444
|
+
"not_planned",
|
|
35445
|
+
"reopened"
|
|
35446
|
+
],
|
|
35440
35447
|
"nullable": true,
|
|
35441
35448
|
"description": "The reason for the current state",
|
|
35442
35449
|
"example": "not_planned"
|
|
@@ -58516,7 +58523,12 @@
|
|
|
58516
58523
|
"description": "The reason for the current state",
|
|
58517
58524
|
"example": "not_planned",
|
|
58518
58525
|
"type": "string",
|
|
58519
|
-
"nullable": true
|
|
58526
|
+
"nullable": true,
|
|
58527
|
+
"enum": [
|
|
58528
|
+
"completed",
|
|
58529
|
+
"reopened",
|
|
58530
|
+
"not_planned"
|
|
58531
|
+
]
|
|
58520
58532
|
},
|
|
58521
58533
|
"title": {
|
|
58522
58534
|
"description": "Title of the issue",
|
|
@@ -70650,7 +70662,12 @@
|
|
|
70650
70662
|
"description": "The reason for the current state",
|
|
70651
70663
|
"example": "not_planned",
|
|
70652
70664
|
"type": "string",
|
|
70653
|
-
"nullable": true
|
|
70665
|
+
"nullable": true,
|
|
70666
|
+
"enum": [
|
|
70667
|
+
"completed",
|
|
70668
|
+
"reopened",
|
|
70669
|
+
"not_planned"
|
|
70670
|
+
]
|
|
70654
70671
|
},
|
|
70655
70672
|
"title": {
|
|
70656
70673
|
"description": "Title of the issue",
|
|
@@ -83136,7 +83153,7 @@
|
|
|
83136
83153
|
}
|
|
83137
83154
|
]
|
|
83138
83155
|
},
|
|
83139
|
-
"organization-custom-repository-role-example
|
|
83156
|
+
"organization-custom-repository-role-example": {
|
|
83140
83157
|
"value": {
|
|
83141
83158
|
"total_count": 2,
|
|
83142
83159
|
"custom_roles": [
|
|
@@ -17568,6 +17568,42 @@
|
|
|
17568
17568
|
}
|
|
17569
17569
|
}
|
|
17570
17570
|
},
|
|
17571
|
+
"/organizations/{organization_id}/custom_roles": {
|
|
17572
|
+
"get": {
|
|
17573
|
+
"responses": {
|
|
17574
|
+
"changed": {
|
|
17575
|
+
"200": {
|
|
17576
|
+
"content": {
|
|
17577
|
+
"changed": {
|
|
17578
|
+
"application/json": {
|
|
17579
|
+
"schema_changed": {
|
|
17580
|
+
"properties_changed": {
|
|
17581
|
+
"changed": {
|
|
17582
|
+
"custom_roles": {
|
|
17583
|
+
"items_changed": {
|
|
17584
|
+
"properties_changed": {
|
|
17585
|
+
"removed": [
|
|
17586
|
+
"base_role",
|
|
17587
|
+
"created_at",
|
|
17588
|
+
"description",
|
|
17589
|
+
"organization",
|
|
17590
|
+
"permissions",
|
|
17591
|
+
"updated_at"
|
|
17592
|
+
]
|
|
17593
|
+
}
|
|
17594
|
+
}
|
|
17595
|
+
}
|
|
17596
|
+
}
|
|
17597
|
+
}
|
|
17598
|
+
}
|
|
17599
|
+
}
|
|
17600
|
+
}
|
|
17601
|
+
}
|
|
17602
|
+
}
|
|
17603
|
+
}
|
|
17604
|
+
}
|
|
17605
|
+
}
|
|
17606
|
+
},
|
|
17571
17607
|
"/orgs/{org}": {
|
|
17572
17608
|
"get": {
|
|
17573
17609
|
"responses": {
|
|
@@ -17915,6 +17951,42 @@
|
|
|
17915
17951
|
}
|
|
17916
17952
|
}
|
|
17917
17953
|
},
|
|
17954
|
+
"/repos/{owner}/{repo}/actions/runs": {
|
|
17955
|
+
"get": {
|
|
17956
|
+
"parameters": {
|
|
17957
|
+
"removed": [
|
|
17958
|
+
{
|
|
17959
|
+
"description": "Only returns workflow runs that are associated with the specified `head_sha`.",
|
|
17960
|
+
"in": "query",
|
|
17961
|
+
"name": "head_sha",
|
|
17962
|
+
"required": false,
|
|
17963
|
+
"schema": {
|
|
17964
|
+
"type": "string"
|
|
17965
|
+
},
|
|
17966
|
+
"style": "form"
|
|
17967
|
+
}
|
|
17968
|
+
]
|
|
17969
|
+
}
|
|
17970
|
+
}
|
|
17971
|
+
},
|
|
17972
|
+
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
17973
|
+
"get": {
|
|
17974
|
+
"parameters": {
|
|
17975
|
+
"removed": [
|
|
17976
|
+
{
|
|
17977
|
+
"description": "Only returns workflow runs that are associated with the specified `head_sha`.",
|
|
17978
|
+
"in": "query",
|
|
17979
|
+
"name": "head_sha",
|
|
17980
|
+
"required": false,
|
|
17981
|
+
"schema": {
|
|
17982
|
+
"type": "string"
|
|
17983
|
+
},
|
|
17984
|
+
"style": "form"
|
|
17985
|
+
}
|
|
17986
|
+
]
|
|
17987
|
+
}
|
|
17988
|
+
}
|
|
17989
|
+
},
|
|
17918
17990
|
"/repos/{owner}/{repo}/autolinks": {
|
|
17919
17991
|
"get": {
|
|
17920
17992
|
"responses": {
|
|
@@ -18566,6 +18638,13 @@
|
|
|
18566
18638
|
"/orgs/{org}/credential-authorizations/{credential_id}": [
|
|
18567
18639
|
"delete"
|
|
18568
18640
|
],
|
|
18641
|
+
"/orgs/{org}/custom_roles": [
|
|
18642
|
+
"post"
|
|
18643
|
+
],
|
|
18644
|
+
"/orgs/{org}/custom_roles/{role_id}": [
|
|
18645
|
+
"delete",
|
|
18646
|
+
"patch"
|
|
18647
|
+
],
|
|
18569
18648
|
"/orgs/{org}/external-group/{group_id}": [
|
|
18570
18649
|
"get"
|
|
18571
18650
|
],
|
|
@@ -18575,6 +18654,9 @@
|
|
|
18575
18654
|
"/orgs/{org}/failed_invitations": [
|
|
18576
18655
|
"get"
|
|
18577
18656
|
],
|
|
18657
|
+
"/orgs/{org}/fine_grained_permissions": [
|
|
18658
|
+
"get"
|
|
18659
|
+
],
|
|
18578
18660
|
"/orgs/{org}/interaction-limits": [
|
|
18579
18661
|
"get",
|
|
18580
18662
|
"put",
|