@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": {
|
|
@@ -1810,6 +1810,10 @@
|
|
|
1810
1810
|
"starred_at": {
|
|
1811
1811
|
"type": "string",
|
|
1812
1812
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
1813
|
+
},
|
|
1814
|
+
"anonymous_access_enabled": {
|
|
1815
|
+
"type": "boolean",
|
|
1816
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
1813
1817
|
}
|
|
1814
1818
|
},
|
|
1815
1819
|
"required": [
|
|
@@ -3481,6 +3485,10 @@
|
|
|
3481
3485
|
"starred_at": {
|
|
3482
3486
|
"type": "string",
|
|
3483
3487
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
3488
|
+
},
|
|
3489
|
+
"anonymous_access_enabled": {
|
|
3490
|
+
"type": "boolean",
|
|
3491
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
3484
3492
|
}
|
|
3485
3493
|
},
|
|
3486
3494
|
"required": [
|
|
@@ -4690,6 +4698,10 @@
|
|
|
4690
4698
|
"starred_at": {
|
|
4691
4699
|
"type": "string",
|
|
4692
4700
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
4701
|
+
},
|
|
4702
|
+
"anonymous_access_enabled": {
|
|
4703
|
+
"type": "boolean",
|
|
4704
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
4693
4705
|
}
|
|
4694
4706
|
},
|
|
4695
4707
|
"required": [
|
|
@@ -5973,7 +5985,12 @@
|
|
|
5973
5985
|
"description": "The reason for the current state",
|
|
5974
5986
|
"example": "not_planned",
|
|
5975
5987
|
"type": "string",
|
|
5976
|
-
"nullable": true
|
|
5988
|
+
"nullable": true,
|
|
5989
|
+
"enum": [
|
|
5990
|
+
"completed",
|
|
5991
|
+
"reopened",
|
|
5992
|
+
"not_planned"
|
|
5993
|
+
]
|
|
5977
5994
|
},
|
|
5978
5995
|
"title": {
|
|
5979
5996
|
"description": "Title of the issue",
|
|
@@ -7840,6 +7857,10 @@
|
|
|
7840
7857
|
"starred_at": {
|
|
7841
7858
|
"type": "string",
|
|
7842
7859
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
7860
|
+
},
|
|
7861
|
+
"anonymous_access_enabled": {
|
|
7862
|
+
"type": "boolean",
|
|
7863
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
7843
7864
|
}
|
|
7844
7865
|
},
|
|
7845
7866
|
"required": [
|
|
@@ -10010,6 +10031,10 @@
|
|
|
10010
10031
|
"starred_at": {
|
|
10011
10032
|
"type": "string",
|
|
10012
10033
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
10034
|
+
},
|
|
10035
|
+
"anonymous_access_enabled": {
|
|
10036
|
+
"type": "boolean",
|
|
10037
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
10013
10038
|
}
|
|
10014
10039
|
},
|
|
10015
10040
|
"required": [
|
|
@@ -10506,7 +10531,12 @@
|
|
|
10506
10531
|
"description": "The reason for the current state",
|
|
10507
10532
|
"example": "not_planned",
|
|
10508
10533
|
"type": "string",
|
|
10509
|
-
"nullable": true
|
|
10534
|
+
"nullable": true,
|
|
10535
|
+
"enum": [
|
|
10536
|
+
"completed",
|
|
10537
|
+
"reopened",
|
|
10538
|
+
"not_planned"
|
|
10539
|
+
]
|
|
10510
10540
|
},
|
|
10511
10541
|
"title": {
|
|
10512
10542
|
"description": "Title of the issue",
|
|
@@ -12373,6 +12403,10 @@
|
|
|
12373
12403
|
"starred_at": {
|
|
12374
12404
|
"type": "string",
|
|
12375
12405
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
12406
|
+
},
|
|
12407
|
+
"anonymous_access_enabled": {
|
|
12408
|
+
"type": "boolean",
|
|
12409
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
12376
12410
|
}
|
|
12377
12411
|
},
|
|
12378
12412
|
"required": [
|
|
@@ -13394,7 +13428,12 @@
|
|
|
13394
13428
|
"description": "The reason for the current state",
|
|
13395
13429
|
"example": "not_planned",
|
|
13396
13430
|
"type": "string",
|
|
13397
|
-
"nullable": true
|
|
13431
|
+
"nullable": true,
|
|
13432
|
+
"enum": [
|
|
13433
|
+
"completed",
|
|
13434
|
+
"reopened",
|
|
13435
|
+
"not_planned"
|
|
13436
|
+
]
|
|
13398
13437
|
},
|
|
13399
13438
|
"title": {
|
|
13400
13439
|
"description": "Title of the issue",
|
|
@@ -15261,6 +15300,10 @@
|
|
|
15261
15300
|
"starred_at": {
|
|
15262
15301
|
"type": "string",
|
|
15263
15302
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
15303
|
+
},
|
|
15304
|
+
"anonymous_access_enabled": {
|
|
15305
|
+
"type": "boolean",
|
|
15306
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
15264
15307
|
}
|
|
15265
15308
|
},
|
|
15266
15309
|
"required": [
|
|
@@ -17935,6 +17978,10 @@
|
|
|
17935
17978
|
"starred_at": {
|
|
17936
17979
|
"type": "string",
|
|
17937
17980
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
17981
|
+
},
|
|
17982
|
+
"anonymous_access_enabled": {
|
|
17983
|
+
"type": "boolean",
|
|
17984
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
17938
17985
|
}
|
|
17939
17986
|
},
|
|
17940
17987
|
"required": [
|
|
@@ -19946,6 +19993,10 @@
|
|
|
19946
19993
|
"starred_at": {
|
|
19947
19994
|
"type": "string",
|
|
19948
19995
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
19996
|
+
},
|
|
19997
|
+
"anonymous_access_enabled": {
|
|
19998
|
+
"type": "boolean",
|
|
19999
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
19949
20000
|
}
|
|
19950
20001
|
},
|
|
19951
20002
|
"required": [
|
|
@@ -22448,6 +22499,10 @@
|
|
|
22448
22499
|
"starred_at": {
|
|
22449
22500
|
"type": "string",
|
|
22450
22501
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
22502
|
+
},
|
|
22503
|
+
"anonymous_access_enabled": {
|
|
22504
|
+
"type": "boolean",
|
|
22505
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
22451
22506
|
}
|
|
22452
22507
|
},
|
|
22453
22508
|
"required": [
|
|
@@ -24403,6 +24458,10 @@
|
|
|
24403
24458
|
"starred_at": {
|
|
24404
24459
|
"type": "string",
|
|
24405
24460
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
24461
|
+
},
|
|
24462
|
+
"anonymous_access_enabled": {
|
|
24463
|
+
"type": "boolean",
|
|
24464
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
24406
24465
|
}
|
|
24407
24466
|
},
|
|
24408
24467
|
"required": [
|
|
@@ -25971,6 +26030,10 @@
|
|
|
25971
26030
|
"starred_at": {
|
|
25972
26031
|
"type": "string",
|
|
25973
26032
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
26033
|
+
},
|
|
26034
|
+
"anonymous_access_enabled": {
|
|
26035
|
+
"type": "boolean",
|
|
26036
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
25974
26037
|
}
|
|
25975
26038
|
},
|
|
25976
26039
|
"required": [
|
|
@@ -27180,6 +27243,10 @@
|
|
|
27180
27243
|
"starred_at": {
|
|
27181
27244
|
"type": "string",
|
|
27182
27245
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
27246
|
+
},
|
|
27247
|
+
"anonymous_access_enabled": {
|
|
27248
|
+
"type": "boolean",
|
|
27249
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
27183
27250
|
}
|
|
27184
27251
|
},
|
|
27185
27252
|
"required": [
|
|
@@ -28837,6 +28904,10 @@
|
|
|
28837
28904
|
"starred_at": {
|
|
28838
28905
|
"type": "string",
|
|
28839
28906
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
28907
|
+
},
|
|
28908
|
+
"anonymous_access_enabled": {
|
|
28909
|
+
"type": "boolean",
|
|
28910
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
28840
28911
|
}
|
|
28841
28912
|
},
|
|
28842
28913
|
"required": [
|
|
@@ -29527,6 +29598,11 @@
|
|
|
29527
29598
|
"nullable": true,
|
|
29528
29599
|
"type": "string",
|
|
29529
29600
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
29601
|
+
},
|
|
29602
|
+
"help_uri": {
|
|
29603
|
+
"nullable": true,
|
|
29604
|
+
"type": "string",
|
|
29605
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
29530
29606
|
}
|
|
29531
29607
|
}
|
|
29532
29608
|
},
|
|
@@ -31942,6 +32018,10 @@
|
|
|
31942
32018
|
"starred_at": {
|
|
31943
32019
|
"type": "string",
|
|
31944
32020
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
32021
|
+
},
|
|
32022
|
+
"anonymous_access_enabled": {
|
|
32023
|
+
"type": "boolean",
|
|
32024
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
31945
32025
|
}
|
|
31946
32026
|
},
|
|
31947
32027
|
"required": [
|
|
@@ -32460,7 +32540,12 @@
|
|
|
32460
32540
|
"description": "The reason for the current state",
|
|
32461
32541
|
"example": "not_planned",
|
|
32462
32542
|
"type": "string",
|
|
32463
|
-
"nullable": true
|
|
32543
|
+
"nullable": true,
|
|
32544
|
+
"enum": [
|
|
32545
|
+
"completed",
|
|
32546
|
+
"reopened",
|
|
32547
|
+
"not_planned"
|
|
32548
|
+
]
|
|
32464
32549
|
},
|
|
32465
32550
|
"title": {
|
|
32466
32551
|
"description": "Title of the issue",
|
|
@@ -34327,6 +34412,10 @@
|
|
|
34327
34412
|
"starred_at": {
|
|
34328
34413
|
"type": "string",
|
|
34329
34414
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
34415
|
+
},
|
|
34416
|
+
"anonymous_access_enabled": {
|
|
34417
|
+
"type": "boolean",
|
|
34418
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
34330
34419
|
}
|
|
34331
34420
|
},
|
|
34332
34421
|
"required": [
|
|
@@ -35547,7 +35636,12 @@
|
|
|
35547
35636
|
"description": "The reason for the current state",
|
|
35548
35637
|
"example": "not_planned",
|
|
35549
35638
|
"type": "string",
|
|
35550
|
-
"nullable": true
|
|
35639
|
+
"nullable": true,
|
|
35640
|
+
"enum": [
|
|
35641
|
+
"completed",
|
|
35642
|
+
"reopened",
|
|
35643
|
+
"not_planned"
|
|
35644
|
+
]
|
|
35551
35645
|
},
|
|
35552
35646
|
"title": {
|
|
35553
35647
|
"description": "Title of the issue",
|
|
@@ -37414,6 +37508,10 @@
|
|
|
37414
37508
|
"starred_at": {
|
|
37415
37509
|
"type": "string",
|
|
37416
37510
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
37511
|
+
},
|
|
37512
|
+
"anonymous_access_enabled": {
|
|
37513
|
+
"type": "boolean",
|
|
37514
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
37417
37515
|
}
|
|
37418
37516
|
},
|
|
37419
37517
|
"required": [
|
|
@@ -39403,6 +39501,10 @@
|
|
|
39403
39501
|
"starred_at": {
|
|
39404
39502
|
"type": "string",
|
|
39405
39503
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
39504
|
+
},
|
|
39505
|
+
"anonymous_access_enabled": {
|
|
39506
|
+
"type": "boolean",
|
|
39507
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
39406
39508
|
}
|
|
39407
39509
|
},
|
|
39408
39510
|
"required": [
|
|
@@ -41019,6 +41121,10 @@
|
|
|
41019
41121
|
"starred_at": {
|
|
41020
41122
|
"type": "string",
|
|
41021
41123
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
41124
|
+
},
|
|
41125
|
+
"anonymous_access_enabled": {
|
|
41126
|
+
"type": "boolean",
|
|
41127
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
41022
41128
|
}
|
|
41023
41129
|
},
|
|
41024
41130
|
"required": [
|
|
@@ -42664,6 +42770,10 @@
|
|
|
42664
42770
|
"starred_at": {
|
|
42665
42771
|
"type": "string",
|
|
42666
42772
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
42773
|
+
},
|
|
42774
|
+
"anonymous_access_enabled": {
|
|
42775
|
+
"type": "boolean",
|
|
42776
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
42667
42777
|
}
|
|
42668
42778
|
},
|
|
42669
42779
|
"required": [
|
|
@@ -44556,6 +44666,10 @@
|
|
|
44556
44666
|
"starred_at": {
|
|
44557
44667
|
"type": "string",
|
|
44558
44668
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
44669
|
+
},
|
|
44670
|
+
"anonymous_access_enabled": {
|
|
44671
|
+
"type": "boolean",
|
|
44672
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
44559
44673
|
}
|
|
44560
44674
|
},
|
|
44561
44675
|
"required": [
|
|
@@ -46117,6 +46231,10 @@
|
|
|
46117
46231
|
"starred_at": {
|
|
46118
46232
|
"type": "string",
|
|
46119
46233
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
46234
|
+
},
|
|
46235
|
+
"anonymous_access_enabled": {
|
|
46236
|
+
"type": "boolean",
|
|
46237
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
46120
46238
|
}
|
|
46121
46239
|
},
|
|
46122
46240
|
"required": [
|
|
@@ -50794,6 +50912,10 @@
|
|
|
50794
50912
|
"starred_at": {
|
|
50795
50913
|
"type": "string",
|
|
50796
50914
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
50915
|
+
},
|
|
50916
|
+
"anonymous_access_enabled": {
|
|
50917
|
+
"type": "boolean",
|
|
50918
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
50797
50919
|
}
|
|
50798
50920
|
},
|
|
50799
50921
|
"required": [
|
|
@@ -52761,6 +52883,10 @@
|
|
|
52761
52883
|
"starred_at": {
|
|
52762
52884
|
"type": "string",
|
|
52763
52885
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
52886
|
+
},
|
|
52887
|
+
"anonymous_access_enabled": {
|
|
52888
|
+
"type": "boolean",
|
|
52889
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
52764
52890
|
}
|
|
52765
52891
|
},
|
|
52766
52892
|
"required": [
|
|
@@ -54776,6 +54902,10 @@
|
|
|
54776
54902
|
"starred_at": {
|
|
54777
54903
|
"type": "string",
|
|
54778
54904
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
54905
|
+
},
|
|
54906
|
+
"anonymous_access_enabled": {
|
|
54907
|
+
"type": "boolean",
|
|
54908
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
54779
54909
|
}
|
|
54780
54910
|
},
|
|
54781
54911
|
"required": [
|
|
@@ -56083,6 +56213,10 @@
|
|
|
56083
56213
|
"starred_at": {
|
|
56084
56214
|
"type": "string",
|
|
56085
56215
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
56216
|
+
},
|
|
56217
|
+
"anonymous_access_enabled": {
|
|
56218
|
+
"type": "boolean",
|
|
56219
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
56086
56220
|
}
|
|
56087
56221
|
},
|
|
56088
56222
|
"required": [
|
|
@@ -57191,6 +57325,10 @@
|
|
|
57191
57325
|
"starred_at": {
|
|
57192
57326
|
"type": "string",
|
|
57193
57327
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
57328
|
+
},
|
|
57329
|
+
"anonymous_access_enabled": {
|
|
57330
|
+
"type": "boolean",
|
|
57331
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
57194
57332
|
}
|
|
57195
57333
|
},
|
|
57196
57334
|
"required": [
|
|
@@ -59770,6 +59908,10 @@
|
|
|
59770
59908
|
"starred_at": {
|
|
59771
59909
|
"type": "string",
|
|
59772
59910
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
59911
|
+
},
|
|
59912
|
+
"anonymous_access_enabled": {
|
|
59913
|
+
"type": "boolean",
|
|
59914
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
59773
59915
|
}
|
|
59774
59916
|
},
|
|
59775
59917
|
"required": [
|
|
@@ -61077,6 +61219,10 @@
|
|
|
61077
61219
|
"starred_at": {
|
|
61078
61220
|
"type": "string",
|
|
61079
61221
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
61222
|
+
},
|
|
61223
|
+
"anonymous_access_enabled": {
|
|
61224
|
+
"type": "boolean",
|
|
61225
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
61080
61226
|
}
|
|
61081
61227
|
},
|
|
61082
61228
|
"required": [
|
|
@@ -62185,6 +62331,10 @@
|
|
|
62185
62331
|
"starred_at": {
|
|
62186
62332
|
"type": "string",
|
|
62187
62333
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
62334
|
+
},
|
|
62335
|
+
"anonymous_access_enabled": {
|
|
62336
|
+
"type": "boolean",
|
|
62337
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
62188
62338
|
}
|
|
62189
62339
|
},
|
|
62190
62340
|
"required": [
|
|
@@ -64323,6 +64473,10 @@
|
|
|
64323
64473
|
"starred_at": {
|
|
64324
64474
|
"type": "string",
|
|
64325
64475
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
64476
|
+
},
|
|
64477
|
+
"anonymous_access_enabled": {
|
|
64478
|
+
"type": "boolean",
|
|
64479
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
64326
64480
|
}
|
|
64327
64481
|
},
|
|
64328
64482
|
"required": [
|
|
@@ -65541,6 +65695,10 @@
|
|
|
65541
65695
|
"starred_at": {
|
|
65542
65696
|
"type": "string",
|
|
65543
65697
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
65698
|
+
},
|
|
65699
|
+
"anonymous_access_enabled": {
|
|
65700
|
+
"type": "boolean",
|
|
65701
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
65544
65702
|
}
|
|
65545
65703
|
},
|
|
65546
65704
|
"required": [
|
|
@@ -67804,6 +67962,10 @@
|
|
|
67804
67962
|
"starred_at": {
|
|
67805
67963
|
"type": "string",
|
|
67806
67964
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
67965
|
+
},
|
|
67966
|
+
"anonymous_access_enabled": {
|
|
67967
|
+
"type": "boolean",
|
|
67968
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
67807
67969
|
}
|
|
67808
67970
|
},
|
|
67809
67971
|
"required": [
|
|
@@ -69481,6 +69643,10 @@
|
|
|
69481
69643
|
"starred_at": {
|
|
69482
69644
|
"type": "string",
|
|
69483
69645
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
69646
|
+
},
|
|
69647
|
+
"anonymous_access_enabled": {
|
|
69648
|
+
"type": "boolean",
|
|
69649
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
69484
69650
|
}
|
|
69485
69651
|
},
|
|
69486
69652
|
"required": [
|
|
@@ -72031,6 +72197,10 @@
|
|
|
72031
72197
|
"starred_at": {
|
|
72032
72198
|
"type": "string",
|
|
72033
72199
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
72200
|
+
},
|
|
72201
|
+
"anonymous_access_enabled": {
|
|
72202
|
+
"type": "boolean",
|
|
72203
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
72034
72204
|
}
|
|
72035
72205
|
},
|
|
72036
72206
|
"required": [
|
|
@@ -73708,6 +73878,10 @@
|
|
|
73708
73878
|
"starred_at": {
|
|
73709
73879
|
"type": "string",
|
|
73710
73880
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
73881
|
+
},
|
|
73882
|
+
"anonymous_access_enabled": {
|
|
73883
|
+
"type": "boolean",
|
|
73884
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
73711
73885
|
}
|
|
73712
73886
|
},
|
|
73713
73887
|
"required": [
|
|
@@ -76252,6 +76426,10 @@
|
|
|
76252
76426
|
"starred_at": {
|
|
76253
76427
|
"type": "string",
|
|
76254
76428
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
76429
|
+
},
|
|
76430
|
+
"anonymous_access_enabled": {
|
|
76431
|
+
"type": "boolean",
|
|
76432
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
76255
76433
|
}
|
|
76256
76434
|
},
|
|
76257
76435
|
"required": [
|
|
@@ -77929,6 +78107,10 @@
|
|
|
77929
78107
|
"starred_at": {
|
|
77930
78108
|
"type": "string",
|
|
77931
78109
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
78110
|
+
},
|
|
78111
|
+
"anonymous_access_enabled": {
|
|
78112
|
+
"type": "boolean",
|
|
78113
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
77932
78114
|
}
|
|
77933
78115
|
},
|
|
77934
78116
|
"required": [
|
|
@@ -80756,6 +80938,10 @@
|
|
|
80756
80938
|
"starred_at": {
|
|
80757
80939
|
"type": "string",
|
|
80758
80940
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
80941
|
+
},
|
|
80942
|
+
"anonymous_access_enabled": {
|
|
80943
|
+
"type": "boolean",
|
|
80944
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
80759
80945
|
}
|
|
80760
80946
|
},
|
|
80761
80947
|
"required": [
|
|
@@ -82433,6 +82619,10 @@
|
|
|
82433
82619
|
"starred_at": {
|
|
82434
82620
|
"type": "string",
|
|
82435
82621
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
82622
|
+
},
|
|
82623
|
+
"anonymous_access_enabled": {
|
|
82624
|
+
"type": "boolean",
|
|
82625
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
82436
82626
|
}
|
|
82437
82627
|
},
|
|
82438
82628
|
"required": [
|
|
@@ -84867,6 +85057,10 @@
|
|
|
84867
85057
|
"starred_at": {
|
|
84868
85058
|
"type": "string",
|
|
84869
85059
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
85060
|
+
},
|
|
85061
|
+
"anonymous_access_enabled": {
|
|
85062
|
+
"type": "boolean",
|
|
85063
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
84870
85064
|
}
|
|
84871
85065
|
},
|
|
84872
85066
|
"required": [
|
|
@@ -87362,6 +87556,10 @@
|
|
|
87362
87556
|
"starred_at": {
|
|
87363
87557
|
"type": "string",
|
|
87364
87558
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
87559
|
+
},
|
|
87560
|
+
"anonymous_access_enabled": {
|
|
87561
|
+
"type": "boolean",
|
|
87562
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
87365
87563
|
}
|
|
87366
87564
|
},
|
|
87367
87565
|
"required": [
|
|
@@ -89580,6 +89778,10 @@
|
|
|
89580
89778
|
"starred_at": {
|
|
89581
89779
|
"type": "string",
|
|
89582
89780
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
89781
|
+
},
|
|
89782
|
+
"anonymous_access_enabled": {
|
|
89783
|
+
"type": "boolean",
|
|
89784
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
89583
89785
|
}
|
|
89584
89786
|
},
|
|
89585
89787
|
"required": [
|
|
@@ -91971,6 +92173,10 @@
|
|
|
91971
92173
|
"starred_at": {
|
|
91972
92174
|
"type": "string",
|
|
91973
92175
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
92176
|
+
},
|
|
92177
|
+
"anonymous_access_enabled": {
|
|
92178
|
+
"type": "boolean",
|
|
92179
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
91974
92180
|
}
|
|
91975
92181
|
},
|
|
91976
92182
|
"required": [
|
|
@@ -92904,6 +93110,11 @@
|
|
|
92904
93110
|
"nullable": true,
|
|
92905
93111
|
"type": "string",
|
|
92906
93112
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
93113
|
+
},
|
|
93114
|
+
"help_uri": {
|
|
93115
|
+
"nullable": true,
|
|
93116
|
+
"type": "string",
|
|
93117
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
92907
93118
|
}
|
|
92908
93119
|
}
|
|
92909
93120
|
},
|
|
@@ -93064,7 +93275,8 @@
|
|
|
93064
93275
|
"security",
|
|
93065
93276
|
"external/cwe/cwe-022"
|
|
93066
93277
|
],
|
|
93067
|
-
"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 ..."
|
|
93278
|
+
"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 ...",
|
|
93279
|
+
"help_uri": "https://codeql.github.com/"
|
|
93068
93280
|
},
|
|
93069
93281
|
"tool": {
|
|
93070
93282
|
"name": "CodeQL",
|
|
@@ -93536,6 +93748,11 @@
|
|
|
93536
93748
|
"nullable": true,
|
|
93537
93749
|
"type": "string",
|
|
93538
93750
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
93751
|
+
},
|
|
93752
|
+
"help_uri": {
|
|
93753
|
+
"nullable": true,
|
|
93754
|
+
"type": "string",
|
|
93755
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
93539
93756
|
}
|
|
93540
93757
|
}
|
|
93541
93758
|
},
|
|
@@ -93696,7 +93913,8 @@
|
|
|
93696
93913
|
"security",
|
|
93697
93914
|
"external/cwe/cwe-022"
|
|
93698
93915
|
],
|
|
93699
|
-
"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 ..."
|
|
93916
|
+
"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 ...",
|
|
93917
|
+
"help_uri": "https://codeql.github.com/"
|
|
93700
93918
|
},
|
|
93701
93919
|
"tool": {
|
|
93702
93920
|
"name": "CodeQL",
|
|
@@ -95364,6 +95582,10 @@
|
|
|
95364
95582
|
"starred_at": {
|
|
95365
95583
|
"type": "string",
|
|
95366
95584
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
95585
|
+
},
|
|
95586
|
+
"anonymous_access_enabled": {
|
|
95587
|
+
"type": "boolean",
|
|
95588
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
95367
95589
|
}
|
|
95368
95590
|
},
|
|
95369
95591
|
"required": [
|
|
@@ -98238,6 +98460,10 @@
|
|
|
98238
98460
|
"starred_at": {
|
|
98239
98461
|
"type": "string",
|
|
98240
98462
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
98463
|
+
},
|
|
98464
|
+
"anonymous_access_enabled": {
|
|
98465
|
+
"type": "boolean",
|
|
98466
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
98241
98467
|
}
|
|
98242
98468
|
},
|
|
98243
98469
|
"required": [
|
|
@@ -99487,6 +99713,10 @@
|
|
|
99487
99713
|
"starred_at": {
|
|
99488
99714
|
"type": "string",
|
|
99489
99715
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
99716
|
+
},
|
|
99717
|
+
"anonymous_access_enabled": {
|
|
99718
|
+
"type": "boolean",
|
|
99719
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
99490
99720
|
}
|
|
99491
99721
|
},
|
|
99492
99722
|
"required": [
|
|
@@ -102538,6 +102768,10 @@
|
|
|
102538
102768
|
"starred_at": {
|
|
102539
102769
|
"type": "string",
|
|
102540
102770
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
102771
|
+
},
|
|
102772
|
+
"anonymous_access_enabled": {
|
|
102773
|
+
"type": "boolean",
|
|
102774
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
102541
102775
|
}
|
|
102542
102776
|
},
|
|
102543
102777
|
"required": [
|
|
@@ -104677,6 +104911,10 @@
|
|
|
104677
104911
|
"starred_at": {
|
|
104678
104912
|
"type": "string",
|
|
104679
104913
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
104914
|
+
},
|
|
104915
|
+
"anonymous_access_enabled": {
|
|
104916
|
+
"type": "boolean",
|
|
104917
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
104680
104918
|
}
|
|
104681
104919
|
},
|
|
104682
104920
|
"required": [
|
|
@@ -105274,7 +105512,12 @@
|
|
|
105274
105512
|
"description": "The reason for the current state",
|
|
105275
105513
|
"example": "not_planned",
|
|
105276
105514
|
"type": "string",
|
|
105277
|
-
"nullable": true
|
|
105515
|
+
"nullable": true,
|
|
105516
|
+
"enum": [
|
|
105517
|
+
"completed",
|
|
105518
|
+
"reopened",
|
|
105519
|
+
"not_planned"
|
|
105520
|
+
]
|
|
105278
105521
|
},
|
|
105279
105522
|
"title": {
|
|
105280
105523
|
"description": "Title of the issue",
|
|
@@ -107141,6 +107384,10 @@
|
|
|
107141
107384
|
"starred_at": {
|
|
107142
107385
|
"type": "string",
|
|
107143
107386
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
107387
|
+
},
|
|
107388
|
+
"anonymous_access_enabled": {
|
|
107389
|
+
"type": "boolean",
|
|
107390
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
107144
107391
|
}
|
|
107145
107392
|
},
|
|
107146
107393
|
"required": [
|
|
@@ -109720,6 +109967,10 @@
|
|
|
109720
109967
|
"starred_at": {
|
|
109721
109968
|
"type": "string",
|
|
109722
109969
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
109970
|
+
},
|
|
109971
|
+
"anonymous_access_enabled": {
|
|
109972
|
+
"type": "boolean",
|
|
109973
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
109723
109974
|
}
|
|
109724
109975
|
},
|
|
109725
109976
|
"required": [
|
|
@@ -111688,6 +111939,10 @@
|
|
|
111688
111939
|
"starred_at": {
|
|
111689
111940
|
"type": "string",
|
|
111690
111941
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
111942
|
+
},
|
|
111943
|
+
"anonymous_access_enabled": {
|
|
111944
|
+
"type": "boolean",
|
|
111945
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
111691
111946
|
}
|
|
111692
111947
|
},
|
|
111693
111948
|
"required": [
|
|
@@ -112995,6 +113250,10 @@
|
|
|
112995
113250
|
"starred_at": {
|
|
112996
113251
|
"type": "string",
|
|
112997
113252
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
113253
|
+
},
|
|
113254
|
+
"anonymous_access_enabled": {
|
|
113255
|
+
"type": "boolean",
|
|
113256
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
112998
113257
|
}
|
|
112999
113258
|
},
|
|
113000
113259
|
"required": [
|
|
@@ -114103,6 +114362,10 @@
|
|
|
114103
114362
|
"starred_at": {
|
|
114104
114363
|
"type": "string",
|
|
114105
114364
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
114365
|
+
},
|
|
114366
|
+
"anonymous_access_enabled": {
|
|
114367
|
+
"type": "boolean",
|
|
114368
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
114106
114369
|
}
|
|
114107
114370
|
},
|
|
114108
114371
|
"required": [
|
|
@@ -116595,6 +116858,10 @@
|
|
|
116595
116858
|
"starred_at": {
|
|
116596
116859
|
"type": "string",
|
|
116597
116860
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
116861
|
+
},
|
|
116862
|
+
"anonymous_access_enabled": {
|
|
116863
|
+
"type": "boolean",
|
|
116864
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
116598
116865
|
}
|
|
116599
116866
|
},
|
|
116600
116867
|
"required": [
|
|
@@ -118796,6 +119063,10 @@
|
|
|
118796
119063
|
"starred_at": {
|
|
118797
119064
|
"type": "string",
|
|
118798
119065
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
119066
|
+
},
|
|
119067
|
+
"anonymous_access_enabled": {
|
|
119068
|
+
"type": "boolean",
|
|
119069
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
118799
119070
|
}
|
|
118800
119071
|
},
|
|
118801
119072
|
"required": [
|
|
@@ -119641,7 +119912,12 @@
|
|
|
119641
119912
|
"description": "The reason for the current state",
|
|
119642
119913
|
"example": "not_planned",
|
|
119643
119914
|
"type": "string",
|
|
119644
|
-
"nullable": true
|
|
119915
|
+
"nullable": true,
|
|
119916
|
+
"enum": [
|
|
119917
|
+
"completed",
|
|
119918
|
+
"reopened",
|
|
119919
|
+
"not_planned"
|
|
119920
|
+
]
|
|
119645
119921
|
},
|
|
119646
119922
|
"title": {
|
|
119647
119923
|
"description": "Title of the issue",
|
|
@@ -121508,6 +121784,10 @@
|
|
|
121508
121784
|
"starred_at": {
|
|
121509
121785
|
"type": "string",
|
|
121510
121786
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
121787
|
+
},
|
|
121788
|
+
"anonymous_access_enabled": {
|
|
121789
|
+
"type": "boolean",
|
|
121790
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
121511
121791
|
}
|
|
121512
121792
|
},
|
|
121513
121793
|
"required": [
|
|
@@ -122419,7 +122699,12 @@
|
|
|
122419
122699
|
"description": "The reason for the current state",
|
|
122420
122700
|
"example": "not_planned",
|
|
122421
122701
|
"type": "string",
|
|
122422
|
-
"nullable": true
|
|
122702
|
+
"nullable": true,
|
|
122703
|
+
"enum": [
|
|
122704
|
+
"completed",
|
|
122705
|
+
"reopened",
|
|
122706
|
+
"not_planned"
|
|
122707
|
+
]
|
|
122423
122708
|
},
|
|
122424
122709
|
"title": {
|
|
122425
122710
|
"description": "Title of the issue",
|
|
@@ -124286,6 +124571,10 @@
|
|
|
124286
124571
|
"starred_at": {
|
|
124287
124572
|
"type": "string",
|
|
124288
124573
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
124574
|
+
},
|
|
124575
|
+
"anonymous_access_enabled": {
|
|
124576
|
+
"type": "boolean",
|
|
124577
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
124289
124578
|
}
|
|
124290
124579
|
},
|
|
124291
124580
|
"required": [
|
|
@@ -125322,7 +125611,12 @@
|
|
|
125322
125611
|
"description": "The reason for the current state",
|
|
125323
125612
|
"example": "not_planned",
|
|
125324
125613
|
"type": "string",
|
|
125325
|
-
"nullable": true
|
|
125614
|
+
"nullable": true,
|
|
125615
|
+
"enum": [
|
|
125616
|
+
"completed",
|
|
125617
|
+
"reopened",
|
|
125618
|
+
"not_planned"
|
|
125619
|
+
]
|
|
125326
125620
|
},
|
|
125327
125621
|
"title": {
|
|
125328
125622
|
"description": "Title of the issue",
|
|
@@ -127189,6 +127483,10 @@
|
|
|
127189
127483
|
"starred_at": {
|
|
127190
127484
|
"type": "string",
|
|
127191
127485
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
127486
|
+
},
|
|
127487
|
+
"anonymous_access_enabled": {
|
|
127488
|
+
"type": "boolean",
|
|
127489
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
127192
127490
|
}
|
|
127193
127491
|
},
|
|
127194
127492
|
"required": [
|
|
@@ -129156,7 +129454,12 @@
|
|
|
129156
129454
|
"description": "The reason for the current state",
|
|
129157
129455
|
"example": "not_planned",
|
|
129158
129456
|
"type": "string",
|
|
129159
|
-
"nullable": true
|
|
129457
|
+
"nullable": true,
|
|
129458
|
+
"enum": [
|
|
129459
|
+
"completed",
|
|
129460
|
+
"reopened",
|
|
129461
|
+
"not_planned"
|
|
129462
|
+
]
|
|
129160
129463
|
},
|
|
129161
129464
|
"title": {
|
|
129162
129465
|
"description": "Title of the issue",
|
|
@@ -131023,6 +131326,10 @@
|
|
|
131023
131326
|
"starred_at": {
|
|
131024
131327
|
"type": "string",
|
|
131025
131328
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
131329
|
+
},
|
|
131330
|
+
"anonymous_access_enabled": {
|
|
131331
|
+
"type": "boolean",
|
|
131332
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
131026
131333
|
}
|
|
131027
131334
|
},
|
|
131028
131335
|
"required": [
|
|
@@ -132872,7 +133179,12 @@
|
|
|
132872
133179
|
"description": "The reason for the current state",
|
|
132873
133180
|
"example": "not_planned",
|
|
132874
133181
|
"type": "string",
|
|
132875
|
-
"nullable": true
|
|
133182
|
+
"nullable": true,
|
|
133183
|
+
"enum": [
|
|
133184
|
+
"completed",
|
|
133185
|
+
"reopened",
|
|
133186
|
+
"not_planned"
|
|
133187
|
+
]
|
|
132876
133188
|
},
|
|
132877
133189
|
"title": {
|
|
132878
133190
|
"description": "Title of the issue",
|
|
@@ -134739,6 +135051,10 @@
|
|
|
134739
135051
|
"starred_at": {
|
|
134740
135052
|
"type": "string",
|
|
134741
135053
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
135054
|
+
},
|
|
135055
|
+
"anonymous_access_enabled": {
|
|
135056
|
+
"type": "boolean",
|
|
135057
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
134742
135058
|
}
|
|
134743
135059
|
},
|
|
134744
135060
|
"required": [
|
|
@@ -135493,6 +135809,11 @@
|
|
|
135493
135809
|
},
|
|
135494
135810
|
"state_reason": {
|
|
135495
135811
|
"type": "string",
|
|
135812
|
+
"enum": [
|
|
135813
|
+
"completed",
|
|
135814
|
+
"not_planned",
|
|
135815
|
+
"reopened"
|
|
135816
|
+
],
|
|
135496
135817
|
"nullable": true,
|
|
135497
135818
|
"description": "The reason for the current state",
|
|
135498
135819
|
"example": "not_planned"
|
|
@@ -135622,7 +135943,12 @@
|
|
|
135622
135943
|
"description": "The reason for the current state",
|
|
135623
135944
|
"example": "not_planned",
|
|
135624
135945
|
"type": "string",
|
|
135625
|
-
"nullable": true
|
|
135946
|
+
"nullable": true,
|
|
135947
|
+
"enum": [
|
|
135948
|
+
"completed",
|
|
135949
|
+
"reopened",
|
|
135950
|
+
"not_planned"
|
|
135951
|
+
]
|
|
135626
135952
|
},
|
|
135627
135953
|
"title": {
|
|
135628
135954
|
"description": "Title of the issue",
|
|
@@ -137489,6 +137815,10 @@
|
|
|
137489
137815
|
"starred_at": {
|
|
137490
137816
|
"type": "string",
|
|
137491
137817
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
137818
|
+
},
|
|
137819
|
+
"anonymous_access_enabled": {
|
|
137820
|
+
"type": "boolean",
|
|
137821
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
137492
137822
|
}
|
|
137493
137823
|
},
|
|
137494
137824
|
"required": [
|
|
@@ -138403,7 +138733,12 @@
|
|
|
138403
138733
|
"description": "The reason for the current state",
|
|
138404
138734
|
"example": "not_planned",
|
|
138405
138735
|
"type": "string",
|
|
138406
|
-
"nullable": true
|
|
138736
|
+
"nullable": true,
|
|
138737
|
+
"enum": [
|
|
138738
|
+
"completed",
|
|
138739
|
+
"reopened",
|
|
138740
|
+
"not_planned"
|
|
138741
|
+
]
|
|
138407
138742
|
},
|
|
138408
138743
|
"title": {
|
|
138409
138744
|
"description": "Title of the issue",
|
|
@@ -140270,6 +140605,10 @@
|
|
|
140270
140605
|
"starred_at": {
|
|
140271
140606
|
"type": "string",
|
|
140272
140607
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
140608
|
+
},
|
|
140609
|
+
"anonymous_access_enabled": {
|
|
140610
|
+
"type": "boolean",
|
|
140611
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
140273
140612
|
}
|
|
140274
140613
|
},
|
|
140275
140614
|
"required": [
|
|
@@ -142435,6 +142774,10 @@
|
|
|
142435
142774
|
"starred_at": {
|
|
142436
142775
|
"type": "string",
|
|
142437
142776
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
142777
|
+
},
|
|
142778
|
+
"anonymous_access_enabled": {
|
|
142779
|
+
"type": "boolean",
|
|
142780
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
142438
142781
|
}
|
|
142439
142782
|
},
|
|
142440
142783
|
"required": [
|
|
@@ -145011,6 +145354,10 @@
|
|
|
145011
145354
|
"starred_at": {
|
|
145012
145355
|
"type": "string",
|
|
145013
145356
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
145357
|
+
},
|
|
145358
|
+
"anonymous_access_enabled": {
|
|
145359
|
+
"type": "boolean",
|
|
145360
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
145014
145361
|
}
|
|
145015
145362
|
},
|
|
145016
145363
|
"required": [
|
|
@@ -146260,6 +146607,10 @@
|
|
|
146260
146607
|
"starred_at": {
|
|
146261
146608
|
"type": "string",
|
|
146262
146609
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
146610
|
+
},
|
|
146611
|
+
"anonymous_access_enabled": {
|
|
146612
|
+
"type": "boolean",
|
|
146613
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
146263
146614
|
}
|
|
146264
146615
|
},
|
|
146265
146616
|
"required": [
|
|
@@ -154153,6 +154504,27 @@
|
|
|
154153
154504
|
}
|
|
154154
154505
|
}
|
|
154155
154506
|
}
|
|
154507
|
+
},
|
|
154508
|
+
"503": {
|
|
154509
|
+
"description": "Service unavailable",
|
|
154510
|
+
"content": {
|
|
154511
|
+
"application/json": {
|
|
154512
|
+
"schema": {
|
|
154513
|
+
"type": "object",
|
|
154514
|
+
"properties": {
|
|
154515
|
+
"code": {
|
|
154516
|
+
"type": "string"
|
|
154517
|
+
},
|
|
154518
|
+
"message": {
|
|
154519
|
+
"type": "string"
|
|
154520
|
+
},
|
|
154521
|
+
"documentation_url": {
|
|
154522
|
+
"type": "string"
|
|
154523
|
+
}
|
|
154524
|
+
}
|
|
154525
|
+
}
|
|
154526
|
+
}
|
|
154527
|
+
}
|
|
154156
154528
|
}
|
|
154157
154529
|
},
|
|
154158
154530
|
"x-github": {
|
|
@@ -159752,6 +160124,10 @@
|
|
|
159752
160124
|
"starred_at": {
|
|
159753
160125
|
"type": "string",
|
|
159754
160126
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
160127
|
+
},
|
|
160128
|
+
"anonymous_access_enabled": {
|
|
160129
|
+
"type": "boolean",
|
|
160130
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
159755
160131
|
}
|
|
159756
160132
|
},
|
|
159757
160133
|
"required": [
|
|
@@ -161001,6 +161377,10 @@
|
|
|
161001
161377
|
"starred_at": {
|
|
161002
161378
|
"type": "string",
|
|
161003
161379
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
161380
|
+
},
|
|
161381
|
+
"anonymous_access_enabled": {
|
|
161382
|
+
"type": "boolean",
|
|
161383
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
161004
161384
|
}
|
|
161005
161385
|
},
|
|
161006
161386
|
"required": [
|
|
@@ -164742,6 +165122,10 @@
|
|
|
164742
165122
|
"starred_at": {
|
|
164743
165123
|
"type": "string",
|
|
164744
165124
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
165125
|
+
},
|
|
165126
|
+
"anonymous_access_enabled": {
|
|
165127
|
+
"type": "boolean",
|
|
165128
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
164745
165129
|
}
|
|
164746
165130
|
},
|
|
164747
165131
|
"required": [
|
|
@@ -165206,7 +165590,7 @@
|
|
|
165206
165590
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
165207
165591
|
"post": {
|
|
165208
165592
|
"summary": "Create a repository using a template",
|
|
165209
|
-
"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.
|
|
165593
|
+
"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.5/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.5/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",
|
|
165210
165594
|
"tags": [
|
|
165211
165595
|
"repos"
|
|
165212
165596
|
],
|
|
@@ -166316,6 +166700,10 @@
|
|
|
166316
166700
|
"starred_at": {
|
|
166317
166701
|
"type": "string",
|
|
166318
166702
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
166703
|
+
},
|
|
166704
|
+
"anonymous_access_enabled": {
|
|
166705
|
+
"type": "boolean",
|
|
166706
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
166319
166707
|
}
|
|
166320
166708
|
},
|
|
166321
166709
|
"required": [
|
|
@@ -168056,6 +168444,10 @@
|
|
|
168056
168444
|
"starred_at": {
|
|
168057
168445
|
"type": "string",
|
|
168058
168446
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
168447
|
+
},
|
|
168448
|
+
"anonymous_access_enabled": {
|
|
168449
|
+
"type": "boolean",
|
|
168450
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
168059
168451
|
}
|
|
168060
168452
|
},
|
|
168061
168453
|
"required": [
|
|
@@ -170022,6 +170414,10 @@
|
|
|
170022
170414
|
"starred_at": {
|
|
170023
170415
|
"type": "string",
|
|
170024
170416
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
170417
|
+
},
|
|
170418
|
+
"anonymous_access_enabled": {
|
|
170419
|
+
"type": "boolean",
|
|
170420
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
170025
170421
|
}
|
|
170026
170422
|
},
|
|
170027
170423
|
"required": [
|
|
@@ -172372,6 +172768,10 @@
|
|
|
172372
172768
|
"starred_at": {
|
|
172373
172769
|
"type": "string",
|
|
172374
172770
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
172771
|
+
},
|
|
172772
|
+
"anonymous_access_enabled": {
|
|
172773
|
+
"type": "boolean",
|
|
172774
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
172375
172775
|
}
|
|
172376
172776
|
},
|
|
172377
172777
|
"required": [
|
|
@@ -174717,6 +175117,10 @@
|
|
|
174717
175117
|
"starred_at": {
|
|
174718
175118
|
"type": "string",
|
|
174719
175119
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
175120
|
+
},
|
|
175121
|
+
"anonymous_access_enabled": {
|
|
175122
|
+
"type": "boolean",
|
|
175123
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
174720
175124
|
}
|
|
174721
175125
|
},
|
|
174722
175126
|
"required": [
|
|
@@ -179573,6 +179977,10 @@
|
|
|
179573
179977
|
"starred_at": {
|
|
179574
179978
|
"type": "string",
|
|
179575
179979
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
179980
|
+
},
|
|
179981
|
+
"anonymous_access_enabled": {
|
|
179982
|
+
"type": "boolean",
|
|
179983
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
179576
179984
|
}
|
|
179577
179985
|
},
|
|
179578
179986
|
"required": [
|
|
@@ -181560,6 +181968,10 @@
|
|
|
181560
181968
|
"starred_at": {
|
|
181561
181969
|
"type": "string",
|
|
181562
181970
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
181971
|
+
},
|
|
181972
|
+
"anonymous_access_enabled": {
|
|
181973
|
+
"type": "boolean",
|
|
181974
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
181563
181975
|
}
|
|
181564
181976
|
},
|
|
181565
181977
|
"required": [
|
|
@@ -184226,6 +184638,10 @@
|
|
|
184226
184638
|
"starred_at": {
|
|
184227
184639
|
"type": "string",
|
|
184228
184640
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
184641
|
+
},
|
|
184642
|
+
"anonymous_access_enabled": {
|
|
184643
|
+
"type": "boolean",
|
|
184644
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
184229
184645
|
}
|
|
184230
184646
|
},
|
|
184231
184647
|
"required": [
|
|
@@ -184691,7 +185107,12 @@
|
|
|
184691
185107
|
"description": "The reason for the current state",
|
|
184692
185108
|
"example": "not_planned",
|
|
184693
185109
|
"type": "string",
|
|
184694
|
-
"nullable": true
|
|
185110
|
+
"nullable": true,
|
|
185111
|
+
"enum": [
|
|
185112
|
+
"completed",
|
|
185113
|
+
"reopened",
|
|
185114
|
+
"not_planned"
|
|
185115
|
+
]
|
|
184695
185116
|
},
|
|
184696
185117
|
"title": {
|
|
184697
185118
|
"description": "Title of the issue",
|
|
@@ -186558,6 +186979,10 @@
|
|
|
186558
186979
|
"starred_at": {
|
|
186559
186980
|
"type": "string",
|
|
186560
186981
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
186982
|
+
},
|
|
186983
|
+
"anonymous_access_enabled": {
|
|
186984
|
+
"type": "boolean",
|
|
186985
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
186561
186986
|
}
|
|
186562
186987
|
},
|
|
186563
186988
|
"required": [
|
|
@@ -188525,6 +188950,10 @@
|
|
|
188525
188950
|
"starred_at": {
|
|
188526
188951
|
"type": "string",
|
|
188527
188952
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
188953
|
+
},
|
|
188954
|
+
"anonymous_access_enabled": {
|
|
188955
|
+
"type": "boolean",
|
|
188956
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
188528
188957
|
}
|
|
188529
188958
|
},
|
|
188530
188959
|
"required": [
|
|
@@ -190195,6 +190624,10 @@
|
|
|
190195
190624
|
"starred_at": {
|
|
190196
190625
|
"type": "string",
|
|
190197
190626
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
190627
|
+
},
|
|
190628
|
+
"anonymous_access_enabled": {
|
|
190629
|
+
"type": "boolean",
|
|
190630
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
190198
190631
|
}
|
|
190199
190632
|
},
|
|
190200
190633
|
"required": [
|
|
@@ -192138,6 +192571,10 @@
|
|
|
192138
192571
|
"starred_at": {
|
|
192139
192572
|
"type": "string",
|
|
192140
192573
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
192574
|
+
},
|
|
192575
|
+
"anonymous_access_enabled": {
|
|
192576
|
+
"type": "boolean",
|
|
192577
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
192141
192578
|
}
|
|
192142
192579
|
},
|
|
192143
192580
|
"required": [
|
|
@@ -193683,6 +194120,10 @@
|
|
|
193683
194120
|
"starred_at": {
|
|
193684
194121
|
"type": "string",
|
|
193685
194122
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
194123
|
+
},
|
|
194124
|
+
"anonymous_access_enabled": {
|
|
194125
|
+
"type": "boolean",
|
|
194126
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
193686
194127
|
}
|
|
193687
194128
|
},
|
|
193688
194129
|
"required": [
|
|
@@ -195227,6 +195668,10 @@
|
|
|
195227
195668
|
"starred_at": {
|
|
195228
195669
|
"type": "string",
|
|
195229
195670
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
195671
|
+
},
|
|
195672
|
+
"anonymous_access_enabled": {
|
|
195673
|
+
"type": "boolean",
|
|
195674
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
195230
195675
|
}
|
|
195231
195676
|
},
|
|
195232
195677
|
"required": [
|
|
@@ -197184,6 +197629,10 @@
|
|
|
197184
197629
|
"starred_at": {
|
|
197185
197630
|
"type": "string",
|
|
197186
197631
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
197632
|
+
},
|
|
197633
|
+
"anonymous_access_enabled": {
|
|
197634
|
+
"type": "boolean",
|
|
197635
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
197187
197636
|
}
|
|
197188
197637
|
},
|
|
197189
197638
|
"required": [
|
|
@@ -199011,6 +199460,10 @@
|
|
|
199011
199460
|
"starred_at": {
|
|
199012
199461
|
"type": "string",
|
|
199013
199462
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
199463
|
+
},
|
|
199464
|
+
"anonymous_access_enabled": {
|
|
199465
|
+
"type": "boolean",
|
|
199466
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
199014
199467
|
}
|
|
199015
199468
|
},
|
|
199016
199469
|
"required": [
|
|
@@ -200263,6 +200716,10 @@
|
|
|
200263
200716
|
"starred_at": {
|
|
200264
200717
|
"type": "string",
|
|
200265
200718
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
200719
|
+
},
|
|
200720
|
+
"anonymous_access_enabled": {
|
|
200721
|
+
"type": "boolean",
|
|
200722
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
200266
200723
|
}
|
|
200267
200724
|
},
|
|
200268
200725
|
"required": [
|
|
@@ -202067,6 +202524,10 @@
|
|
|
202067
202524
|
"starred_at": {
|
|
202068
202525
|
"type": "string",
|
|
202069
202526
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
202527
|
+
},
|
|
202528
|
+
"anonymous_access_enabled": {
|
|
202529
|
+
"type": "boolean",
|
|
202530
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
202070
202531
|
}
|
|
202071
202532
|
},
|
|
202072
202533
|
"required": [
|
|
@@ -203293,7 +203754,12 @@
|
|
|
203293
203754
|
"description": "The reason for the current state",
|
|
203294
203755
|
"example": "not_planned",
|
|
203295
203756
|
"type": "string",
|
|
203296
|
-
"nullable": true
|
|
203757
|
+
"nullable": true,
|
|
203758
|
+
"enum": [
|
|
203759
|
+
"completed",
|
|
203760
|
+
"reopened",
|
|
203761
|
+
"not_planned"
|
|
203762
|
+
]
|
|
203297
203763
|
},
|
|
203298
203764
|
"title": {
|
|
203299
203765
|
"description": "Title of the issue",
|
|
@@ -205160,6 +205626,10 @@
|
|
|
205160
205626
|
"starred_at": {
|
|
205161
205627
|
"type": "string",
|
|
205162
205628
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
205629
|
+
},
|
|
205630
|
+
"anonymous_access_enabled": {
|
|
205631
|
+
"type": "boolean",
|
|
205632
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
205163
205633
|
}
|
|
205164
205634
|
},
|
|
205165
205635
|
"required": [
|
|
@@ -206416,7 +206886,12 @@
|
|
|
206416
206886
|
"description": "The reason for the current state",
|
|
206417
206887
|
"example": "not_planned",
|
|
206418
206888
|
"type": "string",
|
|
206419
|
-
"nullable": true
|
|
206889
|
+
"nullable": true,
|
|
206890
|
+
"enum": [
|
|
206891
|
+
"completed",
|
|
206892
|
+
"reopened",
|
|
206893
|
+
"not_planned"
|
|
206894
|
+
]
|
|
206420
206895
|
},
|
|
206421
206896
|
"title": {
|
|
206422
206897
|
"description": "Title of the issue",
|
|
@@ -208283,6 +208758,10 @@
|
|
|
208283
208758
|
"starred_at": {
|
|
208284
208759
|
"type": "string",
|
|
208285
208760
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
208761
|
+
},
|
|
208762
|
+
"anonymous_access_enabled": {
|
|
208763
|
+
"type": "boolean",
|
|
208764
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
208286
208765
|
}
|
|
208287
208766
|
},
|
|
208288
208767
|
"required": [
|
|
@@ -209541,7 +210020,12 @@
|
|
|
209541
210020
|
"description": "The reason for the current state",
|
|
209542
210021
|
"example": "not_planned",
|
|
209543
210022
|
"type": "string",
|
|
209544
|
-
"nullable": true
|
|
210023
|
+
"nullable": true,
|
|
210024
|
+
"enum": [
|
|
210025
|
+
"completed",
|
|
210026
|
+
"reopened",
|
|
210027
|
+
"not_planned"
|
|
210028
|
+
]
|
|
209545
210029
|
},
|
|
209546
210030
|
"title": {
|
|
209547
210031
|
"description": "Title of the issue",
|
|
@@ -211408,6 +211892,10 @@
|
|
|
211408
211892
|
"starred_at": {
|
|
211409
211893
|
"type": "string",
|
|
211410
211894
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
211895
|
+
},
|
|
211896
|
+
"anonymous_access_enabled": {
|
|
211897
|
+
"type": "boolean",
|
|
211898
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
211411
211899
|
}
|
|
211412
211900
|
},
|
|
211413
211901
|
"required": [
|
|
@@ -212925,7 +213413,12 @@
|
|
|
212925
213413
|
"description": "The reason for the current state",
|
|
212926
213414
|
"example": "not_planned",
|
|
212927
213415
|
"type": "string",
|
|
212928
|
-
"nullable": true
|
|
213416
|
+
"nullable": true,
|
|
213417
|
+
"enum": [
|
|
213418
|
+
"completed",
|
|
213419
|
+
"reopened",
|
|
213420
|
+
"not_planned"
|
|
213421
|
+
]
|
|
212929
213422
|
},
|
|
212930
213423
|
"title": {
|
|
212931
213424
|
"description": "Title of the issue",
|
|
@@ -214792,6 +215285,10 @@
|
|
|
214792
215285
|
"starred_at": {
|
|
214793
215286
|
"type": "string",
|
|
214794
215287
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
215288
|
+
},
|
|
215289
|
+
"anonymous_access_enabled": {
|
|
215290
|
+
"type": "boolean",
|
|
215291
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
214795
215292
|
}
|
|
214796
215293
|
},
|
|
214797
215294
|
"required": [
|
|
@@ -216050,7 +216547,12 @@
|
|
|
216050
216547
|
"description": "The reason for the current state",
|
|
216051
216548
|
"example": "not_planned",
|
|
216052
216549
|
"type": "string",
|
|
216053
|
-
"nullable": true
|
|
216550
|
+
"nullable": true,
|
|
216551
|
+
"enum": [
|
|
216552
|
+
"completed",
|
|
216553
|
+
"reopened",
|
|
216554
|
+
"not_planned"
|
|
216555
|
+
]
|
|
216054
216556
|
},
|
|
216055
216557
|
"title": {
|
|
216056
216558
|
"description": "Title of the issue",
|
|
@@ -217917,6 +218419,10 @@
|
|
|
217917
218419
|
"starred_at": {
|
|
217918
218420
|
"type": "string",
|
|
217919
218421
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
218422
|
+
},
|
|
218423
|
+
"anonymous_access_enabled": {
|
|
218424
|
+
"type": "boolean",
|
|
218425
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
217920
218426
|
}
|
|
217921
218427
|
},
|
|
217922
218428
|
"required": [
|
|
@@ -220526,6 +221032,10 @@
|
|
|
220526
221032
|
"starred_at": {
|
|
220527
221033
|
"type": "string",
|
|
220528
221034
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
221035
|
+
},
|
|
221036
|
+
"anonymous_access_enabled": {
|
|
221037
|
+
"type": "boolean",
|
|
221038
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
220529
221039
|
}
|
|
220530
221040
|
},
|
|
220531
221041
|
"required": [
|
|
@@ -222389,6 +222899,10 @@
|
|
|
222389
222899
|
"starred_at": {
|
|
222390
222900
|
"type": "string",
|
|
222391
222901
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
222902
|
+
},
|
|
222903
|
+
"anonymous_access_enabled": {
|
|
222904
|
+
"type": "boolean",
|
|
222905
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
222392
222906
|
}
|
|
222393
222907
|
},
|
|
222394
222908
|
"required": [
|