@octokit/openapi 7.2.0 → 7.3.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 +108 -6
- package/generated/api.github.com.json +30 -24
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +17 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +9 -1
- package/generated/ghes-3.2.deref.json +209 -1
- package/generated/ghes-3.2.json +9 -1
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +16 -0
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +209 -1
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +9 -1
- package/generated/ghes-3.3.deref.json +209 -1
- package/generated/ghes-3.3.json +9 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +1 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +1 -1
- package/generated/ghes-3.4.deref.json +193 -1
- package/generated/ghes-3.4.json +9 -1
- 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 +17 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +9 -1
- package/generated/ghes-3.5.deref.json +193 -1
- package/generated/ghes-3.5.json +9 -1
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +88 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +89 -1
- package/generated/ghes-3.6-diff-to-api.github.com.json +9 -1
- package/generated/ghes-3.6.deref.json +193 -1
- package/generated/ghes-3.6.json +9 -1
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +32 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +49 -1
- package/generated/github.ae-diff-to-api.github.com.json +9 -1
- package/generated/github.ae.deref.json +121 -1
- package/generated/github.ae.json +9 -1
- 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.3.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": {
|
|
@@ -4087,6 +4087,14 @@
|
|
|
4087
4087
|
"write"
|
|
4088
4088
|
]
|
|
4089
4089
|
},
|
|
4090
|
+
"organization_custom_roles": {
|
|
4091
|
+
"type": "string",
|
|
4092
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
4093
|
+
"enum": [
|
|
4094
|
+
"read",
|
|
4095
|
+
"write"
|
|
4096
|
+
]
|
|
4097
|
+
},
|
|
4090
4098
|
"deployments": {
|
|
4091
4099
|
"type": "string",
|
|
4092
4100
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -5169,6 +5177,14 @@
|
|
|
5169
5177
|
"write"
|
|
5170
5178
|
]
|
|
5171
5179
|
},
|
|
5180
|
+
"organization_custom_roles": {
|
|
5181
|
+
"type": "string",
|
|
5182
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
5183
|
+
"enum": [
|
|
5184
|
+
"read",
|
|
5185
|
+
"write"
|
|
5186
|
+
]
|
|
5187
|
+
},
|
|
5172
5188
|
"deployments": {
|
|
5173
5189
|
"type": "string",
|
|
5174
5190
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -5833,6 +5849,14 @@
|
|
|
5833
5849
|
"write"
|
|
5834
5850
|
]
|
|
5835
5851
|
},
|
|
5852
|
+
"organization_custom_roles": {
|
|
5853
|
+
"type": "string",
|
|
5854
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
5855
|
+
"enum": [
|
|
5856
|
+
"read",
|
|
5857
|
+
"write"
|
|
5858
|
+
]
|
|
5859
|
+
},
|
|
5836
5860
|
"deployments": {
|
|
5837
5861
|
"type": "string",
|
|
5838
5862
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -8402,6 +8426,14 @@
|
|
|
8402
8426
|
"write"
|
|
8403
8427
|
]
|
|
8404
8428
|
},
|
|
8429
|
+
"organization_custom_roles": {
|
|
8430
|
+
"type": "string",
|
|
8431
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
8432
|
+
"enum": [
|
|
8433
|
+
"read",
|
|
8434
|
+
"write"
|
|
8435
|
+
]
|
|
8436
|
+
},
|
|
8405
8437
|
"deployments": {
|
|
8406
8438
|
"type": "string",
|
|
8407
8439
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -9191,6 +9223,14 @@
|
|
|
9191
9223
|
"write"
|
|
9192
9224
|
]
|
|
9193
9225
|
},
|
|
9226
|
+
"organization_custom_roles": {
|
|
9227
|
+
"type": "string",
|
|
9228
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
9229
|
+
"enum": [
|
|
9230
|
+
"read",
|
|
9231
|
+
"write"
|
|
9232
|
+
]
|
|
9233
|
+
},
|
|
9194
9234
|
"deployments": {
|
|
9195
9235
|
"type": "string",
|
|
9196
9236
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -9844,6 +9884,14 @@
|
|
|
9844
9884
|
"write"
|
|
9845
9885
|
]
|
|
9846
9886
|
},
|
|
9887
|
+
"organization_custom_roles": {
|
|
9888
|
+
"type": "string",
|
|
9889
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
9890
|
+
"enum": [
|
|
9891
|
+
"read",
|
|
9892
|
+
"write"
|
|
9893
|
+
]
|
|
9894
|
+
},
|
|
9847
9895
|
"deployments": {
|
|
9848
9896
|
"type": "string",
|
|
9849
9897
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -10129,6 +10177,14 @@
|
|
|
10129
10177
|
"write"
|
|
10130
10178
|
]
|
|
10131
10179
|
},
|
|
10180
|
+
"organization_custom_roles": {
|
|
10181
|
+
"type": "string",
|
|
10182
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
10183
|
+
"enum": [
|
|
10184
|
+
"read",
|
|
10185
|
+
"write"
|
|
10186
|
+
]
|
|
10187
|
+
},
|
|
10132
10188
|
"deployments": {
|
|
10133
10189
|
"type": "string",
|
|
10134
10190
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -13098,6 +13154,14 @@
|
|
|
13098
13154
|
"write"
|
|
13099
13155
|
]
|
|
13100
13156
|
},
|
|
13157
|
+
"organization_custom_roles": {
|
|
13158
|
+
"type": "string",
|
|
13159
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
13160
|
+
"enum": [
|
|
13161
|
+
"read",
|
|
13162
|
+
"write"
|
|
13163
|
+
]
|
|
13164
|
+
},
|
|
13101
13165
|
"deployments": {
|
|
13102
13166
|
"type": "string",
|
|
13103
13167
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -13941,6 +14005,14 @@
|
|
|
13941
14005
|
"write"
|
|
13942
14006
|
]
|
|
13943
14007
|
},
|
|
14008
|
+
"organization_custom_roles": {
|
|
14009
|
+
"type": "string",
|
|
14010
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
14011
|
+
"enum": [
|
|
14012
|
+
"read",
|
|
14013
|
+
"write"
|
|
14014
|
+
]
|
|
14015
|
+
},
|
|
13944
14016
|
"deployments": {
|
|
13945
14017
|
"type": "string",
|
|
13946
14018
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -14708,6 +14780,14 @@
|
|
|
14708
14780
|
"write"
|
|
14709
14781
|
]
|
|
14710
14782
|
},
|
|
14783
|
+
"organization_custom_roles": {
|
|
14784
|
+
"type": "string",
|
|
14785
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
14786
|
+
"enum": [
|
|
14787
|
+
"read",
|
|
14788
|
+
"write"
|
|
14789
|
+
]
|
|
14790
|
+
},
|
|
14711
14791
|
"deployments": {
|
|
14712
14792
|
"type": "string",
|
|
14713
14793
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -15183,6 +15263,14 @@
|
|
|
15183
15263
|
"write"
|
|
15184
15264
|
]
|
|
15185
15265
|
},
|
|
15266
|
+
"organization_custom_roles": {
|
|
15267
|
+
"type": "string",
|
|
15268
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
15269
|
+
"enum": [
|
|
15270
|
+
"read",
|
|
15271
|
+
"write"
|
|
15272
|
+
]
|
|
15273
|
+
},
|
|
15186
15274
|
"deployments": {
|
|
15187
15275
|
"type": "string",
|
|
15188
15276
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -16480,6 +16568,14 @@
|
|
|
16480
16568
|
"write"
|
|
16481
16569
|
]
|
|
16482
16570
|
},
|
|
16571
|
+
"organization_custom_roles": {
|
|
16572
|
+
"type": "string",
|
|
16573
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
16574
|
+
"enum": [
|
|
16575
|
+
"read",
|
|
16576
|
+
"write"
|
|
16577
|
+
]
|
|
16578
|
+
},
|
|
16483
16579
|
"deployments": {
|
|
16484
16580
|
"type": "string",
|
|
16485
16581
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -17333,6 +17429,14 @@
|
|
|
17333
17429
|
"write"
|
|
17334
17430
|
]
|
|
17335
17431
|
},
|
|
17432
|
+
"organization_custom_roles": {
|
|
17433
|
+
"type": "string",
|
|
17434
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
17435
|
+
"enum": [
|
|
17436
|
+
"read",
|
|
17437
|
+
"write"
|
|
17438
|
+
]
|
|
17439
|
+
},
|
|
17336
17440
|
"deployments": {
|
|
17337
17441
|
"type": "string",
|
|
17338
17442
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -18255,6 +18359,14 @@
|
|
|
18255
18359
|
"write"
|
|
18256
18360
|
]
|
|
18257
18361
|
},
|
|
18362
|
+
"organization_custom_roles": {
|
|
18363
|
+
"type": "string",
|
|
18364
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
18365
|
+
"enum": [
|
|
18366
|
+
"read",
|
|
18367
|
+
"write"
|
|
18368
|
+
]
|
|
18369
|
+
},
|
|
18258
18370
|
"deployments": {
|
|
18259
18371
|
"type": "string",
|
|
18260
18372
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -18927,6 +19039,14 @@
|
|
|
18927
19039
|
"write"
|
|
18928
19040
|
]
|
|
18929
19041
|
},
|
|
19042
|
+
"organization_custom_roles": {
|
|
19043
|
+
"type": "string",
|
|
19044
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
19045
|
+
"enum": [
|
|
19046
|
+
"read",
|
|
19047
|
+
"write"
|
|
19048
|
+
]
|
|
19049
|
+
},
|
|
18930
19050
|
"deployments": {
|
|
18931
19051
|
"type": "string",
|
|
18932
19052
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -19827,6 +19947,14 @@
|
|
|
19827
19947
|
"write"
|
|
19828
19948
|
]
|
|
19829
19949
|
},
|
|
19950
|
+
"organization_custom_roles": {
|
|
19951
|
+
"type": "string",
|
|
19952
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
19953
|
+
"enum": [
|
|
19954
|
+
"read",
|
|
19955
|
+
"write"
|
|
19956
|
+
]
|
|
19957
|
+
},
|
|
19830
19958
|
"deployments": {
|
|
19831
19959
|
"type": "string",
|
|
19832
19960
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -20499,6 +20627,14 @@
|
|
|
20499
20627
|
"write"
|
|
20500
20628
|
]
|
|
20501
20629
|
},
|
|
20630
|
+
"organization_custom_roles": {
|
|
20631
|
+
"type": "string",
|
|
20632
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
20633
|
+
"enum": [
|
|
20634
|
+
"read",
|
|
20635
|
+
"write"
|
|
20636
|
+
]
|
|
20637
|
+
},
|
|
20502
20638
|
"deployments": {
|
|
20503
20639
|
"type": "string",
|
|
20504
20640
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -21277,6 +21413,14 @@
|
|
|
21277
21413
|
"write"
|
|
21278
21414
|
]
|
|
21279
21415
|
},
|
|
21416
|
+
"organization_custom_roles": {
|
|
21417
|
+
"type": "string",
|
|
21418
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
21419
|
+
"enum": [
|
|
21420
|
+
"read",
|
|
21421
|
+
"write"
|
|
21422
|
+
]
|
|
21423
|
+
},
|
|
21280
21424
|
"deployments": {
|
|
21281
21425
|
"type": "string",
|
|
21282
21426
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -22082,6 +22226,14 @@
|
|
|
22082
22226
|
"write"
|
|
22083
22227
|
]
|
|
22084
22228
|
},
|
|
22229
|
+
"organization_custom_roles": {
|
|
22230
|
+
"type": "string",
|
|
22231
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
22232
|
+
"enum": [
|
|
22233
|
+
"read",
|
|
22234
|
+
"write"
|
|
22235
|
+
]
|
|
22236
|
+
},
|
|
22085
22237
|
"deployments": {
|
|
22086
22238
|
"type": "string",
|
|
22087
22239
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -80770,6 +80922,14 @@
|
|
|
80770
80922
|
"write"
|
|
80771
80923
|
]
|
|
80772
80924
|
},
|
|
80925
|
+
"organization_custom_roles": {
|
|
80926
|
+
"type": "string",
|
|
80927
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
80928
|
+
"enum": [
|
|
80929
|
+
"read",
|
|
80930
|
+
"write"
|
|
80931
|
+
]
|
|
80932
|
+
},
|
|
80773
80933
|
"deployments": {
|
|
80774
80934
|
"type": "string",
|
|
80775
80935
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -81573,6 +81733,14 @@
|
|
|
81573
81733
|
"write"
|
|
81574
81734
|
]
|
|
81575
81735
|
},
|
|
81736
|
+
"organization_custom_roles": {
|
|
81737
|
+
"type": "string",
|
|
81738
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
81739
|
+
"enum": [
|
|
81740
|
+
"read",
|
|
81741
|
+
"write"
|
|
81742
|
+
]
|
|
81743
|
+
},
|
|
81576
81744
|
"deployments": {
|
|
81577
81745
|
"type": "string",
|
|
81578
81746
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -231185,6 +231353,14 @@
|
|
|
231185
231353
|
"write"
|
|
231186
231354
|
]
|
|
231187
231355
|
},
|
|
231356
|
+
"organization_custom_roles": {
|
|
231357
|
+
"type": "string",
|
|
231358
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
231359
|
+
"enum": [
|
|
231360
|
+
"read",
|
|
231361
|
+
"write"
|
|
231362
|
+
]
|
|
231363
|
+
},
|
|
231188
231364
|
"deployments": {
|
|
231189
231365
|
"type": "string",
|
|
231190
231366
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -374672,6 +374848,14 @@
|
|
|
374672
374848
|
"write"
|
|
374673
374849
|
]
|
|
374674
374850
|
},
|
|
374851
|
+
"organization_custom_roles": {
|
|
374852
|
+
"type": "string",
|
|
374853
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
374854
|
+
"enum": [
|
|
374855
|
+
"read",
|
|
374856
|
+
"write"
|
|
374857
|
+
]
|
|
374858
|
+
},
|
|
374675
374859
|
"deployments": {
|
|
374676
374860
|
"type": "string",
|
|
374677
374861
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -411030,6 +411214,14 @@
|
|
|
411030
411214
|
"write"
|
|
411031
411215
|
]
|
|
411032
411216
|
},
|
|
411217
|
+
"organization_custom_roles": {
|
|
411218
|
+
"type": "string",
|
|
411219
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
411220
|
+
"enum": [
|
|
411221
|
+
"read",
|
|
411222
|
+
"write"
|
|
411223
|
+
]
|
|
411224
|
+
},
|
|
411033
411225
|
"deployments": {
|
|
411034
411226
|
"type": "string",
|
|
411035
411227
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
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.3.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": {
|
|
@@ -53167,6 +53167,14 @@
|
|
|
53167
53167
|
"write"
|
|
53168
53168
|
]
|
|
53169
53169
|
},
|
|
53170
|
+
"organization_custom_roles": {
|
|
53171
|
+
"type": "string",
|
|
53172
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
53173
|
+
"enum": [
|
|
53174
|
+
"read",
|
|
53175
|
+
"write"
|
|
53176
|
+
]
|
|
53177
|
+
},
|
|
53170
53178
|
"deployments": {
|
|
53171
53179
|
"type": "string",
|
|
53172
53180
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.3.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.3.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.3.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": {
|
|
@@ -270,6 +270,14 @@
|
|
|
270
270
|
"write"
|
|
271
271
|
]
|
|
272
272
|
},
|
|
273
|
+
"organization_custom_roles": {
|
|
274
|
+
"type": "string",
|
|
275
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
276
|
+
"enum": [
|
|
277
|
+
"read",
|
|
278
|
+
"write"
|
|
279
|
+
]
|
|
280
|
+
},
|
|
273
281
|
"deployments": {
|
|
274
282
|
"type": "string",
|
|
275
283
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -555,6 +563,14 @@
|
|
|
555
563
|
"write"
|
|
556
564
|
]
|
|
557
565
|
},
|
|
566
|
+
"organization_custom_roles": {
|
|
567
|
+
"type": "string",
|
|
568
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
569
|
+
"enum": [
|
|
570
|
+
"read",
|
|
571
|
+
"write"
|
|
572
|
+
]
|
|
573
|
+
},
|
|
558
574
|
"deployments": {
|
|
559
575
|
"type": "string",
|
|
560
576
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.3.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": {
|
|
@@ -9057,6 +9057,14 @@
|
|
|
9057
9057
|
"write"
|
|
9058
9058
|
]
|
|
9059
9059
|
},
|
|
9060
|
+
"organization_custom_roles": {
|
|
9061
|
+
"type": "string",
|
|
9062
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
9063
|
+
"enum": [
|
|
9064
|
+
"read",
|
|
9065
|
+
"write"
|
|
9066
|
+
]
|
|
9067
|
+
},
|
|
9060
9068
|
"deployments": {
|
|
9061
9069
|
"type": "string",
|
|
9062
9070
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|