@octokit/openapi 6.5.0 → 6.6.2
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 +48 -5
- package/generated/api.github.com.json +54 -3
- package/generated/ghes-3.2-anicca-diff-to-ghes-3.3.deref.json +3232 -174
- 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 +148129 -3632
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +19589 -2088
- package/generated/ghes-3.2.deref.json +146 -792
- package/generated/ghes-3.2.json +185 -185
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +40 -6
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +96 -54
- package/generated/ghes-3.3.deref.json +81 -47
- package/generated/ghes-3.3.json +178 -136
- 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 +49 -49
- package/generated/ghes-3.4.deref.json +71 -28
- package/generated/ghes-3.4.json +147 -96
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +11 -2
- package/generated/ghes-3.5-diff-to-api.github.com.json +205 -422
- package/generated/ghes-3.5.deref.json +220 -177
- package/generated/ghes-3.5.json +591 -766
- package/generated/github.ae-diff-to-api.github.com.deref.json +10 -1
- package/generated/github.ae-diff-to-api.github.com.json +153 -338
- package/generated/github.ae.deref.json +267 -258
- package/generated/github.ae.json +667 -852
- package/package.json +7 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.6.2",
|
|
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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
|
|
@@ -8992,7 +8992,6 @@
|
|
|
8992
8992
|
"allow_rebase_merge": { "type": "boolean" },
|
|
8993
8993
|
"temp_clone_token": { "type": "string" },
|
|
8994
8994
|
"allow_squash_merge": { "type": "boolean" },
|
|
8995
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
8996
8995
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
8997
8996
|
"allow_update_branch": { "type": "boolean" },
|
|
8998
8997
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -9007,12 +9006,6 @@
|
|
|
9007
9006
|
"type": "boolean",
|
|
9008
9007
|
"example": true
|
|
9009
9008
|
},
|
|
9010
|
-
"allow_auto_merge": {
|
|
9011
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
9012
|
-
"default": false,
|
|
9013
|
-
"type": "boolean",
|
|
9014
|
-
"example": false
|
|
9015
|
-
},
|
|
9016
9009
|
"delete_branch_on_merge": {
|
|
9017
9010
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
9018
9011
|
"default": false,
|
|
@@ -9371,7 +9364,7 @@
|
|
|
9371
9364
|
"category": "apps",
|
|
9372
9365
|
"subcategory": null
|
|
9373
9366
|
},
|
|
9374
|
-
"x-octokit": {}
|
|
9367
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
9375
9368
|
}
|
|
9376
9369
|
},
|
|
9377
9370
|
"/app/installations/{installation_id}/suspended": {
|
|
@@ -14604,6 +14597,18 @@
|
|
|
14604
14597
|
"type": "string"
|
|
14605
14598
|
}
|
|
14606
14599
|
}
|
|
14600
|
+
},
|
|
14601
|
+
"examples": {
|
|
14602
|
+
"default": {
|
|
14603
|
+
"summary": "Create an authorization",
|
|
14604
|
+
"value": {
|
|
14605
|
+
"scopes": ["public_repo"],
|
|
14606
|
+
"note": "optional note",
|
|
14607
|
+
"note_url": "http://optional/note/url",
|
|
14608
|
+
"client_id": "abcde12345fghij67890",
|
|
14609
|
+
"client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f"
|
|
14610
|
+
}
|
|
14611
|
+
}
|
|
14607
14612
|
}
|
|
14608
14613
|
}
|
|
14609
14614
|
}
|
|
@@ -15237,9 +15242,9 @@
|
|
|
15237
15242
|
"name": "client_id",
|
|
15238
15243
|
"in": "path",
|
|
15239
15244
|
"required": true,
|
|
15240
|
-
"description": "The client ID of the
|
|
15245
|
+
"description": "The client ID of the OAuth app.",
|
|
15241
15246
|
"schema": { "type": "string" },
|
|
15242
|
-
"examples": { "default": { "value": "
|
|
15247
|
+
"examples": { "default": { "value": "abcde12345fghij67890" } }
|
|
15243
15248
|
}
|
|
15244
15249
|
],
|
|
15245
15250
|
"requestBody": {
|
|
@@ -15276,6 +15281,17 @@
|
|
|
15276
15281
|
},
|
|
15277
15282
|
"required": ["client_secret"],
|
|
15278
15283
|
"type": "object"
|
|
15284
|
+
},
|
|
15285
|
+
"examples": {
|
|
15286
|
+
"default": {
|
|
15287
|
+
"summary": "Create an authorization for an app",
|
|
15288
|
+
"value": {
|
|
15289
|
+
"client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f",
|
|
15290
|
+
"scopes": ["public_repo"],
|
|
15291
|
+
"note": "optional note",
|
|
15292
|
+
"note_url": "http://optional/note/url"
|
|
15293
|
+
}
|
|
15294
|
+
}
|
|
15279
15295
|
}
|
|
15280
15296
|
}
|
|
15281
15297
|
}
|
|
@@ -16394,9 +16410,9 @@
|
|
|
16394
16410
|
"name": "client_id",
|
|
16395
16411
|
"in": "path",
|
|
16396
16412
|
"required": true,
|
|
16397
|
-
"description": "The client ID of the
|
|
16413
|
+
"description": "The client ID of the OAuth app.",
|
|
16398
16414
|
"schema": { "type": "string" },
|
|
16399
|
-
"examples": { "default": { "value": "
|
|
16415
|
+
"examples": { "default": { "value": "abcde12345fghij67890" } }
|
|
16400
16416
|
},
|
|
16401
16417
|
{
|
|
16402
16418
|
"name": "fingerprint",
|
|
@@ -16435,6 +16451,17 @@
|
|
|
16435
16451
|
},
|
|
16436
16452
|
"required": ["client_secret"],
|
|
16437
16453
|
"type": "object"
|
|
16454
|
+
},
|
|
16455
|
+
"examples": {
|
|
16456
|
+
"default": {
|
|
16457
|
+
"summary": "Create an authorization for an app and fingerprint",
|
|
16458
|
+
"value": {
|
|
16459
|
+
"client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f",
|
|
16460
|
+
"scopes": ["public_repo"],
|
|
16461
|
+
"note": "optional note",
|
|
16462
|
+
"note_url": "http://optional/note/url"
|
|
16463
|
+
}
|
|
16464
|
+
}
|
|
16438
16465
|
}
|
|
16439
16466
|
}
|
|
16440
16467
|
}
|
|
@@ -24284,7 +24311,6 @@
|
|
|
24284
24311
|
"allow_rebase_merge": { "type": "boolean" },
|
|
24285
24312
|
"temp_clone_token": { "type": "string" },
|
|
24286
24313
|
"allow_squash_merge": { "type": "boolean" },
|
|
24287
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
24288
24314
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
24289
24315
|
"allow_update_branch": { "type": "boolean" },
|
|
24290
24316
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -24299,12 +24325,6 @@
|
|
|
24299
24325
|
"type": "boolean",
|
|
24300
24326
|
"example": true
|
|
24301
24327
|
},
|
|
24302
|
-
"allow_auto_merge": {
|
|
24303
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
24304
|
-
"default": false,
|
|
24305
|
-
"type": "boolean",
|
|
24306
|
-
"example": false
|
|
24307
|
-
},
|
|
24308
24328
|
"delete_branch_on_merge": {
|
|
24309
24329
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
24310
24330
|
"default": false,
|
|
@@ -24445,7 +24465,7 @@
|
|
|
24445
24465
|
"category": "actions",
|
|
24446
24466
|
"subcategory": "self-hosted-runners"
|
|
24447
24467
|
},
|
|
24448
|
-
"x-octokit": {}
|
|
24468
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
24449
24469
|
}
|
|
24450
24470
|
},
|
|
24451
24471
|
"/enterprises/{enterprise}/actions/runners/remove-token": {
|
|
@@ -25191,7 +25211,6 @@
|
|
|
25191
25211
|
"allow_rebase_merge": { "type": "boolean" },
|
|
25192
25212
|
"temp_clone_token": { "type": "string" },
|
|
25193
25213
|
"allow_squash_merge": { "type": "boolean" },
|
|
25194
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
25195
25214
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
25196
25215
|
"allow_update_branch": { "type": "boolean" },
|
|
25197
25216
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -25206,12 +25225,6 @@
|
|
|
25206
25225
|
"type": "boolean",
|
|
25207
25226
|
"example": true
|
|
25208
25227
|
},
|
|
25209
|
-
"allow_auto_merge": {
|
|
25210
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
25211
|
-
"default": false,
|
|
25212
|
-
"type": "boolean",
|
|
25213
|
-
"example": false
|
|
25214
|
-
},
|
|
25215
25228
|
"delete_branch_on_merge": {
|
|
25216
25229
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
25217
25230
|
"default": false,
|
|
@@ -25352,7 +25365,7 @@
|
|
|
25352
25365
|
"category": "actions",
|
|
25353
25366
|
"subcategory": "self-hosted-runners"
|
|
25354
25367
|
},
|
|
25355
|
-
"x-octokit": {}
|
|
25368
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
25356
25369
|
}
|
|
25357
25370
|
},
|
|
25358
25371
|
"/enterprises/{enterprise}/actions/runners/{runner_id}": {
|
|
@@ -27161,7 +27174,6 @@
|
|
|
27161
27174
|
"allow_squash_merge": {
|
|
27162
27175
|
"type": "boolean"
|
|
27163
27176
|
},
|
|
27164
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
27165
27177
|
"delete_branch_on_merge": {
|
|
27166
27178
|
"type": "boolean"
|
|
27167
27179
|
},
|
|
@@ -27184,12 +27196,6 @@
|
|
|
27184
27196
|
"type": "boolean",
|
|
27185
27197
|
"example": true
|
|
27186
27198
|
},
|
|
27187
|
-
"allow_auto_merge": {
|
|
27188
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
27189
|
-
"default": false,
|
|
27190
|
-
"type": "boolean",
|
|
27191
|
-
"example": false
|
|
27192
|
-
},
|
|
27193
27199
|
"delete_branch_on_merge": {
|
|
27194
27200
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
27195
27201
|
"default": false,
|
|
@@ -28176,7 +28182,7 @@
|
|
|
28176
28182
|
"category": "activity",
|
|
28177
28183
|
"subcategory": "events"
|
|
28178
28184
|
},
|
|
28179
|
-
"x-octokit": {}
|
|
28185
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
28180
28186
|
}
|
|
28181
28187
|
},
|
|
28182
28188
|
"/feeds": {
|
|
@@ -36959,7 +36965,6 @@
|
|
|
36959
36965
|
"allow_rebase_merge": { "type": "boolean" },
|
|
36960
36966
|
"temp_clone_token": { "type": "string" },
|
|
36961
36967
|
"allow_squash_merge": { "type": "boolean" },
|
|
36962
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
36963
36968
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
36964
36969
|
"allow_update_branch": { "type": "boolean" },
|
|
36965
36970
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -36974,12 +36979,6 @@
|
|
|
36974
36979
|
"type": "boolean",
|
|
36975
36980
|
"example": true
|
|
36976
36981
|
},
|
|
36977
|
-
"allow_auto_merge": {
|
|
36978
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
36979
|
-
"default": false,
|
|
36980
|
-
"type": "boolean",
|
|
36981
|
-
"example": false
|
|
36982
|
-
},
|
|
36983
36982
|
"delete_branch_on_merge": {
|
|
36984
36983
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
36985
36984
|
"default": false,
|
|
@@ -37276,7 +37275,7 @@
|
|
|
37276
37275
|
}
|
|
37277
37276
|
]
|
|
37278
37277
|
},
|
|
37279
|
-
"x-octokit": {}
|
|
37278
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
37280
37279
|
}
|
|
37281
37280
|
},
|
|
37282
37281
|
"/installation/token": {
|
|
@@ -38847,7 +38846,6 @@
|
|
|
38847
38846
|
"allow_rebase_merge": { "type": "boolean" },
|
|
38848
38847
|
"temp_clone_token": { "type": "string" },
|
|
38849
38848
|
"allow_squash_merge": { "type": "boolean" },
|
|
38850
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
38851
38849
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
38852
38850
|
"allow_update_branch": { "type": "boolean" },
|
|
38853
38851
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -38862,12 +38860,6 @@
|
|
|
38862
38860
|
"type": "boolean",
|
|
38863
38861
|
"example": true
|
|
38864
38862
|
},
|
|
38865
|
-
"allow_auto_merge": {
|
|
38866
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
38867
|
-
"default": false,
|
|
38868
|
-
"type": "boolean",
|
|
38869
|
-
"example": false
|
|
38870
|
-
},
|
|
38871
38863
|
"delete_branch_on_merge": {
|
|
38872
38864
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
38873
38865
|
"default": false,
|
|
@@ -39608,7 +39600,7 @@
|
|
|
39608
39600
|
}
|
|
39609
39601
|
]
|
|
39610
39602
|
},
|
|
39611
|
-
"x-octokit": {}
|
|
39603
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
39612
39604
|
}
|
|
39613
39605
|
},
|
|
39614
39606
|
"/licenses": {
|
|
@@ -41771,7 +41763,6 @@
|
|
|
41771
41763
|
"allow_squash_merge": {
|
|
41772
41764
|
"type": "boolean"
|
|
41773
41765
|
},
|
|
41774
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
41775
41766
|
"delete_branch_on_merge": {
|
|
41776
41767
|
"type": "boolean"
|
|
41777
41768
|
},
|
|
@@ -41794,12 +41785,6 @@
|
|
|
41794
41785
|
"type": "boolean",
|
|
41795
41786
|
"example": true
|
|
41796
41787
|
},
|
|
41797
|
-
"allow_auto_merge": {
|
|
41798
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
41799
|
-
"default": false,
|
|
41800
|
-
"type": "boolean",
|
|
41801
|
-
"example": false
|
|
41802
|
-
},
|
|
41803
41788
|
"delete_branch_on_merge": {
|
|
41804
41789
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
41805
41790
|
"default": false,
|
|
@@ -42807,7 +42792,7 @@
|
|
|
42807
42792
|
"category": "activity",
|
|
42808
42793
|
"subcategory": "events"
|
|
42809
42794
|
},
|
|
42810
|
-
"x-octokit": {}
|
|
42795
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
42811
42796
|
}
|
|
42812
42797
|
},
|
|
42813
42798
|
"/notifications": {
|
|
@@ -43951,7 +43936,6 @@
|
|
|
43951
43936
|
"allow_rebase_merge": { "type": "boolean" },
|
|
43952
43937
|
"temp_clone_token": { "type": "string" },
|
|
43953
43938
|
"allow_squash_merge": { "type": "boolean" },
|
|
43954
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
43955
43939
|
"delete_branch_on_merge": {
|
|
43956
43940
|
"type": "boolean"
|
|
43957
43941
|
},
|
|
@@ -43968,12 +43952,6 @@
|
|
|
43968
43952
|
"type": "boolean",
|
|
43969
43953
|
"example": true
|
|
43970
43954
|
},
|
|
43971
|
-
"allow_auto_merge": {
|
|
43972
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
43973
|
-
"default": false,
|
|
43974
|
-
"type": "boolean",
|
|
43975
|
-
"example": false
|
|
43976
|
-
},
|
|
43977
43955
|
"delete_branch_on_merge": {
|
|
43978
43956
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
43979
43957
|
"default": false,
|
|
@@ -44405,7 +44383,7 @@
|
|
|
44405
44383
|
"category": "activity",
|
|
44406
44384
|
"subcategory": "notifications"
|
|
44407
44385
|
},
|
|
44408
|
-
"x-octokit": {}
|
|
44386
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
44409
44387
|
},
|
|
44410
44388
|
"put": {
|
|
44411
44389
|
"summary": "Mark notifications as read",
|
|
@@ -45587,7 +45565,6 @@
|
|
|
45587
45565
|
"allow_rebase_merge": { "type": "boolean" },
|
|
45588
45566
|
"temp_clone_token": { "type": "string" },
|
|
45589
45567
|
"allow_squash_merge": { "type": "boolean" },
|
|
45590
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
45591
45568
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
45592
45569
|
"allow_update_branch": { "type": "boolean" },
|
|
45593
45570
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -45602,12 +45579,6 @@
|
|
|
45602
45579
|
"type": "boolean",
|
|
45603
45580
|
"example": true
|
|
45604
45581
|
},
|
|
45605
|
-
"allow_auto_merge": {
|
|
45606
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
45607
|
-
"default": false,
|
|
45608
|
-
"type": "boolean",
|
|
45609
|
-
"example": false
|
|
45610
|
-
},
|
|
45611
45582
|
"delete_branch_on_merge": {
|
|
45612
45583
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
45613
45584
|
"default": false,
|
|
@@ -45983,7 +45954,7 @@
|
|
|
45983
45954
|
"category": "activity",
|
|
45984
45955
|
"subcategory": "notifications"
|
|
45985
45956
|
},
|
|
45986
|
-
"x-octokit": {}
|
|
45957
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
45987
45958
|
},
|
|
45988
45959
|
"patch": {
|
|
45989
45960
|
"summary": "Mark a thread as read",
|
|
@@ -46953,7 +46924,7 @@
|
|
|
46953
46924
|
},
|
|
46954
46925
|
"members_allowed_repository_creation_type": {
|
|
46955
46926
|
"type": "string",
|
|
46956
|
-
"description": "Specifies which types of repositories non-admin organization members can create.
|
|
46927
|
+
"description": "Specifies which types of repositories non-admin organization members can create. \n**Note:** This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in `members_can_create_repositories`. See the parameter deprecation notice in the operation description for details.",
|
|
46957
46928
|
"enum": ["all", "private", "none"]
|
|
46958
46929
|
},
|
|
46959
46930
|
"members_can_create_pages": {
|
|
@@ -48215,7 +48186,6 @@
|
|
|
48215
48186
|
"allow_rebase_merge": { "type": "boolean" },
|
|
48216
48187
|
"temp_clone_token": { "type": "string" },
|
|
48217
48188
|
"allow_squash_merge": { "type": "boolean" },
|
|
48218
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
48219
48189
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
48220
48190
|
"allow_update_branch": { "type": "boolean" },
|
|
48221
48191
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -48230,12 +48200,6 @@
|
|
|
48230
48200
|
"type": "boolean",
|
|
48231
48201
|
"example": true
|
|
48232
48202
|
},
|
|
48233
|
-
"allow_auto_merge": {
|
|
48234
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
48235
|
-
"default": false,
|
|
48236
|
-
"type": "boolean",
|
|
48237
|
-
"example": false
|
|
48238
|
-
},
|
|
48239
48203
|
"delete_branch_on_merge": {
|
|
48240
48204
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
48241
48205
|
"default": false,
|
|
@@ -48484,7 +48448,7 @@
|
|
|
48484
48448
|
"category": "actions",
|
|
48485
48449
|
"subcategory": "permissions"
|
|
48486
48450
|
},
|
|
48487
|
-
"x-octokit": {}
|
|
48451
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
48488
48452
|
},
|
|
48489
48453
|
"put": {
|
|
48490
48454
|
"summary": "Set selected repositories enabled for GitHub Actions in an organization",
|
|
@@ -50347,7 +50311,6 @@
|
|
|
50347
50311
|
"allow_rebase_merge": { "type": "boolean" },
|
|
50348
50312
|
"temp_clone_token": { "type": "string" },
|
|
50349
50313
|
"allow_squash_merge": { "type": "boolean" },
|
|
50350
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
50351
50314
|
"delete_branch_on_merge": {
|
|
50352
50315
|
"type": "boolean"
|
|
50353
50316
|
},
|
|
@@ -50364,12 +50327,6 @@
|
|
|
50364
50327
|
"type": "boolean",
|
|
50365
50328
|
"example": true
|
|
50366
50329
|
},
|
|
50367
|
-
"allow_auto_merge": {
|
|
50368
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
50369
|
-
"default": false,
|
|
50370
|
-
"type": "boolean",
|
|
50371
|
-
"example": false
|
|
50372
|
-
},
|
|
50373
50330
|
"delete_branch_on_merge": {
|
|
50374
50331
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
50375
50332
|
"default": false,
|
|
@@ -50831,7 +50788,7 @@
|
|
|
50831
50788
|
"category": "actions",
|
|
50832
50789
|
"subcategory": "self-hosted-runner-groups"
|
|
50833
50790
|
},
|
|
50834
|
-
"x-octokit": {}
|
|
50791
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
50835
50792
|
},
|
|
50836
50793
|
"put": {
|
|
50837
50794
|
"summary": "Set repository access for a self-hosted runner group in an organization",
|
|
@@ -52308,7 +52265,6 @@
|
|
|
52308
52265
|
"allow_rebase_merge": { "type": "boolean" },
|
|
52309
52266
|
"temp_clone_token": { "type": "string" },
|
|
52310
52267
|
"allow_squash_merge": { "type": "boolean" },
|
|
52311
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
52312
52268
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
52313
52269
|
"allow_update_branch": { "type": "boolean" },
|
|
52314
52270
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -52323,12 +52279,6 @@
|
|
|
52323
52279
|
"type": "boolean",
|
|
52324
52280
|
"example": true
|
|
52325
52281
|
},
|
|
52326
|
-
"allow_auto_merge": {
|
|
52327
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
52328
|
-
"default": false,
|
|
52329
|
-
"type": "boolean",
|
|
52330
|
-
"example": false
|
|
52331
|
-
},
|
|
52332
52282
|
"delete_branch_on_merge": {
|
|
52333
52283
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
52334
52284
|
"default": false,
|
|
@@ -52469,7 +52419,7 @@
|
|
|
52469
52419
|
"category": "actions",
|
|
52470
52420
|
"subcategory": "self-hosted-runners"
|
|
52471
52421
|
},
|
|
52472
|
-
"x-octokit": {}
|
|
52422
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
52473
52423
|
}
|
|
52474
52424
|
},
|
|
52475
52425
|
"/orgs/{org}/actions/runners/remove-token": {
|
|
@@ -53215,7 +53165,6 @@
|
|
|
53215
53165
|
"allow_rebase_merge": { "type": "boolean" },
|
|
53216
53166
|
"temp_clone_token": { "type": "string" },
|
|
53217
53167
|
"allow_squash_merge": { "type": "boolean" },
|
|
53218
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
53219
53168
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
53220
53169
|
"allow_update_branch": { "type": "boolean" },
|
|
53221
53170
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -53230,12 +53179,6 @@
|
|
|
53230
53179
|
"type": "boolean",
|
|
53231
53180
|
"example": true
|
|
53232
53181
|
},
|
|
53233
|
-
"allow_auto_merge": {
|
|
53234
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
53235
|
-
"default": false,
|
|
53236
|
-
"type": "boolean",
|
|
53237
|
-
"example": false
|
|
53238
|
-
},
|
|
53239
53182
|
"delete_branch_on_merge": {
|
|
53240
53183
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
53241
53184
|
"default": false,
|
|
@@ -53376,7 +53319,7 @@
|
|
|
53376
53319
|
"category": "actions",
|
|
53377
53320
|
"subcategory": "self-hosted-runners"
|
|
53378
53321
|
},
|
|
53379
|
-
"x-octokit": {}
|
|
53322
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
53380
53323
|
}
|
|
53381
53324
|
},
|
|
53382
53325
|
"/orgs/{org}/actions/runners/{runner_id}": {
|
|
@@ -55065,7 +55008,6 @@
|
|
|
55065
55008
|
"allow_rebase_merge": { "type": "boolean" },
|
|
55066
55009
|
"temp_clone_token": { "type": "string" },
|
|
55067
55010
|
"allow_squash_merge": { "type": "boolean" },
|
|
55068
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
55069
55011
|
"delete_branch_on_merge": {
|
|
55070
55012
|
"type": "boolean"
|
|
55071
55013
|
},
|
|
@@ -55082,12 +55024,6 @@
|
|
|
55082
55024
|
"type": "boolean",
|
|
55083
55025
|
"example": true
|
|
55084
55026
|
},
|
|
55085
|
-
"allow_auto_merge": {
|
|
55086
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
55087
|
-
"default": false,
|
|
55088
|
-
"type": "boolean",
|
|
55089
|
-
"example": false
|
|
55090
|
-
},
|
|
55091
55027
|
"delete_branch_on_merge": {
|
|
55092
55028
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
55093
55029
|
"default": false,
|
|
@@ -55387,7 +55323,7 @@
|
|
|
55387
55323
|
"category": "actions",
|
|
55388
55324
|
"subcategory": "secrets"
|
|
55389
55325
|
},
|
|
55390
|
-
"x-octokit": {}
|
|
55326
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
55391
55327
|
},
|
|
55392
55328
|
"put": {
|
|
55393
55329
|
"summary": "Set selected repositories for an organization secret",
|
|
@@ -57208,7 +57144,6 @@
|
|
|
57208
57144
|
"allow_squash_merge": {
|
|
57209
57145
|
"type": "boolean"
|
|
57210
57146
|
},
|
|
57211
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
57212
57147
|
"delete_branch_on_merge": {
|
|
57213
57148
|
"type": "boolean"
|
|
57214
57149
|
},
|
|
@@ -57231,12 +57166,6 @@
|
|
|
57231
57166
|
"type": "boolean",
|
|
57232
57167
|
"example": true
|
|
57233
57168
|
},
|
|
57234
|
-
"allow_auto_merge": {
|
|
57235
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
57236
|
-
"default": false,
|
|
57237
|
-
"type": "boolean",
|
|
57238
|
-
"example": false
|
|
57239
|
-
},
|
|
57240
57169
|
"delete_branch_on_merge": {
|
|
57241
57170
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
57242
57171
|
"default": false,
|
|
@@ -58189,7 +58118,7 @@
|
|
|
58189
58118
|
"category": "activity",
|
|
58190
58119
|
"subcategory": "events"
|
|
58191
58120
|
},
|
|
58192
|
-
"x-octokit": {}
|
|
58121
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
58193
58122
|
}
|
|
58194
58123
|
},
|
|
58195
58124
|
"/orgs/{org}/hooks": {
|
|
@@ -62896,7 +62825,6 @@
|
|
|
62896
62825
|
"allow_rebase_merge": { "type": "boolean" },
|
|
62897
62826
|
"temp_clone_token": { "type": "string" },
|
|
62898
62827
|
"allow_squash_merge": { "type": "boolean" },
|
|
62899
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
62900
62828
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
62901
62829
|
"allow_update_branch": { "type": "boolean" },
|
|
62902
62830
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -62911,12 +62839,6 @@
|
|
|
62911
62839
|
"type": "boolean",
|
|
62912
62840
|
"example": true
|
|
62913
62841
|
},
|
|
62914
|
-
"allow_auto_merge": {
|
|
62915
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
62916
|
-
"default": false,
|
|
62917
|
-
"type": "boolean",
|
|
62918
|
-
"example": false
|
|
62919
|
-
},
|
|
62920
62842
|
"delete_branch_on_merge": {
|
|
62921
62843
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
62922
62844
|
"default": false,
|
|
@@ -63614,7 +63536,7 @@
|
|
|
63614
63536
|
}
|
|
63615
63537
|
]
|
|
63616
63538
|
},
|
|
63617
|
-
"x-octokit": {}
|
|
63539
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
63618
63540
|
}
|
|
63619
63541
|
},
|
|
63620
63542
|
"/orgs/{org}/members": {
|
|
@@ -67600,7 +67522,6 @@
|
|
|
67600
67522
|
"allow_rebase_merge": { "type": "boolean" },
|
|
67601
67523
|
"temp_clone_token": { "type": "string" },
|
|
67602
67524
|
"allow_squash_merge": { "type": "boolean" },
|
|
67603
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
67604
67525
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
67605
67526
|
"allow_update_branch": { "type": "boolean" },
|
|
67606
67527
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -67615,12 +67536,6 @@
|
|
|
67615
67536
|
"type": "boolean",
|
|
67616
67537
|
"example": true
|
|
67617
67538
|
},
|
|
67618
|
-
"allow_auto_merge": {
|
|
67619
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
67620
|
-
"default": false,
|
|
67621
|
-
"type": "boolean",
|
|
67622
|
-
"example": false
|
|
67623
|
-
},
|
|
67624
67539
|
"delete_branch_on_merge": {
|
|
67625
67540
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
67626
67541
|
"default": false,
|
|
@@ -67960,7 +67875,7 @@
|
|
|
67960
67875
|
}
|
|
67961
67876
|
]
|
|
67962
67877
|
},
|
|
67963
|
-
"x-octokit": {}
|
|
67878
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
67964
67879
|
},
|
|
67965
67880
|
"post": {
|
|
67966
67881
|
"summary": "Create an organization repository",
|
|
@@ -68061,11 +67976,6 @@
|
|
|
68061
67976
|
"description": "Either `true` to allow rebase-merging pull requests, or `false` to prevent rebase-merging.",
|
|
68062
67977
|
"default": true
|
|
68063
67978
|
},
|
|
68064
|
-
"allow_auto_merge": {
|
|
68065
|
-
"type": "boolean",
|
|
68066
|
-
"description": "Either `true` to allow auto-merge on pull requests, or `false` to disallow auto-merge.",
|
|
68067
|
-
"default": false
|
|
68068
|
-
},
|
|
68069
67979
|
"delete_branch_on_merge": {
|
|
68070
67980
|
"type": "boolean",
|
|
68071
67981
|
"description": "Either `true` to allow automatically deleting head branches when pull requests are merged, or `false` to prevent automatic deletion.",
|
|
@@ -68772,7 +68682,6 @@
|
|
|
68772
68682
|
"allow_rebase_merge": { "type": "boolean" },
|
|
68773
68683
|
"temp_clone_token": { "type": "string" },
|
|
68774
68684
|
"allow_squash_merge": { "type": "boolean" },
|
|
68775
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
68776
68685
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
68777
68686
|
"allow_update_branch": { "type": "boolean" },
|
|
68778
68687
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -68787,12 +68696,6 @@
|
|
|
68787
68696
|
"type": "boolean",
|
|
68788
68697
|
"example": true
|
|
68789
68698
|
},
|
|
68790
|
-
"allow_auto_merge": {
|
|
68791
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
68792
|
-
"default": false,
|
|
68793
|
-
"type": "boolean",
|
|
68794
|
-
"example": false
|
|
68795
|
-
},
|
|
68796
68699
|
"delete_branch_on_merge": {
|
|
68797
68700
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
68798
68701
|
"default": false,
|
|
@@ -68975,8 +68878,6 @@
|
|
|
68975
68878
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
68976
68879
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
68977
68880
|
"homepage": "https://github.com",
|
|
68978
|
-
"organization": null,
|
|
68979
|
-
"language": null,
|
|
68980
68881
|
"forks": 9,
|
|
68981
68882
|
"forks_count": 9,
|
|
68982
68883
|
"stargazers_count": 80,
|
|
@@ -69013,10 +68914,8 @@
|
|
|
69013
68914
|
"pull": true
|
|
69014
68915
|
},
|
|
69015
68916
|
"allow_rebase_merge": true,
|
|
69016
|
-
"template_repository": null,
|
|
69017
68917
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
69018
68918
|
"allow_squash_merge": true,
|
|
69019
|
-
"allow_auto_merge": false,
|
|
69020
68919
|
"delete_branch_on_merge": true,
|
|
69021
68920
|
"allow_merge_commit": true,
|
|
69022
68921
|
"subscribers_count": 42,
|
|
@@ -69098,9 +68997,18 @@
|
|
|
69098
68997
|
"githubCloudOnly": false,
|
|
69099
68998
|
"enabledForGitHubApps": true,
|
|
69100
68999
|
"category": "repos",
|
|
69101
|
-
"
|
|
69000
|
+
"previews": [
|
|
69001
|
+
{
|
|
69002
|
+
"name": "nebula",
|
|
69003
|
+
"note": "You can set the visibility of a repository using the new `visibility` parameter in the [Repositories API](https://docs.github.com/enterprise-server@3.2/rest/reference/repos/), and get a repository's visibility with a new response key. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes/).\n\nTo access repository visibility during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.nebula-preview+json\n```"
|
|
69004
|
+
},
|
|
69005
|
+
{
|
|
69006
|
+
"name": "baptiste",
|
|
69007
|
+
"note": "The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/enterprise-server@3.2/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
|
|
69008
|
+
}
|
|
69009
|
+
]
|
|
69102
69010
|
},
|
|
69103
|
-
"x-octokit": {}
|
|
69011
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
69104
69012
|
}
|
|
69105
69013
|
},
|
|
69106
69014
|
"/orgs/{org}/teams": {
|
|
@@ -77524,7 +77432,6 @@
|
|
|
77524
77432
|
"allow_rebase_merge": { "type": "boolean" },
|
|
77525
77433
|
"temp_clone_token": { "type": "string" },
|
|
77526
77434
|
"allow_squash_merge": { "type": "boolean" },
|
|
77527
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
77528
77435
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
77529
77436
|
"allow_update_branch": { "type": "boolean" },
|
|
77530
77437
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -77539,12 +77446,6 @@
|
|
|
77539
77446
|
"type": "boolean",
|
|
77540
77447
|
"example": true
|
|
77541
77448
|
},
|
|
77542
|
-
"allow_auto_merge": {
|
|
77543
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
77544
|
-
"default": false,
|
|
77545
|
-
"type": "boolean",
|
|
77546
|
-
"example": false
|
|
77547
|
-
},
|
|
77548
77449
|
"delete_branch_on_merge": {
|
|
77549
77450
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
77550
77451
|
"default": false,
|
|
@@ -77875,7 +77776,7 @@
|
|
|
77875
77776
|
"category": "teams",
|
|
77876
77777
|
"subcategory": null
|
|
77877
77778
|
},
|
|
77878
|
-
"x-octokit": {}
|
|
77779
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
77879
77780
|
}
|
|
77880
77781
|
},
|
|
77881
77782
|
"/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}": {
|
|
@@ -79066,7 +78967,6 @@
|
|
|
79066
78967
|
"allow_rebase_merge": { "type": "boolean" },
|
|
79067
78968
|
"temp_clone_token": { "type": "string" },
|
|
79068
78969
|
"allow_squash_merge": { "type": "boolean" },
|
|
79069
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
79070
78970
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
79071
78971
|
"allow_update_branch": { "type": "boolean" },
|
|
79072
78972
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -79081,12 +78981,6 @@
|
|
|
79081
78981
|
"type": "boolean",
|
|
79082
78982
|
"example": true
|
|
79083
78983
|
},
|
|
79084
|
-
"allow_auto_merge": {
|
|
79085
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
79086
|
-
"default": false,
|
|
79087
|
-
"type": "boolean",
|
|
79088
|
-
"example": false
|
|
79089
|
-
},
|
|
79090
78984
|
"delete_branch_on_merge": {
|
|
79091
78985
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
79092
78986
|
"default": false,
|
|
@@ -79566,7 +79460,7 @@
|
|
|
79566
79460
|
"category": "teams",
|
|
79567
79461
|
"subcategory": null
|
|
79568
79462
|
},
|
|
79569
|
-
"x-octokit": {}
|
|
79463
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
79570
79464
|
},
|
|
79571
79465
|
"put": {
|
|
79572
79466
|
"summary": "Add or update team repository permissions",
|
|
@@ -85583,7 +85477,6 @@
|
|
|
85583
85477
|
"allow_rebase_merge": { "type": "boolean" },
|
|
85584
85478
|
"temp_clone_token": { "type": "string" },
|
|
85585
85479
|
"allow_squash_merge": { "type": "boolean" },
|
|
85586
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
85587
85480
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
85588
85481
|
"allow_update_branch": { "type": "boolean" },
|
|
85589
85482
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -85598,12 +85491,6 @@
|
|
|
85598
85491
|
"type": "boolean",
|
|
85599
85492
|
"example": true
|
|
85600
85493
|
},
|
|
85601
|
-
"allow_auto_merge": {
|
|
85602
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
85603
|
-
"default": false,
|
|
85604
|
-
"type": "boolean",
|
|
85605
|
-
"example": false
|
|
85606
|
-
},
|
|
85607
85494
|
"delete_branch_on_merge": {
|
|
85608
85495
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
85609
85496
|
"default": false,
|
|
@@ -85718,7 +85605,6 @@
|
|
|
85718
85605
|
"type": "boolean",
|
|
85719
85606
|
"example": true
|
|
85720
85607
|
},
|
|
85721
|
-
"allow_auto_merge": { "type": "boolean", "example": false },
|
|
85722
85608
|
"delete_branch_on_merge": {
|
|
85723
85609
|
"type": "boolean",
|
|
85724
85610
|
"example": false
|
|
@@ -86551,7 +86437,6 @@
|
|
|
86551
86437
|
"allow_rebase_merge": { "type": "boolean" },
|
|
86552
86438
|
"temp_clone_token": { "type": "string" },
|
|
86553
86439
|
"allow_squash_merge": { "type": "boolean" },
|
|
86554
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
86555
86440
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
86556
86441
|
"allow_update_branch": { "type": "boolean" },
|
|
86557
86442
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -86566,12 +86451,6 @@
|
|
|
86566
86451
|
"type": "boolean",
|
|
86567
86452
|
"example": true
|
|
86568
86453
|
},
|
|
86569
|
-
"allow_auto_merge": {
|
|
86570
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
86571
|
-
"default": false,
|
|
86572
|
-
"type": "boolean",
|
|
86573
|
-
"example": false
|
|
86574
|
-
},
|
|
86575
86454
|
"delete_branch_on_merge": {
|
|
86576
86455
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
86577
86456
|
"default": false,
|
|
@@ -87367,7 +87246,6 @@
|
|
|
87367
87246
|
"allow_rebase_merge": { "type": "boolean" },
|
|
87368
87247
|
"temp_clone_token": { "type": "string" },
|
|
87369
87248
|
"allow_squash_merge": { "type": "boolean" },
|
|
87370
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
87371
87249
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
87372
87250
|
"allow_update_branch": { "type": "boolean" },
|
|
87373
87251
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -87382,12 +87260,6 @@
|
|
|
87382
87260
|
"type": "boolean",
|
|
87383
87261
|
"example": true
|
|
87384
87262
|
},
|
|
87385
|
-
"allow_auto_merge": {
|
|
87386
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
87387
|
-
"default": false,
|
|
87388
|
-
"type": "boolean",
|
|
87389
|
-
"example": false
|
|
87390
|
-
},
|
|
87391
87263
|
"delete_branch_on_merge": {
|
|
87392
87264
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
87393
87265
|
"default": false,
|
|
@@ -87719,7 +87591,6 @@
|
|
|
87719
87591
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
87720
87592
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
87721
87593
|
"homepage": "https://github.com",
|
|
87722
|
-
"language": null,
|
|
87723
87594
|
"forks_count": 9,
|
|
87724
87595
|
"forks": 9,
|
|
87725
87596
|
"stargazers_count": 80,
|
|
@@ -87820,7 +87691,6 @@
|
|
|
87820
87691
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
87821
87692
|
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
87822
87693
|
"homepage": "https://github.com",
|
|
87823
|
-
"language": null,
|
|
87824
87694
|
"forks": 9,
|
|
87825
87695
|
"forks_count": 9,
|
|
87826
87696
|
"stargazers_count": 80,
|
|
@@ -87859,7 +87729,6 @@
|
|
|
87859
87729
|
"allow_rebase_merge": true,
|
|
87860
87730
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
87861
87731
|
"allow_squash_merge": true,
|
|
87862
|
-
"allow_auto_merge": false,
|
|
87863
87732
|
"delete_branch_on_merge": true,
|
|
87864
87733
|
"allow_merge_commit": true,
|
|
87865
87734
|
"subscribers_count": 42,
|
|
@@ -87867,7 +87736,6 @@
|
|
|
87867
87736
|
},
|
|
87868
87737
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
87869
87738
|
"allow_squash_merge": true,
|
|
87870
|
-
"allow_auto_merge": false,
|
|
87871
87739
|
"delete_branch_on_merge": true,
|
|
87872
87740
|
"allow_merge_commit": true,
|
|
87873
87741
|
"subscribers_count": 42,
|
|
@@ -87971,7 +87839,6 @@
|
|
|
87971
87839
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
87972
87840
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
87973
87841
|
"homepage": "https://github.com",
|
|
87974
|
-
"language": null,
|
|
87975
87842
|
"forks_count": 9,
|
|
87976
87843
|
"stargazers_count": 80,
|
|
87977
87844
|
"watchers_count": 80,
|
|
@@ -87999,7 +87866,6 @@
|
|
|
87999
87866
|
"allow_rebase_merge": true,
|
|
88000
87867
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
88001
87868
|
"allow_squash_merge": true,
|
|
88002
|
-
"allow_auto_merge": false,
|
|
88003
87869
|
"delete_branch_on_merge": true,
|
|
88004
87870
|
"allow_merge_commit": true,
|
|
88005
87871
|
"subscribers_count": 42,
|
|
@@ -88088,7 +87954,6 @@
|
|
|
88088
87954
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
88089
87955
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
88090
87956
|
"homepage": "https://github.com",
|
|
88091
|
-
"language": null,
|
|
88092
87957
|
"forks_count": 9,
|
|
88093
87958
|
"stargazers_count": 80,
|
|
88094
87959
|
"watchers_count": 80,
|
|
@@ -88116,7 +87981,6 @@
|
|
|
88116
87981
|
"allow_rebase_merge": true,
|
|
88117
87982
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
88118
87983
|
"allow_squash_merge": true,
|
|
88119
|
-
"allow_auto_merge": false,
|
|
88120
87984
|
"delete_branch_on_merge": true,
|
|
88121
87985
|
"allow_merge_commit": true,
|
|
88122
87986
|
"subscribers_count": 42,
|
|
@@ -88209,7 +88073,6 @@
|
|
|
88209
88073
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
88210
88074
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
88211
88075
|
"homepage": "https://github.com",
|
|
88212
|
-
"language": null,
|
|
88213
88076
|
"forks_count": 9,
|
|
88214
88077
|
"forks": 9,
|
|
88215
88078
|
"stargazers_count": 80,
|
|
@@ -88310,7 +88173,6 @@
|
|
|
88310
88173
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
88311
88174
|
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
88312
88175
|
"homepage": "https://github.com",
|
|
88313
|
-
"language": null,
|
|
88314
88176
|
"forks": 9,
|
|
88315
88177
|
"forks_count": 9,
|
|
88316
88178
|
"stargazers_count": 80,
|
|
@@ -88349,7 +88211,6 @@
|
|
|
88349
88211
|
"allow_rebase_merge": true,
|
|
88350
88212
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
88351
88213
|
"allow_squash_merge": true,
|
|
88352
|
-
"allow_auto_merge": false,
|
|
88353
88214
|
"delete_branch_on_merge": true,
|
|
88354
88215
|
"allow_merge_commit": true,
|
|
88355
88216
|
"subscribers_count": 42,
|
|
@@ -88357,7 +88218,6 @@
|
|
|
88357
88218
|
},
|
|
88358
88219
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
88359
88220
|
"allow_squash_merge": true,
|
|
88360
|
-
"allow_auto_merge": false,
|
|
88361
88221
|
"delete_branch_on_merge": true,
|
|
88362
88222
|
"allow_merge_commit": true,
|
|
88363
88223
|
"subscribers_count": 42,
|
|
@@ -88461,7 +88321,6 @@
|
|
|
88461
88321
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
88462
88322
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
88463
88323
|
"homepage": "https://github.com",
|
|
88464
|
-
"language": null,
|
|
88465
88324
|
"forks_count": 9,
|
|
88466
88325
|
"stargazers_count": 80,
|
|
88467
88326
|
"watchers_count": 80,
|
|
@@ -88489,7 +88348,6 @@
|
|
|
88489
88348
|
"allow_rebase_merge": true,
|
|
88490
88349
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
88491
88350
|
"allow_squash_merge": true,
|
|
88492
|
-
"allow_auto_merge": false,
|
|
88493
88351
|
"delete_branch_on_merge": true,
|
|
88494
88352
|
"allow_merge_commit": true,
|
|
88495
88353
|
"subscribers_count": 42,
|
|
@@ -88578,7 +88436,6 @@
|
|
|
88578
88436
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
88579
88437
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
88580
88438
|
"homepage": "https://github.com",
|
|
88581
|
-
"language": null,
|
|
88582
88439
|
"forks_count": 9,
|
|
88583
88440
|
"stargazers_count": 80,
|
|
88584
88441
|
"watchers_count": 80,
|
|
@@ -88606,7 +88463,6 @@
|
|
|
88606
88463
|
"allow_rebase_merge": true,
|
|
88607
88464
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
88608
88465
|
"allow_squash_merge": true,
|
|
88609
|
-
"allow_auto_merge": false,
|
|
88610
88466
|
"delete_branch_on_merge": true,
|
|
88611
88467
|
"allow_merge_commit": true,
|
|
88612
88468
|
"subscribers_count": 42,
|
|
@@ -88705,7 +88561,7 @@
|
|
|
88705
88561
|
}
|
|
88706
88562
|
]
|
|
88707
88563
|
},
|
|
88708
|
-
"x-octokit": {}
|
|
88564
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
88709
88565
|
},
|
|
88710
88566
|
"patch": {
|
|
88711
88567
|
"summary": "Update a repository",
|
|
@@ -88837,11 +88693,6 @@
|
|
|
88837
88693
|
"description": "Either `true` to allow rebase-merging pull requests, or `false` to prevent rebase-merging.",
|
|
88838
88694
|
"default": true
|
|
88839
88695
|
},
|
|
88840
|
-
"allow_auto_merge": {
|
|
88841
|
-
"type": "boolean",
|
|
88842
|
-
"description": "Either `true` to allow auto-merge on pull requests, or `false` to disallow auto-merge.",
|
|
88843
|
-
"default": false
|
|
88844
|
-
},
|
|
88845
88696
|
"delete_branch_on_merge": {
|
|
88846
88697
|
"type": "boolean",
|
|
88847
88698
|
"description": "Either `true` to allow automatically deleting head branches when pull requests are merged, or `false` to prevent automatic deletion.",
|
|
@@ -89955,7 +89806,6 @@
|
|
|
89955
89806
|
"allow_rebase_merge": { "type": "boolean" },
|
|
89956
89807
|
"temp_clone_token": { "type": "string" },
|
|
89957
89808
|
"allow_squash_merge": { "type": "boolean" },
|
|
89958
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
89959
89809
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
89960
89810
|
"allow_update_branch": { "type": "boolean" },
|
|
89961
89811
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -89970,12 +89820,6 @@
|
|
|
89970
89820
|
"type": "boolean",
|
|
89971
89821
|
"example": true
|
|
89972
89822
|
},
|
|
89973
|
-
"allow_auto_merge": {
|
|
89974
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
89975
|
-
"default": false,
|
|
89976
|
-
"type": "boolean",
|
|
89977
|
-
"example": false
|
|
89978
|
-
},
|
|
89979
89823
|
"delete_branch_on_merge": {
|
|
89980
89824
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
89981
89825
|
"default": false,
|
|
@@ -90090,7 +89934,6 @@
|
|
|
90090
89934
|
"type": "boolean",
|
|
90091
89935
|
"example": true
|
|
90092
89936
|
},
|
|
90093
|
-
"allow_auto_merge": { "type": "boolean", "example": false },
|
|
90094
89937
|
"delete_branch_on_merge": {
|
|
90095
89938
|
"type": "boolean",
|
|
90096
89939
|
"example": false
|
|
@@ -90923,7 +90766,6 @@
|
|
|
90923
90766
|
"allow_rebase_merge": { "type": "boolean" },
|
|
90924
90767
|
"temp_clone_token": { "type": "string" },
|
|
90925
90768
|
"allow_squash_merge": { "type": "boolean" },
|
|
90926
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
90927
90769
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
90928
90770
|
"allow_update_branch": { "type": "boolean" },
|
|
90929
90771
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -90938,12 +90780,6 @@
|
|
|
90938
90780
|
"type": "boolean",
|
|
90939
90781
|
"example": true
|
|
90940
90782
|
},
|
|
90941
|
-
"allow_auto_merge": {
|
|
90942
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
90943
|
-
"default": false,
|
|
90944
|
-
"type": "boolean",
|
|
90945
|
-
"example": false
|
|
90946
|
-
},
|
|
90947
90783
|
"delete_branch_on_merge": {
|
|
90948
90784
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
90949
90785
|
"default": false,
|
|
@@ -91739,7 +91575,6 @@
|
|
|
91739
91575
|
"allow_rebase_merge": { "type": "boolean" },
|
|
91740
91576
|
"temp_clone_token": { "type": "string" },
|
|
91741
91577
|
"allow_squash_merge": { "type": "boolean" },
|
|
91742
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
91743
91578
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
91744
91579
|
"allow_update_branch": { "type": "boolean" },
|
|
91745
91580
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -91754,12 +91589,6 @@
|
|
|
91754
91589
|
"type": "boolean",
|
|
91755
91590
|
"example": true
|
|
91756
91591
|
},
|
|
91757
|
-
"allow_auto_merge": {
|
|
91758
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
91759
|
-
"default": false,
|
|
91760
|
-
"type": "boolean",
|
|
91761
|
-
"example": false
|
|
91762
|
-
},
|
|
91763
91592
|
"delete_branch_on_merge": {
|
|
91764
91593
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
91765
91594
|
"default": false,
|
|
@@ -92098,7 +91927,6 @@
|
|
|
92098
91927
|
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
92099
91928
|
"html_url": "https://github.com/licenses/mit"
|
|
92100
91929
|
},
|
|
92101
|
-
"language": null,
|
|
92102
91930
|
"forks_count": 9,
|
|
92103
91931
|
"forks": 9,
|
|
92104
91932
|
"stargazers_count": 80,
|
|
@@ -92199,7 +92027,6 @@
|
|
|
92199
92027
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
92200
92028
|
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
92201
92029
|
"homepage": "https://github.com",
|
|
92202
|
-
"language": null,
|
|
92203
92030
|
"forks": 9,
|
|
92204
92031
|
"forks_count": 9,
|
|
92205
92032
|
"stargazers_count": 80,
|
|
@@ -92238,7 +92065,6 @@
|
|
|
92238
92065
|
"allow_rebase_merge": true,
|
|
92239
92066
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
92240
92067
|
"allow_squash_merge": true,
|
|
92241
|
-
"allow_auto_merge": false,
|
|
92242
92068
|
"delete_branch_on_merge": true,
|
|
92243
92069
|
"allow_merge_commit": true,
|
|
92244
92070
|
"subscribers_count": 42,
|
|
@@ -92246,7 +92072,6 @@
|
|
|
92246
92072
|
},
|
|
92247
92073
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
92248
92074
|
"allow_squash_merge": true,
|
|
92249
|
-
"allow_auto_merge": false,
|
|
92250
92075
|
"delete_branch_on_merge": true,
|
|
92251
92076
|
"allow_merge_commit": true,
|
|
92252
92077
|
"allow_forking": true,
|
|
@@ -92344,7 +92169,6 @@
|
|
|
92344
92169
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
92345
92170
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
92346
92171
|
"homepage": "https://github.com",
|
|
92347
|
-
"language": null,
|
|
92348
92172
|
"forks_count": 9,
|
|
92349
92173
|
"stargazers_count": 80,
|
|
92350
92174
|
"watchers_count": 80,
|
|
@@ -92372,7 +92196,6 @@
|
|
|
92372
92196
|
"allow_rebase_merge": true,
|
|
92373
92197
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
92374
92198
|
"allow_squash_merge": true,
|
|
92375
|
-
"allow_auto_merge": false,
|
|
92376
92199
|
"delete_branch_on_merge": true,
|
|
92377
92200
|
"allow_merge_commit": true,
|
|
92378
92201
|
"subscribers_count": 42,
|
|
@@ -92461,7 +92284,6 @@
|
|
|
92461
92284
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
92462
92285
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
92463
92286
|
"homepage": "https://github.com",
|
|
92464
|
-
"language": null,
|
|
92465
92287
|
"forks_count": 9,
|
|
92466
92288
|
"stargazers_count": 80,
|
|
92467
92289
|
"watchers_count": 80,
|
|
@@ -92489,7 +92311,6 @@
|
|
|
92489
92311
|
"allow_rebase_merge": true,
|
|
92490
92312
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
92491
92313
|
"allow_squash_merge": true,
|
|
92492
|
-
"allow_auto_merge": false,
|
|
92493
92314
|
"delete_branch_on_merge": true,
|
|
92494
92315
|
"allow_merge_commit": true,
|
|
92495
92316
|
"subscribers_count": 42,
|
|
@@ -92613,9 +92434,18 @@
|
|
|
92613
92434
|
"githubCloudOnly": false,
|
|
92614
92435
|
"enabledForGitHubApps": true,
|
|
92615
92436
|
"category": "repos",
|
|
92616
|
-
"
|
|
92437
|
+
"previews": [
|
|
92438
|
+
{
|
|
92439
|
+
"name": "nebula",
|
|
92440
|
+
"note": "You can set the visibility of a repository using the new `visibility` parameter in the [Repositories API](https://docs.github.com/enterprise-server@3.2/rest/reference/repos/), and get a repository's visibility with a new response key. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes/).\n\nTo access repository visibility during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.nebula-preview+json\n```"
|
|
92441
|
+
},
|
|
92442
|
+
{
|
|
92443
|
+
"name": "baptiste",
|
|
92444
|
+
"note": "The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/enterprise-server@3.2/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
|
|
92445
|
+
}
|
|
92446
|
+
]
|
|
92617
92447
|
},
|
|
92618
|
-
"x-octokit": {}
|
|
92448
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
92619
92449
|
},
|
|
92620
92450
|
"delete": {
|
|
92621
92451
|
"summary": "Delete a repository",
|
|
@@ -94812,7 +94642,6 @@
|
|
|
94812
94642
|
"allow_rebase_merge": { "type": "boolean" },
|
|
94813
94643
|
"temp_clone_token": { "type": "string" },
|
|
94814
94644
|
"allow_squash_merge": { "type": "boolean" },
|
|
94815
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
94816
94645
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
94817
94646
|
"allow_update_branch": { "type": "boolean" },
|
|
94818
94647
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -94827,12 +94656,6 @@
|
|
|
94827
94656
|
"type": "boolean",
|
|
94828
94657
|
"example": true
|
|
94829
94658
|
},
|
|
94830
|
-
"allow_auto_merge": {
|
|
94831
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
94832
|
-
"default": false,
|
|
94833
|
-
"type": "boolean",
|
|
94834
|
-
"example": false
|
|
94835
|
-
},
|
|
94836
94659
|
"delete_branch_on_merge": {
|
|
94837
94660
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
94838
94661
|
"default": false,
|
|
@@ -94973,7 +94796,7 @@
|
|
|
94973
94796
|
"category": "actions",
|
|
94974
94797
|
"subcategory": "self-hosted-runners"
|
|
94975
94798
|
},
|
|
94976
|
-
"x-octokit": {}
|
|
94799
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
94977
94800
|
}
|
|
94978
94801
|
},
|
|
94979
94802
|
"/repos/{owner}/{repo}/actions/runners/remove-token": {
|
|
@@ -95726,7 +95549,6 @@
|
|
|
95726
95549
|
"allow_rebase_merge": { "type": "boolean" },
|
|
95727
95550
|
"temp_clone_token": { "type": "string" },
|
|
95728
95551
|
"allow_squash_merge": { "type": "boolean" },
|
|
95729
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
95730
95552
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
95731
95553
|
"allow_update_branch": { "type": "boolean" },
|
|
95732
95554
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -95741,12 +95563,6 @@
|
|
|
95741
95563
|
"type": "boolean",
|
|
95742
95564
|
"example": true
|
|
95743
95565
|
},
|
|
95744
|
-
"allow_auto_merge": {
|
|
95745
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
95746
|
-
"default": false,
|
|
95747
|
-
"type": "boolean",
|
|
95748
|
-
"example": false
|
|
95749
|
-
},
|
|
95750
95566
|
"delete_branch_on_merge": {
|
|
95751
95567
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
95752
95568
|
"default": false,
|
|
@@ -95887,7 +95703,7 @@
|
|
|
95887
95703
|
"category": "actions",
|
|
95888
95704
|
"subcategory": "self-hosted-runners"
|
|
95889
95705
|
},
|
|
95890
|
-
"x-octokit": {}
|
|
95706
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
95891
95707
|
}
|
|
95892
95708
|
},
|
|
95893
95709
|
"/repos/{owner}/{repo}/actions/runners/{runner_id}": {
|
|
@@ -97476,7 +97292,6 @@
|
|
|
97476
97292
|
"allow_squash_merge": {
|
|
97477
97293
|
"type": "boolean"
|
|
97478
97294
|
},
|
|
97479
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
97480
97295
|
"delete_branch_on_merge": {
|
|
97481
97296
|
"type": "boolean"
|
|
97482
97297
|
},
|
|
@@ -97499,12 +97314,6 @@
|
|
|
97499
97314
|
"type": "boolean",
|
|
97500
97315
|
"example": true
|
|
97501
97316
|
},
|
|
97502
|
-
"allow_auto_merge": {
|
|
97503
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
97504
|
-
"default": false,
|
|
97505
|
-
"type": "boolean",
|
|
97506
|
-
"example": false
|
|
97507
|
-
},
|
|
97508
97317
|
"delete_branch_on_merge": {
|
|
97509
97318
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
97510
97319
|
"default": false,
|
|
@@ -98823,7 +98632,6 @@
|
|
|
98823
98632
|
"allow_squash_merge": {
|
|
98824
98633
|
"type": "boolean"
|
|
98825
98634
|
},
|
|
98826
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
98827
98635
|
"delete_branch_on_merge": {
|
|
98828
98636
|
"type": "boolean"
|
|
98829
98637
|
},
|
|
@@ -98846,12 +98654,6 @@
|
|
|
98846
98654
|
"type": "boolean",
|
|
98847
98655
|
"example": true
|
|
98848
98656
|
},
|
|
98849
|
-
"allow_auto_merge": {
|
|
98850
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
98851
|
-
"default": false,
|
|
98852
|
-
"type": "boolean",
|
|
98853
|
-
"example": false
|
|
98854
|
-
},
|
|
98855
98657
|
"delete_branch_on_merge": {
|
|
98856
98658
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
98857
98659
|
"default": false,
|
|
@@ -99300,7 +99102,7 @@
|
|
|
99300
99102
|
"category": "actions",
|
|
99301
99103
|
"subcategory": "workflow-runs"
|
|
99302
99104
|
},
|
|
99303
|
-
"x-octokit": {}
|
|
99105
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
99304
99106
|
}
|
|
99305
99107
|
},
|
|
99306
99108
|
"/repos/{owner}/{repo}/actions/runs/{run_id}": {
|
|
@@ -100588,7 +100390,6 @@
|
|
|
100588
100390
|
"allow_rebase_merge": { "type": "boolean" },
|
|
100589
100391
|
"temp_clone_token": { "type": "string" },
|
|
100590
100392
|
"allow_squash_merge": { "type": "boolean" },
|
|
100591
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
100592
100393
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
100593
100394
|
"allow_update_branch": { "type": "boolean" },
|
|
100594
100395
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -100603,12 +100404,6 @@
|
|
|
100603
100404
|
"type": "boolean",
|
|
100604
100405
|
"example": true
|
|
100605
100406
|
},
|
|
100606
|
-
"allow_auto_merge": {
|
|
100607
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
100608
|
-
"default": false,
|
|
100609
|
-
"type": "boolean",
|
|
100610
|
-
"example": false
|
|
100611
|
-
},
|
|
100612
100407
|
"delete_branch_on_merge": {
|
|
100613
100408
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
100614
100409
|
"default": false,
|
|
@@ -101861,7 +101656,6 @@
|
|
|
101861
101656
|
"allow_rebase_merge": { "type": "boolean" },
|
|
101862
101657
|
"temp_clone_token": { "type": "string" },
|
|
101863
101658
|
"allow_squash_merge": { "type": "boolean" },
|
|
101864
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
101865
101659
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
101866
101660
|
"allow_update_branch": { "type": "boolean" },
|
|
101867
101661
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -101876,12 +101670,6 @@
|
|
|
101876
101670
|
"type": "boolean",
|
|
101877
101671
|
"example": true
|
|
101878
101672
|
},
|
|
101879
|
-
"allow_auto_merge": {
|
|
101880
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
101881
|
-
"default": false,
|
|
101882
|
-
"type": "boolean",
|
|
101883
|
-
"example": false
|
|
101884
|
-
},
|
|
101885
101673
|
"delete_branch_on_merge": {
|
|
101886
101674
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
101887
101675
|
"default": false,
|
|
@@ -102310,7 +102098,7 @@
|
|
|
102310
102098
|
"category": "actions",
|
|
102311
102099
|
"subcategory": "workflow-runs"
|
|
102312
102100
|
},
|
|
102313
|
-
"x-octokit": {}
|
|
102101
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
102314
102102
|
},
|
|
102315
102103
|
"delete": {
|
|
102316
102104
|
"summary": "Delete a workflow run",
|
|
@@ -106694,7 +106482,6 @@
|
|
|
106694
106482
|
"allow_squash_merge": {
|
|
106695
106483
|
"type": "boolean"
|
|
106696
106484
|
},
|
|
106697
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
106698
106485
|
"delete_branch_on_merge": {
|
|
106699
106486
|
"type": "boolean"
|
|
106700
106487
|
},
|
|
@@ -106717,12 +106504,6 @@
|
|
|
106717
106504
|
"type": "boolean",
|
|
106718
106505
|
"example": true
|
|
106719
106506
|
},
|
|
106720
|
-
"allow_auto_merge": {
|
|
106721
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
106722
|
-
"default": false,
|
|
106723
|
-
"type": "boolean",
|
|
106724
|
-
"example": false
|
|
106725
|
-
},
|
|
106726
106507
|
"delete_branch_on_merge": {
|
|
106727
106508
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
106728
106509
|
"default": false,
|
|
@@ -108041,7 +107822,6 @@
|
|
|
108041
107822
|
"allow_squash_merge": {
|
|
108042
107823
|
"type": "boolean"
|
|
108043
107824
|
},
|
|
108044
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
108045
107825
|
"delete_branch_on_merge": {
|
|
108046
107826
|
"type": "boolean"
|
|
108047
107827
|
},
|
|
@@ -108064,12 +107844,6 @@
|
|
|
108064
107844
|
"type": "boolean",
|
|
108065
107845
|
"example": true
|
|
108066
107846
|
},
|
|
108067
|
-
"allow_auto_merge": {
|
|
108068
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
108069
|
-
"default": false,
|
|
108070
|
-
"type": "boolean",
|
|
108071
|
-
"example": false
|
|
108072
|
-
},
|
|
108073
107847
|
"delete_branch_on_merge": {
|
|
108074
107848
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
108075
107849
|
"default": false,
|
|
@@ -108518,7 +108292,7 @@
|
|
|
108518
108292
|
"category": "actions",
|
|
108519
108293
|
"subcategory": "workflow-runs"
|
|
108520
108294
|
},
|
|
108521
|
-
"x-octokit": {}
|
|
108295
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
108522
108296
|
}
|
|
108523
108297
|
},
|
|
108524
108298
|
"/repos/{owner}/{repo}/assignees": {
|
|
@@ -125881,7 +125655,6 @@
|
|
|
125881
125655
|
"allow_rebase_merge": { "type": "boolean" },
|
|
125882
125656
|
"temp_clone_token": { "type": "string" },
|
|
125883
125657
|
"allow_squash_merge": { "type": "boolean" },
|
|
125884
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
125885
125658
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
125886
125659
|
"allow_update_branch": { "type": "boolean" },
|
|
125887
125660
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -125896,12 +125669,6 @@
|
|
|
125896
125669
|
"type": "boolean",
|
|
125897
125670
|
"example": true
|
|
125898
125671
|
},
|
|
125899
|
-
"allow_auto_merge": {
|
|
125900
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
125901
|
-
"default": false,
|
|
125902
|
-
"type": "boolean",
|
|
125903
|
-
"example": false
|
|
125904
|
-
},
|
|
125905
125672
|
"delete_branch_on_merge": {
|
|
125906
125673
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
125907
125674
|
"default": false,
|
|
@@ -127842,7 +127609,6 @@
|
|
|
127842
127609
|
"allow_rebase_merge": { "type": "boolean" },
|
|
127843
127610
|
"temp_clone_token": { "type": "string" },
|
|
127844
127611
|
"allow_squash_merge": { "type": "boolean" },
|
|
127845
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
127846
127612
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
127847
127613
|
"allow_update_branch": { "type": "boolean" },
|
|
127848
127614
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -127857,12 +127623,6 @@
|
|
|
127857
127623
|
"type": "boolean",
|
|
127858
127624
|
"example": true
|
|
127859
127625
|
},
|
|
127860
|
-
"allow_auto_merge": {
|
|
127861
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
127862
|
-
"default": false,
|
|
127863
|
-
"type": "boolean",
|
|
127864
|
-
"example": false
|
|
127865
|
-
},
|
|
127866
127626
|
"delete_branch_on_merge": {
|
|
127867
127627
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
127868
127628
|
"default": false,
|
|
@@ -128447,7 +128207,7 @@
|
|
|
128447
128207
|
"category": "checks",
|
|
128448
128208
|
"subcategory": "suites"
|
|
128449
128209
|
},
|
|
128450
|
-
"x-octokit": {}
|
|
128210
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
128451
128211
|
}
|
|
128452
128212
|
},
|
|
128453
128213
|
"/repos/{owner}/{repo}/check-suites/preferences": {
|
|
@@ -129585,7 +129345,6 @@
|
|
|
129585
129345
|
"allow_rebase_merge": { "type": "boolean" },
|
|
129586
129346
|
"temp_clone_token": { "type": "string" },
|
|
129587
129347
|
"allow_squash_merge": { "type": "boolean" },
|
|
129588
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
129589
129348
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
129590
129349
|
"allow_update_branch": { "type": "boolean" },
|
|
129591
129350
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -129600,12 +129359,6 @@
|
|
|
129600
129359
|
"type": "boolean",
|
|
129601
129360
|
"example": true
|
|
129602
129361
|
},
|
|
129603
|
-
"allow_auto_merge": {
|
|
129604
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
129605
|
-
"default": false,
|
|
129606
|
-
"type": "boolean",
|
|
129607
|
-
"example": false
|
|
129608
|
-
},
|
|
129609
129362
|
"delete_branch_on_merge": {
|
|
129610
129363
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
129611
129364
|
"default": false,
|
|
@@ -130053,7 +129806,7 @@
|
|
|
130053
129806
|
"category": "checks",
|
|
130054
129807
|
"subcategory": "suites"
|
|
130055
129808
|
},
|
|
130056
|
-
"x-octokit": {}
|
|
129809
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
130057
129810
|
}
|
|
130058
129811
|
},
|
|
130059
129812
|
"/repos/{owner}/{repo}/check-suites/{check_suite_id}": {
|
|
@@ -131453,7 +131206,6 @@
|
|
|
131453
131206
|
"allow_rebase_merge": { "type": "boolean" },
|
|
131454
131207
|
"temp_clone_token": { "type": "string" },
|
|
131455
131208
|
"allow_squash_merge": { "type": "boolean" },
|
|
131456
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
131457
131209
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
131458
131210
|
"allow_update_branch": { "type": "boolean" },
|
|
131459
131211
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -131468,12 +131220,6 @@
|
|
|
131468
131220
|
"type": "boolean",
|
|
131469
131221
|
"example": true
|
|
131470
131222
|
},
|
|
131471
|
-
"allow_auto_merge": {
|
|
131472
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
131473
|
-
"default": false,
|
|
131474
|
-
"type": "boolean",
|
|
131475
|
-
"example": false
|
|
131476
|
-
},
|
|
131477
131223
|
"delete_branch_on_merge": {
|
|
131478
131224
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
131479
131225
|
"default": false,
|
|
@@ -132058,7 +131804,7 @@
|
|
|
132058
131804
|
"category": "checks",
|
|
132059
131805
|
"subcategory": "suites"
|
|
132060
131806
|
},
|
|
132061
|
-
"x-octokit": {}
|
|
131807
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
132062
131808
|
}
|
|
132063
131809
|
},
|
|
132064
131810
|
"/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs": {
|
|
@@ -137193,7 +136939,6 @@
|
|
|
137193
136939
|
"allow_rebase_merge": { "type": "boolean" },
|
|
137194
136940
|
"temp_clone_token": { "type": "string" },
|
|
137195
136941
|
"allow_squash_merge": { "type": "boolean" },
|
|
137196
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
137197
136942
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
137198
136943
|
"allow_update_branch": { "type": "boolean" },
|
|
137199
136944
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -137208,12 +136953,6 @@
|
|
|
137208
136953
|
"type": "boolean",
|
|
137209
136954
|
"example": true
|
|
137210
136955
|
},
|
|
137211
|
-
"allow_auto_merge": {
|
|
137212
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
137213
|
-
"default": false,
|
|
137214
|
-
"type": "boolean",
|
|
137215
|
-
"example": false
|
|
137216
|
-
},
|
|
137217
136956
|
"delete_branch_on_merge": {
|
|
137218
136957
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
137219
136958
|
"default": false,
|
|
@@ -137861,7 +137600,7 @@
|
|
|
137861
137600
|
"category": "repos",
|
|
137862
137601
|
"subcategory": "collaborators"
|
|
137863
137602
|
},
|
|
137864
|
-
"x-octokit": {}
|
|
137603
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
137865
137604
|
},
|
|
137866
137605
|
"delete": {
|
|
137867
137606
|
"summary": "Remove a repository collaborator",
|
|
@@ -143078,7 +142817,6 @@
|
|
|
143078
142817
|
"allow_rebase_merge": { "type": "boolean" },
|
|
143079
142818
|
"temp_clone_token": { "type": "string" },
|
|
143080
142819
|
"allow_squash_merge": { "type": "boolean" },
|
|
143081
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
143082
142820
|
"delete_branch_on_merge": {
|
|
143083
142821
|
"type": "boolean"
|
|
143084
142822
|
},
|
|
@@ -143095,12 +142833,6 @@
|
|
|
143095
142833
|
"type": "boolean",
|
|
143096
142834
|
"example": true
|
|
143097
142835
|
},
|
|
143098
|
-
"allow_auto_merge": {
|
|
143099
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
143100
|
-
"default": false,
|
|
143101
|
-
"type": "boolean",
|
|
143102
|
-
"example": false
|
|
143103
|
-
},
|
|
143104
142836
|
"delete_branch_on_merge": {
|
|
143105
142837
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
143106
142838
|
"default": false,
|
|
@@ -144049,7 +143781,6 @@
|
|
|
144049
143781
|
"allow_rebase_merge": { "type": "boolean" },
|
|
144050
143782
|
"temp_clone_token": { "type": "string" },
|
|
144051
143783
|
"allow_squash_merge": { "type": "boolean" },
|
|
144052
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
144053
143784
|
"delete_branch_on_merge": {
|
|
144054
143785
|
"type": "boolean"
|
|
144055
143786
|
},
|
|
@@ -144066,12 +143797,6 @@
|
|
|
144066
143797
|
"type": "boolean",
|
|
144067
143798
|
"example": true
|
|
144068
143799
|
},
|
|
144069
|
-
"allow_auto_merge": {
|
|
144070
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
144071
|
-
"default": false,
|
|
144072
|
-
"type": "boolean",
|
|
144073
|
-
"example": false
|
|
144074
|
-
},
|
|
144075
143800
|
"delete_branch_on_merge": {
|
|
144076
143801
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
144077
143802
|
"default": false,
|
|
@@ -145086,7 +144811,7 @@
|
|
|
145086
144811
|
}
|
|
145087
144812
|
]
|
|
145088
144813
|
},
|
|
145089
|
-
"x-octokit": {}
|
|
144814
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
145090
144815
|
}
|
|
145091
144816
|
},
|
|
145092
144817
|
"/repos/{owner}/{repo}/commits/{ref}": {
|
|
@@ -148197,7 +147922,6 @@
|
|
|
148197
147922
|
"allow_squash_merge": {
|
|
148198
147923
|
"type": "boolean"
|
|
148199
147924
|
},
|
|
148200
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
148201
147925
|
"delete_branch_on_merge": {
|
|
148202
147926
|
"type": "boolean"
|
|
148203
147927
|
},
|
|
@@ -148220,12 +147944,6 @@
|
|
|
148220
147944
|
"type": "boolean",
|
|
148221
147945
|
"example": true
|
|
148222
147946
|
},
|
|
148223
|
-
"allow_auto_merge": {
|
|
148224
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
148225
|
-
"default": false,
|
|
148226
|
-
"type": "boolean",
|
|
148227
|
-
"example": false
|
|
148228
|
-
},
|
|
148229
147947
|
"delete_branch_on_merge": {
|
|
148230
147948
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
148231
147949
|
"default": false,
|
|
@@ -148710,7 +148428,7 @@
|
|
|
148710
148428
|
"category": "checks",
|
|
148711
148429
|
"subcategory": "suites"
|
|
148712
148430
|
},
|
|
148713
|
-
"x-octokit": {}
|
|
148431
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
148714
148432
|
}
|
|
148715
148433
|
},
|
|
148716
148434
|
"/repos/{owner}/{repo}/commits/{ref}/status": {
|
|
@@ -149858,7 +149576,6 @@
|
|
|
149858
149576
|
"allow_rebase_merge": { "type": "boolean" },
|
|
149859
149577
|
"temp_clone_token": { "type": "string" },
|
|
149860
149578
|
"allow_squash_merge": { "type": "boolean" },
|
|
149861
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
149862
149579
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
149863
149580
|
"allow_update_branch": { "type": "boolean" },
|
|
149864
149581
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -149873,12 +149590,6 @@
|
|
|
149873
149590
|
"type": "boolean",
|
|
149874
149591
|
"example": true
|
|
149875
149592
|
},
|
|
149876
|
-
"allow_auto_merge": {
|
|
149877
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
149878
|
-
"default": false,
|
|
149879
|
-
"type": "boolean",
|
|
149880
|
-
"example": false
|
|
149881
|
-
},
|
|
149882
149593
|
"delete_branch_on_merge": {
|
|
149883
149594
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
149884
149595
|
"default": false,
|
|
@@ -150234,7 +149945,7 @@
|
|
|
150234
149945
|
"category": "repos",
|
|
150235
149946
|
"subcategory": "statuses"
|
|
150236
149947
|
},
|
|
150237
|
-
"x-octokit": {}
|
|
149948
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
150238
149949
|
}
|
|
150239
149950
|
},
|
|
150240
149951
|
"/repos/{owner}/{repo}/commits/{ref}/statuses": {
|
|
@@ -161266,7 +160977,6 @@
|
|
|
161266
160977
|
"allow_squash_merge": {
|
|
161267
160978
|
"type": "boolean"
|
|
161268
160979
|
},
|
|
161269
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
161270
160980
|
"delete_branch_on_merge": {
|
|
161271
160981
|
"type": "boolean"
|
|
161272
160982
|
},
|
|
@@ -161289,12 +160999,6 @@
|
|
|
161289
160999
|
"type": "boolean",
|
|
161290
161000
|
"example": true
|
|
161291
161001
|
},
|
|
161292
|
-
"allow_auto_merge": {
|
|
161293
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
161294
|
-
"default": false,
|
|
161295
|
-
"type": "boolean",
|
|
161296
|
-
"example": false
|
|
161297
|
-
},
|
|
161298
161002
|
"delete_branch_on_merge": {
|
|
161299
161003
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
161300
161004
|
"default": false,
|
|
@@ -162247,7 +161951,7 @@
|
|
|
162247
161951
|
"category": "activity",
|
|
162248
161952
|
"subcategory": "events"
|
|
162249
161953
|
},
|
|
162250
|
-
"x-octokit": {}
|
|
161954
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
162251
161955
|
}
|
|
162252
161956
|
},
|
|
162253
161957
|
"/repos/{owner}/{repo}/forks": {
|
|
@@ -163347,7 +163051,6 @@
|
|
|
163347
163051
|
"allow_rebase_merge": { "type": "boolean" },
|
|
163348
163052
|
"temp_clone_token": { "type": "string" },
|
|
163349
163053
|
"allow_squash_merge": { "type": "boolean" },
|
|
163350
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
163351
163054
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
163352
163055
|
"allow_update_branch": { "type": "boolean" },
|
|
163353
163056
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -163362,12 +163065,6 @@
|
|
|
163362
163065
|
"type": "boolean",
|
|
163363
163066
|
"example": true
|
|
163364
163067
|
},
|
|
163365
|
-
"allow_auto_merge": {
|
|
163366
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
163367
|
-
"default": false,
|
|
163368
|
-
"type": "boolean",
|
|
163369
|
-
"example": false
|
|
163370
|
-
},
|
|
163371
163068
|
"delete_branch_on_merge": {
|
|
163372
163069
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
163373
163070
|
"default": false,
|
|
@@ -163744,7 +163441,7 @@
|
|
|
163744
163441
|
"category": "repos",
|
|
163745
163442
|
"subcategory": "forks"
|
|
163746
163443
|
},
|
|
163747
|
-
"x-octokit": {}
|
|
163444
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
163748
163445
|
},
|
|
163749
163446
|
"post": {
|
|
163750
163447
|
"summary": "Create a fork",
|
|
@@ -164858,7 +164555,6 @@
|
|
|
164858
164555
|
"allow_rebase_merge": { "type": "boolean" },
|
|
164859
164556
|
"temp_clone_token": { "type": "string" },
|
|
164860
164557
|
"allow_squash_merge": { "type": "boolean" },
|
|
164861
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
164862
164558
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
164863
164559
|
"allow_update_branch": { "type": "boolean" },
|
|
164864
164560
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -164873,12 +164569,6 @@
|
|
|
164873
164569
|
"type": "boolean",
|
|
164874
164570
|
"example": true
|
|
164875
164571
|
},
|
|
164876
|
-
"allow_auto_merge": {
|
|
164877
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
164878
|
-
"default": false,
|
|
164879
|
-
"type": "boolean",
|
|
164880
|
-
"example": false
|
|
164881
|
-
},
|
|
164882
164572
|
"delete_branch_on_merge": {
|
|
164883
164573
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
164884
164574
|
"default": false,
|
|
@@ -164993,7 +164683,6 @@
|
|
|
164993
164683
|
"type": "boolean",
|
|
164994
164684
|
"example": true
|
|
164995
164685
|
},
|
|
164996
|
-
"allow_auto_merge": { "type": "boolean", "example": false },
|
|
164997
164686
|
"delete_branch_on_merge": {
|
|
164998
164687
|
"type": "boolean",
|
|
164999
164688
|
"example": false
|
|
@@ -165826,7 +165515,6 @@
|
|
|
165826
165515
|
"allow_rebase_merge": { "type": "boolean" },
|
|
165827
165516
|
"temp_clone_token": { "type": "string" },
|
|
165828
165517
|
"allow_squash_merge": { "type": "boolean" },
|
|
165829
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
165830
165518
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
165831
165519
|
"allow_update_branch": { "type": "boolean" },
|
|
165832
165520
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -165841,12 +165529,6 @@
|
|
|
165841
165529
|
"type": "boolean",
|
|
165842
165530
|
"example": true
|
|
165843
165531
|
},
|
|
165844
|
-
"allow_auto_merge": {
|
|
165845
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
165846
|
-
"default": false,
|
|
165847
|
-
"type": "boolean",
|
|
165848
|
-
"example": false
|
|
165849
|
-
},
|
|
165850
165532
|
"delete_branch_on_merge": {
|
|
165851
165533
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
165852
165534
|
"default": false,
|
|
@@ -166642,7 +166324,6 @@
|
|
|
166642
166324
|
"allow_rebase_merge": { "type": "boolean" },
|
|
166643
166325
|
"temp_clone_token": { "type": "string" },
|
|
166644
166326
|
"allow_squash_merge": { "type": "boolean" },
|
|
166645
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
166646
166327
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
166647
166328
|
"allow_update_branch": { "type": "boolean" },
|
|
166648
166329
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -166657,12 +166338,6 @@
|
|
|
166657
166338
|
"type": "boolean",
|
|
166658
166339
|
"example": true
|
|
166659
166340
|
},
|
|
166660
|
-
"allow_auto_merge": {
|
|
166661
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
166662
|
-
"default": false,
|
|
166663
|
-
"type": "boolean",
|
|
166664
|
-
"example": false
|
|
166665
|
-
},
|
|
166666
166341
|
"delete_branch_on_merge": {
|
|
166667
166342
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
166668
166343
|
"default": false,
|
|
@@ -167001,7 +166676,6 @@
|
|
|
167001
166676
|
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
167002
166677
|
"html_url": "https://github.com/licenses/mit"
|
|
167003
166678
|
},
|
|
167004
|
-
"language": null,
|
|
167005
166679
|
"forks_count": 9,
|
|
167006
166680
|
"forks": 9,
|
|
167007
166681
|
"stargazers_count": 80,
|
|
@@ -167102,7 +166776,6 @@
|
|
|
167102
166776
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
167103
166777
|
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
167104
166778
|
"homepage": "https://github.com",
|
|
167105
|
-
"language": null,
|
|
167106
166779
|
"forks": 9,
|
|
167107
166780
|
"forks_count": 9,
|
|
167108
166781
|
"stargazers_count": 80,
|
|
@@ -167141,7 +166814,6 @@
|
|
|
167141
166814
|
"allow_rebase_merge": true,
|
|
167142
166815
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
167143
166816
|
"allow_squash_merge": true,
|
|
167144
|
-
"allow_auto_merge": false,
|
|
167145
166817
|
"delete_branch_on_merge": true,
|
|
167146
166818
|
"allow_merge_commit": true,
|
|
167147
166819
|
"subscribers_count": 42,
|
|
@@ -167149,7 +166821,6 @@
|
|
|
167149
166821
|
},
|
|
167150
166822
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
167151
166823
|
"allow_squash_merge": true,
|
|
167152
|
-
"allow_auto_merge": false,
|
|
167153
166824
|
"delete_branch_on_merge": true,
|
|
167154
166825
|
"allow_merge_commit": true,
|
|
167155
166826
|
"allow_forking": true,
|
|
@@ -167247,7 +166918,6 @@
|
|
|
167247
166918
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
167248
166919
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
167249
166920
|
"homepage": "https://github.com",
|
|
167250
|
-
"language": null,
|
|
167251
166921
|
"forks_count": 9,
|
|
167252
166922
|
"stargazers_count": 80,
|
|
167253
166923
|
"watchers_count": 80,
|
|
@@ -167275,7 +166945,6 @@
|
|
|
167275
166945
|
"allow_rebase_merge": true,
|
|
167276
166946
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
167277
166947
|
"allow_squash_merge": true,
|
|
167278
|
-
"allow_auto_merge": false,
|
|
167279
166948
|
"delete_branch_on_merge": true,
|
|
167280
166949
|
"allow_merge_commit": true,
|
|
167281
166950
|
"subscribers_count": 42,
|
|
@@ -167364,7 +167033,6 @@
|
|
|
167364
167033
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
167365
167034
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
167366
167035
|
"homepage": "https://github.com",
|
|
167367
|
-
"language": null,
|
|
167368
167036
|
"forks_count": 9,
|
|
167369
167037
|
"stargazers_count": 80,
|
|
167370
167038
|
"watchers_count": 80,
|
|
@@ -167392,7 +167060,6 @@
|
|
|
167392
167060
|
"allow_rebase_merge": true,
|
|
167393
167061
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
167394
167062
|
"allow_squash_merge": true,
|
|
167395
|
-
"allow_auto_merge": false,
|
|
167396
167063
|
"delete_branch_on_merge": true,
|
|
167397
167064
|
"allow_merge_commit": true,
|
|
167398
167065
|
"subscribers_count": 42,
|
|
@@ -167536,7 +167203,7 @@
|
|
|
167536
167203
|
"category": "repos",
|
|
167537
167204
|
"subcategory": "forks"
|
|
167538
167205
|
},
|
|
167539
|
-
"x-octokit": {}
|
|
167206
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
167540
167207
|
}
|
|
167541
167208
|
},
|
|
167542
167209
|
"/repos/{owner}/{repo}/git/blobs": {
|
|
@@ -174105,7 +173772,6 @@
|
|
|
174105
173772
|
"allow_rebase_merge": { "type": "boolean" },
|
|
174106
173773
|
"temp_clone_token": { "type": "string" },
|
|
174107
173774
|
"allow_squash_merge": { "type": "boolean" },
|
|
174108
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
174109
173775
|
"delete_branch_on_merge": {
|
|
174110
173776
|
"type": "boolean"
|
|
174111
173777
|
},
|
|
@@ -174122,12 +173788,6 @@
|
|
|
174122
173788
|
"type": "boolean",
|
|
174123
173789
|
"example": true
|
|
174124
173790
|
},
|
|
174125
|
-
"allow_auto_merge": {
|
|
174126
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
174127
|
-
"default": false,
|
|
174128
|
-
"type": "boolean",
|
|
174129
|
-
"example": false
|
|
174130
|
-
},
|
|
174131
173791
|
"delete_branch_on_merge": {
|
|
174132
173792
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
174133
173793
|
"default": false,
|
|
@@ -174720,7 +174380,7 @@
|
|
|
174720
174380
|
"category": "repos",
|
|
174721
174381
|
"subcategory": "invitations"
|
|
174722
174382
|
},
|
|
174723
|
-
"x-octokit": {}
|
|
174383
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
174724
174384
|
}
|
|
174725
174385
|
},
|
|
174726
174386
|
"/repos/{owner}/{repo}/invitations/{invitation_id}": {
|
|
@@ -175832,7 +175492,6 @@
|
|
|
175832
175492
|
"allow_rebase_merge": { "type": "boolean" },
|
|
175833
175493
|
"temp_clone_token": { "type": "string" },
|
|
175834
175494
|
"allow_squash_merge": { "type": "boolean" },
|
|
175835
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
175836
175495
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
175837
175496
|
"allow_update_branch": { "type": "boolean" },
|
|
175838
175497
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -175847,12 +175506,6 @@
|
|
|
175847
175506
|
"type": "boolean",
|
|
175848
175507
|
"example": true
|
|
175849
175508
|
},
|
|
175850
|
-
"allow_auto_merge": {
|
|
175851
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
175852
|
-
"default": false,
|
|
175853
|
-
"type": "boolean",
|
|
175854
|
-
"example": false
|
|
175855
|
-
},
|
|
175856
175509
|
"delete_branch_on_merge": {
|
|
175857
175510
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
175858
175511
|
"default": false,
|
|
@@ -176437,7 +176090,7 @@
|
|
|
176437
176090
|
"category": "repos",
|
|
176438
176091
|
"subcategory": "invitations"
|
|
176439
176092
|
},
|
|
176440
|
-
"x-octokit": {}
|
|
176093
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
176441
176094
|
},
|
|
176442
176095
|
"delete": {
|
|
176443
176096
|
"summary": "Delete a repository invitation",
|
|
@@ -178028,7 +177681,6 @@
|
|
|
178028
177681
|
"allow_rebase_merge": { "type": "boolean" },
|
|
178029
177682
|
"temp_clone_token": { "type": "string" },
|
|
178030
177683
|
"allow_squash_merge": { "type": "boolean" },
|
|
178031
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
178032
177684
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
178033
177685
|
"allow_update_branch": { "type": "boolean" },
|
|
178034
177686
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -178043,12 +177695,6 @@
|
|
|
178043
177695
|
"type": "boolean",
|
|
178044
177696
|
"example": true
|
|
178045
177697
|
},
|
|
178046
|
-
"allow_auto_merge": {
|
|
178047
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
178048
|
-
"default": false,
|
|
178049
|
-
"type": "boolean",
|
|
178050
|
-
"example": false
|
|
178051
|
-
},
|
|
178052
177698
|
"delete_branch_on_merge": {
|
|
178053
177699
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
178054
177700
|
"default": false,
|
|
@@ -178708,7 +178354,7 @@
|
|
|
178708
178354
|
}
|
|
178709
178355
|
]
|
|
178710
178356
|
},
|
|
178711
|
-
"x-octokit": {}
|
|
178357
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
178712
178358
|
},
|
|
178713
178359
|
"post": {
|
|
178714
178360
|
"summary": "Create an issue",
|
|
@@ -180228,7 +179874,6 @@
|
|
|
180228
179874
|
"allow_rebase_merge": { "type": "boolean" },
|
|
180229
179875
|
"temp_clone_token": { "type": "string" },
|
|
180230
179876
|
"allow_squash_merge": { "type": "boolean" },
|
|
180231
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
180232
179877
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
180233
179878
|
"allow_update_branch": { "type": "boolean" },
|
|
180234
179879
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -180243,12 +179888,6 @@
|
|
|
180243
179888
|
"type": "boolean",
|
|
180244
179889
|
"example": true
|
|
180245
179890
|
},
|
|
180246
|
-
"allow_auto_merge": {
|
|
180247
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
180248
|
-
"default": false,
|
|
180249
|
-
"type": "boolean",
|
|
180250
|
-
"example": false
|
|
180251
|
-
},
|
|
180252
179891
|
"delete_branch_on_merge": {
|
|
180253
179892
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
180254
179893
|
"default": false,
|
|
@@ -180927,7 +180566,7 @@
|
|
|
180927
180566
|
"category": "issues",
|
|
180928
180567
|
"subcategory": null
|
|
180929
180568
|
},
|
|
180930
|
-
"x-octokit": {}
|
|
180569
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
180931
180570
|
}
|
|
180932
180571
|
},
|
|
180933
180572
|
"/repos/{owner}/{repo}/issues/comments": {
|
|
@@ -185140,7 +184779,6 @@
|
|
|
185140
184779
|
"allow_rebase_merge": { "type": "boolean" },
|
|
185141
184780
|
"temp_clone_token": { "type": "string" },
|
|
185142
184781
|
"allow_squash_merge": { "type": "boolean" },
|
|
185143
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
185144
184782
|
"delete_branch_on_merge": {
|
|
185145
184783
|
"type": "boolean"
|
|
185146
184784
|
},
|
|
@@ -185157,12 +184795,6 @@
|
|
|
185157
184795
|
"type": "boolean",
|
|
185158
184796
|
"example": true
|
|
185159
184797
|
},
|
|
185160
|
-
"allow_auto_merge": {
|
|
185161
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
185162
|
-
"default": false,
|
|
185163
|
-
"type": "boolean",
|
|
185164
|
-
"example": false
|
|
185165
|
-
},
|
|
185166
184798
|
"delete_branch_on_merge": {
|
|
185167
184799
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
185168
184800
|
"default": false,
|
|
@@ -186656,7 +186288,7 @@
|
|
|
186656
186288
|
}
|
|
186657
186289
|
]
|
|
186658
186290
|
},
|
|
186659
|
-
"x-octokit": {}
|
|
186291
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
186660
186292
|
}
|
|
186661
186293
|
},
|
|
186662
186294
|
"/repos/{owner}/{repo}/issues/events/{event_id}": {
|
|
@@ -188283,7 +187915,6 @@
|
|
|
188283
187915
|
"allow_rebase_merge": { "type": "boolean" },
|
|
188284
187916
|
"temp_clone_token": { "type": "string" },
|
|
188285
187917
|
"allow_squash_merge": { "type": "boolean" },
|
|
188286
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
188287
187918
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
188288
187919
|
"allow_update_branch": { "type": "boolean" },
|
|
188289
187920
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -188298,12 +187929,6 @@
|
|
|
188298
187929
|
"type": "boolean",
|
|
188299
187930
|
"example": true
|
|
188300
187931
|
},
|
|
188301
|
-
"allow_auto_merge": {
|
|
188302
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
188303
|
-
"default": false,
|
|
188304
|
-
"type": "boolean",
|
|
188305
|
-
"example": false
|
|
188306
|
-
},
|
|
188307
187932
|
"delete_branch_on_merge": {
|
|
188308
187933
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
188309
187934
|
"default": false,
|
|
@@ -189825,7 +189450,7 @@
|
|
|
189825
189450
|
}
|
|
189826
189451
|
]
|
|
189827
189452
|
},
|
|
189828
|
-
"x-octokit": {}
|
|
189453
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
189829
189454
|
}
|
|
189830
189455
|
},
|
|
189831
189456
|
"/repos/{owner}/{repo}/issues/{issue_number}": {
|
|
@@ -191281,7 +190906,6 @@
|
|
|
191281
190906
|
"allow_rebase_merge": { "type": "boolean" },
|
|
191282
190907
|
"temp_clone_token": { "type": "string" },
|
|
191283
190908
|
"allow_squash_merge": { "type": "boolean" },
|
|
191284
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
191285
190909
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
191286
190910
|
"allow_update_branch": { "type": "boolean" },
|
|
191287
190911
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -191296,12 +190920,6 @@
|
|
|
191296
190920
|
"type": "boolean",
|
|
191297
190921
|
"example": true
|
|
191298
190922
|
},
|
|
191299
|
-
"allow_auto_merge": {
|
|
191300
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
191301
|
-
"default": false,
|
|
191302
|
-
"type": "boolean",
|
|
191303
|
-
"example": false
|
|
191304
|
-
},
|
|
191305
190923
|
"delete_branch_on_merge": {
|
|
191306
190924
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
191307
190925
|
"default": false,
|
|
@@ -191922,7 +191540,7 @@
|
|
|
191922
191540
|
}
|
|
191923
191541
|
]
|
|
191924
191542
|
},
|
|
191925
|
-
"x-octokit": {}
|
|
191543
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
191926
191544
|
},
|
|
191927
191545
|
"patch": {
|
|
191928
191546
|
"summary": "Update an issue",
|
|
@@ -193456,7 +193074,6 @@
|
|
|
193456
193074
|
"allow_rebase_merge": { "type": "boolean" },
|
|
193457
193075
|
"temp_clone_token": { "type": "string" },
|
|
193458
193076
|
"allow_squash_merge": { "type": "boolean" },
|
|
193459
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
193460
193077
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
193461
193078
|
"allow_update_branch": { "type": "boolean" },
|
|
193462
193079
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -193471,12 +193088,6 @@
|
|
|
193471
193088
|
"type": "boolean",
|
|
193472
193089
|
"example": true
|
|
193473
193090
|
},
|
|
193474
|
-
"allow_auto_merge": {
|
|
193475
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
193476
|
-
"default": false,
|
|
193477
|
-
"type": "boolean",
|
|
193478
|
-
"example": false
|
|
193479
|
-
},
|
|
193480
193091
|
"delete_branch_on_merge": {
|
|
193481
193092
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
193482
193093
|
"default": false,
|
|
@@ -194166,7 +193777,7 @@
|
|
|
194166
193777
|
"category": "issues",
|
|
194167
193778
|
"subcategory": null
|
|
194168
193779
|
},
|
|
194169
|
-
"x-octokit": {}
|
|
193780
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
194170
193781
|
}
|
|
194171
193782
|
},
|
|
194172
193783
|
"/repos/{owner}/{repo}/issues/{issue_number}/assignees": {
|
|
@@ -195642,7 +195253,6 @@
|
|
|
195642
195253
|
"allow_rebase_merge": { "type": "boolean" },
|
|
195643
195254
|
"temp_clone_token": { "type": "string" },
|
|
195644
195255
|
"allow_squash_merge": { "type": "boolean" },
|
|
195645
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
195646
195256
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
195647
195257
|
"allow_update_branch": { "type": "boolean" },
|
|
195648
195258
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -195657,12 +195267,6 @@
|
|
|
195657
195267
|
"type": "boolean",
|
|
195658
195268
|
"example": true
|
|
195659
195269
|
},
|
|
195660
|
-
"allow_auto_merge": {
|
|
195661
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
195662
|
-
"default": false,
|
|
195663
|
-
"type": "boolean",
|
|
195664
|
-
"example": false
|
|
195665
|
-
},
|
|
195666
195270
|
"delete_branch_on_merge": {
|
|
195667
195271
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
195668
195272
|
"default": false,
|
|
@@ -196223,7 +195827,7 @@
|
|
|
196223
195827
|
"category": "issues",
|
|
196224
195828
|
"subcategory": "assignees"
|
|
196225
195829
|
},
|
|
196226
|
-
"x-octokit": {}
|
|
195830
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
196227
195831
|
},
|
|
196228
195832
|
"delete": {
|
|
196229
195833
|
"summary": "Remove assignees from an issue",
|
|
@@ -215863,9 +215467,6 @@
|
|
|
215863
215467
|
"allow_squash_merge": {
|
|
215864
215468
|
"type": "boolean"
|
|
215865
215469
|
},
|
|
215866
|
-
"allow_auto_merge": {
|
|
215867
|
-
"type": "boolean"
|
|
215868
|
-
},
|
|
215869
215470
|
"delete_branch_on_merge": {
|
|
215870
215471
|
"type": "boolean"
|
|
215871
215472
|
},
|
|
@@ -215888,12 +215489,6 @@
|
|
|
215888
215489
|
"type": "boolean",
|
|
215889
215490
|
"example": true
|
|
215890
215491
|
},
|
|
215891
|
-
"allow_auto_merge": {
|
|
215892
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
215893
|
-
"default": false,
|
|
215894
|
-
"type": "boolean",
|
|
215895
|
-
"example": false
|
|
215896
|
-
},
|
|
215897
215492
|
"delete_branch_on_merge": {
|
|
215898
215493
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
215899
215494
|
"default": false,
|
|
@@ -223433,7 +223028,6 @@
|
|
|
223433
223028
|
"allow_rebase_merge": { "type": "boolean" },
|
|
223434
223029
|
"temp_clone_token": { "type": "string" },
|
|
223435
223030
|
"allow_squash_merge": { "type": "boolean" },
|
|
223436
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
223437
223031
|
"delete_branch_on_merge": {
|
|
223438
223032
|
"type": "boolean"
|
|
223439
223033
|
},
|
|
@@ -223450,12 +223044,6 @@
|
|
|
223450
223044
|
"type": "boolean",
|
|
223451
223045
|
"example": true
|
|
223452
223046
|
},
|
|
223453
|
-
"allow_auto_merge": {
|
|
223454
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
223455
|
-
"default": false,
|
|
223456
|
-
"type": "boolean",
|
|
223457
|
-
"example": false
|
|
223458
|
-
},
|
|
223459
223047
|
"delete_branch_on_merge": {
|
|
223460
223048
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
223461
223049
|
"default": false,
|
|
@@ -223808,7 +223396,7 @@
|
|
|
223808
223396
|
"category": "activity",
|
|
223809
223397
|
"subcategory": "notifications"
|
|
223810
223398
|
},
|
|
223811
|
-
"x-octokit": {}
|
|
223399
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
223812
223400
|
},
|
|
223813
223401
|
"put": {
|
|
223814
223402
|
"summary": "Mark repository notifications as read",
|
|
@@ -228192,7 +227780,6 @@
|
|
|
228192
227780
|
"allow_rebase_merge": { "type": "boolean" },
|
|
228193
227781
|
"temp_clone_token": { "type": "string" },
|
|
228194
227782
|
"allow_squash_merge": { "type": "boolean" },
|
|
228195
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
228196
227783
|
"delete_branch_on_merge": {
|
|
228197
227784
|
"type": "boolean"
|
|
228198
227785
|
},
|
|
@@ -228209,12 +227796,6 @@
|
|
|
228209
227796
|
"type": "boolean",
|
|
228210
227797
|
"example": true
|
|
228211
227798
|
},
|
|
228212
|
-
"allow_auto_merge": {
|
|
228213
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
228214
|
-
"default": false,
|
|
228215
|
-
"type": "boolean",
|
|
228216
|
-
"example": false
|
|
228217
|
-
},
|
|
228218
227799
|
"delete_branch_on_merge": {
|
|
228219
227800
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
228220
227801
|
"default": false,
|
|
@@ -229163,7 +228744,6 @@
|
|
|
229163
228744
|
"allow_rebase_merge": { "type": "boolean" },
|
|
229164
228745
|
"temp_clone_token": { "type": "string" },
|
|
229165
228746
|
"allow_squash_merge": { "type": "boolean" },
|
|
229166
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
229167
228747
|
"delete_branch_on_merge": {
|
|
229168
228748
|
"type": "boolean"
|
|
229169
228749
|
},
|
|
@@ -229180,12 +228760,6 @@
|
|
|
229180
228760
|
"type": "boolean",
|
|
229181
228761
|
"example": true
|
|
229182
228762
|
},
|
|
229183
|
-
"allow_auto_merge": {
|
|
229184
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
229185
|
-
"default": false,
|
|
229186
|
-
"type": "boolean",
|
|
229187
|
-
"example": false
|
|
229188
|
-
},
|
|
229189
228763
|
"delete_branch_on_merge": {
|
|
229190
228764
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
229191
228765
|
"default": false,
|
|
@@ -230237,7 +229811,7 @@
|
|
|
230237
229811
|
"category": "pulls",
|
|
230238
229812
|
"subcategory": null
|
|
230239
229813
|
},
|
|
230240
|
-
"x-octokit": {}
|
|
229814
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
230241
229815
|
},
|
|
230242
229816
|
"post": {
|
|
230243
229817
|
"summary": "Create a pull request",
|
|
@@ -245198,7 +244772,6 @@
|
|
|
245198
244772
|
"allow_rebase_merge": { "type": "boolean" },
|
|
245199
244773
|
"temp_clone_token": { "type": "string" },
|
|
245200
244774
|
"allow_squash_merge": { "type": "boolean" },
|
|
245201
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
245202
244775
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
245203
244776
|
"allow_update_branch": { "type": "boolean" },
|
|
245204
244777
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -245213,12 +244786,6 @@
|
|
|
245213
244786
|
"type": "boolean",
|
|
245214
244787
|
"example": true
|
|
245215
244788
|
},
|
|
245216
|
-
"allow_auto_merge": {
|
|
245217
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
245218
|
-
"default": false,
|
|
245219
|
-
"type": "boolean",
|
|
245220
|
-
"example": false
|
|
245221
|
-
},
|
|
245222
244789
|
"delete_branch_on_merge": {
|
|
245223
244790
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
245224
244791
|
"default": false,
|
|
@@ -246138,7 +245705,6 @@
|
|
|
246138
245705
|
"allow_rebase_merge": { "type": "boolean" },
|
|
246139
245706
|
"temp_clone_token": { "type": "string" },
|
|
246140
245707
|
"allow_squash_merge": { "type": "boolean" },
|
|
246141
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
246142
245708
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
246143
245709
|
"allow_update_branch": { "type": "boolean" },
|
|
246144
245710
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -246153,12 +245719,6 @@
|
|
|
246153
245719
|
"type": "boolean",
|
|
246154
245720
|
"example": true
|
|
246155
245721
|
},
|
|
246156
|
-
"allow_auto_merge": {
|
|
246157
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
246158
|
-
"default": false,
|
|
246159
|
-
"type": "boolean",
|
|
246160
|
-
"example": false
|
|
246161
|
-
},
|
|
246162
245722
|
"delete_branch_on_merge": {
|
|
246163
245723
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
246164
245724
|
"default": false,
|
|
@@ -247214,7 +246774,7 @@
|
|
|
247214
246774
|
"category": "pulls",
|
|
247215
246775
|
"subcategory": "review-requests"
|
|
247216
246776
|
},
|
|
247217
|
-
"x-octokit": {}
|
|
246777
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
247218
246778
|
},
|
|
247219
246779
|
"delete": {
|
|
247220
246780
|
"summary": "Remove requested reviewers from a pull request",
|
|
@@ -248863,7 +248423,6 @@
|
|
|
248863
248423
|
"allow_rebase_merge": { "type": "boolean" },
|
|
248864
248424
|
"temp_clone_token": { "type": "string" },
|
|
248865
248425
|
"allow_squash_merge": { "type": "boolean" },
|
|
248866
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
248867
248426
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
248868
248427
|
"allow_update_branch": { "type": "boolean" },
|
|
248869
248428
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -248878,12 +248437,6 @@
|
|
|
248878
248437
|
"type": "boolean",
|
|
248879
248438
|
"example": true
|
|
248880
248439
|
},
|
|
248881
|
-
"allow_auto_merge": {
|
|
248882
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
248883
|
-
"default": false,
|
|
248884
|
-
"type": "boolean",
|
|
248885
|
-
"example": false
|
|
248886
|
-
},
|
|
248887
248440
|
"delete_branch_on_merge": {
|
|
248888
248441
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
248889
248442
|
"default": false,
|
|
@@ -249803,7 +249356,6 @@
|
|
|
249803
249356
|
"allow_rebase_merge": { "type": "boolean" },
|
|
249804
249357
|
"temp_clone_token": { "type": "string" },
|
|
249805
249358
|
"allow_squash_merge": { "type": "boolean" },
|
|
249806
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
249807
249359
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
249808
249360
|
"allow_update_branch": { "type": "boolean" },
|
|
249809
249361
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -249818,12 +249370,6 @@
|
|
|
249818
249370
|
"type": "boolean",
|
|
249819
249371
|
"example": true
|
|
249820
249372
|
},
|
|
249821
|
-
"allow_auto_merge": {
|
|
249822
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
249823
|
-
"default": false,
|
|
249824
|
-
"type": "boolean",
|
|
249825
|
-
"example": false
|
|
249826
|
-
},
|
|
249827
249373
|
"delete_branch_on_merge": {
|
|
249828
249374
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
249829
249375
|
"default": false,
|
|
@@ -263068,7 +262614,6 @@
|
|
|
263068
262614
|
"allow_rebase_merge": { "type": "boolean" },
|
|
263069
262615
|
"temp_clone_token": { "type": "string" },
|
|
263070
262616
|
"allow_squash_merge": { "type": "boolean" },
|
|
263071
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
263072
262617
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
263073
262618
|
"allow_update_branch": { "type": "boolean" },
|
|
263074
262619
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -263083,12 +262628,6 @@
|
|
|
263083
262628
|
"type": "boolean",
|
|
263084
262629
|
"example": true
|
|
263085
262630
|
},
|
|
263086
|
-
"allow_auto_merge": {
|
|
263087
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
263088
|
-
"default": false,
|
|
263089
|
-
"type": "boolean",
|
|
263090
|
-
"example": false
|
|
263091
|
-
},
|
|
263092
262631
|
"delete_branch_on_merge": {
|
|
263093
262632
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
263094
262633
|
"default": false,
|
|
@@ -263371,7 +262910,6 @@
|
|
|
263371
262910
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
263372
262911
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
263373
262912
|
"homepage": "https://github.com",
|
|
263374
|
-
"language": null,
|
|
263375
262913
|
"forks_count": 9,
|
|
263376
262914
|
"stargazers_count": 80,
|
|
263377
262915
|
"watchers_count": 80,
|
|
@@ -263468,7 +263006,6 @@
|
|
|
263468
263006
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
|
|
263469
263007
|
"svn_url": "https://svn.github.com/octocat/Hello-World-Template",
|
|
263470
263008
|
"homepage": "https://github.com",
|
|
263471
|
-
"language": null,
|
|
263472
263009
|
"forks": 9,
|
|
263473
263010
|
"forks_count": 9,
|
|
263474
263011
|
"stargazers_count": 80,
|
|
@@ -263507,7 +263044,6 @@
|
|
|
263507
263044
|
"allow_rebase_merge": true,
|
|
263508
263045
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
263509
263046
|
"allow_squash_merge": true,
|
|
263510
|
-
"allow_auto_merge": false,
|
|
263511
263047
|
"delete_branch_on_merge": true,
|
|
263512
263048
|
"allow_merge_commit": true,
|
|
263513
263049
|
"allow_forking": true,
|
|
@@ -263527,7 +263063,7 @@
|
|
|
263527
263063
|
"category": "repos",
|
|
263528
263064
|
"subcategory": null
|
|
263529
263065
|
},
|
|
263530
|
-
"x-octokit": {}
|
|
263066
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
263531
263067
|
}
|
|
263532
263068
|
},
|
|
263533
263069
|
"/repos/{owner}/{repo}/zipball/{ref}": {
|
|
@@ -264337,7 +263873,6 @@
|
|
|
264337
263873
|
"allow_rebase_merge": { "type": "boolean" },
|
|
264338
263874
|
"temp_clone_token": { "type": "string" },
|
|
264339
263875
|
"allow_squash_merge": { "type": "boolean" },
|
|
264340
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
264341
263876
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
264342
263877
|
"allow_update_branch": { "type": "boolean" },
|
|
264343
263878
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -264352,12 +263887,6 @@
|
|
|
264352
263887
|
"type": "boolean",
|
|
264353
263888
|
"example": true
|
|
264354
263889
|
},
|
|
264355
|
-
"allow_auto_merge": {
|
|
264356
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
264357
|
-
"default": false,
|
|
264358
|
-
"type": "boolean",
|
|
264359
|
-
"example": false
|
|
264360
|
-
},
|
|
264361
263890
|
"delete_branch_on_merge": {
|
|
264362
263891
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
264363
263892
|
"default": false,
|
|
@@ -264540,7 +264069,6 @@
|
|
|
264540
264069
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
264541
264070
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
264542
264071
|
"homepage": "https://github.com",
|
|
264543
|
-
"language": null,
|
|
264544
264072
|
"forks_count": 9,
|
|
264545
264073
|
"forks": 9,
|
|
264546
264074
|
"stargazers_count": 80,
|
|
@@ -264569,7 +264097,6 @@
|
|
|
264569
264097
|
"pull": true
|
|
264570
264098
|
},
|
|
264571
264099
|
"allow_rebase_merge": true,
|
|
264572
|
-
"allow_auto_merge": false,
|
|
264573
264100
|
"license": {
|
|
264574
264101
|
"key": "mit",
|
|
264575
264102
|
"name": "MIT License",
|
|
@@ -264577,7 +264104,8 @@
|
|
|
264577
264104
|
"spdx_id": "MIT",
|
|
264578
264105
|
"node_id": "MDc6TGljZW5zZW1pdA==",
|
|
264579
264106
|
"html_url": "https://github.com/licenses/mit"
|
|
264580
|
-
}
|
|
264107
|
+
},
|
|
264108
|
+
"template_repository": {}
|
|
264581
264109
|
}
|
|
264582
264110
|
}
|
|
264583
264111
|
}
|
|
@@ -264602,7 +264130,7 @@
|
|
|
264602
264130
|
}
|
|
264603
264131
|
]
|
|
264604
264132
|
},
|
|
264605
|
-
"x-octokit": {}
|
|
264133
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
264606
264134
|
}
|
|
264607
264135
|
},
|
|
264608
264136
|
"/repositories": {
|
|
@@ -265684,7 +265212,6 @@
|
|
|
265684
265212
|
"allow_rebase_merge": { "type": "boolean" },
|
|
265685
265213
|
"temp_clone_token": { "type": "string" },
|
|
265686
265214
|
"allow_squash_merge": { "type": "boolean" },
|
|
265687
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
265688
265215
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
265689
265216
|
"allow_update_branch": { "type": "boolean" },
|
|
265690
265217
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -265699,12 +265226,6 @@
|
|
|
265699
265226
|
"type": "boolean",
|
|
265700
265227
|
"example": true
|
|
265701
265228
|
},
|
|
265702
|
-
"allow_auto_merge": {
|
|
265703
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
265704
|
-
"default": false,
|
|
265705
|
-
"type": "boolean",
|
|
265706
|
-
"example": false
|
|
265707
|
-
},
|
|
265708
265229
|
"delete_branch_on_merge": {
|
|
265709
265230
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
265710
265231
|
"default": false,
|
|
@@ -266048,7 +265569,7 @@
|
|
|
266048
265569
|
"category": "repos",
|
|
266049
265570
|
"subcategory": null
|
|
266050
265571
|
},
|
|
266051
|
-
"x-octokit": {}
|
|
265572
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
266052
265573
|
}
|
|
266053
265574
|
},
|
|
266054
265575
|
"/repositories/{repository_id}/environments/{environment_name}/secrets": {
|
|
@@ -267630,7 +267151,6 @@
|
|
|
267630
267151
|
"allow_squash_merge": {
|
|
267631
267152
|
"type": "boolean"
|
|
267632
267153
|
},
|
|
267633
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
267634
267154
|
"delete_branch_on_merge": {
|
|
267635
267155
|
"type": "boolean"
|
|
267636
267156
|
},
|
|
@@ -267653,12 +267173,6 @@
|
|
|
267653
267173
|
"type": "boolean",
|
|
267654
267174
|
"example": true
|
|
267655
267175
|
},
|
|
267656
|
-
"allow_auto_merge": {
|
|
267657
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
267658
|
-
"default": false,
|
|
267659
|
-
"type": "boolean",
|
|
267660
|
-
"example": false
|
|
267661
|
-
},
|
|
267662
267176
|
"delete_branch_on_merge": {
|
|
267663
267177
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
267664
267178
|
"default": false,
|
|
@@ -268098,7 +267612,7 @@
|
|
|
268098
267612
|
"category": "search",
|
|
268099
267613
|
"subcategory": null
|
|
268100
267614
|
},
|
|
268101
|
-
"x-octokit": {}
|
|
267615
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
268102
267616
|
}
|
|
268103
267617
|
},
|
|
268104
267618
|
"/search/commits": {
|
|
@@ -269497,7 +269011,6 @@
|
|
|
269497
269011
|
"allow_squash_merge": {
|
|
269498
269012
|
"type": "boolean"
|
|
269499
269013
|
},
|
|
269500
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
269501
269014
|
"delete_branch_on_merge": {
|
|
269502
269015
|
"type": "boolean"
|
|
269503
269016
|
},
|
|
@@ -269520,12 +269033,6 @@
|
|
|
269520
269033
|
"type": "boolean",
|
|
269521
269034
|
"example": true
|
|
269522
269035
|
},
|
|
269523
|
-
"allow_auto_merge": {
|
|
269524
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
269525
|
-
"default": false,
|
|
269526
|
-
"type": "boolean",
|
|
269527
|
-
"example": false
|
|
269528
|
-
},
|
|
269529
269036
|
"delete_branch_on_merge": {
|
|
269530
269037
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
269531
269038
|
"default": false,
|
|
@@ -269934,7 +269441,7 @@
|
|
|
269934
269441
|
}
|
|
269935
269442
|
]
|
|
269936
269443
|
},
|
|
269937
|
-
"x-octokit": {}
|
|
269444
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
269938
269445
|
}
|
|
269939
269446
|
},
|
|
269940
269447
|
"/search/issues": {
|
|
@@ -271417,7 +270924,6 @@
|
|
|
271417
270924
|
"allow_rebase_merge": { "type": "boolean" },
|
|
271418
270925
|
"temp_clone_token": { "type": "string" },
|
|
271419
270926
|
"allow_squash_merge": { "type": "boolean" },
|
|
271420
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
271421
270927
|
"delete_branch_on_merge": {
|
|
271422
270928
|
"type": "boolean"
|
|
271423
270929
|
},
|
|
@@ -271434,12 +270940,6 @@
|
|
|
271434
270940
|
"type": "boolean",
|
|
271435
270941
|
"example": true
|
|
271436
270942
|
},
|
|
271437
|
-
"allow_auto_merge": {
|
|
271438
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
271439
|
-
"default": false,
|
|
271440
|
-
"type": "boolean",
|
|
271441
|
-
"example": false
|
|
271442
|
-
},
|
|
271443
270943
|
"delete_branch_on_merge": {
|
|
271444
270944
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
271445
270945
|
"default": false,
|
|
@@ -272022,7 +271522,7 @@
|
|
|
272022
271522
|
"category": "search",
|
|
272023
271523
|
"subcategory": null
|
|
272024
271524
|
},
|
|
272025
|
-
"x-octokit": {}
|
|
271525
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
272026
271526
|
}
|
|
272027
271527
|
},
|
|
272028
271528
|
"/search/labels": {
|
|
@@ -282534,7 +282034,6 @@
|
|
|
282534
282034
|
"allow_rebase_merge": { "type": "boolean" },
|
|
282535
282035
|
"temp_clone_token": { "type": "string" },
|
|
282536
282036
|
"allow_squash_merge": { "type": "boolean" },
|
|
282537
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
282538
282037
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
282539
282038
|
"allow_update_branch": { "type": "boolean" },
|
|
282540
282039
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -282549,12 +282048,6 @@
|
|
|
282549
282048
|
"type": "boolean",
|
|
282550
282049
|
"example": true
|
|
282551
282050
|
},
|
|
282552
|
-
"allow_auto_merge": {
|
|
282553
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
282554
|
-
"default": false,
|
|
282555
|
-
"type": "boolean",
|
|
282556
|
-
"example": false
|
|
282557
|
-
},
|
|
282558
282051
|
"delete_branch_on_merge": {
|
|
282559
282052
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
282560
282053
|
"default": false,
|
|
@@ -282906,7 +282399,7 @@
|
|
|
282906
282399
|
"subcategory": null
|
|
282907
282400
|
},
|
|
282908
282401
|
"deprecated": true,
|
|
282909
|
-
"x-octokit": {}
|
|
282402
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
282910
282403
|
}
|
|
282911
282404
|
},
|
|
282912
282405
|
"/teams/{team_id}/repos/{owner}/{repo}": {
|
|
@@ -284090,7 +283583,6 @@
|
|
|
284090
283583
|
"allow_rebase_merge": { "type": "boolean" },
|
|
284091
283584
|
"temp_clone_token": { "type": "string" },
|
|
284092
283585
|
"allow_squash_merge": { "type": "boolean" },
|
|
284093
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
284094
283586
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
284095
283587
|
"allow_update_branch": { "type": "boolean" },
|
|
284096
283588
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -284105,12 +283597,6 @@
|
|
|
284105
283597
|
"type": "boolean",
|
|
284106
283598
|
"example": true
|
|
284107
283599
|
},
|
|
284108
|
-
"allow_auto_merge": {
|
|
284109
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
284110
|
-
"default": false,
|
|
284111
|
-
"type": "boolean",
|
|
284112
|
-
"example": false
|
|
284113
|
-
},
|
|
284114
283600
|
"delete_branch_on_merge": {
|
|
284115
283601
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
284116
283602
|
"default": false,
|
|
@@ -284593,7 +284079,7 @@
|
|
|
284593
284079
|
"subcategory": null
|
|
284594
284080
|
},
|
|
284595
284081
|
"deprecated": true,
|
|
284596
|
-
"x-octokit": {}
|
|
284082
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
284597
284083
|
},
|
|
284598
284084
|
"put": {
|
|
284599
284085
|
"summary": "Add or update team repository permissions (Legacy)",
|
|
@@ -289632,7 +289118,6 @@
|
|
|
289632
289118
|
"allow_rebase_merge": { "type": "boolean" },
|
|
289633
289119
|
"temp_clone_token": { "type": "string" },
|
|
289634
289120
|
"allow_squash_merge": { "type": "boolean" },
|
|
289635
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
289636
289121
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
289637
289122
|
"allow_update_branch": { "type": "boolean" },
|
|
289638
289123
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -289647,12 +289132,6 @@
|
|
|
289647
289132
|
"type": "boolean",
|
|
289648
289133
|
"example": true
|
|
289649
289134
|
},
|
|
289650
|
-
"allow_auto_merge": {
|
|
289651
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
289652
|
-
"default": false,
|
|
289653
|
-
"type": "boolean",
|
|
289654
|
-
"example": false
|
|
289655
|
-
},
|
|
289656
289135
|
"delete_branch_on_merge": {
|
|
289657
289136
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
289658
289137
|
"default": false,
|
|
@@ -289950,7 +289429,7 @@
|
|
|
289950
289429
|
}
|
|
289951
289430
|
]
|
|
289952
289431
|
},
|
|
289953
|
-
"x-octokit": {}
|
|
289432
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
289954
289433
|
}
|
|
289955
289434
|
},
|
|
289956
289435
|
"/user/installations/{installation_id}/repositories/{repository_id}": {
|
|
@@ -291642,7 +291121,6 @@
|
|
|
291642
291121
|
"allow_rebase_merge": { "type": "boolean" },
|
|
291643
291122
|
"temp_clone_token": { "type": "string" },
|
|
291644
291123
|
"allow_squash_merge": { "type": "boolean" },
|
|
291645
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
291646
291124
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
291647
291125
|
"allow_update_branch": { "type": "boolean" },
|
|
291648
291126
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -291657,12 +291135,6 @@
|
|
|
291657
291135
|
"type": "boolean",
|
|
291658
291136
|
"example": true
|
|
291659
291137
|
},
|
|
291660
|
-
"allow_auto_merge": {
|
|
291661
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
291662
|
-
"default": false,
|
|
291663
|
-
"type": "boolean",
|
|
291664
|
-
"example": false
|
|
291665
|
-
},
|
|
291666
291138
|
"delete_branch_on_merge": {
|
|
291667
291139
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
291668
291140
|
"default": false,
|
|
@@ -292361,7 +291833,7 @@
|
|
|
292361
291833
|
}
|
|
292362
291834
|
]
|
|
292363
291835
|
},
|
|
292364
|
-
"x-octokit": {}
|
|
291836
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
292365
291837
|
}
|
|
292366
291838
|
},
|
|
292367
291839
|
"/user/keys": {
|
|
@@ -295570,7 +295042,6 @@
|
|
|
295570
295042
|
"allow_rebase_merge": { "type": "boolean" },
|
|
295571
295043
|
"temp_clone_token": { "type": "string" },
|
|
295572
295044
|
"allow_squash_merge": { "type": "boolean" },
|
|
295573
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
295574
295045
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
295575
295046
|
"allow_update_branch": { "type": "boolean" },
|
|
295576
295047
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -295585,12 +295056,6 @@
|
|
|
295585
295056
|
"type": "boolean",
|
|
295586
295057
|
"example": true
|
|
295587
295058
|
},
|
|
295588
|
-
"allow_auto_merge": {
|
|
295589
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
295590
|
-
"default": false,
|
|
295591
|
-
"type": "boolean",
|
|
295592
|
-
"example": false
|
|
295593
|
-
},
|
|
295594
295059
|
"delete_branch_on_merge": {
|
|
295595
295060
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
295596
295061
|
"default": false,
|
|
@@ -295805,7 +295270,6 @@
|
|
|
295805
295270
|
"template_repository": null,
|
|
295806
295271
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
295807
295272
|
"allow_squash_merge": true,
|
|
295808
|
-
"allow_auto_merge": false,
|
|
295809
295273
|
"delete_branch_on_merge": true,
|
|
295810
295274
|
"allow_merge_commit": true,
|
|
295811
295275
|
"subscribers_count": 42,
|
|
@@ -295914,7 +295378,7 @@
|
|
|
295914
295378
|
"category": "repos",
|
|
295915
295379
|
"subcategory": null
|
|
295916
295380
|
},
|
|
295917
|
-
"x-octokit": {}
|
|
295381
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
295918
295382
|
},
|
|
295919
295383
|
"post": {
|
|
295920
295384
|
"summary": "Create a repository for the authenticated user",
|
|
@@ -296005,12 +295469,6 @@
|
|
|
296005
295469
|
"type": "boolean",
|
|
296006
295470
|
"example": true
|
|
296007
295471
|
},
|
|
296008
|
-
"allow_auto_merge": {
|
|
296009
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
296010
|
-
"default": false,
|
|
296011
|
-
"type": "boolean",
|
|
296012
|
-
"example": false
|
|
296013
|
-
},
|
|
296014
295472
|
"delete_branch_on_merge": {
|
|
296015
295473
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
296016
295474
|
"default": false,
|
|
@@ -296713,7 +296171,6 @@
|
|
|
296713
296171
|
"allow_rebase_merge": { "type": "boolean" },
|
|
296714
296172
|
"temp_clone_token": { "type": "string" },
|
|
296715
296173
|
"allow_squash_merge": { "type": "boolean" },
|
|
296716
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
296717
296174
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
296718
296175
|
"allow_update_branch": { "type": "boolean" },
|
|
296719
296176
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -296728,12 +296185,6 @@
|
|
|
296728
296185
|
"type": "boolean",
|
|
296729
296186
|
"example": true
|
|
296730
296187
|
},
|
|
296731
|
-
"allow_auto_merge": {
|
|
296732
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
296733
|
-
"default": false,
|
|
296734
|
-
"type": "boolean",
|
|
296735
|
-
"example": false
|
|
296736
|
-
},
|
|
296737
296188
|
"delete_branch_on_merge": {
|
|
296738
296189
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
296739
296190
|
"default": false,
|
|
@@ -296916,8 +296367,6 @@
|
|
|
296916
296367
|
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
|
|
296917
296368
|
"svn_url": "https://svn.github.com/octocat/Hello-World",
|
|
296918
296369
|
"homepage": "https://github.com",
|
|
296919
|
-
"organization": null,
|
|
296920
|
-
"language": null,
|
|
296921
296370
|
"forks": 9,
|
|
296922
296371
|
"forks_count": 9,
|
|
296923
296372
|
"stargazers_count": 80,
|
|
@@ -296954,10 +296403,8 @@
|
|
|
296954
296403
|
"pull": true
|
|
296955
296404
|
},
|
|
296956
296405
|
"allow_rebase_merge": true,
|
|
296957
|
-
"template_repository": null,
|
|
296958
296406
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
296959
296407
|
"allow_squash_merge": true,
|
|
296960
|
-
"allow_auto_merge": false,
|
|
296961
296408
|
"delete_branch_on_merge": true,
|
|
296962
296409
|
"allow_merge_commit": true,
|
|
296963
296410
|
"subscribers_count": 42,
|
|
@@ -297114,7 +296561,7 @@
|
|
|
297114
296561
|
"category": "repos",
|
|
297115
296562
|
"subcategory": null
|
|
297116
296563
|
},
|
|
297117
|
-
"x-octokit": {}
|
|
296564
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
297118
296565
|
}
|
|
297119
296566
|
},
|
|
297120
296567
|
"/user/repository_invitations": {
|
|
@@ -298234,7 +297681,6 @@
|
|
|
298234
297681
|
"allow_rebase_merge": { "type": "boolean" },
|
|
298235
297682
|
"temp_clone_token": { "type": "string" },
|
|
298236
297683
|
"allow_squash_merge": { "type": "boolean" },
|
|
298237
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
298238
297684
|
"delete_branch_on_merge": {
|
|
298239
297685
|
"type": "boolean"
|
|
298240
297686
|
},
|
|
@@ -298251,12 +297697,6 @@
|
|
|
298251
297697
|
"type": "boolean",
|
|
298252
297698
|
"example": true
|
|
298253
297699
|
},
|
|
298254
|
-
"allow_auto_merge": {
|
|
298255
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
298256
|
-
"default": false,
|
|
298257
|
-
"type": "boolean",
|
|
298258
|
-
"example": false
|
|
298259
|
-
},
|
|
298260
297700
|
"delete_branch_on_merge": {
|
|
298261
297701
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
298262
297702
|
"default": false,
|
|
@@ -298904,7 +298344,7 @@
|
|
|
298904
298344
|
"category": "repos",
|
|
298905
298345
|
"subcategory": "invitations"
|
|
298906
298346
|
},
|
|
298907
|
-
"x-octokit": {}
|
|
298347
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
298908
298348
|
}
|
|
298909
298349
|
},
|
|
298910
298350
|
"/user/repository_invitations/{invitation_id}": {
|
|
@@ -299827,7 +299267,6 @@
|
|
|
299827
299267
|
"allow_rebase_merge": { "type": "boolean" },
|
|
299828
299268
|
"temp_clone_token": { "type": "string" },
|
|
299829
299269
|
"allow_squash_merge": { "type": "boolean" },
|
|
299830
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
299831
299270
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
299832
299271
|
"allow_update_branch": { "type": "boolean" },
|
|
299833
299272
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -299842,12 +299281,6 @@
|
|
|
299842
299281
|
"type": "boolean",
|
|
299843
299282
|
"example": true
|
|
299844
299283
|
},
|
|
299845
|
-
"allow_auto_merge": {
|
|
299846
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
299847
|
-
"default": false,
|
|
299848
|
-
"type": "boolean",
|
|
299849
|
-
"example": false
|
|
299850
|
-
},
|
|
299851
299284
|
"delete_branch_on_merge": {
|
|
299852
299285
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
299853
299286
|
"default": false,
|
|
@@ -300062,7 +299495,6 @@
|
|
|
300062
299495
|
"template_repository": null,
|
|
300063
299496
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
300064
299497
|
"allow_squash_merge": true,
|
|
300065
|
-
"allow_auto_merge": false,
|
|
300066
299498
|
"delete_branch_on_merge": true,
|
|
300067
299499
|
"allow_merge_commit": true,
|
|
300068
299500
|
"subscribers_count": 42,
|
|
@@ -300788,7 +300220,6 @@
|
|
|
300788
300220
|
"allow_rebase_merge": { "type": "boolean" },
|
|
300789
300221
|
"temp_clone_token": { "type": "string" },
|
|
300790
300222
|
"allow_squash_merge": { "type": "boolean" },
|
|
300791
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
300792
300223
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
300793
300224
|
"allow_update_branch": { "type": "boolean" },
|
|
300794
300225
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -300803,12 +300234,6 @@
|
|
|
300803
300234
|
"type": "boolean",
|
|
300804
300235
|
"example": true
|
|
300805
300236
|
},
|
|
300806
|
-
"allow_auto_merge": {
|
|
300807
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
300808
|
-
"default": false,
|
|
300809
|
-
"type": "boolean",
|
|
300810
|
-
"example": false
|
|
300811
|
-
},
|
|
300812
300237
|
"delete_branch_on_merge": {
|
|
300813
300238
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
300814
300239
|
"default": false,
|
|
@@ -301102,7 +300527,7 @@
|
|
|
301102
300527
|
"category": "activity",
|
|
301103
300528
|
"subcategory": "starring"
|
|
301104
300529
|
},
|
|
301105
|
-
"x-octokit": {}
|
|
300530
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
301106
300531
|
}
|
|
301107
300532
|
},
|
|
301108
300533
|
"/user/starred/{owner}/{repo}": {
|
|
@@ -302454,7 +301879,6 @@
|
|
|
302454
301879
|
"allow_rebase_merge": { "type": "boolean" },
|
|
302455
301880
|
"temp_clone_token": { "type": "string" },
|
|
302456
301881
|
"allow_squash_merge": { "type": "boolean" },
|
|
302457
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
302458
301882
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
302459
301883
|
"allow_update_branch": { "type": "boolean" },
|
|
302460
301884
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -302469,12 +301893,6 @@
|
|
|
302469
301893
|
"type": "boolean",
|
|
302470
301894
|
"example": true
|
|
302471
301895
|
},
|
|
302472
|
-
"allow_auto_merge": {
|
|
302473
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
302474
|
-
"default": false,
|
|
302475
|
-
"type": "boolean",
|
|
302476
|
-
"example": false
|
|
302477
|
-
},
|
|
302478
301896
|
"delete_branch_on_merge": {
|
|
302479
301897
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
302480
301898
|
"default": false,
|
|
@@ -302842,7 +302260,7 @@
|
|
|
302842
302260
|
"category": "activity",
|
|
302843
302261
|
"subcategory": "watching"
|
|
302844
302262
|
},
|
|
302845
|
-
"x-octokit": {}
|
|
302263
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
302846
302264
|
}
|
|
302847
302265
|
},
|
|
302848
302266
|
"/user/teams": {
|
|
@@ -305684,7 +305102,6 @@
|
|
|
305684
305102
|
"allow_squash_merge": {
|
|
305685
305103
|
"type": "boolean"
|
|
305686
305104
|
},
|
|
305687
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
305688
305105
|
"delete_branch_on_merge": {
|
|
305689
305106
|
"type": "boolean"
|
|
305690
305107
|
},
|
|
@@ -305707,12 +305124,6 @@
|
|
|
305707
305124
|
"type": "boolean",
|
|
305708
305125
|
"example": true
|
|
305709
305126
|
},
|
|
305710
|
-
"allow_auto_merge": {
|
|
305711
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
305712
|
-
"default": false,
|
|
305713
|
-
"type": "boolean",
|
|
305714
|
-
"example": false
|
|
305715
|
-
},
|
|
305716
305127
|
"delete_branch_on_merge": {
|
|
305717
305128
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
305718
305129
|
"default": false,
|
|
@@ -306665,7 +306076,7 @@
|
|
|
306665
306076
|
"category": "activity",
|
|
306666
306077
|
"subcategory": "events"
|
|
306667
306078
|
},
|
|
306668
|
-
"x-octokit": {}
|
|
306079
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
306669
306080
|
}
|
|
306670
306081
|
},
|
|
306671
306082
|
"/users/{username}/events/orgs/{org}": {
|
|
@@ -308340,7 +307751,6 @@
|
|
|
308340
307751
|
"allow_squash_merge": {
|
|
308341
307752
|
"type": "boolean"
|
|
308342
307753
|
},
|
|
308343
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
308344
307754
|
"delete_branch_on_merge": {
|
|
308345
307755
|
"type": "boolean"
|
|
308346
307756
|
},
|
|
@@ -308363,12 +307773,6 @@
|
|
|
308363
307773
|
"type": "boolean",
|
|
308364
307774
|
"example": true
|
|
308365
307775
|
},
|
|
308366
|
-
"allow_auto_merge": {
|
|
308367
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
308368
|
-
"default": false,
|
|
308369
|
-
"type": "boolean",
|
|
308370
|
-
"example": false
|
|
308371
|
-
},
|
|
308372
307776
|
"delete_branch_on_merge": {
|
|
308373
307777
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
308374
307778
|
"default": false,
|
|
@@ -309334,7 +308738,7 @@
|
|
|
309334
308738
|
"category": "activity",
|
|
309335
308739
|
"subcategory": "events"
|
|
309336
308740
|
},
|
|
309337
|
-
"x-octokit": {}
|
|
308741
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
309338
308742
|
}
|
|
309339
308743
|
},
|
|
309340
308744
|
"/users/{username}/events/public": {
|
|
@@ -311002,7 +310406,6 @@
|
|
|
311002
310406
|
"allow_squash_merge": {
|
|
311003
310407
|
"type": "boolean"
|
|
311004
310408
|
},
|
|
311005
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
311006
310409
|
"delete_branch_on_merge": {
|
|
311007
310410
|
"type": "boolean"
|
|
311008
310411
|
},
|
|
@@ -311025,12 +310428,6 @@
|
|
|
311025
310428
|
"type": "boolean",
|
|
311026
310429
|
"example": true
|
|
311027
310430
|
},
|
|
311028
|
-
"allow_auto_merge": {
|
|
311029
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
311030
|
-
"default": false,
|
|
311031
|
-
"type": "boolean",
|
|
311032
|
-
"example": false
|
|
311033
|
-
},
|
|
311034
310431
|
"delete_branch_on_merge": {
|
|
311035
310432
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
311036
310433
|
"default": false,
|
|
@@ -311983,7 +311380,7 @@
|
|
|
311983
311380
|
"category": "activity",
|
|
311984
311381
|
"subcategory": "events"
|
|
311985
311382
|
},
|
|
311986
|
-
"x-octokit": {}
|
|
311383
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
311987
311384
|
}
|
|
311988
311385
|
},
|
|
311989
311386
|
"/users/{username}/followers": {
|
|
@@ -316010,7 +315407,6 @@
|
|
|
316010
315407
|
"allow_squash_merge": {
|
|
316011
315408
|
"type": "boolean"
|
|
316012
315409
|
},
|
|
316013
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
316014
315410
|
"delete_branch_on_merge": {
|
|
316015
315411
|
"type": "boolean"
|
|
316016
315412
|
},
|
|
@@ -316033,12 +315429,6 @@
|
|
|
316033
315429
|
"type": "boolean",
|
|
316034
315430
|
"example": true
|
|
316035
315431
|
},
|
|
316036
|
-
"allow_auto_merge": {
|
|
316037
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
316038
|
-
"default": false,
|
|
316039
|
-
"type": "boolean",
|
|
316040
|
-
"example": false
|
|
316041
|
-
},
|
|
316042
315432
|
"delete_branch_on_merge": {
|
|
316043
315433
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
316044
315434
|
"default": false,
|
|
@@ -317004,7 +316394,7 @@
|
|
|
317004
316394
|
"category": "activity",
|
|
317005
316395
|
"subcategory": "events"
|
|
317006
316396
|
},
|
|
317007
|
-
"x-octokit": {}
|
|
316397
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
317008
316398
|
}
|
|
317009
316399
|
},
|
|
317010
316400
|
"/users/{username}/received_events/public": {
|
|
@@ -318672,7 +318062,6 @@
|
|
|
318672
318062
|
"allow_squash_merge": {
|
|
318673
318063
|
"type": "boolean"
|
|
318674
318064
|
},
|
|
318675
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
318676
318065
|
"delete_branch_on_merge": {
|
|
318677
318066
|
"type": "boolean"
|
|
318678
318067
|
},
|
|
@@ -318695,12 +318084,6 @@
|
|
|
318695
318084
|
"type": "boolean",
|
|
318696
318085
|
"example": true
|
|
318697
318086
|
},
|
|
318698
|
-
"allow_auto_merge": {
|
|
318699
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
318700
|
-
"default": false,
|
|
318701
|
-
"type": "boolean",
|
|
318702
|
-
"example": false
|
|
318703
|
-
},
|
|
318704
318087
|
"delete_branch_on_merge": {
|
|
318705
318088
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
318706
318089
|
"default": false,
|
|
@@ -319666,7 +319049,7 @@
|
|
|
319666
319049
|
"category": "activity",
|
|
319667
319050
|
"subcategory": "events"
|
|
319668
319051
|
},
|
|
319669
|
-
"x-octokit": {}
|
|
319052
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
319670
319053
|
}
|
|
319671
319054
|
},
|
|
319672
319055
|
"/users/{username}/repos": {
|
|
@@ -320777,7 +320160,6 @@
|
|
|
320777
320160
|
"allow_rebase_merge": { "type": "boolean" },
|
|
320778
320161
|
"temp_clone_token": { "type": "string" },
|
|
320779
320162
|
"allow_squash_merge": { "type": "boolean" },
|
|
320780
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
320781
320163
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
320782
320164
|
"allow_update_branch": { "type": "boolean" },
|
|
320783
320165
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -320792,12 +320174,6 @@
|
|
|
320792
320174
|
"type": "boolean",
|
|
320793
320175
|
"example": true
|
|
320794
320176
|
},
|
|
320795
|
-
"allow_auto_merge": {
|
|
320796
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
320797
|
-
"default": false,
|
|
320798
|
-
"type": "boolean",
|
|
320799
|
-
"example": false
|
|
320800
|
-
},
|
|
320801
320177
|
"delete_branch_on_merge": {
|
|
320802
320178
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
320803
320179
|
"default": false,
|
|
@@ -321133,7 +320509,7 @@
|
|
|
321133
320509
|
}
|
|
321134
320510
|
]
|
|
321135
320511
|
},
|
|
321136
|
-
"x-octokit": {}
|
|
320512
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
321137
320513
|
}
|
|
321138
320514
|
},
|
|
321139
320515
|
"/users/{username}/site_admin": {
|
|
@@ -321988,7 +321364,6 @@
|
|
|
321988
321364
|
"allow_rebase_merge": { "type": "boolean" },
|
|
321989
321365
|
"temp_clone_token": { "type": "string" },
|
|
321990
321366
|
"allow_squash_merge": { "type": "boolean" },
|
|
321991
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
321992
321367
|
"delete_branch_on_merge": {
|
|
321993
321368
|
"type": "boolean"
|
|
321994
321369
|
},
|
|
@@ -322005,12 +321380,6 @@
|
|
|
322005
321380
|
"type": "boolean",
|
|
322006
321381
|
"example": true
|
|
322007
321382
|
},
|
|
322008
|
-
"allow_auto_merge": {
|
|
322009
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
322010
|
-
"default": false,
|
|
322011
|
-
"type": "boolean",
|
|
322012
|
-
"example": false
|
|
322013
|
-
},
|
|
322014
321383
|
"delete_branch_on_merge": {
|
|
322015
321384
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
322016
321385
|
"default": false,
|
|
@@ -322821,7 +322190,6 @@
|
|
|
322821
322190
|
"allow_rebase_merge": { "type": "boolean" },
|
|
322822
322191
|
"temp_clone_token": { "type": "string" },
|
|
322823
322192
|
"allow_squash_merge": { "type": "boolean" },
|
|
322824
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
322825
322193
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
322826
322194
|
"allow_update_branch": { "type": "boolean" },
|
|
322827
322195
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -322836,12 +322204,6 @@
|
|
|
322836
322204
|
"type": "boolean",
|
|
322837
322205
|
"example": true
|
|
322838
322206
|
},
|
|
322839
|
-
"allow_auto_merge": {
|
|
322840
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
322841
|
-
"default": false,
|
|
322842
|
-
"type": "boolean",
|
|
322843
|
-
"example": false
|
|
322844
|
-
},
|
|
322845
322207
|
"delete_branch_on_merge": {
|
|
322846
322208
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
322847
322209
|
"default": false,
|
|
@@ -323058,7 +322420,6 @@
|
|
|
323058
322420
|
"template_repository": null,
|
|
323059
322421
|
"temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
|
|
323060
322422
|
"allow_squash_merge": true,
|
|
323061
|
-
"allow_auto_merge": false,
|
|
323062
322423
|
"delete_branch_on_merge": true,
|
|
323063
322424
|
"allow_merge_commit": true,
|
|
323064
322425
|
"subscribers_count": 42,
|
|
@@ -324176,7 +323537,6 @@
|
|
|
324176
323537
|
"allow_rebase_merge": { "type": "boolean" },
|
|
324177
323538
|
"temp_clone_token": { "type": "string" },
|
|
324178
323539
|
"allow_squash_merge": { "type": "boolean" },
|
|
324179
|
-
"allow_auto_merge": { "type": "boolean" },
|
|
324180
323540
|
"delete_branch_on_merge": { "type": "boolean" },
|
|
324181
323541
|
"allow_update_branch": { "type": "boolean" },
|
|
324182
323542
|
"allow_merge_commit": { "type": "boolean" },
|
|
@@ -324191,12 +323551,6 @@
|
|
|
324191
323551
|
"type": "boolean",
|
|
324192
323552
|
"example": true
|
|
324193
323553
|
},
|
|
324194
|
-
"allow_auto_merge": {
|
|
324195
|
-
"description": "Whether to allow Auto-merge to be used on pull requests.",
|
|
324196
|
-
"default": false,
|
|
324197
|
-
"type": "boolean",
|
|
324198
|
-
"example": false
|
|
324199
|
-
},
|
|
324200
323554
|
"delete_branch_on_merge": {
|
|
324201
323555
|
"description": "Whether to delete head branches when pull requests are merged",
|
|
324202
323556
|
"default": false,
|
|
@@ -324527,7 +323881,7 @@
|
|
|
324527
323881
|
"category": "activity",
|
|
324528
323882
|
"subcategory": "watching"
|
|
324529
323883
|
},
|
|
324530
|
-
"x-octokit": {}
|
|
323884
|
+
"x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
|
|
324531
323885
|
}
|
|
324532
323886
|
},
|
|
324533
323887
|
"/users/{username}/suspended": {
|
|
@@ -326724,7 +326078,7 @@
|
|
|
326724
326078
|
"get": {
|
|
326725
326079
|
"summary": "Get the audit log for an enterprise",
|
|
326726
326080
|
"operationId": "enterprise-admin/get-audit-log",
|
|
326727
|
-
"description": "This endpoint does not exist
|
|
326081
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
|
|
326728
326082
|
"tags": ["enterprise-admin"],
|
|
326729
326083
|
"externalDocs": {
|
|
326730
326084
|
"description": "API method documentation",
|
|
@@ -326737,7 +326091,7 @@
|
|
|
326737
326091
|
"/orgs/{org}/audit-log": {
|
|
326738
326092
|
"get": {
|
|
326739
326093
|
"summary": "Get the audit log for an organization",
|
|
326740
|
-
"description": "This endpoint does not exist
|
|
326094
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
|
|
326741
326095
|
"operationId": "orgs/get-audit-log",
|
|
326742
326096
|
"tags": ["orgs"],
|
|
326743
326097
|
"externalDocs": {
|
|
@@ -326751,7 +326105,7 @@
|
|
|
326751
326105
|
"/orgs/{org}/secret-scanning/alerts": {
|
|
326752
326106
|
"get": {
|
|
326753
326107
|
"summary": "List secret scanning alerts for an organization",
|
|
326754
|
-
"description": "This endpoint does not exist
|
|
326108
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
|
|
326755
326109
|
"tags": ["secret-scanning"],
|
|
326756
326110
|
"operationId": "secret-scanning/list-alerts-for-org",
|
|
326757
326111
|
"externalDocs": {
|
|
@@ -326765,7 +326119,7 @@
|
|
|
326765
326119
|
"/repos/{owner}/{repo}/autolinks": {
|
|
326766
326120
|
"get": {
|
|
326767
326121
|
"summary": "List all autolinks of a repository",
|
|
326768
|
-
"description": "This endpoint does not exist
|
|
326122
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
|
|
326769
326123
|
"tags": ["repos"],
|
|
326770
326124
|
"operationId": "repos/list-autolinks",
|
|
326771
326125
|
"externalDocs": {
|
|
@@ -326777,7 +326131,7 @@
|
|
|
326777
326131
|
},
|
|
326778
326132
|
"post": {
|
|
326779
326133
|
"summary": "Create an autolink reference for a repository",
|
|
326780
|
-
"description": "This endpoint does not exist
|
|
326134
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
|
|
326781
326135
|
"tags": ["repos"],
|
|
326782
326136
|
"operationId": "repos/create-autolink",
|
|
326783
326137
|
"externalDocs": {
|
|
@@ -326791,7 +326145,7 @@
|
|
|
326791
326145
|
"/repos/{owner}/{repo}/autolinks/{autolink_id}": {
|
|
326792
326146
|
"get": {
|
|
326793
326147
|
"summary": "Get an autolink reference of a repository",
|
|
326794
|
-
"description": "This endpoint does not exist
|
|
326148
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
|
|
326795
326149
|
"tags": ["repos"],
|
|
326796
326150
|
"operationId": "repos/get-autolink",
|
|
326797
326151
|
"externalDocs": {
|
|
@@ -326803,7 +326157,7 @@
|
|
|
326803
326157
|
},
|
|
326804
326158
|
"delete": {
|
|
326805
326159
|
"summary": "Delete an autolink reference from a repository",
|
|
326806
|
-
"description": "This endpoint does not exist
|
|
326160
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
|
|
326807
326161
|
"tags": ["repos"],
|
|
326808
326162
|
"operationId": "repos/delete-autolink",
|
|
326809
326163
|
"externalDocs": {
|
|
@@ -326817,7 +326171,7 @@
|
|
|
326817
326171
|
"/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": {
|
|
326818
326172
|
"post": {
|
|
326819
326173
|
"summary": "Rerequest a check run",
|
|
326820
|
-
"description": "This endpoint does not exist
|
|
326174
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
|
|
326821
326175
|
"tags": ["checks"],
|
|
326822
326176
|
"operationId": "checks/rerequest-run",
|
|
326823
326177
|
"externalDocs": {
|
|
@@ -326831,7 +326185,7 @@
|
|
|
326831
326185
|
"/repos/{owner}/{repo}/lfs": {
|
|
326832
326186
|
"put": {
|
|
326833
326187
|
"summary": "Enable Git LFS for a repository",
|
|
326834
|
-
"description": "This endpoint does not exist
|
|
326188
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
|
|
326835
326189
|
"operationId": "repos/enable-lfs-for-repo",
|
|
326836
326190
|
"tags": ["repos"],
|
|
326837
326191
|
"externalDocs": {
|
|
@@ -326843,7 +326197,7 @@
|
|
|
326843
326197
|
},
|
|
326844
326198
|
"delete": {
|
|
326845
326199
|
"summary": "Disable Git LFS for a repository",
|
|
326846
|
-
"description": "This endpoint does not exist
|
|
326200
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
|
|
326847
326201
|
"operationId": "repos/disable-lfs-for-repo",
|
|
326848
326202
|
"tags": ["repos"],
|
|
326849
326203
|
"externalDocs": {
|
|
@@ -326857,7 +326211,7 @@
|
|
|
326857
326211
|
"/repos/{owner}/{repo}/merge-upstream": {
|
|
326858
326212
|
"post": {
|
|
326859
326213
|
"summary": "Sync a fork branch with the upstream repository",
|
|
326860
|
-
"description": "This endpoint does not exist
|
|
326214
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
|
|
326861
326215
|
"tags": ["repos"],
|
|
326862
326216
|
"operationId": "repos/merge-upstream",
|
|
326863
326217
|
"externalDocs": {
|
|
@@ -326871,7 +326225,7 @@
|
|
|
326871
326225
|
"/repos/{owner}/{repo}/releases/generate-notes": {
|
|
326872
326226
|
"post": {
|
|
326873
326227
|
"summary": "Generate release notes content for a release",
|
|
326874
|
-
"description": "This endpoint does not exist
|
|
326228
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
|
|
326875
326229
|
"tags": ["repos"],
|
|
326876
326230
|
"operationId": "repos/generate-release-notes",
|
|
326877
326231
|
"externalDocs": {
|
|
@@ -326885,7 +326239,7 @@
|
|
|
326885
326239
|
"/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations": {
|
|
326886
326240
|
"get": {
|
|
326887
326241
|
"summary": "List locations for a secret scanning alert",
|
|
326888
|
-
"description": "This endpoint does not exist
|
|
326242
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
|
|
326889
326243
|
"tags": ["secret-scanning"],
|
|
326890
326244
|
"operationId": "secret-scanning/list-locations-for-alert",
|
|
326891
326245
|
"externalDocs": {
|