@octokit/openapi 7.7.0 → 7.9.1
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 +806 -77
- package/generated/api.github.com.json +80 -25
- 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 +51 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +9586 -496
- package/generated/ghes-3.6-diff-to-api.github.com.json +927 -20
- package/generated/ghes-3.6.deref.json +647 -38
- package/generated/ghes-3.6.json +69 -20
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +35 -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 +556 -30
- package/generated/github.ae.json +55 -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.1",
|
|
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": {
|
|
@@ -11595,6 +11595,10 @@
|
|
|
11595
11595
|
"starred_at": {
|
|
11596
11596
|
"type": "string",
|
|
11597
11597
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
11598
|
+
},
|
|
11599
|
+
"anonymous_access_enabled": {
|
|
11600
|
+
"type": "boolean",
|
|
11601
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
11598
11602
|
}
|
|
11599
11603
|
},
|
|
11600
11604
|
"required": [
|
|
@@ -31174,6 +31178,10 @@
|
|
|
31174
31178
|
"starred_at": {
|
|
31175
31179
|
"type": "string",
|
|
31176
31180
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
31181
|
+
},
|
|
31182
|
+
"anonymous_access_enabled": {
|
|
31183
|
+
"type": "boolean",
|
|
31184
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
31177
31185
|
}
|
|
31178
31186
|
},
|
|
31179
31187
|
"required": [
|
|
@@ -32374,6 +32382,10 @@
|
|
|
32374
32382
|
"starred_at": {
|
|
32375
32383
|
"type": "string",
|
|
32376
32384
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
32385
|
+
},
|
|
32386
|
+
"anonymous_access_enabled": {
|
|
32387
|
+
"type": "boolean",
|
|
32388
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
32377
32389
|
}
|
|
32378
32390
|
},
|
|
32379
32391
|
"required": [
|
|
@@ -32890,7 +32902,12 @@
|
|
|
32890
32902
|
"description": "The reason for the current state",
|
|
32891
32903
|
"example": "not_planned",
|
|
32892
32904
|
"type": "string",
|
|
32893
|
-
"nullable": true
|
|
32905
|
+
"nullable": true,
|
|
32906
|
+
"enum": [
|
|
32907
|
+
"completed",
|
|
32908
|
+
"reopened",
|
|
32909
|
+
"not_planned"
|
|
32910
|
+
]
|
|
32894
32911
|
},
|
|
32895
32912
|
"title": {
|
|
32896
32913
|
"description": "Title of the issue",
|
|
@@ -34748,6 +34765,10 @@
|
|
|
34748
34765
|
"starred_at": {
|
|
34749
34766
|
"type": "string",
|
|
34750
34767
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
34768
|
+
},
|
|
34769
|
+
"anonymous_access_enabled": {
|
|
34770
|
+
"type": "boolean",
|
|
34771
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
34751
34772
|
}
|
|
34752
34773
|
},
|
|
34753
34774
|
"required": [
|
|
@@ -47293,6 +47314,10 @@
|
|
|
47293
47314
|
"starred_at": {
|
|
47294
47315
|
"type": "string",
|
|
47295
47316
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
47317
|
+
},
|
|
47318
|
+
"anonymous_access_enabled": {
|
|
47319
|
+
"type": "boolean",
|
|
47320
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
47296
47321
|
}
|
|
47297
47322
|
},
|
|
47298
47323
|
"required": [
|
|
@@ -47822,7 +47847,12 @@
|
|
|
47822
47847
|
"description": "The reason for the current state",
|
|
47823
47848
|
"example": "not_planned",
|
|
47824
47849
|
"type": "string",
|
|
47825
|
-
"nullable": true
|
|
47850
|
+
"nullable": true,
|
|
47851
|
+
"enum": [
|
|
47852
|
+
"completed",
|
|
47853
|
+
"reopened",
|
|
47854
|
+
"not_planned"
|
|
47855
|
+
]
|
|
47826
47856
|
},
|
|
47827
47857
|
"title": {
|
|
47828
47858
|
"description": "Title of the issue",
|
|
@@ -49680,6 +49710,10 @@
|
|
|
49680
49710
|
"starred_at": {
|
|
49681
49711
|
"type": "string",
|
|
49682
49712
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
49713
|
+
},
|
|
49714
|
+
"anonymous_access_enabled": {
|
|
49715
|
+
"type": "boolean",
|
|
49716
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
49683
49717
|
}
|
|
49684
49718
|
},
|
|
49685
49719
|
"required": [
|
|
@@ -51328,7 +51362,12 @@
|
|
|
51328
51362
|
"description": "The reason for the current state",
|
|
51329
51363
|
"example": "not_planned",
|
|
51330
51364
|
"type": "string",
|
|
51331
|
-
"nullable": true
|
|
51365
|
+
"nullable": true,
|
|
51366
|
+
"enum": [
|
|
51367
|
+
"completed",
|
|
51368
|
+
"reopened",
|
|
51369
|
+
"not_planned"
|
|
51370
|
+
]
|
|
51332
51371
|
},
|
|
51333
51372
|
"title": {
|
|
51334
51373
|
"description": "Title of the issue",
|
|
@@ -53186,6 +53225,10 @@
|
|
|
53186
53225
|
"starred_at": {
|
|
53187
53226
|
"type": "string",
|
|
53188
53227
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
53228
|
+
},
|
|
53229
|
+
"anonymous_access_enabled": {
|
|
53230
|
+
"type": "boolean",
|
|
53231
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
53189
53232
|
}
|
|
53190
53233
|
},
|
|
53191
53234
|
"required": [
|
|
@@ -55847,6 +55890,10 @@
|
|
|
55847
55890
|
"starred_at": {
|
|
55848
55891
|
"type": "string",
|
|
55849
55892
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
55893
|
+
},
|
|
55894
|
+
"anonymous_access_enabled": {
|
|
55895
|
+
"type": "boolean",
|
|
55896
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
55850
55897
|
}
|
|
55851
55898
|
},
|
|
55852
55899
|
"required": [
|
|
@@ -57976,6 +58023,10 @@
|
|
|
57976
58023
|
"starred_at": {
|
|
57977
58024
|
"type": "string",
|
|
57978
58025
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
58026
|
+
},
|
|
58027
|
+
"anonymous_access_enabled": {
|
|
58028
|
+
"type": "boolean",
|
|
58029
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
57979
58030
|
}
|
|
57980
58031
|
},
|
|
57981
58032
|
"required": [
|
|
@@ -61299,6 +61350,10 @@
|
|
|
61299
61350
|
"starred_at": {
|
|
61300
61351
|
"type": "string",
|
|
61301
61352
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
61353
|
+
},
|
|
61354
|
+
"anonymous_access_enabled": {
|
|
61355
|
+
"type": "boolean",
|
|
61356
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
61302
61357
|
}
|
|
61303
61358
|
},
|
|
61304
61359
|
"required": [
|
|
@@ -63964,6 +64019,10 @@
|
|
|
63964
64019
|
"starred_at": {
|
|
63965
64020
|
"type": "string",
|
|
63966
64021
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
64022
|
+
},
|
|
64023
|
+
"anonymous_access_enabled": {
|
|
64024
|
+
"type": "boolean",
|
|
64025
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
63967
64026
|
}
|
|
63968
64027
|
},
|
|
63969
64028
|
"required": [
|
|
@@ -66446,6 +66505,10 @@
|
|
|
66446
66505
|
"starred_at": {
|
|
66447
66506
|
"type": "string",
|
|
66448
66507
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
66508
|
+
},
|
|
66509
|
+
"anonymous_access_enabled": {
|
|
66510
|
+
"type": "boolean",
|
|
66511
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
66449
66512
|
}
|
|
66450
66513
|
},
|
|
66451
66514
|
"required": [
|
|
@@ -67646,6 +67709,10 @@
|
|
|
67646
67709
|
"starred_at": {
|
|
67647
67710
|
"type": "string",
|
|
67648
67711
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
67712
|
+
},
|
|
67713
|
+
"anonymous_access_enabled": {
|
|
67714
|
+
"type": "boolean",
|
|
67715
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
67649
67716
|
}
|
|
67650
67717
|
},
|
|
67651
67718
|
"required": [
|
|
@@ -69981,6 +70048,10 @@
|
|
|
69981
70048
|
"starred_at": {
|
|
69982
70049
|
"type": "string",
|
|
69983
70050
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
70051
|
+
},
|
|
70052
|
+
"anonymous_access_enabled": {
|
|
70053
|
+
"type": "boolean",
|
|
70054
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
69984
70055
|
}
|
|
69985
70056
|
},
|
|
69986
70057
|
"required": [
|
|
@@ -70686,7 +70757,12 @@
|
|
|
70686
70757
|
"description": "The reason for the current state",
|
|
70687
70758
|
"example": "not_planned",
|
|
70688
70759
|
"type": "string",
|
|
70689
|
-
"nullable": true
|
|
70760
|
+
"nullable": true,
|
|
70761
|
+
"enum": [
|
|
70762
|
+
"completed",
|
|
70763
|
+
"reopened",
|
|
70764
|
+
"not_planned"
|
|
70765
|
+
]
|
|
70690
70766
|
},
|
|
70691
70767
|
"title": {
|
|
70692
70768
|
"description": "Title of the issue",
|
|
@@ -72544,6 +72620,10 @@
|
|
|
72544
72620
|
"starred_at": {
|
|
72545
72621
|
"type": "string",
|
|
72546
72622
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
72623
|
+
},
|
|
72624
|
+
"anonymous_access_enabled": {
|
|
72625
|
+
"type": "boolean",
|
|
72626
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
72547
72627
|
}
|
|
72548
72628
|
},
|
|
72549
72629
|
"required": [
|
|
@@ -77701,7 +77781,12 @@
|
|
|
77701
77781
|
"description": "The reason for the current state",
|
|
77702
77782
|
"example": "not_planned",
|
|
77703
77783
|
"type": "string",
|
|
77704
|
-
"nullable": true
|
|
77784
|
+
"nullable": true,
|
|
77785
|
+
"enum": [
|
|
77786
|
+
"completed",
|
|
77787
|
+
"reopened",
|
|
77788
|
+
"not_planned"
|
|
77789
|
+
]
|
|
77705
77790
|
},
|
|
77706
77791
|
"title": {
|
|
77707
77792
|
"description": "Title of the issue",
|
|
@@ -79559,6 +79644,10 @@
|
|
|
79559
79644
|
"starred_at": {
|
|
79560
79645
|
"type": "string",
|
|
79561
79646
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
79647
|
+
},
|
|
79648
|
+
"anonymous_access_enabled": {
|
|
79649
|
+
"type": "boolean",
|
|
79650
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
79562
79651
|
}
|
|
79563
79652
|
},
|
|
79564
79653
|
"required": [
|
|
@@ -80536,17 +80625,6 @@
|
|
|
80536
80625
|
}
|
|
80537
80626
|
}
|
|
80538
80627
|
},
|
|
80539
|
-
"302": {
|
|
80540
|
-
"description": "Response if requester is not an organization member",
|
|
80541
|
-
"headers": {
|
|
80542
|
-
"Location": {
|
|
80543
|
-
"example": "https://api.github.com/orgs/github/public_members",
|
|
80544
|
-
"schema": {
|
|
80545
|
-
"type": "string"
|
|
80546
|
-
}
|
|
80547
|
-
}
|
|
80548
|
-
}
|
|
80549
|
-
},
|
|
80550
80628
|
"422": {
|
|
80551
80629
|
"description": "Validation failed",
|
|
80552
80630
|
"content": {
|
|
@@ -85306,6 +85384,10 @@
|
|
|
85306
85384
|
"starred_at": {
|
|
85307
85385
|
"type": "string",
|
|
85308
85386
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
85387
|
+
},
|
|
85388
|
+
"anonymous_access_enabled": {
|
|
85389
|
+
"type": "boolean",
|
|
85390
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
85309
85391
|
}
|
|
85310
85392
|
},
|
|
85311
85393
|
"required": [
|
|
@@ -86862,6 +86944,10 @@
|
|
|
86862
86944
|
"starred_at": {
|
|
86863
86945
|
"type": "string",
|
|
86864
86946
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
86947
|
+
},
|
|
86948
|
+
"anonymous_access_enabled": {
|
|
86949
|
+
"type": "boolean",
|
|
86950
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
86865
86951
|
}
|
|
86866
86952
|
},
|
|
86867
86953
|
"required": [
|
|
@@ -97298,6 +97384,10 @@
|
|
|
97298
97384
|
"starred_at": {
|
|
97299
97385
|
"type": "string",
|
|
97300
97386
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
97387
|
+
},
|
|
97388
|
+
"anonymous_access_enabled": {
|
|
97389
|
+
"type": "boolean",
|
|
97390
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
97301
97391
|
}
|
|
97302
97392
|
},
|
|
97303
97393
|
"required": [
|
|
@@ -99252,6 +99342,10 @@
|
|
|
99252
99342
|
"starred_at": {
|
|
99253
99343
|
"type": "string",
|
|
99254
99344
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
99345
|
+
},
|
|
99346
|
+
"anonymous_access_enabled": {
|
|
99347
|
+
"type": "boolean",
|
|
99348
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
99255
99349
|
}
|
|
99256
99350
|
},
|
|
99257
99351
|
"required": [
|
|
@@ -107450,6 +107544,10 @@
|
|
|
107450
107544
|
"starred_at": {
|
|
107451
107545
|
"type": "string",
|
|
107452
107546
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
107547
|
+
},
|
|
107548
|
+
"anonymous_access_enabled": {
|
|
107549
|
+
"type": "boolean",
|
|
107550
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
107453
107551
|
}
|
|
107454
107552
|
},
|
|
107455
107553
|
"required": [
|
|
@@ -108744,6 +108842,10 @@
|
|
|
108744
108842
|
"starred_at": {
|
|
108745
108843
|
"type": "string",
|
|
108746
108844
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
108845
|
+
},
|
|
108846
|
+
"anonymous_access_enabled": {
|
|
108847
|
+
"type": "boolean",
|
|
108848
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
108747
108849
|
}
|
|
108748
108850
|
},
|
|
108749
108851
|
"required": [
|
|
@@ -109843,6 +109945,10 @@
|
|
|
109843
109945
|
"starred_at": {
|
|
109844
109946
|
"type": "string",
|
|
109845
109947
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
109948
|
+
},
|
|
109949
|
+
"anonymous_access_enabled": {
|
|
109950
|
+
"type": "boolean",
|
|
109951
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
109846
109952
|
}
|
|
109847
109953
|
},
|
|
109848
109954
|
"required": [
|
|
@@ -112917,6 +113023,10 @@
|
|
|
112917
113023
|
"starred_at": {
|
|
112918
113024
|
"type": "string",
|
|
112919
113025
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
113026
|
+
},
|
|
113027
|
+
"anonymous_access_enabled": {
|
|
113028
|
+
"type": "boolean",
|
|
113029
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
112920
113030
|
}
|
|
112921
113031
|
},
|
|
112922
113032
|
"required": [
|
|
@@ -114211,6 +114321,10 @@
|
|
|
114211
114321
|
"starred_at": {
|
|
114212
114322
|
"type": "string",
|
|
114213
114323
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
114324
|
+
},
|
|
114325
|
+
"anonymous_access_enabled": {
|
|
114326
|
+
"type": "boolean",
|
|
114327
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
114214
114328
|
}
|
|
114215
114329
|
},
|
|
114216
114330
|
"required": [
|
|
@@ -115310,6 +115424,10 @@
|
|
|
115310
115424
|
"starred_at": {
|
|
115311
115425
|
"type": "string",
|
|
115312
115426
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
115427
|
+
},
|
|
115428
|
+
"anonymous_access_enabled": {
|
|
115429
|
+
"type": "boolean",
|
|
115430
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
115313
115431
|
}
|
|
115314
115432
|
},
|
|
115315
115433
|
"required": [
|
|
@@ -119038,6 +119156,10 @@
|
|
|
119038
119156
|
"starred_at": {
|
|
119039
119157
|
"type": "string",
|
|
119040
119158
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
119159
|
+
},
|
|
119160
|
+
"anonymous_access_enabled": {
|
|
119161
|
+
"type": "boolean",
|
|
119162
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
119041
119163
|
}
|
|
119042
119164
|
},
|
|
119043
119165
|
"required": [
|
|
@@ -120247,6 +120369,10 @@
|
|
|
120247
120369
|
"starred_at": {
|
|
120248
120370
|
"type": "string",
|
|
120249
120371
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
120372
|
+
},
|
|
120373
|
+
"anonymous_access_enabled": {
|
|
120374
|
+
"type": "boolean",
|
|
120375
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
120250
120376
|
}
|
|
120251
120377
|
},
|
|
120252
120378
|
"required": [
|
|
@@ -122447,6 +122573,10 @@
|
|
|
122447
122573
|
"starred_at": {
|
|
122448
122574
|
"type": "string",
|
|
122449
122575
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
122576
|
+
},
|
|
122577
|
+
"anonymous_access_enabled": {
|
|
122578
|
+
"type": "boolean",
|
|
122579
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
122450
122580
|
}
|
|
122451
122581
|
},
|
|
122452
122582
|
"required": [
|
|
@@ -124111,6 +124241,10 @@
|
|
|
124111
124241
|
"starred_at": {
|
|
124112
124242
|
"type": "string",
|
|
124113
124243
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
124244
|
+
},
|
|
124245
|
+
"anonymous_access_enabled": {
|
|
124246
|
+
"type": "boolean",
|
|
124247
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
124114
124248
|
}
|
|
124115
124249
|
},
|
|
124116
124250
|
"required": [
|
|
@@ -126352,6 +126486,10 @@
|
|
|
126352
126486
|
"starred_at": {
|
|
126353
126487
|
"type": "string",
|
|
126354
126488
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
126489
|
+
},
|
|
126490
|
+
"anonymous_access_enabled": {
|
|
126491
|
+
"type": "boolean",
|
|
126492
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
126355
126493
|
}
|
|
126356
126494
|
},
|
|
126357
126495
|
"required": [
|
|
@@ -128016,6 +128154,10 @@
|
|
|
128016
128154
|
"starred_at": {
|
|
128017
128155
|
"type": "string",
|
|
128018
128156
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
128157
|
+
},
|
|
128158
|
+
"anonymous_access_enabled": {
|
|
128159
|
+
"type": "boolean",
|
|
128160
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
128019
128161
|
}
|
|
128020
128162
|
},
|
|
128021
128163
|
"required": [
|
|
@@ -133808,6 +133950,10 @@
|
|
|
133808
133950
|
"starred_at": {
|
|
133809
133951
|
"type": "string",
|
|
133810
133952
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
133953
|
+
},
|
|
133954
|
+
"anonymous_access_enabled": {
|
|
133955
|
+
"type": "boolean",
|
|
133956
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
133811
133957
|
}
|
|
133812
133958
|
},
|
|
133813
133959
|
"required": [
|
|
@@ -135472,6 +135618,10 @@
|
|
|
135472
135618
|
"starred_at": {
|
|
135473
135619
|
"type": "string",
|
|
135474
135620
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
135621
|
+
},
|
|
135622
|
+
"anonymous_access_enabled": {
|
|
135623
|
+
"type": "boolean",
|
|
135624
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
135475
135625
|
}
|
|
135476
135626
|
},
|
|
135477
135627
|
"required": [
|
|
@@ -157751,6 +157901,10 @@
|
|
|
157751
157901
|
"starred_at": {
|
|
157752
157902
|
"type": "string",
|
|
157753
157903
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
157904
|
+
},
|
|
157905
|
+
"anonymous_access_enabled": {
|
|
157906
|
+
"type": "boolean",
|
|
157907
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
157754
157908
|
}
|
|
157755
157909
|
},
|
|
157756
157910
|
"required": [
|
|
@@ -160233,6 +160387,10 @@
|
|
|
160233
160387
|
"starred_at": {
|
|
160234
160388
|
"type": "string",
|
|
160235
160389
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
160390
|
+
},
|
|
160391
|
+
"anonymous_access_enabled": {
|
|
160392
|
+
"type": "boolean",
|
|
160393
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
160236
160394
|
}
|
|
160237
160395
|
},
|
|
160238
160396
|
"required": [
|
|
@@ -162438,6 +162596,10 @@
|
|
|
162438
162596
|
"starred_at": {
|
|
162439
162597
|
"type": "string",
|
|
162440
162598
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
162599
|
+
},
|
|
162600
|
+
"anonymous_access_enabled": {
|
|
162601
|
+
"type": "boolean",
|
|
162602
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
162441
162603
|
}
|
|
162442
162604
|
},
|
|
162443
162605
|
"required": [
|
|
@@ -164816,6 +164978,10 @@
|
|
|
164816
164978
|
"starred_at": {
|
|
164817
164979
|
"type": "string",
|
|
164818
164980
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
164981
|
+
},
|
|
164982
|
+
"anonymous_access_enabled": {
|
|
164983
|
+
"type": "boolean",
|
|
164984
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
164819
164985
|
}
|
|
164820
164986
|
},
|
|
164821
164987
|
"required": [
|
|
@@ -167470,6 +167636,11 @@
|
|
|
167470
167636
|
"nullable": true,
|
|
167471
167637
|
"type": "string",
|
|
167472
167638
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
167639
|
+
},
|
|
167640
|
+
"help_uri": {
|
|
167641
|
+
"nullable": true,
|
|
167642
|
+
"type": "string",
|
|
167643
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
167473
167644
|
}
|
|
167474
167645
|
}
|
|
167475
167646
|
},
|
|
@@ -167632,7 +167803,8 @@
|
|
|
167632
167803
|
"security",
|
|
167633
167804
|
"external/cwe/cwe-022"
|
|
167634
167805
|
],
|
|
167635
|
-
"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 ..."
|
|
167806
|
+
"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 ...",
|
|
167807
|
+
"help_uri": "https://codeql.github.com/"
|
|
167636
167808
|
},
|
|
167637
167809
|
"tool": {
|
|
167638
167810
|
"name": "CodeQL",
|
|
@@ -168088,6 +168260,11 @@
|
|
|
168088
168260
|
"nullable": true,
|
|
168089
168261
|
"type": "string",
|
|
168090
168262
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
168263
|
+
},
|
|
168264
|
+
"help_uri": {
|
|
168265
|
+
"nullable": true,
|
|
168266
|
+
"type": "string",
|
|
168267
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
168091
168268
|
}
|
|
168092
168269
|
}
|
|
168093
168270
|
},
|
|
@@ -168250,7 +168427,8 @@
|
|
|
168250
168427
|
"security",
|
|
168251
168428
|
"external/cwe/cwe-022"
|
|
168252
168429
|
],
|
|
168253
|
-
"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 ..."
|
|
168430
|
+
"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 ...",
|
|
168431
|
+
"help_uri": "https://codeql.github.com/"
|
|
168254
168432
|
},
|
|
168255
168433
|
"tool": {
|
|
168256
168434
|
"name": "CodeQL",
|
|
@@ -171807,6 +171985,10 @@
|
|
|
171807
171985
|
"starred_at": {
|
|
171808
171986
|
"type": "string",
|
|
171809
171987
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
171988
|
+
},
|
|
171989
|
+
"anonymous_access_enabled": {
|
|
171990
|
+
"type": "boolean",
|
|
171991
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
171810
171992
|
}
|
|
171811
171993
|
},
|
|
171812
171994
|
"required": [
|
|
@@ -179107,6 +179289,10 @@
|
|
|
179107
179289
|
"starred_at": {
|
|
179108
179290
|
"type": "string",
|
|
179109
179291
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
179292
|
+
},
|
|
179293
|
+
"anonymous_access_enabled": {
|
|
179294
|
+
"type": "boolean",
|
|
179295
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
179110
179296
|
}
|
|
179111
179297
|
},
|
|
179112
179298
|
"required": [
|
|
@@ -180347,6 +180533,10 @@
|
|
|
180347
180533
|
"starred_at": {
|
|
180348
180534
|
"type": "string",
|
|
180349
180535
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
180536
|
+
},
|
|
180537
|
+
"anonymous_access_enabled": {
|
|
180538
|
+
"type": "boolean",
|
|
180539
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
180350
180540
|
}
|
|
180351
180541
|
},
|
|
180352
180542
|
"required": [
|
|
@@ -182234,6 +182424,27 @@
|
|
|
182234
182424
|
}
|
|
182235
182425
|
}
|
|
182236
182426
|
}
|
|
182427
|
+
},
|
|
182428
|
+
"503": {
|
|
182429
|
+
"description": "Service unavailable",
|
|
182430
|
+
"content": {
|
|
182431
|
+
"application/json": {
|
|
182432
|
+
"schema": {
|
|
182433
|
+
"type": "object",
|
|
182434
|
+
"properties": {
|
|
182435
|
+
"code": {
|
|
182436
|
+
"type": "string"
|
|
182437
|
+
},
|
|
182438
|
+
"message": {
|
|
182439
|
+
"type": "string"
|
|
182440
|
+
},
|
|
182441
|
+
"documentation_url": {
|
|
182442
|
+
"type": "string"
|
|
182443
|
+
}
|
|
182444
|
+
}
|
|
182445
|
+
}
|
|
182446
|
+
}
|
|
182447
|
+
}
|
|
182237
182448
|
}
|
|
182238
182449
|
},
|
|
182239
182450
|
"x-github": {
|
|
@@ -185252,6 +185463,10 @@
|
|
|
185252
185463
|
"starred_at": {
|
|
185253
185464
|
"type": "string",
|
|
185254
185465
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
185466
|
+
},
|
|
185467
|
+
"anonymous_access_enabled": {
|
|
185468
|
+
"type": "boolean",
|
|
185469
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
185255
185470
|
}
|
|
185256
185471
|
},
|
|
185257
185472
|
"required": [
|
|
@@ -187378,6 +187593,10 @@
|
|
|
187378
187593
|
"starred_at": {
|
|
187379
187594
|
"type": "string",
|
|
187380
187595
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
187596
|
+
},
|
|
187597
|
+
"anonymous_access_enabled": {
|
|
187598
|
+
"type": "boolean",
|
|
187599
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
187381
187600
|
}
|
|
187382
187601
|
},
|
|
187383
187602
|
"required": [
|
|
@@ -190141,6 +190360,27 @@
|
|
|
190141
190360
|
}
|
|
190142
190361
|
}
|
|
190143
190362
|
}
|
|
190363
|
+
},
|
|
190364
|
+
"503": {
|
|
190365
|
+
"description": "Service unavailable",
|
|
190366
|
+
"content": {
|
|
190367
|
+
"application/json": {
|
|
190368
|
+
"schema": {
|
|
190369
|
+
"type": "object",
|
|
190370
|
+
"properties": {
|
|
190371
|
+
"code": {
|
|
190372
|
+
"type": "string"
|
|
190373
|
+
},
|
|
190374
|
+
"message": {
|
|
190375
|
+
"type": "string"
|
|
190376
|
+
},
|
|
190377
|
+
"documentation_url": {
|
|
190378
|
+
"type": "string"
|
|
190379
|
+
}
|
|
190380
|
+
}
|
|
190381
|
+
}
|
|
190382
|
+
}
|
|
190383
|
+
}
|
|
190144
190384
|
}
|
|
190145
190385
|
},
|
|
190146
190386
|
"x-github": {
|
|
@@ -199572,7 +199812,12 @@
|
|
|
199572
199812
|
"description": "The reason for the current state",
|
|
199573
199813
|
"example": "not_planned",
|
|
199574
199814
|
"type": "string",
|
|
199575
|
-
"nullable": true
|
|
199815
|
+
"nullable": true,
|
|
199816
|
+
"enum": [
|
|
199817
|
+
"completed",
|
|
199818
|
+
"reopened",
|
|
199819
|
+
"not_planned"
|
|
199820
|
+
]
|
|
199576
199821
|
},
|
|
199577
199822
|
"title": {
|
|
199578
199823
|
"description": "Title of the issue",
|
|
@@ -201430,6 +201675,10 @@
|
|
|
201430
201675
|
"starred_at": {
|
|
201431
201676
|
"type": "string",
|
|
201432
201677
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
201678
|
+
},
|
|
201679
|
+
"anonymous_access_enabled": {
|
|
201680
|
+
"type": "boolean",
|
|
201681
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
201433
201682
|
}
|
|
201434
201683
|
},
|
|
201435
201684
|
"required": [
|
|
@@ -203996,6 +204245,10 @@
|
|
|
203996
204245
|
"starred_at": {
|
|
203997
204246
|
"type": "string",
|
|
203998
204247
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
204248
|
+
},
|
|
204249
|
+
"anonymous_access_enabled": {
|
|
204250
|
+
"type": "boolean",
|
|
204251
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
203999
204252
|
}
|
|
204000
204253
|
},
|
|
204001
204254
|
"required": [
|
|
@@ -205955,6 +206208,10 @@
|
|
|
205955
206208
|
"starred_at": {
|
|
205956
206209
|
"type": "string",
|
|
205957
206210
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
206211
|
+
},
|
|
206212
|
+
"anonymous_access_enabled": {
|
|
206213
|
+
"type": "boolean",
|
|
206214
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
205958
206215
|
}
|
|
205959
206216
|
},
|
|
205960
206217
|
"required": [
|
|
@@ -207249,6 +207506,10 @@
|
|
|
207249
207506
|
"starred_at": {
|
|
207250
207507
|
"type": "string",
|
|
207251
207508
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
207509
|
+
},
|
|
207510
|
+
"anonymous_access_enabled": {
|
|
207511
|
+
"type": "boolean",
|
|
207512
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
207252
207513
|
}
|
|
207253
207514
|
},
|
|
207254
207515
|
"required": [
|
|
@@ -208348,6 +208609,10 @@
|
|
|
208348
208609
|
"starred_at": {
|
|
208349
208610
|
"type": "string",
|
|
208350
208611
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
208612
|
+
},
|
|
208613
|
+
"anonymous_access_enabled": {
|
|
208614
|
+
"type": "boolean",
|
|
208615
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
208351
208616
|
}
|
|
208352
208617
|
},
|
|
208353
208618
|
"required": [
|
|
@@ -217832,6 +218097,10 @@
|
|
|
217832
218097
|
"starred_at": {
|
|
217833
218098
|
"type": "string",
|
|
217834
218099
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
218100
|
+
},
|
|
218101
|
+
"anonymous_access_enabled": {
|
|
218102
|
+
"type": "boolean",
|
|
218103
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
217835
218104
|
}
|
|
217836
218105
|
},
|
|
217837
218106
|
"required": [
|
|
@@ -220020,6 +220289,10 @@
|
|
|
220020
220289
|
"starred_at": {
|
|
220021
220290
|
"type": "string",
|
|
220022
220291
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
220292
|
+
},
|
|
220293
|
+
"anonymous_access_enabled": {
|
|
220294
|
+
"type": "boolean",
|
|
220295
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
220023
220296
|
}
|
|
220024
220297
|
},
|
|
220025
220298
|
"required": [
|
|
@@ -220918,7 +221191,12 @@
|
|
|
220918
221191
|
"description": "The reason for the current state",
|
|
220919
221192
|
"example": "not_planned",
|
|
220920
221193
|
"type": "string",
|
|
220921
|
-
"nullable": true
|
|
221194
|
+
"nullable": true,
|
|
221195
|
+
"enum": [
|
|
221196
|
+
"completed",
|
|
221197
|
+
"reopened",
|
|
221198
|
+
"not_planned"
|
|
221199
|
+
]
|
|
220922
221200
|
},
|
|
220923
221201
|
"title": {
|
|
220924
221202
|
"description": "Title of the issue",
|
|
@@ -222776,6 +223054,10 @@
|
|
|
222776
223054
|
"starred_at": {
|
|
222777
223055
|
"type": "string",
|
|
222778
223056
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
223057
|
+
},
|
|
223058
|
+
"anonymous_access_enabled": {
|
|
223059
|
+
"type": "boolean",
|
|
223060
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
222779
223061
|
}
|
|
222780
223062
|
},
|
|
222781
223063
|
"required": [
|
|
@@ -223696,7 +223978,12 @@
|
|
|
223696
223978
|
"description": "The reason for the current state",
|
|
223697
223979
|
"example": "not_planned",
|
|
223698
223980
|
"type": "string",
|
|
223699
|
-
"nullable": true
|
|
223981
|
+
"nullable": true,
|
|
223982
|
+
"enum": [
|
|
223983
|
+
"completed",
|
|
223984
|
+
"reopened",
|
|
223985
|
+
"not_planned"
|
|
223986
|
+
]
|
|
223700
223987
|
},
|
|
223701
223988
|
"title": {
|
|
223702
223989
|
"description": "Title of the issue",
|
|
@@ -225554,6 +225841,10 @@
|
|
|
225554
225841
|
"starred_at": {
|
|
225555
225842
|
"type": "string",
|
|
225556
225843
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
225844
|
+
},
|
|
225845
|
+
"anonymous_access_enabled": {
|
|
225846
|
+
"type": "boolean",
|
|
225847
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
225557
225848
|
}
|
|
225558
225849
|
},
|
|
225559
225850
|
"required": [
|
|
@@ -229649,7 +229940,12 @@
|
|
|
229649
229940
|
"description": "The reason for the current state",
|
|
229650
229941
|
"example": "not_planned",
|
|
229651
229942
|
"type": "string",
|
|
229652
|
-
"nullable": true
|
|
229943
|
+
"nullable": true,
|
|
229944
|
+
"enum": [
|
|
229945
|
+
"completed",
|
|
229946
|
+
"reopened",
|
|
229947
|
+
"not_planned"
|
|
229948
|
+
]
|
|
229653
229949
|
},
|
|
229654
229950
|
"title": {
|
|
229655
229951
|
"description": "Title of the issue",
|
|
@@ -231507,6 +231803,10 @@
|
|
|
231507
231803
|
"starred_at": {
|
|
231508
231804
|
"type": "string",
|
|
231509
231805
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
231806
|
+
},
|
|
231807
|
+
"anonymous_access_enabled": {
|
|
231808
|
+
"type": "boolean",
|
|
231809
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
231510
231810
|
}
|
|
231511
231811
|
},
|
|
231512
231812
|
"required": [
|
|
@@ -233480,7 +233780,12 @@
|
|
|
233480
233780
|
"description": "The reason for the current state",
|
|
233481
233781
|
"example": "not_planned",
|
|
233482
233782
|
"type": "string",
|
|
233483
|
-
"nullable": true
|
|
233783
|
+
"nullable": true,
|
|
233784
|
+
"enum": [
|
|
233785
|
+
"completed",
|
|
233786
|
+
"reopened",
|
|
233787
|
+
"not_planned"
|
|
233788
|
+
]
|
|
233484
233789
|
},
|
|
233485
233790
|
"title": {
|
|
233486
233791
|
"description": "Title of the issue",
|
|
@@ -235338,6 +235643,10 @@
|
|
|
235338
235643
|
"starred_at": {
|
|
235339
235644
|
"type": "string",
|
|
235340
235645
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
235646
|
+
},
|
|
235647
|
+
"anonymous_access_enabled": {
|
|
235648
|
+
"type": "boolean",
|
|
235649
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
235341
235650
|
}
|
|
235342
235651
|
},
|
|
235343
235652
|
"required": [
|
|
@@ -237193,7 +237502,12 @@
|
|
|
237193
237502
|
"description": "The reason for the current state",
|
|
237194
237503
|
"example": "not_planned",
|
|
237195
237504
|
"type": "string",
|
|
237196
|
-
"nullable": true
|
|
237505
|
+
"nullable": true,
|
|
237506
|
+
"enum": [
|
|
237507
|
+
"completed",
|
|
237508
|
+
"reopened",
|
|
237509
|
+
"not_planned"
|
|
237510
|
+
]
|
|
237197
237511
|
},
|
|
237198
237512
|
"title": {
|
|
237199
237513
|
"description": "Title of the issue",
|
|
@@ -239051,6 +239365,10 @@
|
|
|
239051
239365
|
"starred_at": {
|
|
239052
239366
|
"type": "string",
|
|
239053
239367
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
239368
|
+
},
|
|
239369
|
+
"anonymous_access_enabled": {
|
|
239370
|
+
"type": "boolean",
|
|
239371
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
239054
239372
|
}
|
|
239055
239373
|
},
|
|
239056
239374
|
"required": [
|
|
@@ -239810,6 +240128,11 @@
|
|
|
239810
240128
|
},
|
|
239811
240129
|
"state_reason": {
|
|
239812
240130
|
"type": "string",
|
|
240131
|
+
"enum": [
|
|
240132
|
+
"completed",
|
|
240133
|
+
"not_planned",
|
|
240134
|
+
"reopened"
|
|
240135
|
+
],
|
|
239813
240136
|
"nullable": true,
|
|
239814
240137
|
"description": "The reason for the current state",
|
|
239815
240138
|
"example": "not_planned"
|
|
@@ -239939,7 +240262,12 @@
|
|
|
239939
240262
|
"description": "The reason for the current state",
|
|
239940
240263
|
"example": "not_planned",
|
|
239941
240264
|
"type": "string",
|
|
239942
|
-
"nullable": true
|
|
240265
|
+
"nullable": true,
|
|
240266
|
+
"enum": [
|
|
240267
|
+
"completed",
|
|
240268
|
+
"reopened",
|
|
240269
|
+
"not_planned"
|
|
240270
|
+
]
|
|
239943
240271
|
},
|
|
239944
240272
|
"title": {
|
|
239945
240273
|
"description": "Title of the issue",
|
|
@@ -241797,6 +242125,10 @@
|
|
|
241797
242125
|
"starred_at": {
|
|
241798
242126
|
"type": "string",
|
|
241799
242127
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
242128
|
+
},
|
|
242129
|
+
"anonymous_access_enabled": {
|
|
242130
|
+
"type": "boolean",
|
|
242131
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
241800
242132
|
}
|
|
241801
242133
|
},
|
|
241802
242134
|
"required": [
|
|
@@ -242711,7 +243043,12 @@
|
|
|
242711
243043
|
"description": "The reason for the current state",
|
|
242712
243044
|
"example": "not_planned",
|
|
242713
243045
|
"type": "string",
|
|
242714
|
-
"nullable": true
|
|
243046
|
+
"nullable": true,
|
|
243047
|
+
"enum": [
|
|
243048
|
+
"completed",
|
|
243049
|
+
"reopened",
|
|
243050
|
+
"not_planned"
|
|
243051
|
+
]
|
|
242715
243052
|
},
|
|
242716
243053
|
"title": {
|
|
242717
243054
|
"description": "Title of the issue",
|
|
@@ -244569,6 +244906,10 @@
|
|
|
244569
244906
|
"starred_at": {
|
|
244570
244907
|
"type": "string",
|
|
244571
244908
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
244909
|
+
},
|
|
244910
|
+
"anonymous_access_enabled": {
|
|
244911
|
+
"type": "boolean",
|
|
244912
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
244572
244913
|
}
|
|
244573
244914
|
},
|
|
244574
244915
|
"required": [
|
|
@@ -266507,7 +266848,12 @@
|
|
|
266507
266848
|
"description": "The reason for the current state",
|
|
266508
266849
|
"example": "not_planned",
|
|
266509
266850
|
"type": "string",
|
|
266510
|
-
"nullable": true
|
|
266851
|
+
"nullable": true,
|
|
266852
|
+
"enum": [
|
|
266853
|
+
"completed",
|
|
266854
|
+
"reopened",
|
|
266855
|
+
"not_planned"
|
|
266856
|
+
]
|
|
266511
266857
|
},
|
|
266512
266858
|
"title": {
|
|
266513
266859
|
"description": "Title of the issue",
|
|
@@ -268365,6 +268711,10 @@
|
|
|
268365
268711
|
"starred_at": {
|
|
268366
268712
|
"type": "string",
|
|
268367
268713
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
268714
|
+
},
|
|
268715
|
+
"anonymous_access_enabled": {
|
|
268716
|
+
"type": "boolean",
|
|
268717
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
268368
268718
|
}
|
|
268369
268719
|
},
|
|
268370
268720
|
"required": [
|
|
@@ -277339,6 +277689,10 @@
|
|
|
277339
277689
|
"starred_at": {
|
|
277340
277690
|
"type": "string",
|
|
277341
277691
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
277692
|
+
},
|
|
277693
|
+
"anonymous_access_enabled": {
|
|
277694
|
+
"type": "boolean",
|
|
277695
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
277342
277696
|
}
|
|
277343
277697
|
},
|
|
277344
277698
|
"required": [
|
|
@@ -283312,6 +283666,10 @@
|
|
|
283312
283666
|
"starred_at": {
|
|
283313
283667
|
"type": "string",
|
|
283314
283668
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
283669
|
+
},
|
|
283670
|
+
"anonymous_access_enabled": {
|
|
283671
|
+
"type": "boolean",
|
|
283672
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
283315
283673
|
}
|
|
283316
283674
|
},
|
|
283317
283675
|
"required": [
|
|
@@ -284552,6 +284910,10 @@
|
|
|
284552
284910
|
"starred_at": {
|
|
284553
284911
|
"type": "string",
|
|
284554
284912
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
284913
|
+
},
|
|
284914
|
+
"anonymous_access_enabled": {
|
|
284915
|
+
"type": "boolean",
|
|
284916
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
284555
284917
|
}
|
|
284556
284918
|
},
|
|
284557
284919
|
"required": [
|
|
@@ -295144,6 +295506,27 @@
|
|
|
295144
295506
|
}
|
|
295145
295507
|
}
|
|
295146
295508
|
}
|
|
295509
|
+
},
|
|
295510
|
+
"503": {
|
|
295511
|
+
"description": "Service unavailable",
|
|
295512
|
+
"content": {
|
|
295513
|
+
"application/json": {
|
|
295514
|
+
"schema": {
|
|
295515
|
+
"type": "object",
|
|
295516
|
+
"properties": {
|
|
295517
|
+
"code": {
|
|
295518
|
+
"type": "string"
|
|
295519
|
+
},
|
|
295520
|
+
"message": {
|
|
295521
|
+
"type": "string"
|
|
295522
|
+
},
|
|
295523
|
+
"documentation_url": {
|
|
295524
|
+
"type": "string"
|
|
295525
|
+
}
|
|
295526
|
+
}
|
|
295527
|
+
}
|
|
295528
|
+
}
|
|
295529
|
+
}
|
|
295147
295530
|
}
|
|
295148
295531
|
},
|
|
295149
295532
|
"x-github": {
|
|
@@ -301377,6 +301760,27 @@
|
|
|
301377
301760
|
}
|
|
301378
301761
|
}
|
|
301379
301762
|
}
|
|
301763
|
+
},
|
|
301764
|
+
"503": {
|
|
301765
|
+
"description": "Service unavailable",
|
|
301766
|
+
"content": {
|
|
301767
|
+
"application/json": {
|
|
301768
|
+
"schema": {
|
|
301769
|
+
"type": "object",
|
|
301770
|
+
"properties": {
|
|
301771
|
+
"code": {
|
|
301772
|
+
"type": "string"
|
|
301773
|
+
},
|
|
301774
|
+
"message": {
|
|
301775
|
+
"type": "string"
|
|
301776
|
+
},
|
|
301777
|
+
"documentation_url": {
|
|
301778
|
+
"type": "string"
|
|
301779
|
+
}
|
|
301780
|
+
}
|
|
301781
|
+
}
|
|
301782
|
+
}
|
|
301783
|
+
}
|
|
301380
301784
|
}
|
|
301381
301785
|
},
|
|
301382
301786
|
"x-github": {
|
|
@@ -304308,6 +304712,10 @@
|
|
|
304308
304712
|
"starred_at": {
|
|
304309
304713
|
"type": "string",
|
|
304310
304714
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
304715
|
+
},
|
|
304716
|
+
"anonymous_access_enabled": {
|
|
304717
|
+
"type": "boolean",
|
|
304718
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
304311
304719
|
}
|
|
304312
304720
|
},
|
|
304313
304721
|
"required": [
|
|
@@ -305548,6 +305956,10 @@
|
|
|
305548
305956
|
"starred_at": {
|
|
305549
305957
|
"type": "string",
|
|
305550
305958
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
305959
|
+
},
|
|
305960
|
+
"anonymous_access_enabled": {
|
|
305961
|
+
"type": "boolean",
|
|
305962
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
305551
305963
|
}
|
|
305552
305964
|
},
|
|
305553
305965
|
"required": [
|
|
@@ -308843,6 +309255,10 @@
|
|
|
308843
309255
|
"starred_at": {
|
|
308844
309256
|
"type": "string",
|
|
308845
309257
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
309258
|
+
},
|
|
309259
|
+
"anonymous_access_enabled": {
|
|
309260
|
+
"type": "boolean",
|
|
309261
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
308846
309262
|
}
|
|
308847
309263
|
},
|
|
308848
309264
|
"required": [
|
|
@@ -310083,6 +310499,10 @@
|
|
|
310083
310499
|
"starred_at": {
|
|
310084
310500
|
"type": "string",
|
|
310085
310501
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
310502
|
+
},
|
|
310503
|
+
"anonymous_access_enabled": {
|
|
310504
|
+
"type": "boolean",
|
|
310505
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
310086
310506
|
}
|
|
310087
310507
|
},
|
|
310088
310508
|
"required": [
|
|
@@ -327112,6 +327532,10 @@
|
|
|
327112
327532
|
"starred_at": {
|
|
327113
327533
|
"type": "string",
|
|
327114
327534
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
327535
|
+
},
|
|
327536
|
+
"anonymous_access_enabled": {
|
|
327537
|
+
"type": "boolean",
|
|
327538
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
327115
327539
|
}
|
|
327116
327540
|
},
|
|
327117
327541
|
"required": [
|
|
@@ -327645,7 +328069,7 @@
|
|
|
327645
328069
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
327646
328070
|
"post": {
|
|
327647
328071
|
"summary": "Create a repository using a template",
|
|
327648
|
-
"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.
|
|
328072
|
+
"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",
|
|
327649
328073
|
"tags": [
|
|
327650
328074
|
"repos"
|
|
327651
328075
|
],
|
|
@@ -328746,6 +329170,10 @@
|
|
|
328746
329170
|
"starred_at": {
|
|
328747
329171
|
"type": "string",
|
|
328748
329172
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
329173
|
+
},
|
|
329174
|
+
"anonymous_access_enabled": {
|
|
329175
|
+
"type": "boolean",
|
|
329176
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
328749
329177
|
}
|
|
328750
329178
|
},
|
|
328751
329179
|
"required": [
|
|
@@ -330472,6 +330900,10 @@
|
|
|
330472
330900
|
"starred_at": {
|
|
330473
330901
|
"type": "string",
|
|
330474
330902
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
330903
|
+
},
|
|
330904
|
+
"anonymous_access_enabled": {
|
|
330905
|
+
"type": "boolean",
|
|
330906
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
330475
330907
|
}
|
|
330476
330908
|
},
|
|
330477
330909
|
"required": [
|
|
@@ -332906,6 +333338,10 @@
|
|
|
332906
333338
|
"starred_at": {
|
|
332907
333339
|
"type": "string",
|
|
332908
333340
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
333341
|
+
},
|
|
333342
|
+
"anonymous_access_enabled": {
|
|
333343
|
+
"type": "boolean",
|
|
333344
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
332909
333345
|
}
|
|
332910
333346
|
},
|
|
332911
333347
|
"required": [
|
|
@@ -335243,6 +335679,10 @@
|
|
|
335243
335679
|
"starred_at": {
|
|
335244
335680
|
"type": "string",
|
|
335245
335681
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
335682
|
+
},
|
|
335683
|
+
"anonymous_access_enabled": {
|
|
335684
|
+
"type": "boolean",
|
|
335685
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
335246
335686
|
}
|
|
335247
335687
|
},
|
|
335248
335688
|
"required": [
|
|
@@ -337584,6 +338024,10 @@
|
|
|
337584
338024
|
"starred_at": {
|
|
337585
338025
|
"type": "string",
|
|
337586
338026
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
338027
|
+
},
|
|
338028
|
+
"anonymous_access_enabled": {
|
|
338029
|
+
"type": "boolean",
|
|
338030
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
337587
338031
|
}
|
|
337588
338032
|
},
|
|
337589
338033
|
"required": [
|
|
@@ -351319,6 +351763,10 @@
|
|
|
351319
351763
|
"starred_at": {
|
|
351320
351764
|
"type": "string",
|
|
351321
351765
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
351766
|
+
},
|
|
351767
|
+
"anonymous_access_enabled": {
|
|
351768
|
+
"type": "boolean",
|
|
351769
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
351322
351770
|
}
|
|
351323
351771
|
},
|
|
351324
351772
|
"required": [
|
|
@@ -353293,6 +353741,10 @@
|
|
|
353293
353741
|
"starred_at": {
|
|
353294
353742
|
"type": "string",
|
|
353295
353743
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
353744
|
+
},
|
|
353745
|
+
"anonymous_access_enabled": {
|
|
353746
|
+
"type": "boolean",
|
|
353747
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
353296
353748
|
}
|
|
353297
353749
|
},
|
|
353298
353750
|
"required": [
|
|
@@ -360430,6 +360882,10 @@
|
|
|
360430
360882
|
"starred_at": {
|
|
360431
360883
|
"type": "string",
|
|
360432
360884
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
360885
|
+
},
|
|
360886
|
+
"anonymous_access_enabled": {
|
|
360887
|
+
"type": "boolean",
|
|
360888
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
360433
360889
|
}
|
|
360434
360890
|
},
|
|
360435
360891
|
"required": [
|
|
@@ -361131,7 +361587,12 @@
|
|
|
361131
361587
|
"description": "The reason for the current state",
|
|
361132
361588
|
"example": "not_planned",
|
|
361133
361589
|
"type": "string",
|
|
361134
|
-
"nullable": true
|
|
361590
|
+
"nullable": true,
|
|
361591
|
+
"enum": [
|
|
361592
|
+
"completed",
|
|
361593
|
+
"reopened",
|
|
361594
|
+
"not_planned"
|
|
361595
|
+
]
|
|
361135
361596
|
},
|
|
361136
361597
|
"title": {
|
|
361137
361598
|
"description": "Title of the issue",
|
|
@@ -362989,6 +363450,10 @@
|
|
|
362989
363450
|
"starred_at": {
|
|
362990
363451
|
"type": "string",
|
|
362991
363452
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
363453
|
+
},
|
|
363454
|
+
"anonymous_access_enabled": {
|
|
363455
|
+
"type": "boolean",
|
|
363456
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
362992
363457
|
}
|
|
362993
363458
|
},
|
|
362994
363459
|
"required": [
|
|
@@ -367912,6 +368377,10 @@
|
|
|
367912
368377
|
"starred_at": {
|
|
367913
368378
|
"type": "string",
|
|
367914
368379
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
368380
|
+
},
|
|
368381
|
+
"anonymous_access_enabled": {
|
|
368382
|
+
"type": "boolean",
|
|
368383
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
367915
368384
|
}
|
|
367916
368385
|
},
|
|
367917
368386
|
"required": [
|
|
@@ -369440,6 +369909,10 @@
|
|
|
369440
369909
|
"starred_at": {
|
|
369441
369910
|
"type": "string",
|
|
369442
369911
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
369912
|
+
},
|
|
369913
|
+
"anonymous_access_enabled": {
|
|
369914
|
+
"type": "boolean",
|
|
369915
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
369443
369916
|
}
|
|
369444
369917
|
},
|
|
369445
369918
|
"required": [
|
|
@@ -371380,6 +371853,10 @@
|
|
|
371380
371853
|
"starred_at": {
|
|
371381
371854
|
"type": "string",
|
|
371382
371855
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
371856
|
+
},
|
|
371857
|
+
"anonymous_access_enabled": {
|
|
371858
|
+
"type": "boolean",
|
|
371859
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
371383
371860
|
}
|
|
371384
371861
|
},
|
|
371385
371862
|
"required": [
|
|
@@ -373452,6 +373929,10 @@
|
|
|
373452
373929
|
"starred_at": {
|
|
373453
373930
|
"type": "string",
|
|
373454
373931
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
373932
|
+
},
|
|
373933
|
+
"anonymous_access_enabled": {
|
|
373934
|
+
"type": "boolean",
|
|
373935
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
373455
373936
|
}
|
|
373456
373937
|
},
|
|
373457
373938
|
"required": [
|
|
@@ -374694,6 +375175,10 @@
|
|
|
374694
375175
|
"starred_at": {
|
|
374695
375176
|
"type": "string",
|
|
374696
375177
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
375178
|
+
},
|
|
375179
|
+
"anonymous_access_enabled": {
|
|
375180
|
+
"type": "boolean",
|
|
375181
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
374697
375182
|
}
|
|
374698
375183
|
},
|
|
374699
375184
|
"required": [
|
|
@@ -376862,6 +377347,10 @@
|
|
|
376862
377347
|
"starred_at": {
|
|
376863
377348
|
"type": "string",
|
|
376864
377349
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
377350
|
+
},
|
|
377351
|
+
"anonymous_access_enabled": {
|
|
377352
|
+
"type": "boolean",
|
|
377353
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
376865
377354
|
}
|
|
376866
377355
|
},
|
|
376867
377356
|
"required": [
|
|
@@ -378894,7 +379383,12 @@
|
|
|
378894
379383
|
"description": "The reason for the current state",
|
|
378895
379384
|
"example": "not_planned",
|
|
378896
379385
|
"type": "string",
|
|
378897
|
-
"nullable": true
|
|
379386
|
+
"nullable": true,
|
|
379387
|
+
"enum": [
|
|
379388
|
+
"completed",
|
|
379389
|
+
"reopened",
|
|
379390
|
+
"not_planned"
|
|
379391
|
+
]
|
|
378898
379392
|
},
|
|
378899
379393
|
"title": {
|
|
378900
379394
|
"description": "Title of the issue",
|
|
@@ -380752,6 +381246,10 @@
|
|
|
380752
381246
|
"starred_at": {
|
|
380753
381247
|
"type": "string",
|
|
380754
381248
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
381249
|
+
},
|
|
381250
|
+
"anonymous_access_enabled": {
|
|
381251
|
+
"type": "boolean",
|
|
381252
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
380755
381253
|
}
|
|
380756
381254
|
},
|
|
380757
381255
|
"required": [
|
|
@@ -382008,7 +382506,12 @@
|
|
|
382008
382506
|
"description": "The reason for the current state",
|
|
382009
382507
|
"example": "not_planned",
|
|
382010
382508
|
"type": "string",
|
|
382011
|
-
"nullable": true
|
|
382509
|
+
"nullable": true,
|
|
382510
|
+
"enum": [
|
|
382511
|
+
"completed",
|
|
382512
|
+
"reopened",
|
|
382513
|
+
"not_planned"
|
|
382514
|
+
]
|
|
382012
382515
|
},
|
|
382013
382516
|
"title": {
|
|
382014
382517
|
"description": "Title of the issue",
|
|
@@ -383866,6 +384369,10 @@
|
|
|
383866
384369
|
"starred_at": {
|
|
383867
384370
|
"type": "string",
|
|
383868
384371
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
384372
|
+
},
|
|
384373
|
+
"anonymous_access_enabled": {
|
|
384374
|
+
"type": "boolean",
|
|
384375
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
383869
384376
|
}
|
|
383870
384377
|
},
|
|
383871
384378
|
"required": [
|
|
@@ -385124,7 +385631,12 @@
|
|
|
385124
385631
|
"description": "The reason for the current state",
|
|
385125
385632
|
"example": "not_planned",
|
|
385126
385633
|
"type": "string",
|
|
385127
|
-
"nullable": true
|
|
385634
|
+
"nullable": true,
|
|
385635
|
+
"enum": [
|
|
385636
|
+
"completed",
|
|
385637
|
+
"reopened",
|
|
385638
|
+
"not_planned"
|
|
385639
|
+
]
|
|
385128
385640
|
},
|
|
385129
385641
|
"title": {
|
|
385130
385642
|
"description": "Title of the issue",
|
|
@@ -386982,6 +387494,10 @@
|
|
|
386982
387494
|
"starred_at": {
|
|
386983
387495
|
"type": "string",
|
|
386984
387496
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
387497
|
+
},
|
|
387498
|
+
"anonymous_access_enabled": {
|
|
387499
|
+
"type": "boolean",
|
|
387500
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
386985
387501
|
}
|
|
386986
387502
|
},
|
|
386987
387503
|
"required": [
|
|
@@ -391177,7 +391693,12 @@
|
|
|
391177
391693
|
"description": "The reason for the current state",
|
|
391178
391694
|
"example": "not_planned",
|
|
391179
391695
|
"type": "string",
|
|
391180
|
-
"nullable": true
|
|
391696
|
+
"nullable": true,
|
|
391697
|
+
"enum": [
|
|
391698
|
+
"completed",
|
|
391699
|
+
"reopened",
|
|
391700
|
+
"not_planned"
|
|
391701
|
+
]
|
|
391181
391702
|
},
|
|
391182
391703
|
"title": {
|
|
391183
391704
|
"description": "Title of the issue",
|
|
@@ -393035,6 +393556,10 @@
|
|
|
393035
393556
|
"starred_at": {
|
|
393036
393557
|
"type": "string",
|
|
393037
393558
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
393559
|
+
},
|
|
393560
|
+
"anonymous_access_enabled": {
|
|
393561
|
+
"type": "boolean",
|
|
393562
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
393038
393563
|
}
|
|
393039
393564
|
},
|
|
393040
393565
|
"required": [
|
|
@@ -394293,7 +394818,12 @@
|
|
|
394293
394818
|
"description": "The reason for the current state",
|
|
394294
394819
|
"example": "not_planned",
|
|
394295
394820
|
"type": "string",
|
|
394296
|
-
"nullable": true
|
|
394821
|
+
"nullable": true,
|
|
394822
|
+
"enum": [
|
|
394823
|
+
"completed",
|
|
394824
|
+
"reopened",
|
|
394825
|
+
"not_planned"
|
|
394826
|
+
]
|
|
394297
394827
|
},
|
|
394298
394828
|
"title": {
|
|
394299
394829
|
"description": "Title of the issue",
|
|
@@ -396151,6 +396681,10 @@
|
|
|
396151
396681
|
"starred_at": {
|
|
396152
396682
|
"type": "string",
|
|
396153
396683
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
396684
|
+
},
|
|
396685
|
+
"anonymous_access_enabled": {
|
|
396686
|
+
"type": "boolean",
|
|
396687
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
396154
396688
|
}
|
|
396155
396689
|
},
|
|
396156
396690
|
"required": [
|
|
@@ -398747,6 +399281,10 @@
|
|
|
398747
399281
|
"starred_at": {
|
|
398748
399282
|
"type": "string",
|
|
398749
399283
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
399284
|
+
},
|
|
399285
|
+
"anonymous_access_enabled": {
|
|
399286
|
+
"type": "boolean",
|
|
399287
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
398750
399288
|
}
|
|
398751
399289
|
},
|
|
398752
399290
|
"required": [
|
|
@@ -400282,6 +400820,10 @@
|
|
|
400282
400820
|
"starred_at": {
|
|
400283
400821
|
"type": "string",
|
|
400284
400822
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
400823
|
+
},
|
|
400824
|
+
"anonymous_access_enabled": {
|
|
400825
|
+
"type": "boolean",
|
|
400826
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
400285
400827
|
}
|
|
400286
400828
|
},
|
|
400287
400829
|
"required": [
|
|
@@ -401390,6 +401932,10 @@
|
|
|
401390
401932
|
"starred_at": {
|
|
401391
401933
|
"type": "string",
|
|
401392
401934
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
401935
|
+
},
|
|
401936
|
+
"anonymous_access_enabled": {
|
|
401937
|
+
"type": "boolean",
|
|
401938
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
401393
401939
|
}
|
|
401394
401940
|
},
|
|
401395
401941
|
"required": [
|
|
@@ -403121,6 +403667,10 @@
|
|
|
403121
403667
|
"starred_at": {
|
|
403122
403668
|
"type": "string",
|
|
403123
403669
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
403670
|
+
},
|
|
403671
|
+
"anonymous_access_enabled": {
|
|
403672
|
+
"type": "boolean",
|
|
403673
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
403124
403674
|
}
|
|
403125
403675
|
},
|
|
403126
403676
|
"required": [
|