@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": {
|
|
@@ -33473,7 +33473,12 @@
|
|
|
33473
33473
|
"description": "The reason for the current state",
|
|
33474
33474
|
"example": "not_planned",
|
|
33475
33475
|
"type": "string",
|
|
33476
|
-
"nullable": true
|
|
33476
|
+
"nullable": true,
|
|
33477
|
+
"enum": [
|
|
33478
|
+
"completed",
|
|
33479
|
+
"reopened",
|
|
33480
|
+
"not_planned"
|
|
33481
|
+
]
|
|
33477
33482
|
},
|
|
33478
33483
|
"title": {
|
|
33479
33484
|
"description": "Title of the issue",
|
|
@@ -48413,7 +48418,12 @@
|
|
|
48413
48418
|
"description": "The reason for the current state",
|
|
48414
48419
|
"example": "not_planned",
|
|
48415
48420
|
"type": "string",
|
|
48416
|
-
"nullable": true
|
|
48421
|
+
"nullable": true,
|
|
48422
|
+
"enum": [
|
|
48423
|
+
"completed",
|
|
48424
|
+
"reopened",
|
|
48425
|
+
"not_planned"
|
|
48426
|
+
]
|
|
48417
48427
|
},
|
|
48418
48428
|
"title": {
|
|
48419
48429
|
"description": "Title of the issue",
|
|
@@ -51917,7 +51927,12 @@
|
|
|
51917
51927
|
"description": "The reason for the current state",
|
|
51918
51928
|
"example": "not_planned",
|
|
51919
51929
|
"type": "string",
|
|
51920
|
-
"nullable": true
|
|
51930
|
+
"nullable": true,
|
|
51931
|
+
"enum": [
|
|
51932
|
+
"completed",
|
|
51933
|
+
"reopened",
|
|
51934
|
+
"not_planned"
|
|
51935
|
+
]
|
|
51921
51936
|
},
|
|
51922
51937
|
"title": {
|
|
51923
51938
|
"description": "Title of the issue",
|
|
@@ -75299,7 +75314,12 @@
|
|
|
75299
75314
|
"description": "The reason for the current state",
|
|
75300
75315
|
"example": "not_planned",
|
|
75301
75316
|
"type": "string",
|
|
75302
|
-
"nullable": true
|
|
75317
|
+
"nullable": true,
|
|
75318
|
+
"enum": [
|
|
75319
|
+
"completed",
|
|
75320
|
+
"reopened",
|
|
75321
|
+
"not_planned"
|
|
75322
|
+
]
|
|
75303
75323
|
},
|
|
75304
75324
|
"title": {
|
|
75305
75325
|
"description": "Title of the issue",
|
|
@@ -82305,7 +82325,12 @@
|
|
|
82305
82325
|
"description": "The reason for the current state",
|
|
82306
82326
|
"example": "not_planned",
|
|
82307
82327
|
"type": "string",
|
|
82308
|
-
"nullable": true
|
|
82328
|
+
"nullable": true,
|
|
82329
|
+
"enum": [
|
|
82330
|
+
"completed",
|
|
82331
|
+
"reopened",
|
|
82332
|
+
"not_planned"
|
|
82333
|
+
]
|
|
82309
82334
|
},
|
|
82310
82335
|
"title": {
|
|
82311
82336
|
"description": "Title of the issue",
|
|
@@ -95186,8 +95211,9 @@
|
|
|
95186
95211
|
},
|
|
95187
95212
|
"use_squash_pr_title_as_default": {
|
|
95188
95213
|
"type": "boolean",
|
|
95189
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
95190
|
-
"default": false
|
|
95214
|
+
"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.",
|
|
95215
|
+
"default": false,
|
|
95216
|
+
"deprecated": true
|
|
95191
95217
|
},
|
|
95192
95218
|
"squash_merge_commit_title": {
|
|
95193
95219
|
"type": "string",
|
|
@@ -121264,8 +121290,9 @@
|
|
|
121264
121290
|
},
|
|
121265
121291
|
"use_squash_pr_title_as_default": {
|
|
121266
121292
|
"type": "boolean",
|
|
121267
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
121268
|
-
"default": false
|
|
121293
|
+
"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.",
|
|
121294
|
+
"default": false,
|
|
121295
|
+
"deprecated": true
|
|
121269
121296
|
},
|
|
121270
121297
|
"squash_merge_commit_title": {
|
|
121271
121298
|
"type": "string",
|
|
@@ -142956,7 +142983,7 @@
|
|
|
142956
142983
|
},
|
|
142957
142984
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
142958
142985
|
"get": {
|
|
142959
|
-
"summary": "List workflow runs",
|
|
142986
|
+
"summary": "List workflow runs for a workflow",
|
|
142960
142987
|
"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.",
|
|
142961
142988
|
"tags": [
|
|
142962
142989
|
"actions"
|
|
@@ -207516,7 +207543,7 @@
|
|
|
207516
207543
|
},
|
|
207517
207544
|
"sha": {
|
|
207518
207545
|
"type": "string",
|
|
207519
|
-
"description": "The blob SHA of the file being
|
|
207546
|
+
"description": "The blob SHA of the file being deleted."
|
|
207520
207547
|
},
|
|
207521
207548
|
"branch": {
|
|
207522
207549
|
"type": "string",
|
|
@@ -215536,7 +215563,12 @@
|
|
|
215536
215563
|
"description": "The reason for the current state",
|
|
215537
215564
|
"example": "not_planned",
|
|
215538
215565
|
"type": "string",
|
|
215539
|
-
"nullable": true
|
|
215566
|
+
"nullable": true,
|
|
215567
|
+
"enum": [
|
|
215568
|
+
"completed",
|
|
215569
|
+
"reopened",
|
|
215570
|
+
"not_planned"
|
|
215571
|
+
]
|
|
215540
215572
|
},
|
|
215541
215573
|
"title": {
|
|
215542
215574
|
"description": "Title of the issue",
|
|
@@ -236964,7 +236996,12 @@
|
|
|
236964
236996
|
"description": "The reason for the current state",
|
|
236965
236997
|
"example": "not_planned",
|
|
236966
236998
|
"type": "string",
|
|
236967
|
-
"nullable": true
|
|
236999
|
+
"nullable": true,
|
|
237000
|
+
"enum": [
|
|
237001
|
+
"completed",
|
|
237002
|
+
"reopened",
|
|
237003
|
+
"not_planned"
|
|
237004
|
+
]
|
|
236968
237005
|
},
|
|
236969
237006
|
"title": {
|
|
236970
237007
|
"description": "Title of the issue",
|
|
@@ -239740,7 +239777,12 @@
|
|
|
239740
239777
|
"description": "The reason for the current state",
|
|
239741
239778
|
"example": "not_planned",
|
|
239742
239779
|
"type": "string",
|
|
239743
|
-
"nullable": true
|
|
239780
|
+
"nullable": true,
|
|
239781
|
+
"enum": [
|
|
239782
|
+
"completed",
|
|
239783
|
+
"reopened",
|
|
239784
|
+
"not_planned"
|
|
239785
|
+
]
|
|
239744
239786
|
},
|
|
239745
239787
|
"title": {
|
|
239746
239788
|
"description": "Title of the issue",
|
|
@@ -245669,7 +245711,12 @@
|
|
|
245669
245711
|
"description": "The reason for the current state",
|
|
245670
245712
|
"example": "not_planned",
|
|
245671
245713
|
"type": "string",
|
|
245672
|
-
"nullable": true
|
|
245714
|
+
"nullable": true,
|
|
245715
|
+
"enum": [
|
|
245716
|
+
"completed",
|
|
245717
|
+
"reopened",
|
|
245718
|
+
"not_planned"
|
|
245719
|
+
]
|
|
245673
245720
|
},
|
|
245674
245721
|
"title": {
|
|
245675
245722
|
"description": "Title of the issue",
|
|
@@ -249501,7 +249548,12 @@
|
|
|
249501
249548
|
"description": "The reason for the current state",
|
|
249502
249549
|
"example": "not_planned",
|
|
249503
249550
|
"type": "string",
|
|
249504
|
-
"nullable": true
|
|
249551
|
+
"nullable": true,
|
|
249552
|
+
"enum": [
|
|
249553
|
+
"completed",
|
|
249554
|
+
"reopened",
|
|
249555
|
+
"not_planned"
|
|
249556
|
+
]
|
|
249505
249557
|
},
|
|
249506
249558
|
"title": {
|
|
249507
249559
|
"description": "Title of the issue",
|
|
@@ -253215,7 +253267,12 @@
|
|
|
253215
253267
|
"description": "The reason for the current state",
|
|
253216
253268
|
"example": "not_planned",
|
|
253217
253269
|
"type": "string",
|
|
253218
|
-
"nullable": true
|
|
253270
|
+
"nullable": true,
|
|
253271
|
+
"enum": [
|
|
253272
|
+
"completed",
|
|
253273
|
+
"reopened",
|
|
253274
|
+
"not_planned"
|
|
253275
|
+
]
|
|
253219
253276
|
},
|
|
253220
253277
|
"title": {
|
|
253221
253278
|
"description": "Title of the issue",
|
|
@@ -255834,6 +255891,11 @@
|
|
|
255834
255891
|
},
|
|
255835
255892
|
"state_reason": {
|
|
255836
255893
|
"type": "string",
|
|
255894
|
+
"enum": [
|
|
255895
|
+
"completed",
|
|
255896
|
+
"not_planned",
|
|
255897
|
+
"reopened"
|
|
255898
|
+
],
|
|
255837
255899
|
"nullable": true,
|
|
255838
255900
|
"description": "The reason for the current state",
|
|
255839
255901
|
"example": "not_planned"
|
|
@@ -255963,7 +256025,12 @@
|
|
|
255963
256025
|
"description": "The reason for the current state",
|
|
255964
256026
|
"example": "not_planned",
|
|
255965
256027
|
"type": "string",
|
|
255966
|
-
"nullable": true
|
|
256028
|
+
"nullable": true,
|
|
256029
|
+
"enum": [
|
|
256030
|
+
"completed",
|
|
256031
|
+
"reopened",
|
|
256032
|
+
"not_planned"
|
|
256033
|
+
]
|
|
255967
256034
|
},
|
|
255968
256035
|
"title": {
|
|
255969
256036
|
"description": "Title of the issue",
|
|
@@ -258742,7 +258809,12 @@
|
|
|
258742
258809
|
"description": "The reason for the current state",
|
|
258743
258810
|
"example": "not_planned",
|
|
258744
258811
|
"type": "string",
|
|
258745
|
-
"nullable": true
|
|
258812
|
+
"nullable": true,
|
|
258813
|
+
"enum": [
|
|
258814
|
+
"completed",
|
|
258815
|
+
"reopened",
|
|
258816
|
+
"not_planned"
|
|
258817
|
+
]
|
|
258746
258818
|
},
|
|
258747
258819
|
"title": {
|
|
258748
258820
|
"description": "Title of the issue",
|
|
@@ -282518,7 +282590,12 @@
|
|
|
282518
282590
|
"description": "The reason for the current state",
|
|
282519
282591
|
"example": "not_planned",
|
|
282520
282592
|
"type": "string",
|
|
282521
|
-
"nullable": true
|
|
282593
|
+
"nullable": true,
|
|
282594
|
+
"enum": [
|
|
282595
|
+
"completed",
|
|
282596
|
+
"reopened",
|
|
282597
|
+
"not_planned"
|
|
282598
|
+
]
|
|
282522
282599
|
},
|
|
282523
282600
|
"title": {
|
|
282524
282601
|
"description": "Title of the issue",
|
|
@@ -377842,7 +377919,12 @@
|
|
|
377842
377919
|
"description": "The reason for the current state",
|
|
377843
377920
|
"example": "not_planned",
|
|
377844
377921
|
"type": "string",
|
|
377845
|
-
"nullable": true
|
|
377922
|
+
"nullable": true,
|
|
377923
|
+
"enum": [
|
|
377924
|
+
"completed",
|
|
377925
|
+
"reopened",
|
|
377926
|
+
"not_planned"
|
|
377927
|
+
]
|
|
377846
377928
|
},
|
|
377847
377929
|
"title": {
|
|
377848
377930
|
"description": "Title of the issue",
|
|
@@ -400963,7 +401045,12 @@
|
|
|
400963
401045
|
"description": "The reason for the current state",
|
|
400964
401046
|
"example": "not_planned",
|
|
400965
401047
|
"type": "string",
|
|
400966
|
-
"nullable": true
|
|
401048
|
+
"nullable": true,
|
|
401049
|
+
"enum": [
|
|
401050
|
+
"completed",
|
|
401051
|
+
"reopened",
|
|
401052
|
+
"not_planned"
|
|
401053
|
+
]
|
|
400967
401054
|
},
|
|
400968
401055
|
"title": {
|
|
400969
401056
|
"description": "Title of the issue",
|
|
@@ -404084,7 +404171,12 @@
|
|
|
404084
404171
|
"description": "The reason for the current state",
|
|
404085
404172
|
"example": "not_planned",
|
|
404086
404173
|
"type": "string",
|
|
404087
|
-
"nullable": true
|
|
404174
|
+
"nullable": true,
|
|
404175
|
+
"enum": [
|
|
404176
|
+
"completed",
|
|
404177
|
+
"reopened",
|
|
404178
|
+
"not_planned"
|
|
404179
|
+
]
|
|
404088
404180
|
},
|
|
404089
404181
|
"title": {
|
|
404090
404182
|
"description": "Title of the issue",
|
|
@@ -407207,7 +407299,12 @@
|
|
|
407207
407299
|
"description": "The reason for the current state",
|
|
407208
407300
|
"example": "not_planned",
|
|
407209
407301
|
"type": "string",
|
|
407210
|
-
"nullable": true
|
|
407302
|
+
"nullable": true,
|
|
407303
|
+
"enum": [
|
|
407304
|
+
"completed",
|
|
407305
|
+
"reopened",
|
|
407306
|
+
"not_planned"
|
|
407307
|
+
]
|
|
407211
407308
|
},
|
|
407212
407309
|
"title": {
|
|
407213
407310
|
"description": "Title of the issue",
|
|
@@ -413254,7 +413351,12 @@
|
|
|
413254
413351
|
"description": "The reason for the current state",
|
|
413255
413352
|
"example": "not_planned",
|
|
413256
413353
|
"type": "string",
|
|
413257
|
-
"nullable": true
|
|
413354
|
+
"nullable": true,
|
|
413355
|
+
"enum": [
|
|
413356
|
+
"completed",
|
|
413357
|
+
"reopened",
|
|
413358
|
+
"not_planned"
|
|
413359
|
+
]
|
|
413258
413360
|
},
|
|
413259
413361
|
"title": {
|
|
413260
413362
|
"description": "Title of the issue",
|
|
@@ -416377,7 +416479,12 @@
|
|
|
416377
416479
|
"description": "The reason for the current state",
|
|
416378
416480
|
"example": "not_planned",
|
|
416379
416481
|
"type": "string",
|
|
416380
|
-
"nullable": true
|
|
416482
|
+
"nullable": true,
|
|
416483
|
+
"enum": [
|
|
416484
|
+
"completed",
|
|
416485
|
+
"reopened",
|
|
416486
|
+
"not_planned"
|
|
416487
|
+
]
|
|
416381
416488
|
},
|
|
416382
416489
|
"title": {
|
|
416383
416490
|
"description": "Title of the issue",
|
package/generated/ghes-3.4.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": {
|
|
@@ -9445,7 +9445,7 @@
|
|
|
9445
9445
|
},
|
|
9446
9446
|
"examples": {
|
|
9447
9447
|
"default": {
|
|
9448
|
-
"$ref": "#/components/examples/organization-custom-repository-role-example
|
|
9448
|
+
"$ref": "#/components/examples/organization-custom-repository-role-example"
|
|
9449
9449
|
}
|
|
9450
9450
|
}
|
|
9451
9451
|
}
|
|
@@ -15079,8 +15079,9 @@
|
|
|
15079
15079
|
},
|
|
15080
15080
|
"use_squash_pr_title_as_default": {
|
|
15081
15081
|
"type": "boolean",
|
|
15082
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
15083
|
-
"default": false
|
|
15082
|
+
"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.",
|
|
15083
|
+
"default": false,
|
|
15084
|
+
"deprecated": true
|
|
15084
15085
|
},
|
|
15085
15086
|
"squash_merge_commit_title": {
|
|
15086
15087
|
"type": "string",
|
|
@@ -19351,8 +19352,9 @@
|
|
|
19351
19352
|
},
|
|
19352
19353
|
"use_squash_pr_title_as_default": {
|
|
19353
19354
|
"type": "boolean",
|
|
19354
|
-
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
19355
|
-
"default": false
|
|
19355
|
+
"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.",
|
|
19356
|
+
"default": false,
|
|
19357
|
+
"deprecated": true
|
|
19356
19358
|
},
|
|
19357
19359
|
"squash_merge_commit_title": {
|
|
19358
19360
|
"type": "string",
|
|
@@ -21919,7 +21921,7 @@
|
|
|
21919
21921
|
},
|
|
21920
21922
|
"/repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs": {
|
|
21921
21923
|
"get": {
|
|
21922
|
-
"summary": "List workflow runs",
|
|
21924
|
+
"summary": "List workflow runs for a workflow",
|
|
21923
21925
|
"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.",
|
|
21924
21926
|
"tags": [
|
|
21925
21927
|
"actions"
|
|
@@ -29056,7 +29058,7 @@
|
|
|
29056
29058
|
},
|
|
29057
29059
|
"sha": {
|
|
29058
29060
|
"type": "string",
|
|
29059
|
-
"description": "The blob SHA of the file being
|
|
29061
|
+
"description": "The blob SHA of the file being deleted."
|
|
29060
29062
|
},
|
|
29061
29063
|
"branch": {
|
|
29062
29064
|
"type": "string",
|
|
@@ -34175,6 +34177,11 @@
|
|
|
34175
34177
|
},
|
|
34176
34178
|
"state_reason": {
|
|
34177
34179
|
"type": "string",
|
|
34180
|
+
"enum": [
|
|
34181
|
+
"completed",
|
|
34182
|
+
"not_planned",
|
|
34183
|
+
"reopened"
|
|
34184
|
+
],
|
|
34178
34185
|
"nullable": true,
|
|
34179
34186
|
"description": "The reason for the current state",
|
|
34180
34187
|
"example": "not_planned"
|
|
@@ -57220,7 +57227,12 @@
|
|
|
57220
57227
|
"description": "The reason for the current state",
|
|
57221
57228
|
"example": "not_planned",
|
|
57222
57229
|
"type": "string",
|
|
57223
|
-
"nullable": true
|
|
57230
|
+
"nullable": true,
|
|
57231
|
+
"enum": [
|
|
57232
|
+
"completed",
|
|
57233
|
+
"reopened",
|
|
57234
|
+
"not_planned"
|
|
57235
|
+
]
|
|
57224
57236
|
},
|
|
57225
57237
|
"title": {
|
|
57226
57238
|
"description": "Title of the issue",
|
|
@@ -69069,7 +69081,12 @@
|
|
|
69069
69081
|
"description": "The reason for the current state",
|
|
69070
69082
|
"example": "not_planned",
|
|
69071
69083
|
"type": "string",
|
|
69072
|
-
"nullable": true
|
|
69084
|
+
"nullable": true,
|
|
69085
|
+
"enum": [
|
|
69086
|
+
"completed",
|
|
69087
|
+
"reopened",
|
|
69088
|
+
"not_planned"
|
|
69089
|
+
]
|
|
69073
69090
|
},
|
|
69074
69091
|
"title": {
|
|
69075
69092
|
"description": "Title of the issue",
|
|
@@ -81486,7 +81503,7 @@
|
|
|
81486
81503
|
}
|
|
81487
81504
|
]
|
|
81488
81505
|
},
|
|
81489
|
-
"organization-custom-repository-role-example
|
|
81506
|
+
"organization-custom-repository-role-example": {
|
|
81490
81507
|
"value": {
|
|
81491
81508
|
"total_count": 2,
|
|
81492
81509
|
"custom_roles": [
|
|
@@ -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": {
|
|
@@ -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": {
|