@octokit/openapi 7.6.0 → 7.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +1927 -149
- package/generated/api.github.com.json +566 -22
- 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 +475 -23
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +36 -6
- package/generated/ghes-3.2.deref.json +585 -35
- package/generated/ghes-3.2.json +48 -17
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +19 -3
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +14 -3
- package/generated/ghes-3.3.deref.json +592 -36
- package/generated/ghes-3.3.json +55 -18
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +145 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +5 -1
- package/generated/ghes-3.4.deref.json +620 -36
- package/generated/ghes-3.4.json +55 -18
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +537 -23
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +39 -6
- package/generated/ghes-3.5.deref.json +633 -36
- package/generated/ghes-3.5.json +55 -18
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +122 -1
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +9482 -2
- package/generated/ghes-3.6-diff-to-api.github.com.json +1044 -31
- package/generated/ghes-3.6.deref.json +782 -39
- package/generated/ghes-3.6.json +204 -21
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +49 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +446 -18
- package/generated/github.ae-diff-to-api.github.com.json +43 -7
- package/generated/github.ae.deref.json +768 -30
- package/generated/github.ae.json +237 -18
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.9.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -2351,6 +2351,10 @@
|
|
|
2351
2351
|
"starred_at": {
|
|
2352
2352
|
"type": "string",
|
|
2353
2353
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
2354
|
+
},
|
|
2355
|
+
"anonymous_access_enabled": {
|
|
2356
|
+
"type": "boolean",
|
|
2357
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
2354
2358
|
}
|
|
2355
2359
|
},
|
|
2356
2360
|
"required": [
|
|
@@ -3833,6 +3837,10 @@
|
|
|
3833
3837
|
"starred_at": {
|
|
3834
3838
|
"type": "string",
|
|
3835
3839
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
3840
|
+
},
|
|
3841
|
+
"anonymous_access_enabled": {
|
|
3842
|
+
"type": "boolean",
|
|
3843
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
3836
3844
|
}
|
|
3837
3845
|
},
|
|
3838
3846
|
"required": [
|
|
@@ -5033,6 +5041,10 @@
|
|
|
5033
5041
|
"starred_at": {
|
|
5034
5042
|
"type": "string",
|
|
5035
5043
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
5044
|
+
},
|
|
5045
|
+
"anonymous_access_enabled": {
|
|
5046
|
+
"type": "boolean",
|
|
5047
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
5036
5048
|
}
|
|
5037
5049
|
},
|
|
5038
5050
|
"required": [
|
|
@@ -5355,7 +5367,12 @@
|
|
|
5355
5367
|
"description": "The reason for the current state",
|
|
5356
5368
|
"example": "not_planned",
|
|
5357
5369
|
"type": "string",
|
|
5358
|
-
"nullable": true
|
|
5370
|
+
"nullable": true,
|
|
5371
|
+
"enum": [
|
|
5372
|
+
"completed",
|
|
5373
|
+
"reopened",
|
|
5374
|
+
"not_planned"
|
|
5375
|
+
]
|
|
5359
5376
|
},
|
|
5360
5377
|
"title": {
|
|
5361
5378
|
"description": "Title of the issue",
|
|
@@ -7213,6 +7230,10 @@
|
|
|
7213
7230
|
"starred_at": {
|
|
7214
7231
|
"type": "string",
|
|
7215
7232
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
7233
|
+
},
|
|
7234
|
+
"anonymous_access_enabled": {
|
|
7235
|
+
"type": "boolean",
|
|
7236
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
7216
7237
|
}
|
|
7217
7238
|
},
|
|
7218
7239
|
"required": [
|
|
@@ -9374,6 +9395,10 @@
|
|
|
9374
9395
|
"starred_at": {
|
|
9375
9396
|
"type": "string",
|
|
9376
9397
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
9398
|
+
},
|
|
9399
|
+
"anonymous_access_enabled": {
|
|
9400
|
+
"type": "boolean",
|
|
9401
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
9377
9402
|
}
|
|
9378
9403
|
},
|
|
9379
9404
|
"required": [
|
|
@@ -9876,7 +9901,12 @@
|
|
|
9876
9901
|
"description": "The reason for the current state",
|
|
9877
9902
|
"example": "not_planned",
|
|
9878
9903
|
"type": "string",
|
|
9879
|
-
"nullable": true
|
|
9904
|
+
"nullable": true,
|
|
9905
|
+
"enum": [
|
|
9906
|
+
"completed",
|
|
9907
|
+
"reopened",
|
|
9908
|
+
"not_planned"
|
|
9909
|
+
]
|
|
9880
9910
|
},
|
|
9881
9911
|
"title": {
|
|
9882
9912
|
"description": "Title of the issue",
|
|
@@ -11734,6 +11764,10 @@
|
|
|
11734
11764
|
"starred_at": {
|
|
11735
11765
|
"type": "string",
|
|
11736
11766
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
11767
|
+
},
|
|
11768
|
+
"anonymous_access_enabled": {
|
|
11769
|
+
"type": "boolean",
|
|
11770
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
11737
11771
|
}
|
|
11738
11772
|
},
|
|
11739
11773
|
"required": [
|
|
@@ -12764,7 +12798,12 @@
|
|
|
12764
12798
|
"description": "The reason for the current state",
|
|
12765
12799
|
"example": "not_planned",
|
|
12766
12800
|
"type": "string",
|
|
12767
|
-
"nullable": true
|
|
12801
|
+
"nullable": true,
|
|
12802
|
+
"enum": [
|
|
12803
|
+
"completed",
|
|
12804
|
+
"reopened",
|
|
12805
|
+
"not_planned"
|
|
12806
|
+
]
|
|
12768
12807
|
},
|
|
12769
12808
|
"title": {
|
|
12770
12809
|
"description": "Title of the issue",
|
|
@@ -14622,6 +14661,10 @@
|
|
|
14622
14661
|
"starred_at": {
|
|
14623
14662
|
"type": "string",
|
|
14624
14663
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
14664
|
+
},
|
|
14665
|
+
"anonymous_access_enabled": {
|
|
14666
|
+
"type": "boolean",
|
|
14667
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
14625
14668
|
}
|
|
14626
14669
|
},
|
|
14627
14670
|
"required": [
|
|
@@ -17283,6 +17326,10 @@
|
|
|
17283
17326
|
"starred_at": {
|
|
17284
17327
|
"type": "string",
|
|
17285
17328
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
17329
|
+
},
|
|
17330
|
+
"anonymous_access_enabled": {
|
|
17331
|
+
"type": "boolean",
|
|
17332
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
17286
17333
|
}
|
|
17287
17334
|
},
|
|
17288
17335
|
"required": [
|
|
@@ -19281,6 +19328,10 @@
|
|
|
19281
19328
|
"starred_at": {
|
|
19282
19329
|
"type": "string",
|
|
19283
19330
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
19331
|
+
},
|
|
19332
|
+
"anonymous_access_enabled": {
|
|
19333
|
+
"type": "boolean",
|
|
19334
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
19284
19335
|
}
|
|
19285
19336
|
},
|
|
19286
19337
|
"required": [
|
|
@@ -20790,6 +20841,10 @@
|
|
|
20790
20841
|
"starred_at": {
|
|
20791
20842
|
"type": "string",
|
|
20792
20843
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
20844
|
+
},
|
|
20845
|
+
"anonymous_access_enabled": {
|
|
20846
|
+
"type": "boolean",
|
|
20847
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
20793
20848
|
}
|
|
20794
20849
|
},
|
|
20795
20850
|
"required": [
|
|
@@ -22541,6 +22596,10 @@
|
|
|
22541
22596
|
"starred_at": {
|
|
22542
22597
|
"type": "string",
|
|
22543
22598
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
22599
|
+
},
|
|
22600
|
+
"anonymous_access_enabled": {
|
|
22601
|
+
"type": "boolean",
|
|
22602
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
22544
22603
|
}
|
|
22545
22604
|
},
|
|
22546
22605
|
"required": [
|
|
@@ -24100,6 +24159,10 @@
|
|
|
24100
24159
|
"starred_at": {
|
|
24101
24160
|
"type": "string",
|
|
24102
24161
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
24162
|
+
},
|
|
24163
|
+
"anonymous_access_enabled": {
|
|
24164
|
+
"type": "boolean",
|
|
24165
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
24103
24166
|
}
|
|
24104
24167
|
},
|
|
24105
24168
|
"required": [
|
|
@@ -25300,6 +25363,10 @@
|
|
|
25300
25363
|
"starred_at": {
|
|
25301
25364
|
"type": "string",
|
|
25302
25365
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
25366
|
+
},
|
|
25367
|
+
"anonymous_access_enabled": {
|
|
25368
|
+
"type": "boolean",
|
|
25369
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
25303
25370
|
}
|
|
25304
25371
|
},
|
|
25305
25372
|
"required": [
|
|
@@ -26944,6 +27011,10 @@
|
|
|
26944
27011
|
"starred_at": {
|
|
26945
27012
|
"type": "string",
|
|
26946
27013
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
27014
|
+
},
|
|
27015
|
+
"anonymous_access_enabled": {
|
|
27016
|
+
"type": "boolean",
|
|
27017
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
26947
27018
|
}
|
|
26948
27019
|
},
|
|
26949
27020
|
"required": [
|
|
@@ -27462,7 +27533,12 @@
|
|
|
27462
27533
|
"description": "The reason for the current state",
|
|
27463
27534
|
"example": "not_planned",
|
|
27464
27535
|
"type": "string",
|
|
27465
|
-
"nullable": true
|
|
27536
|
+
"nullable": true,
|
|
27537
|
+
"enum": [
|
|
27538
|
+
"completed",
|
|
27539
|
+
"reopened",
|
|
27540
|
+
"not_planned"
|
|
27541
|
+
]
|
|
27466
27542
|
},
|
|
27467
27543
|
"title": {
|
|
27468
27544
|
"description": "Title of the issue",
|
|
@@ -29320,6 +29396,10 @@
|
|
|
29320
29396
|
"starred_at": {
|
|
29321
29397
|
"type": "string",
|
|
29322
29398
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
29399
|
+
},
|
|
29400
|
+
"anonymous_access_enabled": {
|
|
29401
|
+
"type": "boolean",
|
|
29402
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
29323
29403
|
}
|
|
29324
29404
|
},
|
|
29325
29405
|
"required": [
|
|
@@ -30540,7 +30620,12 @@
|
|
|
30540
30620
|
"description": "The reason for the current state",
|
|
30541
30621
|
"example": "not_planned",
|
|
30542
30622
|
"type": "string",
|
|
30543
|
-
"nullable": true
|
|
30623
|
+
"nullable": true,
|
|
30624
|
+
"enum": [
|
|
30625
|
+
"completed",
|
|
30626
|
+
"reopened",
|
|
30627
|
+
"not_planned"
|
|
30628
|
+
]
|
|
30544
30629
|
},
|
|
30545
30630
|
"title": {
|
|
30546
30631
|
"description": "Title of the issue",
|
|
@@ -32398,6 +32483,10 @@
|
|
|
32398
32483
|
"starred_at": {
|
|
32399
32484
|
"type": "string",
|
|
32400
32485
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
32486
|
+
},
|
|
32487
|
+
"anonymous_access_enabled": {
|
|
32488
|
+
"type": "boolean",
|
|
32489
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
32401
32490
|
}
|
|
32402
32491
|
},
|
|
32403
32492
|
"required": [
|
|
@@ -34688,6 +34777,10 @@
|
|
|
34688
34777
|
"starred_at": {
|
|
34689
34778
|
"type": "string",
|
|
34690
34779
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
34780
|
+
},
|
|
34781
|
+
"anonymous_access_enabled": {
|
|
34782
|
+
"type": "boolean",
|
|
34783
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
34691
34784
|
}
|
|
34692
34785
|
},
|
|
34693
34786
|
"required": [
|
|
@@ -36244,6 +36337,10 @@
|
|
|
36244
36337
|
"starred_at": {
|
|
36245
36338
|
"type": "string",
|
|
36246
36339
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
36340
|
+
},
|
|
36341
|
+
"anonymous_access_enabled": {
|
|
36342
|
+
"type": "boolean",
|
|
36343
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
36247
36344
|
}
|
|
36248
36345
|
},
|
|
36249
36346
|
"required": [
|
|
@@ -38086,6 +38183,10 @@
|
|
|
38086
38183
|
"starred_at": {
|
|
38087
38184
|
"type": "string",
|
|
38088
38185
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
38186
|
+
},
|
|
38187
|
+
"anonymous_access_enabled": {
|
|
38188
|
+
"type": "boolean",
|
|
38189
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
38089
38190
|
}
|
|
38090
38191
|
},
|
|
38091
38192
|
"required": [
|
|
@@ -40040,6 +40141,10 @@
|
|
|
40040
40141
|
"starred_at": {
|
|
40041
40142
|
"type": "string",
|
|
40042
40143
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
40144
|
+
},
|
|
40145
|
+
"anonymous_access_enabled": {
|
|
40146
|
+
"type": "boolean",
|
|
40147
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
40043
40148
|
}
|
|
40044
40149
|
},
|
|
40045
40150
|
"required": [
|
|
@@ -42044,6 +42149,10 @@
|
|
|
42044
42149
|
"starred_at": {
|
|
42045
42150
|
"type": "string",
|
|
42046
42151
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
42152
|
+
},
|
|
42153
|
+
"anonymous_access_enabled": {
|
|
42154
|
+
"type": "boolean",
|
|
42155
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
42047
42156
|
}
|
|
42048
42157
|
},
|
|
42049
42158
|
"required": [
|
|
@@ -43338,6 +43447,10 @@
|
|
|
43338
43447
|
"starred_at": {
|
|
43339
43448
|
"type": "string",
|
|
43340
43449
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
43450
|
+
},
|
|
43451
|
+
"anonymous_access_enabled": {
|
|
43452
|
+
"type": "boolean",
|
|
43453
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
43341
43454
|
}
|
|
43342
43455
|
},
|
|
43343
43456
|
"required": [
|
|
@@ -44437,6 +44550,10 @@
|
|
|
44437
44550
|
"starred_at": {
|
|
44438
44551
|
"type": "string",
|
|
44439
44552
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
44553
|
+
},
|
|
44554
|
+
"anonymous_access_enabled": {
|
|
44555
|
+
"type": "boolean",
|
|
44556
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
44440
44557
|
}
|
|
44441
44558
|
},
|
|
44442
44559
|
"required": [
|
|
@@ -47511,6 +47628,10 @@
|
|
|
47511
47628
|
"starred_at": {
|
|
47512
47629
|
"type": "string",
|
|
47513
47630
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
47631
|
+
},
|
|
47632
|
+
"anonymous_access_enabled": {
|
|
47633
|
+
"type": "boolean",
|
|
47634
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
47514
47635
|
}
|
|
47515
47636
|
},
|
|
47516
47637
|
"required": [
|
|
@@ -48805,6 +48926,10 @@
|
|
|
48805
48926
|
"starred_at": {
|
|
48806
48927
|
"type": "string",
|
|
48807
48928
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
48929
|
+
},
|
|
48930
|
+
"anonymous_access_enabled": {
|
|
48931
|
+
"type": "boolean",
|
|
48932
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
48808
48933
|
}
|
|
48809
48934
|
},
|
|
48810
48935
|
"required": [
|
|
@@ -49904,6 +50029,10 @@
|
|
|
49904
50029
|
"starred_at": {
|
|
49905
50030
|
"type": "string",
|
|
49906
50031
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
50032
|
+
},
|
|
50033
|
+
"anonymous_access_enabled": {
|
|
50034
|
+
"type": "boolean",
|
|
50035
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
49907
50036
|
}
|
|
49908
50037
|
},
|
|
49909
50038
|
"required": [
|
|
@@ -52228,6 +52357,10 @@
|
|
|
52228
52357
|
"starred_at": {
|
|
52229
52358
|
"type": "string",
|
|
52230
52359
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
52360
|
+
},
|
|
52361
|
+
"anonymous_access_enabled": {
|
|
52362
|
+
"type": "boolean",
|
|
52363
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
52231
52364
|
}
|
|
52232
52365
|
},
|
|
52233
52366
|
"required": [
|
|
@@ -53437,6 +53570,10 @@
|
|
|
53437
53570
|
"starred_at": {
|
|
53438
53571
|
"type": "string",
|
|
53439
53572
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
53573
|
+
},
|
|
53574
|
+
"anonymous_access_enabled": {
|
|
53575
|
+
"type": "boolean",
|
|
53576
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
53440
53577
|
}
|
|
53441
53578
|
},
|
|
53442
53579
|
"required": [
|
|
@@ -55425,6 +55562,10 @@
|
|
|
55425
55562
|
"starred_at": {
|
|
55426
55563
|
"type": "string",
|
|
55427
55564
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
55565
|
+
},
|
|
55566
|
+
"anonymous_access_enabled": {
|
|
55567
|
+
"type": "boolean",
|
|
55568
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
55428
55569
|
}
|
|
55429
55570
|
},
|
|
55430
55571
|
"required": [
|
|
@@ -57089,6 +57230,10 @@
|
|
|
57089
57230
|
"starred_at": {
|
|
57090
57231
|
"type": "string",
|
|
57091
57232
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
57233
|
+
},
|
|
57234
|
+
"anonymous_access_enabled": {
|
|
57235
|
+
"type": "boolean",
|
|
57236
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
57092
57237
|
}
|
|
57093
57238
|
},
|
|
57094
57239
|
"required": [
|
|
@@ -59330,6 +59475,10 @@
|
|
|
59330
59475
|
"starred_at": {
|
|
59331
59476
|
"type": "string",
|
|
59332
59477
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
59478
|
+
},
|
|
59479
|
+
"anonymous_access_enabled": {
|
|
59480
|
+
"type": "boolean",
|
|
59481
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
59333
59482
|
}
|
|
59334
59483
|
},
|
|
59335
59484
|
"required": [
|
|
@@ -60994,6 +61143,10 @@
|
|
|
60994
61143
|
"starred_at": {
|
|
60995
61144
|
"type": "string",
|
|
60996
61145
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
61146
|
+
},
|
|
61147
|
+
"anonymous_access_enabled": {
|
|
61148
|
+
"type": "boolean",
|
|
61149
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
60997
61150
|
}
|
|
60998
61151
|
},
|
|
60999
61152
|
"required": [
|
|
@@ -63698,6 +63851,10 @@
|
|
|
63698
63851
|
"starred_at": {
|
|
63699
63852
|
"type": "string",
|
|
63700
63853
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
63854
|
+
},
|
|
63855
|
+
"anonymous_access_enabled": {
|
|
63856
|
+
"type": "boolean",
|
|
63857
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
63701
63858
|
}
|
|
63702
63859
|
},
|
|
63703
63860
|
"required": [
|
|
@@ -65362,6 +65519,10 @@
|
|
|
65362
65519
|
"starred_at": {
|
|
65363
65520
|
"type": "string",
|
|
65364
65521
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
65522
|
+
},
|
|
65523
|
+
"anonymous_access_enabled": {
|
|
65524
|
+
"type": "boolean",
|
|
65525
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
65365
65526
|
}
|
|
65366
65527
|
},
|
|
65367
65528
|
"required": [
|
|
@@ -67741,6 +67902,10 @@
|
|
|
67741
67902
|
"starred_at": {
|
|
67742
67903
|
"type": "string",
|
|
67743
67904
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
67905
|
+
},
|
|
67906
|
+
"anonymous_access_enabled": {
|
|
67907
|
+
"type": "boolean",
|
|
67908
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
67744
67909
|
}
|
|
67745
67910
|
},
|
|
67746
67911
|
"required": [
|
|
@@ -70223,6 +70388,10 @@
|
|
|
70223
70388
|
"starred_at": {
|
|
70224
70389
|
"type": "string",
|
|
70225
70390
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
70391
|
+
},
|
|
70392
|
+
"anonymous_access_enabled": {
|
|
70393
|
+
"type": "boolean",
|
|
70394
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
70226
70395
|
}
|
|
70227
70396
|
},
|
|
70228
70397
|
"required": [
|
|
@@ -72428,6 +72597,10 @@
|
|
|
72428
72597
|
"starred_at": {
|
|
72429
72598
|
"type": "string",
|
|
72430
72599
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
72600
|
+
},
|
|
72601
|
+
"anonymous_access_enabled": {
|
|
72602
|
+
"type": "boolean",
|
|
72603
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
72431
72604
|
}
|
|
72432
72605
|
},
|
|
72433
72606
|
"required": [
|
|
@@ -74806,6 +74979,10 @@
|
|
|
74806
74979
|
"starred_at": {
|
|
74807
74980
|
"type": "string",
|
|
74808
74981
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
74982
|
+
},
|
|
74983
|
+
"anonymous_access_enabled": {
|
|
74984
|
+
"type": "boolean",
|
|
74985
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
74809
74986
|
}
|
|
74810
74987
|
},
|
|
74811
74988
|
"required": [
|
|
@@ -75726,6 +75903,11 @@
|
|
|
75726
75903
|
"nullable": true,
|
|
75727
75904
|
"type": "string",
|
|
75728
75905
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
75906
|
+
},
|
|
75907
|
+
"help_uri": {
|
|
75908
|
+
"nullable": true,
|
|
75909
|
+
"type": "string",
|
|
75910
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
75729
75911
|
}
|
|
75730
75912
|
}
|
|
75731
75913
|
},
|
|
@@ -75888,7 +76070,8 @@
|
|
|
75888
76070
|
"security",
|
|
75889
76071
|
"external/cwe/cwe-022"
|
|
75890
76072
|
],
|
|
75891
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
76073
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
76074
|
+
"help_uri": "https://codeql.github.com/"
|
|
75892
76075
|
},
|
|
75893
76076
|
"tool": {
|
|
75894
76077
|
"name": "CodeQL",
|
|
@@ -76344,6 +76527,11 @@
|
|
|
76344
76527
|
"nullable": true,
|
|
76345
76528
|
"type": "string",
|
|
76346
76529
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
76530
|
+
},
|
|
76531
|
+
"help_uri": {
|
|
76532
|
+
"nullable": true,
|
|
76533
|
+
"type": "string",
|
|
76534
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
76347
76535
|
}
|
|
76348
76536
|
}
|
|
76349
76537
|
},
|
|
@@ -76506,7 +76694,8 @@
|
|
|
76506
76694
|
"security",
|
|
76507
76695
|
"external/cwe/cwe-022"
|
|
76508
76696
|
],
|
|
76509
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
76697
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
76698
|
+
"help_uri": "https://codeql.github.com/"
|
|
76510
76699
|
},
|
|
76511
76700
|
"tool": {
|
|
76512
76701
|
"name": "CodeQL",
|
|
@@ -78836,6 +79025,10 @@
|
|
|
78836
79025
|
"starred_at": {
|
|
78837
79026
|
"type": "string",
|
|
78838
79027
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
79028
|
+
},
|
|
79029
|
+
"anonymous_access_enabled": {
|
|
79030
|
+
"type": "boolean",
|
|
79031
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
78839
79032
|
}
|
|
78840
79033
|
},
|
|
78841
79034
|
"required": [
|
|
@@ -82289,6 +82482,10 @@
|
|
|
82289
82482
|
"starred_at": {
|
|
82290
82483
|
"type": "string",
|
|
82291
82484
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
82485
|
+
},
|
|
82486
|
+
"anonymous_access_enabled": {
|
|
82487
|
+
"type": "boolean",
|
|
82488
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
82292
82489
|
}
|
|
82293
82490
|
},
|
|
82294
82491
|
"required": [
|
|
@@ -83529,6 +83726,10 @@
|
|
|
83529
83726
|
"starred_at": {
|
|
83530
83727
|
"type": "string",
|
|
83531
83728
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
83729
|
+
},
|
|
83730
|
+
"anonymous_access_enabled": {
|
|
83731
|
+
"type": "boolean",
|
|
83732
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
83532
83733
|
}
|
|
83533
83734
|
},
|
|
83534
83735
|
"required": [
|
|
@@ -86573,6 +86774,10 @@
|
|
|
86573
86774
|
"starred_at": {
|
|
86574
86775
|
"type": "string",
|
|
86575
86776
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
86777
|
+
},
|
|
86778
|
+
"anonymous_access_enabled": {
|
|
86779
|
+
"type": "boolean",
|
|
86780
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
86576
86781
|
}
|
|
86577
86782
|
},
|
|
86578
86783
|
"required": [
|
|
@@ -88699,6 +88904,10 @@
|
|
|
88699
88904
|
"starred_at": {
|
|
88700
88905
|
"type": "string",
|
|
88701
88906
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
88907
|
+
},
|
|
88908
|
+
"anonymous_access_enabled": {
|
|
88909
|
+
"type": "boolean",
|
|
88910
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
88702
88911
|
}
|
|
88703
88912
|
},
|
|
88704
88913
|
"required": [
|
|
@@ -89296,7 +89505,12 @@
|
|
|
89296
89505
|
"description": "The reason for the current state",
|
|
89297
89506
|
"example": "not_planned",
|
|
89298
89507
|
"type": "string",
|
|
89299
|
-
"nullable": true
|
|
89508
|
+
"nullable": true,
|
|
89509
|
+
"enum": [
|
|
89510
|
+
"completed",
|
|
89511
|
+
"reopened",
|
|
89512
|
+
"not_planned"
|
|
89513
|
+
]
|
|
89300
89514
|
},
|
|
89301
89515
|
"title": {
|
|
89302
89516
|
"description": "Title of the issue",
|
|
@@ -91154,6 +91368,10 @@
|
|
|
91154
91368
|
"starred_at": {
|
|
91155
91369
|
"type": "string",
|
|
91156
91370
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
91371
|
+
},
|
|
91372
|
+
"anonymous_access_enabled": {
|
|
91373
|
+
"type": "boolean",
|
|
91374
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
91157
91375
|
}
|
|
91158
91376
|
},
|
|
91159
91377
|
"required": [
|
|
@@ -93720,6 +93938,10 @@
|
|
|
93720
93938
|
"starred_at": {
|
|
93721
93939
|
"type": "string",
|
|
93722
93940
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
93941
|
+
},
|
|
93942
|
+
"anonymous_access_enabled": {
|
|
93943
|
+
"type": "boolean",
|
|
93944
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
93723
93945
|
}
|
|
93724
93946
|
},
|
|
93725
93947
|
"required": [
|
|
@@ -95679,6 +95901,10 @@
|
|
|
95679
95901
|
"starred_at": {
|
|
95680
95902
|
"type": "string",
|
|
95681
95903
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
95904
|
+
},
|
|
95905
|
+
"anonymous_access_enabled": {
|
|
95906
|
+
"type": "boolean",
|
|
95907
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
95682
95908
|
}
|
|
95683
95909
|
},
|
|
95684
95910
|
"required": [
|
|
@@ -96973,6 +97199,10 @@
|
|
|
96973
97199
|
"starred_at": {
|
|
96974
97200
|
"type": "string",
|
|
96975
97201
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
97202
|
+
},
|
|
97203
|
+
"anonymous_access_enabled": {
|
|
97204
|
+
"type": "boolean",
|
|
97205
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
96976
97206
|
}
|
|
96977
97207
|
},
|
|
96978
97208
|
"required": [
|
|
@@ -98072,6 +98302,10 @@
|
|
|
98072
98302
|
"starred_at": {
|
|
98073
98303
|
"type": "string",
|
|
98074
98304
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
98305
|
+
},
|
|
98306
|
+
"anonymous_access_enabled": {
|
|
98307
|
+
"type": "boolean",
|
|
98308
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
98075
98309
|
}
|
|
98076
98310
|
},
|
|
98077
98311
|
"required": [
|
|
@@ -100544,6 +100778,10 @@
|
|
|
100544
100778
|
"starred_at": {
|
|
100545
100779
|
"type": "string",
|
|
100546
100780
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
100781
|
+
},
|
|
100782
|
+
"anonymous_access_enabled": {
|
|
100783
|
+
"type": "boolean",
|
|
100784
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
100547
100785
|
}
|
|
100548
100786
|
},
|
|
100549
100787
|
"required": [
|
|
@@ -102732,6 +102970,10 @@
|
|
|
102732
102970
|
"starred_at": {
|
|
102733
102971
|
"type": "string",
|
|
102734
102972
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
102973
|
+
},
|
|
102974
|
+
"anonymous_access_enabled": {
|
|
102975
|
+
"type": "boolean",
|
|
102976
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
102735
102977
|
}
|
|
102736
102978
|
},
|
|
102737
102979
|
"required": [
|
|
@@ -103577,7 +103819,12 @@
|
|
|
103577
103819
|
"description": "The reason for the current state",
|
|
103578
103820
|
"example": "not_planned",
|
|
103579
103821
|
"type": "string",
|
|
103580
|
-
"nullable": true
|
|
103822
|
+
"nullable": true,
|
|
103823
|
+
"enum": [
|
|
103824
|
+
"completed",
|
|
103825
|
+
"reopened",
|
|
103826
|
+
"not_planned"
|
|
103827
|
+
]
|
|
103581
103828
|
},
|
|
103582
103829
|
"title": {
|
|
103583
103830
|
"description": "Title of the issue",
|
|
@@ -105435,6 +105682,10 @@
|
|
|
105435
105682
|
"starred_at": {
|
|
105436
105683
|
"type": "string",
|
|
105437
105684
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
105685
|
+
},
|
|
105686
|
+
"anonymous_access_enabled": {
|
|
105687
|
+
"type": "boolean",
|
|
105688
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
105438
105689
|
}
|
|
105439
105690
|
},
|
|
105440
105691
|
"required": [
|
|
@@ -106355,7 +106606,12 @@
|
|
|
106355
106606
|
"description": "The reason for the current state",
|
|
106356
106607
|
"example": "not_planned",
|
|
106357
106608
|
"type": "string",
|
|
106358
|
-
"nullable": true
|
|
106609
|
+
"nullable": true,
|
|
106610
|
+
"enum": [
|
|
106611
|
+
"completed",
|
|
106612
|
+
"reopened",
|
|
106613
|
+
"not_planned"
|
|
106614
|
+
]
|
|
106359
106615
|
},
|
|
106360
106616
|
"title": {
|
|
106361
106617
|
"description": "Title of the issue",
|
|
@@ -108213,6 +108469,10 @@
|
|
|
108213
108469
|
"starred_at": {
|
|
108214
108470
|
"type": "string",
|
|
108215
108471
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
108472
|
+
},
|
|
108473
|
+
"anonymous_access_enabled": {
|
|
108474
|
+
"type": "boolean",
|
|
108475
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
108216
108476
|
}
|
|
108217
108477
|
},
|
|
108218
108478
|
"required": [
|
|
@@ -109249,7 +109509,12 @@
|
|
|
109249
109509
|
"description": "The reason for the current state",
|
|
109250
109510
|
"example": "not_planned",
|
|
109251
109511
|
"type": "string",
|
|
109252
|
-
"nullable": true
|
|
109512
|
+
"nullable": true,
|
|
109513
|
+
"enum": [
|
|
109514
|
+
"completed",
|
|
109515
|
+
"reopened",
|
|
109516
|
+
"not_planned"
|
|
109517
|
+
]
|
|
109253
109518
|
},
|
|
109254
109519
|
"title": {
|
|
109255
109520
|
"description": "Title of the issue",
|
|
@@ -111107,6 +111372,10 @@
|
|
|
111107
111372
|
"starred_at": {
|
|
111108
111373
|
"type": "string",
|
|
111109
111374
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
111375
|
+
},
|
|
111376
|
+
"anonymous_access_enabled": {
|
|
111377
|
+
"type": "boolean",
|
|
111378
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
111110
111379
|
}
|
|
111111
111380
|
},
|
|
111112
111381
|
"required": [
|
|
@@ -113080,7 +113349,12 @@
|
|
|
113080
113349
|
"description": "The reason for the current state",
|
|
113081
113350
|
"example": "not_planned",
|
|
113082
113351
|
"type": "string",
|
|
113083
|
-
"nullable": true
|
|
113352
|
+
"nullable": true,
|
|
113353
|
+
"enum": [
|
|
113354
|
+
"completed",
|
|
113355
|
+
"reopened",
|
|
113356
|
+
"not_planned"
|
|
113357
|
+
]
|
|
113084
113358
|
},
|
|
113085
113359
|
"title": {
|
|
113086
113360
|
"description": "Title of the issue",
|
|
@@ -114938,6 +115212,10 @@
|
|
|
114938
115212
|
"starred_at": {
|
|
114939
115213
|
"type": "string",
|
|
114940
115214
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
115215
|
+
},
|
|
115216
|
+
"anonymous_access_enabled": {
|
|
115217
|
+
"type": "boolean",
|
|
115218
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
114941
115219
|
}
|
|
114942
115220
|
},
|
|
114943
115221
|
"required": [
|
|
@@ -116793,7 +117071,12 @@
|
|
|
116793
117071
|
"description": "The reason for the current state",
|
|
116794
117072
|
"example": "not_planned",
|
|
116795
117073
|
"type": "string",
|
|
116796
|
-
"nullable": true
|
|
117074
|
+
"nullable": true,
|
|
117075
|
+
"enum": [
|
|
117076
|
+
"completed",
|
|
117077
|
+
"reopened",
|
|
117078
|
+
"not_planned"
|
|
117079
|
+
]
|
|
116797
117080
|
},
|
|
116798
117081
|
"title": {
|
|
116799
117082
|
"description": "Title of the issue",
|
|
@@ -118651,6 +118934,10 @@
|
|
|
118651
118934
|
"starred_at": {
|
|
118652
118935
|
"type": "string",
|
|
118653
118936
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
118937
|
+
},
|
|
118938
|
+
"anonymous_access_enabled": {
|
|
118939
|
+
"type": "boolean",
|
|
118940
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
118654
118941
|
}
|
|
118655
118942
|
},
|
|
118656
118943
|
"required": [
|
|
@@ -119410,6 +119697,11 @@
|
|
|
119410
119697
|
},
|
|
119411
119698
|
"state_reason": {
|
|
119412
119699
|
"type": "string",
|
|
119700
|
+
"enum": [
|
|
119701
|
+
"completed",
|
|
119702
|
+
"not_planned",
|
|
119703
|
+
"reopened"
|
|
119704
|
+
],
|
|
119413
119705
|
"nullable": true,
|
|
119414
119706
|
"description": "The reason for the current state",
|
|
119415
119707
|
"example": "not_planned"
|
|
@@ -119539,7 +119831,12 @@
|
|
|
119539
119831
|
"description": "The reason for the current state",
|
|
119540
119832
|
"example": "not_planned",
|
|
119541
119833
|
"type": "string",
|
|
119542
|
-
"nullable": true
|
|
119834
|
+
"nullable": true,
|
|
119835
|
+
"enum": [
|
|
119836
|
+
"completed",
|
|
119837
|
+
"reopened",
|
|
119838
|
+
"not_planned"
|
|
119839
|
+
]
|
|
119543
119840
|
},
|
|
119544
119841
|
"title": {
|
|
119545
119842
|
"description": "Title of the issue",
|
|
@@ -121397,6 +121694,10 @@
|
|
|
121397
121694
|
"starred_at": {
|
|
121398
121695
|
"type": "string",
|
|
121399
121696
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
121697
|
+
},
|
|
121698
|
+
"anonymous_access_enabled": {
|
|
121699
|
+
"type": "boolean",
|
|
121700
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
121400
121701
|
}
|
|
121401
121702
|
},
|
|
121402
121703
|
"required": [
|
|
@@ -122311,7 +122612,12 @@
|
|
|
122311
122612
|
"description": "The reason for the current state",
|
|
122312
122613
|
"example": "not_planned",
|
|
122313
122614
|
"type": "string",
|
|
122314
|
-
"nullable": true
|
|
122615
|
+
"nullable": true,
|
|
122616
|
+
"enum": [
|
|
122617
|
+
"completed",
|
|
122618
|
+
"reopened",
|
|
122619
|
+
"not_planned"
|
|
122620
|
+
]
|
|
122315
122621
|
},
|
|
122316
122622
|
"title": {
|
|
122317
122623
|
"description": "Title of the issue",
|
|
@@ -124169,6 +124475,10 @@
|
|
|
124169
124475
|
"starred_at": {
|
|
124170
124476
|
"type": "string",
|
|
124171
124477
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
124478
|
+
},
|
|
124479
|
+
"anonymous_access_enabled": {
|
|
124480
|
+
"type": "boolean",
|
|
124481
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
124172
124482
|
}
|
|
124173
124483
|
},
|
|
124174
124484
|
"required": [
|
|
@@ -126321,6 +126631,10 @@
|
|
|
126321
126631
|
"starred_at": {
|
|
126322
126632
|
"type": "string",
|
|
126323
126633
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
126634
|
+
},
|
|
126635
|
+
"anonymous_access_enabled": {
|
|
126636
|
+
"type": "boolean",
|
|
126637
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
126324
126638
|
}
|
|
126325
126639
|
},
|
|
126326
126640
|
"required": [
|
|
@@ -128888,6 +129202,10 @@
|
|
|
128888
129202
|
"starred_at": {
|
|
128889
129203
|
"type": "string",
|
|
128890
129204
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
129205
|
+
},
|
|
129206
|
+
"anonymous_access_enabled": {
|
|
129207
|
+
"type": "boolean",
|
|
129208
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
128891
129209
|
}
|
|
128892
129210
|
},
|
|
128893
129211
|
"required": [
|
|
@@ -130128,6 +130446,10 @@
|
|
|
130128
130446
|
"starred_at": {
|
|
130129
130447
|
"type": "string",
|
|
130130
130448
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
130449
|
+
},
|
|
130450
|
+
"anonymous_access_enabled": {
|
|
130451
|
+
"type": "boolean",
|
|
130452
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
130131
130453
|
}
|
|
130132
130454
|
},
|
|
130133
130455
|
"required": [
|
|
@@ -133447,6 +133769,10 @@
|
|
|
133447
133769
|
"starred_at": {
|
|
133448
133770
|
"type": "string",
|
|
133449
133771
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
133772
|
+
},
|
|
133773
|
+
"anonymous_access_enabled": {
|
|
133774
|
+
"type": "boolean",
|
|
133775
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
133450
133776
|
}
|
|
133451
133777
|
},
|
|
133452
133778
|
"required": [
|
|
@@ -134687,6 +135013,10 @@
|
|
|
134687
135013
|
"starred_at": {
|
|
134688
135014
|
"type": "string",
|
|
134689
135015
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
135016
|
+
},
|
|
135017
|
+
"anonymous_access_enabled": {
|
|
135018
|
+
"type": "boolean",
|
|
135019
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
134690
135020
|
}
|
|
134691
135021
|
},
|
|
134692
135022
|
"required": [
|
|
@@ -138801,6 +139131,10 @@
|
|
|
138801
139131
|
"starred_at": {
|
|
138802
139132
|
"type": "string",
|
|
138803
139133
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
139134
|
+
},
|
|
139135
|
+
"anonymous_access_enabled": {
|
|
139136
|
+
"type": "boolean",
|
|
139137
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
138804
139138
|
}
|
|
138805
139139
|
},
|
|
138806
139140
|
"required": [
|
|
@@ -139262,7 +139596,7 @@
|
|
|
139262
139596
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
139263
139597
|
"post": {
|
|
139264
139598
|
"summary": "Create a repository using a template",
|
|
139265
|
-
"description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template.
|
|
139599
|
+
"description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template. If the repository is not public, the authenticated user must own or be a member of an organization that owns the repository. To check if a repository is available to use as a template, get the repository's information using the [Get a repository](https://docs.github.com/enterprise-server@3.2/rest/reference/repos#get-a-repository) endpoint and check that the `is_template` key is `true`.\n\n**OAuth scope requirements**\n\nWhen using [OAuth](https://docs.github.com/enterprise-server@3.2/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/), authorizations must include:\n\n* `public_repo` scope or `repo` scope to create a public repository. Note: For GitHub AE, use `repo` scope to create an internal repository.\n* `repo` scope to create a private repository",
|
|
139266
139600
|
"tags": [
|
|
139267
139601
|
"repos"
|
|
139268
139602
|
],
|
|
@@ -140363,6 +140697,10 @@
|
|
|
140363
140697
|
"starred_at": {
|
|
140364
140698
|
"type": "string",
|
|
140365
140699
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
140700
|
+
},
|
|
140701
|
+
"anonymous_access_enabled": {
|
|
140702
|
+
"type": "boolean",
|
|
140703
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
140366
140704
|
}
|
|
140367
140705
|
},
|
|
140368
140706
|
"required": [
|
|
@@ -142089,6 +142427,10 @@
|
|
|
142089
142427
|
"starred_at": {
|
|
142090
142428
|
"type": "string",
|
|
142091
142429
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
142430
|
+
},
|
|
142431
|
+
"anonymous_access_enabled": {
|
|
142432
|
+
"type": "boolean",
|
|
142433
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
142092
142434
|
}
|
|
142093
142435
|
},
|
|
142094
142436
|
"required": [
|
|
@@ -144042,6 +144384,10 @@
|
|
|
144042
144384
|
"starred_at": {
|
|
144043
144385
|
"type": "string",
|
|
144044
144386
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
144387
|
+
},
|
|
144388
|
+
"anonymous_access_enabled": {
|
|
144389
|
+
"type": "boolean",
|
|
144390
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
144045
144391
|
}
|
|
144046
144392
|
},
|
|
144047
144393
|
"required": [
|
|
@@ -146379,6 +146725,10 @@
|
|
|
146379
146725
|
"starred_at": {
|
|
146380
146726
|
"type": "string",
|
|
146381
146727
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
146728
|
+
},
|
|
146729
|
+
"anonymous_access_enabled": {
|
|
146730
|
+
"type": "boolean",
|
|
146731
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
146382
146732
|
}
|
|
146383
146733
|
},
|
|
146384
146734
|
"required": [
|
|
@@ -148720,6 +149070,10 @@
|
|
|
148720
149070
|
"starred_at": {
|
|
148721
149071
|
"type": "string",
|
|
148722
149072
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
149073
|
+
},
|
|
149074
|
+
"anonymous_access_enabled": {
|
|
149075
|
+
"type": "boolean",
|
|
149076
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
148723
149077
|
}
|
|
148724
149078
|
},
|
|
148725
149079
|
"required": [
|
|
@@ -151237,6 +151591,10 @@
|
|
|
151237
151591
|
"starred_at": {
|
|
151238
151592
|
"type": "string",
|
|
151239
151593
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
151594
|
+
},
|
|
151595
|
+
"anonymous_access_enabled": {
|
|
151596
|
+
"type": "boolean",
|
|
151597
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
151240
151598
|
}
|
|
151241
151599
|
},
|
|
151242
151600
|
"required": [
|
|
@@ -153211,6 +153569,10 @@
|
|
|
153211
153569
|
"starred_at": {
|
|
153212
153570
|
"type": "string",
|
|
153213
153571
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
153572
|
+
},
|
|
153573
|
+
"anonymous_access_enabled": {
|
|
153574
|
+
"type": "boolean",
|
|
153575
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
153214
153576
|
}
|
|
153215
153577
|
},
|
|
153216
153578
|
"required": [
|
|
@@ -154781,6 +155143,10 @@
|
|
|
154781
155143
|
"starred_at": {
|
|
154782
155144
|
"type": "string",
|
|
154783
155145
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
155146
|
+
},
|
|
155147
|
+
"anonymous_access_enabled": {
|
|
155148
|
+
"type": "boolean",
|
|
155149
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
154784
155150
|
}
|
|
154785
155151
|
},
|
|
154786
155152
|
"required": [
|
|
@@ -155252,7 +155618,12 @@
|
|
|
155252
155618
|
"description": "The reason for the current state",
|
|
155253
155619
|
"example": "not_planned",
|
|
155254
155620
|
"type": "string",
|
|
155255
|
-
"nullable": true
|
|
155621
|
+
"nullable": true,
|
|
155622
|
+
"enum": [
|
|
155623
|
+
"completed",
|
|
155624
|
+
"reopened",
|
|
155625
|
+
"not_planned"
|
|
155626
|
+
]
|
|
155256
155627
|
},
|
|
155257
155628
|
"title": {
|
|
155258
155629
|
"description": "Title of the issue",
|
|
@@ -157110,6 +157481,10 @@
|
|
|
157110
157481
|
"starred_at": {
|
|
157111
157482
|
"type": "string",
|
|
157112
157483
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
157484
|
+
},
|
|
157485
|
+
"anonymous_access_enabled": {
|
|
157486
|
+
"type": "boolean",
|
|
157487
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
157113
157488
|
}
|
|
157114
157489
|
},
|
|
157115
157490
|
"required": [
|
|
@@ -159443,6 +159818,10 @@
|
|
|
159443
159818
|
"starred_at": {
|
|
159444
159819
|
"type": "string",
|
|
159445
159820
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
159821
|
+
},
|
|
159822
|
+
"anonymous_access_enabled": {
|
|
159823
|
+
"type": "boolean",
|
|
159824
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
159446
159825
|
}
|
|
159447
159826
|
},
|
|
159448
159827
|
"required": [
|
|
@@ -160971,6 +161350,10 @@
|
|
|
160971
161350
|
"starred_at": {
|
|
160972
161351
|
"type": "string",
|
|
160973
161352
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
161353
|
+
},
|
|
161354
|
+
"anonymous_access_enabled": {
|
|
161355
|
+
"type": "boolean",
|
|
161356
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
160974
161357
|
}
|
|
160975
161358
|
},
|
|
160976
161359
|
"required": [
|
|
@@ -162911,6 +163294,10 @@
|
|
|
162911
163294
|
"starred_at": {
|
|
162912
163295
|
"type": "string",
|
|
162913
163296
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
163297
|
+
},
|
|
163298
|
+
"anonymous_access_enabled": {
|
|
163299
|
+
"type": "boolean",
|
|
163300
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
162914
163301
|
}
|
|
162915
163302
|
},
|
|
162916
163303
|
"required": [
|
|
@@ -164729,6 +165116,10 @@
|
|
|
164729
165116
|
"starred_at": {
|
|
164730
165117
|
"type": "string",
|
|
164731
165118
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
165119
|
+
},
|
|
165120
|
+
"anonymous_access_enabled": {
|
|
165121
|
+
"type": "boolean",
|
|
165122
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
164732
165123
|
}
|
|
164733
165124
|
},
|
|
164734
165125
|
"required": [
|
|
@@ -165971,6 +166362,10 @@
|
|
|
165971
166362
|
"starred_at": {
|
|
165972
166363
|
"type": "string",
|
|
165973
166364
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
166365
|
+
},
|
|
166366
|
+
"anonymous_access_enabled": {
|
|
166367
|
+
"type": "boolean",
|
|
166368
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
165974
166369
|
}
|
|
165975
166370
|
},
|
|
165976
166371
|
"required": [
|
|
@@ -167762,6 +168157,10 @@
|
|
|
167762
168157
|
"starred_at": {
|
|
167763
168158
|
"type": "string",
|
|
167764
168159
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
168160
|
+
},
|
|
168161
|
+
"anonymous_access_enabled": {
|
|
168162
|
+
"type": "boolean",
|
|
168163
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
167765
168164
|
}
|
|
167766
168165
|
},
|
|
167767
168166
|
"required": [
|
|
@@ -168373,7 +168772,12 @@
|
|
|
168373
168772
|
"description": "The reason for the current state",
|
|
168374
168773
|
"example": "not_planned",
|
|
168375
168774
|
"type": "string",
|
|
168376
|
-
"nullable": true
|
|
168775
|
+
"nullable": true,
|
|
168776
|
+
"enum": [
|
|
168777
|
+
"completed",
|
|
168778
|
+
"reopened",
|
|
168779
|
+
"not_planned"
|
|
168780
|
+
]
|
|
168377
168781
|
},
|
|
168378
168782
|
"title": {
|
|
168379
168783
|
"description": "Title of the issue",
|
|
@@ -170231,6 +170635,10 @@
|
|
|
170231
170635
|
"starred_at": {
|
|
170232
170636
|
"type": "string",
|
|
170233
170637
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
170638
|
+
},
|
|
170639
|
+
"anonymous_access_enabled": {
|
|
170640
|
+
"type": "boolean",
|
|
170641
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
170234
170642
|
}
|
|
170235
170643
|
},
|
|
170236
170644
|
"required": [
|
|
@@ -171487,7 +171895,12 @@
|
|
|
171487
171895
|
"description": "The reason for the current state",
|
|
171488
171896
|
"example": "not_planned",
|
|
171489
171897
|
"type": "string",
|
|
171490
|
-
"nullable": true
|
|
171898
|
+
"nullable": true,
|
|
171899
|
+
"enum": [
|
|
171900
|
+
"completed",
|
|
171901
|
+
"reopened",
|
|
171902
|
+
"not_planned"
|
|
171903
|
+
]
|
|
171491
171904
|
},
|
|
171492
171905
|
"title": {
|
|
171493
171906
|
"description": "Title of the issue",
|
|
@@ -173345,6 +173758,10 @@
|
|
|
173345
173758
|
"starred_at": {
|
|
173346
173759
|
"type": "string",
|
|
173347
173760
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
173761
|
+
},
|
|
173762
|
+
"anonymous_access_enabled": {
|
|
173763
|
+
"type": "boolean",
|
|
173764
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
173348
173765
|
}
|
|
173349
173766
|
},
|
|
173350
173767
|
"required": [
|
|
@@ -174603,7 +175020,12 @@
|
|
|
174603
175020
|
"description": "The reason for the current state",
|
|
174604
175021
|
"example": "not_planned",
|
|
174605
175022
|
"type": "string",
|
|
174606
|
-
"nullable": true
|
|
175023
|
+
"nullable": true,
|
|
175024
|
+
"enum": [
|
|
175025
|
+
"completed",
|
|
175026
|
+
"reopened",
|
|
175027
|
+
"not_planned"
|
|
175028
|
+
]
|
|
174607
175029
|
},
|
|
174608
175030
|
"title": {
|
|
174609
175031
|
"description": "Title of the issue",
|
|
@@ -176461,6 +176883,10 @@
|
|
|
176461
176883
|
"starred_at": {
|
|
176462
176884
|
"type": "string",
|
|
176463
176885
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
176886
|
+
},
|
|
176887
|
+
"anonymous_access_enabled": {
|
|
176888
|
+
"type": "boolean",
|
|
176889
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
176464
176890
|
}
|
|
176465
176891
|
},
|
|
176466
176892
|
"required": [
|
|
@@ -177708,7 +178134,12 @@
|
|
|
177708
178134
|
"description": "The reason for the current state",
|
|
177709
178135
|
"example": "not_planned",
|
|
177710
178136
|
"type": "string",
|
|
177711
|
-
"nullable": true
|
|
178137
|
+
"nullable": true,
|
|
178138
|
+
"enum": [
|
|
178139
|
+
"completed",
|
|
178140
|
+
"reopened",
|
|
178141
|
+
"not_planned"
|
|
178142
|
+
]
|
|
177712
178143
|
},
|
|
177713
178144
|
"title": {
|
|
177714
178145
|
"description": "Title of the issue",
|
|
@@ -179566,6 +179997,10 @@
|
|
|
179566
179997
|
"starred_at": {
|
|
179567
179998
|
"type": "string",
|
|
179568
179999
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
180000
|
+
},
|
|
180001
|
+
"anonymous_access_enabled": {
|
|
180002
|
+
"type": "boolean",
|
|
180003
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
179569
180004
|
}
|
|
179570
180005
|
},
|
|
179571
180006
|
"required": [
|
|
@@ -180824,7 +181259,12 @@
|
|
|
180824
181259
|
"description": "The reason for the current state",
|
|
180825
181260
|
"example": "not_planned",
|
|
180826
181261
|
"type": "string",
|
|
180827
|
-
"nullable": true
|
|
181262
|
+
"nullable": true,
|
|
181263
|
+
"enum": [
|
|
181264
|
+
"completed",
|
|
181265
|
+
"reopened",
|
|
181266
|
+
"not_planned"
|
|
181267
|
+
]
|
|
180828
181268
|
},
|
|
180829
181269
|
"title": {
|
|
180830
181270
|
"description": "Title of the issue",
|
|
@@ -182682,6 +183122,10 @@
|
|
|
182682
183122
|
"starred_at": {
|
|
182683
183123
|
"type": "string",
|
|
182684
183124
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
183125
|
+
},
|
|
183126
|
+
"anonymous_access_enabled": {
|
|
183127
|
+
"type": "boolean",
|
|
183128
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
182685
183129
|
}
|
|
182686
183130
|
},
|
|
182687
183131
|
"required": [
|
|
@@ -185278,6 +185722,10 @@
|
|
|
185278
185722
|
"starred_at": {
|
|
185279
185723
|
"type": "string",
|
|
185280
185724
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
185725
|
+
},
|
|
185726
|
+
"anonymous_access_enabled": {
|
|
185727
|
+
"type": "boolean",
|
|
185728
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
185281
185729
|
}
|
|
185282
185730
|
},
|
|
185283
185731
|
"required": [
|
|
@@ -187133,6 +187581,10 @@
|
|
|
187133
187581
|
"starred_at": {
|
|
187134
187582
|
"type": "string",
|
|
187135
187583
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
187584
|
+
},
|
|
187585
|
+
"anonymous_access_enabled": {
|
|
187586
|
+
"type": "boolean",
|
|
187587
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
187136
187588
|
}
|
|
187137
187589
|
},
|
|
187138
187590
|
"required": [
|