@octokit/openapi 7.1.0 → 7.4.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 +9058 -8
- package/generated/api.github.com.json +669 -35
- 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 +119 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +111 -1
- package/generated/ghes-3.2.deref.json +354 -1
- package/generated/ghes-3.2.json +151 -10
- 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 +354 -1
- package/generated/ghes-3.3.json +151 -10
- 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 +339 -1
- package/generated/ghes-3.4.json +152 -10
- package/generated/ghes-3.5-anicca-diff-to-ghes-3.6.deref.json +764 -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 +141 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +132 -4
- package/generated/ghes-3.5.deref.json +349 -1
- package/generated/ghes-3.5.json +162 -10
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +94 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +399 -1
- package/generated/ghes-3.6-diff-to-api.github.com.json +183 -1
- package/generated/ghes-3.6.deref.json +7239 -1
- package/generated/ghes-3.6.json +380 -10
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +739 -3
- package/generated/github.ae-diff-to-api.github.com.deref.json +163 -1
- package/generated/github.ae-diff-to-api.github.com.json +122 -4
- package/generated/github.ae.deref.json +299 -1
- package/generated/github.ae.json +184 -10
- 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.4.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": {
|
|
@@ -5090,6 +5090,14 @@
|
|
|
5090
5090
|
"write"
|
|
5091
5091
|
]
|
|
5092
5092
|
},
|
|
5093
|
+
"organization_custom_roles": {
|
|
5094
|
+
"type": "string",
|
|
5095
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
5096
|
+
"enum": [
|
|
5097
|
+
"read",
|
|
5098
|
+
"write"
|
|
5099
|
+
]
|
|
5100
|
+
},
|
|
5093
5101
|
"deployments": {
|
|
5094
5102
|
"type": "string",
|
|
5095
5103
|
"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.4.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.",
|
|
@@ -5183,6 +5191,14 @@
|
|
|
5183
5191
|
"write"
|
|
5184
5192
|
]
|
|
5185
5193
|
},
|
|
5194
|
+
"organization_custom_roles": {
|
|
5195
|
+
"type": "string",
|
|
5196
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
5197
|
+
"enum": [
|
|
5198
|
+
"read",
|
|
5199
|
+
"write"
|
|
5200
|
+
]
|
|
5201
|
+
},
|
|
5186
5202
|
"deployments": {
|
|
5187
5203
|
"type": "string",
|
|
5188
5204
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -5855,6 +5871,14 @@
|
|
|
5855
5871
|
"write"
|
|
5856
5872
|
]
|
|
5857
5873
|
},
|
|
5874
|
+
"organization_custom_roles": {
|
|
5875
|
+
"type": "string",
|
|
5876
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
5877
|
+
"enum": [
|
|
5878
|
+
"read",
|
|
5879
|
+
"write"
|
|
5880
|
+
]
|
|
5881
|
+
},
|
|
5858
5882
|
"deployments": {
|
|
5859
5883
|
"type": "string",
|
|
5860
5884
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -8438,6 +8462,14 @@
|
|
|
8438
8462
|
"write"
|
|
8439
8463
|
]
|
|
8440
8464
|
},
|
|
8465
|
+
"organization_custom_roles": {
|
|
8466
|
+
"type": "string",
|
|
8467
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
8468
|
+
"enum": [
|
|
8469
|
+
"read",
|
|
8470
|
+
"write"
|
|
8471
|
+
]
|
|
8472
|
+
},
|
|
8441
8473
|
"deployments": {
|
|
8442
8474
|
"type": "string",
|
|
8443
8475
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -9241,6 +9273,14 @@
|
|
|
9241
9273
|
"write"
|
|
9242
9274
|
]
|
|
9243
9275
|
},
|
|
9276
|
+
"organization_custom_roles": {
|
|
9277
|
+
"type": "string",
|
|
9278
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
9279
|
+
"enum": [
|
|
9280
|
+
"read",
|
|
9281
|
+
"write"
|
|
9282
|
+
]
|
|
9283
|
+
},
|
|
9244
9284
|
"deployments": {
|
|
9245
9285
|
"type": "string",
|
|
9246
9286
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -9908,6 +9948,14 @@
|
|
|
9908
9948
|
"write"
|
|
9909
9949
|
]
|
|
9910
9950
|
},
|
|
9951
|
+
"organization_custom_roles": {
|
|
9952
|
+
"type": "string",
|
|
9953
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
9954
|
+
"enum": [
|
|
9955
|
+
"read",
|
|
9956
|
+
"write"
|
|
9957
|
+
]
|
|
9958
|
+
},
|
|
9911
9959
|
"deployments": {
|
|
9912
9960
|
"type": "string",
|
|
9913
9961
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -10201,6 +10249,14 @@
|
|
|
10201
10249
|
"write"
|
|
10202
10250
|
]
|
|
10203
10251
|
},
|
|
10252
|
+
"organization_custom_roles": {
|
|
10253
|
+
"type": "string",
|
|
10254
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
10255
|
+
"enum": [
|
|
10256
|
+
"read",
|
|
10257
|
+
"write"
|
|
10258
|
+
]
|
|
10259
|
+
},
|
|
10204
10260
|
"deployments": {
|
|
10205
10261
|
"type": "string",
|
|
10206
10262
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -13243,6 +13299,14 @@
|
|
|
13243
13299
|
"write"
|
|
13244
13300
|
]
|
|
13245
13301
|
},
|
|
13302
|
+
"organization_custom_roles": {
|
|
13303
|
+
"type": "string",
|
|
13304
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
13305
|
+
"enum": [
|
|
13306
|
+
"read",
|
|
13307
|
+
"write"
|
|
13308
|
+
]
|
|
13309
|
+
},
|
|
13246
13310
|
"deployments": {
|
|
13247
13311
|
"type": "string",
|
|
13248
13312
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -14100,6 +14164,14 @@
|
|
|
14100
14164
|
"write"
|
|
14101
14165
|
]
|
|
14102
14166
|
},
|
|
14167
|
+
"organization_custom_roles": {
|
|
14168
|
+
"type": "string",
|
|
14169
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
14170
|
+
"enum": [
|
|
14171
|
+
"read",
|
|
14172
|
+
"write"
|
|
14173
|
+
]
|
|
14174
|
+
},
|
|
14103
14175
|
"deployments": {
|
|
14104
14176
|
"type": "string",
|
|
14105
14177
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -14881,6 +14953,14 @@
|
|
|
14881
14953
|
"write"
|
|
14882
14954
|
]
|
|
14883
14955
|
},
|
|
14956
|
+
"organization_custom_roles": {
|
|
14957
|
+
"type": "string",
|
|
14958
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
14959
|
+
"enum": [
|
|
14960
|
+
"read",
|
|
14961
|
+
"write"
|
|
14962
|
+
]
|
|
14963
|
+
},
|
|
14884
14964
|
"deployments": {
|
|
14885
14965
|
"type": "string",
|
|
14886
14966
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -15364,6 +15444,14 @@
|
|
|
15364
15444
|
"write"
|
|
15365
15445
|
]
|
|
15366
15446
|
},
|
|
15447
|
+
"organization_custom_roles": {
|
|
15448
|
+
"type": "string",
|
|
15449
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
15450
|
+
"enum": [
|
|
15451
|
+
"read",
|
|
15452
|
+
"write"
|
|
15453
|
+
]
|
|
15454
|
+
},
|
|
15367
15455
|
"deployments": {
|
|
15368
15456
|
"type": "string",
|
|
15369
15457
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -16286,6 +16374,14 @@
|
|
|
16286
16374
|
"write"
|
|
16287
16375
|
]
|
|
16288
16376
|
},
|
|
16377
|
+
"organization_custom_roles": {
|
|
16378
|
+
"type": "string",
|
|
16379
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
16380
|
+
"enum": [
|
|
16381
|
+
"read",
|
|
16382
|
+
"write"
|
|
16383
|
+
]
|
|
16384
|
+
},
|
|
16289
16385
|
"deployments": {
|
|
16290
16386
|
"type": "string",
|
|
16291
16387
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -17060,6 +17156,14 @@
|
|
|
17060
17156
|
"write"
|
|
17061
17157
|
]
|
|
17062
17158
|
},
|
|
17159
|
+
"organization_custom_roles": {
|
|
17160
|
+
"type": "string",
|
|
17161
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
17162
|
+
"enum": [
|
|
17163
|
+
"read",
|
|
17164
|
+
"write"
|
|
17165
|
+
]
|
|
17166
|
+
},
|
|
17063
17167
|
"deployments": {
|
|
17064
17168
|
"type": "string",
|
|
17065
17169
|
"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.",
|
|
@@ -19122,6 +19234,14 @@
|
|
|
19122
19234
|
"write"
|
|
19123
19235
|
]
|
|
19124
19236
|
},
|
|
19237
|
+
"organization_custom_roles": {
|
|
19238
|
+
"type": "string",
|
|
19239
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
19240
|
+
"enum": [
|
|
19241
|
+
"read",
|
|
19242
|
+
"write"
|
|
19243
|
+
]
|
|
19244
|
+
},
|
|
19125
19245
|
"deployments": {
|
|
19126
19246
|
"type": "string",
|
|
19127
19247
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -20058,6 +20178,14 @@
|
|
|
20058
20178
|
"write"
|
|
20059
20179
|
]
|
|
20060
20180
|
},
|
|
20181
|
+
"organization_custom_roles": {
|
|
20182
|
+
"type": "string",
|
|
20183
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
20184
|
+
"enum": [
|
|
20185
|
+
"read",
|
|
20186
|
+
"write"
|
|
20187
|
+
]
|
|
20188
|
+
},
|
|
20061
20189
|
"deployments": {
|
|
20062
20190
|
"type": "string",
|
|
20063
20191
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -20738,6 +20866,14 @@
|
|
|
20738
20866
|
"write"
|
|
20739
20867
|
]
|
|
20740
20868
|
},
|
|
20869
|
+
"organization_custom_roles": {
|
|
20870
|
+
"type": "string",
|
|
20871
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
20872
|
+
"enum": [
|
|
20873
|
+
"read",
|
|
20874
|
+
"write"
|
|
20875
|
+
]
|
|
20876
|
+
},
|
|
20741
20877
|
"deployments": {
|
|
20742
20878
|
"type": "string",
|
|
20743
20879
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -21652,6 +21788,14 @@
|
|
|
21652
21788
|
"write"
|
|
21653
21789
|
]
|
|
21654
21790
|
},
|
|
21791
|
+
"organization_custom_roles": {
|
|
21792
|
+
"type": "string",
|
|
21793
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
21794
|
+
"enum": [
|
|
21795
|
+
"read",
|
|
21796
|
+
"write"
|
|
21797
|
+
]
|
|
21798
|
+
},
|
|
21655
21799
|
"deployments": {
|
|
21656
21800
|
"type": "string",
|
|
21657
21801
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -22332,6 +22476,14 @@
|
|
|
22332
22476
|
"write"
|
|
22333
22477
|
]
|
|
22334
22478
|
},
|
|
22479
|
+
"organization_custom_roles": {
|
|
22480
|
+
"type": "string",
|
|
22481
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
22482
|
+
"enum": [
|
|
22483
|
+
"read",
|
|
22484
|
+
"write"
|
|
22485
|
+
]
|
|
22486
|
+
},
|
|
22335
22487
|
"deployments": {
|
|
22336
22488
|
"type": "string",
|
|
22337
22489
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -23124,6 +23276,14 @@
|
|
|
23124
23276
|
"write"
|
|
23125
23277
|
]
|
|
23126
23278
|
},
|
|
23279
|
+
"organization_custom_roles": {
|
|
23280
|
+
"type": "string",
|
|
23281
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
23282
|
+
"enum": [
|
|
23283
|
+
"read",
|
|
23284
|
+
"write"
|
|
23285
|
+
]
|
|
23286
|
+
},
|
|
23127
23287
|
"deployments": {
|
|
23128
23288
|
"type": "string",
|
|
23129
23289
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -23943,6 +24103,14 @@
|
|
|
23943
24103
|
"write"
|
|
23944
24104
|
]
|
|
23945
24105
|
},
|
|
24106
|
+
"organization_custom_roles": {
|
|
24107
|
+
"type": "string",
|
|
24108
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
24109
|
+
"enum": [
|
|
24110
|
+
"read",
|
|
24111
|
+
"write"
|
|
24112
|
+
]
|
|
24113
|
+
},
|
|
23946
24114
|
"deployments": {
|
|
23947
24115
|
"type": "string",
|
|
23948
24116
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -77012,6 +77180,14 @@
|
|
|
77012
77180
|
"write"
|
|
77013
77181
|
]
|
|
77014
77182
|
},
|
|
77183
|
+
"organization_custom_roles": {
|
|
77184
|
+
"type": "string",
|
|
77185
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
77186
|
+
"enum": [
|
|
77187
|
+
"read",
|
|
77188
|
+
"write"
|
|
77189
|
+
]
|
|
77190
|
+
},
|
|
77015
77191
|
"deployments": {
|
|
77016
77192
|
"type": "string",
|
|
77017
77193
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -77829,6 +78005,14 @@
|
|
|
77829
78005
|
"write"
|
|
77830
78006
|
]
|
|
77831
78007
|
},
|
|
78008
|
+
"organization_custom_roles": {
|
|
78009
|
+
"type": "string",
|
|
78010
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
78011
|
+
"enum": [
|
|
78012
|
+
"read",
|
|
78013
|
+
"write"
|
|
78014
|
+
]
|
|
78015
|
+
},
|
|
77832
78016
|
"deployments": {
|
|
77833
78017
|
"type": "string",
|
|
77834
78018
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -86548,6 +86732,40 @@
|
|
|
86548
86732
|
"type": "boolean",
|
|
86549
86733
|
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
86550
86734
|
"default": false
|
|
86735
|
+
},
|
|
86736
|
+
"squash_merge_commit_title": {
|
|
86737
|
+
"type": "string",
|
|
86738
|
+
"enum": [
|
|
86739
|
+
"PR_TITLE",
|
|
86740
|
+
"COMMIT_OR_PR_TITLE"
|
|
86741
|
+
],
|
|
86742
|
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
86743
|
+
},
|
|
86744
|
+
"squash_merge_commit_message": {
|
|
86745
|
+
"type": "string",
|
|
86746
|
+
"enum": [
|
|
86747
|
+
"PR_BODY",
|
|
86748
|
+
"COMMIT_MESSAGES",
|
|
86749
|
+
"BLANK"
|
|
86750
|
+
],
|
|
86751
|
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
86752
|
+
},
|
|
86753
|
+
"merge_commit_title": {
|
|
86754
|
+
"type": "string",
|
|
86755
|
+
"enum": [
|
|
86756
|
+
"PR_TITLE",
|
|
86757
|
+
"MERGE_MESSAGE"
|
|
86758
|
+
],
|
|
86759
|
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
86760
|
+
},
|
|
86761
|
+
"merge_commit_message": {
|
|
86762
|
+
"type": "string",
|
|
86763
|
+
"enum": [
|
|
86764
|
+
"PR_BODY",
|
|
86765
|
+
"PR_TITLE",
|
|
86766
|
+
"BLANK"
|
|
86767
|
+
],
|
|
86768
|
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
86551
86769
|
}
|
|
86552
86770
|
},
|
|
86553
86771
|
"required": [
|
|
@@ -112373,6 +112591,40 @@
|
|
|
112373
112591
|
"description": "Either `true` to allow squash-merge commits to use pull request title, or `false` to use commit message.",
|
|
112374
112592
|
"default": false
|
|
112375
112593
|
},
|
|
112594
|
+
"squash_merge_commit_title": {
|
|
112595
|
+
"type": "string",
|
|
112596
|
+
"enum": [
|
|
112597
|
+
"PR_TITLE",
|
|
112598
|
+
"COMMIT_OR_PR_TITLE"
|
|
112599
|
+
],
|
|
112600
|
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
112601
|
+
},
|
|
112602
|
+
"squash_merge_commit_message": {
|
|
112603
|
+
"type": "string",
|
|
112604
|
+
"enum": [
|
|
112605
|
+
"PR_BODY",
|
|
112606
|
+
"COMMIT_MESSAGES",
|
|
112607
|
+
"BLANK"
|
|
112608
|
+
],
|
|
112609
|
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
112610
|
+
},
|
|
112611
|
+
"merge_commit_title": {
|
|
112612
|
+
"type": "string",
|
|
112613
|
+
"enum": [
|
|
112614
|
+
"PR_TITLE",
|
|
112615
|
+
"MERGE_MESSAGE"
|
|
112616
|
+
],
|
|
112617
|
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
112618
|
+
},
|
|
112619
|
+
"merge_commit_message": {
|
|
112620
|
+
"type": "string",
|
|
112621
|
+
"enum": [
|
|
112622
|
+
"PR_BODY",
|
|
112623
|
+
"PR_TITLE",
|
|
112624
|
+
"BLANK"
|
|
112625
|
+
],
|
|
112626
|
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
112627
|
+
},
|
|
112376
112628
|
"archived": {
|
|
112377
112629
|
"type": "boolean",
|
|
112378
112630
|
"description": "`true` to archive this repository. **Note**: You cannot unarchive repositories through the API.",
|
|
@@ -130154,9 +130406,16 @@
|
|
|
130154
130406
|
"content": {
|
|
130155
130407
|
"application/json": {
|
|
130156
130408
|
"schema": {
|
|
130409
|
+
"title": "Empty Object",
|
|
130410
|
+
"description": "An object without any properties.",
|
|
130157
130411
|
"type": "object",
|
|
130158
130412
|
"properties": {},
|
|
130159
130413
|
"additionalProperties": false
|
|
130414
|
+
},
|
|
130415
|
+
"examples": {
|
|
130416
|
+
"default": {
|
|
130417
|
+
"value": null
|
|
130418
|
+
}
|
|
130160
130419
|
}
|
|
130161
130420
|
}
|
|
130162
130421
|
}
|
|
@@ -131349,6 +131608,17 @@
|
|
|
131349
131608
|
"state",
|
|
131350
131609
|
"comment"
|
|
131351
131610
|
]
|
|
131611
|
+
},
|
|
131612
|
+
"examples": {
|
|
131613
|
+
"default": {
|
|
131614
|
+
"value": {
|
|
131615
|
+
"environment_ids": [
|
|
131616
|
+
161171787
|
|
131617
|
+
],
|
|
131618
|
+
"state": "approved",
|
|
131619
|
+
"comment": "Ship it!"
|
|
131620
|
+
}
|
|
131621
|
+
}
|
|
131352
131622
|
}
|
|
131353
131623
|
}
|
|
131354
131624
|
}
|
|
@@ -131938,6 +132208,11 @@
|
|
|
131938
132208
|
"schema": {
|
|
131939
132209
|
"type": "object",
|
|
131940
132210
|
"nullable": true
|
|
132211
|
+
},
|
|
132212
|
+
"examples": {
|
|
132213
|
+
"default": {
|
|
132214
|
+
"value": null
|
|
132215
|
+
}
|
|
131941
132216
|
}
|
|
131942
132217
|
}
|
|
131943
132218
|
}
|
|
@@ -131948,9 +132223,16 @@
|
|
|
131948
132223
|
"content": {
|
|
131949
132224
|
"application/json": {
|
|
131950
132225
|
"schema": {
|
|
132226
|
+
"title": "Empty Object",
|
|
132227
|
+
"description": "An object without any properties.",
|
|
131951
132228
|
"type": "object",
|
|
131952
132229
|
"properties": {},
|
|
131953
132230
|
"additionalProperties": false
|
|
132231
|
+
},
|
|
132232
|
+
"examples": {
|
|
132233
|
+
"default": {
|
|
132234
|
+
"value": null
|
|
132235
|
+
}
|
|
131954
132236
|
}
|
|
131955
132237
|
}
|
|
131956
132238
|
}
|
|
@@ -132362,9 +132644,16 @@
|
|
|
132362
132644
|
"content": {
|
|
132363
132645
|
"application/json": {
|
|
132364
132646
|
"schema": {
|
|
132647
|
+
"title": "Empty Object",
|
|
132648
|
+
"description": "An object without any properties.",
|
|
132365
132649
|
"type": "object",
|
|
132366
132650
|
"properties": {},
|
|
132367
132651
|
"additionalProperties": false
|
|
132652
|
+
},
|
|
132653
|
+
"examples": {
|
|
132654
|
+
"default": {
|
|
132655
|
+
"value": null
|
|
132656
|
+
}
|
|
132368
132657
|
}
|
|
132369
132658
|
}
|
|
132370
132659
|
}
|
|
@@ -217211,6 +217500,14 @@
|
|
|
217211
217500
|
"write"
|
|
217212
217501
|
]
|
|
217213
217502
|
},
|
|
217503
|
+
"organization_custom_roles": {
|
|
217504
|
+
"type": "string",
|
|
217505
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
217506
|
+
"enum": [
|
|
217507
|
+
"read",
|
|
217508
|
+
"write"
|
|
217509
|
+
]
|
|
217510
|
+
},
|
|
217214
217511
|
"deployments": {
|
|
217215
217512
|
"type": "string",
|
|
217216
217513
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -360437,6 +360734,14 @@
|
|
|
360437
360734
|
"write"
|
|
360438
360735
|
]
|
|
360439
360736
|
},
|
|
360737
|
+
"organization_custom_roles": {
|
|
360738
|
+
"type": "string",
|
|
360739
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
360740
|
+
"enum": [
|
|
360741
|
+
"read",
|
|
360742
|
+
"write"
|
|
360743
|
+
]
|
|
360744
|
+
},
|
|
360440
360745
|
"deployments": {
|
|
360441
360746
|
"type": "string",
|
|
360442
360747
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -370027,6 +370332,40 @@
|
|
|
370027
370332
|
"type": "boolean",
|
|
370028
370333
|
"example": false
|
|
370029
370334
|
},
|
|
370335
|
+
"squash_merge_commit_title": {
|
|
370336
|
+
"type": "string",
|
|
370337
|
+
"enum": [
|
|
370338
|
+
"PR_TITLE",
|
|
370339
|
+
"COMMIT_OR_PR_TITLE"
|
|
370340
|
+
],
|
|
370341
|
+
"description": "The default value for a squash merge commit title:\n\n- `PR_TITLE` - default to the pull request's title.\n- `COMMIT_OR_PR_TITLE` - default to the commit's title (if only one commit) or the pull request's title (when more than one commit)."
|
|
370342
|
+
},
|
|
370343
|
+
"squash_merge_commit_message": {
|
|
370344
|
+
"type": "string",
|
|
370345
|
+
"enum": [
|
|
370346
|
+
"PR_BODY",
|
|
370347
|
+
"COMMIT_MESSAGES",
|
|
370348
|
+
"BLANK"
|
|
370349
|
+
],
|
|
370350
|
+
"description": "The default value for a squash merge commit message:\n\n- `PR_BODY` - default to the pull request's body.\n- `COMMIT_MESSAGES` - default to the branch's commit messages.\n- `BLANK` - default to a blank commit message."
|
|
370351
|
+
},
|
|
370352
|
+
"merge_commit_title": {
|
|
370353
|
+
"type": "string",
|
|
370354
|
+
"enum": [
|
|
370355
|
+
"PR_TITLE",
|
|
370356
|
+
"MERGE_MESSAGE"
|
|
370357
|
+
],
|
|
370358
|
+
"description": "The default value for a merge commit title.\n\n- `PR_TITLE` - default to the pull request's title.\n- `MERGE_MESSAGE` - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name)."
|
|
370359
|
+
},
|
|
370360
|
+
"merge_commit_message": {
|
|
370361
|
+
"type": "string",
|
|
370362
|
+
"enum": [
|
|
370363
|
+
"PR_BODY",
|
|
370364
|
+
"PR_TITLE",
|
|
370365
|
+
"BLANK"
|
|
370366
|
+
],
|
|
370367
|
+
"description": "The default value for a merge commit message.\n\n- `PR_TITLE` - default to the pull request's title.\n- `PR_BODY` - default to the pull request's body.\n- `BLANK` - default to a blank commit message."
|
|
370368
|
+
},
|
|
370030
370369
|
"has_downloads": {
|
|
370031
370370
|
"description": "Whether downloads are enabled.",
|
|
370032
370371
|
"default": true,
|
|
@@ -391494,6 +391833,14 @@
|
|
|
391494
391833
|
"write"
|
|
391495
391834
|
]
|
|
391496
391835
|
},
|
|
391836
|
+
"organization_custom_roles": {
|
|
391837
|
+
"type": "string",
|
|
391838
|
+
"description": "The level of permission to grant the access token for custom roles management.",
|
|
391839
|
+
"enum": [
|
|
391840
|
+
"read",
|
|
391841
|
+
"write"
|
|
391842
|
+
]
|
|
391843
|
+
},
|
|
391497
391844
|
"deployments": {
|
|
391498
391845
|
"type": "string",
|
|
391499
391846
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -405292,6 +405639,12 @@
|
|
|
405292
405639
|
"text/plain": {
|
|
405293
405640
|
"schema": {
|
|
405294
405641
|
"type": "string"
|
|
405642
|
+
},
|
|
405643
|
+
"examples": {
|
|
405644
|
+
"default": {
|
|
405645
|
+
"summary": "Example response",
|
|
405646
|
+
"value": "Responsive is better than fast"
|
|
405647
|
+
}
|
|
405295
405648
|
}
|
|
405296
405649
|
}
|
|
405297
405650
|
}
|