@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": {
|
|
@@ -11384,6 +11384,10 @@
|
|
|
11384
11384
|
"starred_at": {
|
|
11385
11385
|
"type": "string",
|
|
11386
11386
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
11387
|
+
},
|
|
11388
|
+
"anonymous_access_enabled": {
|
|
11389
|
+
"type": "boolean",
|
|
11390
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
11387
11391
|
}
|
|
11388
11392
|
},
|
|
11389
11393
|
"required": [
|
|
@@ -29614,6 +29618,10 @@
|
|
|
29614
29618
|
"starred_at": {
|
|
29615
29619
|
"type": "string",
|
|
29616
29620
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
29621
|
+
},
|
|
29622
|
+
"anonymous_access_enabled": {
|
|
29623
|
+
"type": "boolean",
|
|
29624
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
29617
29625
|
}
|
|
29618
29626
|
},
|
|
29619
29627
|
"required": [
|
|
@@ -30823,6 +30831,10 @@
|
|
|
30823
30831
|
"starred_at": {
|
|
30824
30832
|
"type": "string",
|
|
30825
30833
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
30834
|
+
},
|
|
30835
|
+
"anonymous_access_enabled": {
|
|
30836
|
+
"type": "boolean",
|
|
30837
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
30826
30838
|
}
|
|
30827
30839
|
},
|
|
30828
30840
|
"required": [
|
|
@@ -33812,7 +33824,12 @@
|
|
|
33812
33824
|
"description": "The reason for the current state",
|
|
33813
33825
|
"example": "not_planned",
|
|
33814
33826
|
"type": "string",
|
|
33815
|
-
"nullable": true
|
|
33827
|
+
"nullable": true,
|
|
33828
|
+
"enum": [
|
|
33829
|
+
"completed",
|
|
33830
|
+
"reopened",
|
|
33831
|
+
"not_planned"
|
|
33832
|
+
]
|
|
33816
33833
|
},
|
|
33817
33834
|
"title": {
|
|
33818
33835
|
"description": "Title of the issue",
|
|
@@ -35679,6 +35696,10 @@
|
|
|
35679
35696
|
"starred_at": {
|
|
35680
35697
|
"type": "string",
|
|
35681
35698
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
35699
|
+
},
|
|
35700
|
+
"anonymous_access_enabled": {
|
|
35701
|
+
"type": "boolean",
|
|
35702
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
35682
35703
|
}
|
|
35683
35704
|
},
|
|
35684
35705
|
"required": [
|
|
@@ -48233,6 +48254,10 @@
|
|
|
48233
48254
|
"starred_at": {
|
|
48234
48255
|
"type": "string",
|
|
48235
48256
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
48257
|
+
},
|
|
48258
|
+
"anonymous_access_enabled": {
|
|
48259
|
+
"type": "boolean",
|
|
48260
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
48236
48261
|
}
|
|
48237
48262
|
},
|
|
48238
48263
|
"required": [
|
|
@@ -48756,7 +48781,12 @@
|
|
|
48756
48781
|
"description": "The reason for the current state",
|
|
48757
48782
|
"example": "not_planned",
|
|
48758
48783
|
"type": "string",
|
|
48759
|
-
"nullable": true
|
|
48784
|
+
"nullable": true,
|
|
48785
|
+
"enum": [
|
|
48786
|
+
"completed",
|
|
48787
|
+
"reopened",
|
|
48788
|
+
"not_planned"
|
|
48789
|
+
]
|
|
48760
48790
|
},
|
|
48761
48791
|
"title": {
|
|
48762
48792
|
"description": "Title of the issue",
|
|
@@ -50623,6 +50653,10 @@
|
|
|
50623
50653
|
"starred_at": {
|
|
50624
50654
|
"type": "string",
|
|
50625
50655
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
50656
|
+
},
|
|
50657
|
+
"anonymous_access_enabled": {
|
|
50658
|
+
"type": "boolean",
|
|
50659
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
50626
50660
|
}
|
|
50627
50661
|
},
|
|
50628
50662
|
"required": [
|
|
@@ -52262,7 +52296,12 @@
|
|
|
52262
52296
|
"description": "The reason for the current state",
|
|
52263
52297
|
"example": "not_planned",
|
|
52264
52298
|
"type": "string",
|
|
52265
|
-
"nullable": true
|
|
52299
|
+
"nullable": true,
|
|
52300
|
+
"enum": [
|
|
52301
|
+
"completed",
|
|
52302
|
+
"reopened",
|
|
52303
|
+
"not_planned"
|
|
52304
|
+
]
|
|
52266
52305
|
},
|
|
52267
52306
|
"title": {
|
|
52268
52307
|
"description": "Title of the issue",
|
|
@@ -54129,6 +54168,10 @@
|
|
|
54129
54168
|
"starred_at": {
|
|
54130
54169
|
"type": "string",
|
|
54131
54170
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
54171
|
+
},
|
|
54172
|
+
"anonymous_access_enabled": {
|
|
54173
|
+
"type": "boolean",
|
|
54174
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
54132
54175
|
}
|
|
54133
54176
|
},
|
|
54134
54177
|
"required": [
|
|
@@ -56803,6 +56846,10 @@
|
|
|
56803
56846
|
"starred_at": {
|
|
56804
56847
|
"type": "string",
|
|
56805
56848
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
56849
|
+
},
|
|
56850
|
+
"anonymous_access_enabled": {
|
|
56851
|
+
"type": "boolean",
|
|
56852
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
56806
56853
|
}
|
|
56807
56854
|
},
|
|
56808
56855
|
"required": [
|
|
@@ -58945,6 +58992,10 @@
|
|
|
58945
58992
|
"starred_at": {
|
|
58946
58993
|
"type": "string",
|
|
58947
58994
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
58995
|
+
},
|
|
58996
|
+
"anonymous_access_enabled": {
|
|
58997
|
+
"type": "boolean",
|
|
58998
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
58948
58999
|
}
|
|
58949
59000
|
},
|
|
58950
59001
|
"required": [
|
|
@@ -62588,6 +62639,10 @@
|
|
|
62588
62639
|
"starred_at": {
|
|
62589
62640
|
"type": "string",
|
|
62590
62641
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
62642
|
+
},
|
|
62643
|
+
"anonymous_access_enabled": {
|
|
62644
|
+
"type": "boolean",
|
|
62645
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
62591
62646
|
}
|
|
62592
62647
|
},
|
|
62593
62648
|
"required": [
|
|
@@ -65546,6 +65601,10 @@
|
|
|
65546
65601
|
"starred_at": {
|
|
65547
65602
|
"type": "string",
|
|
65548
65603
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
65604
|
+
},
|
|
65605
|
+
"anonymous_access_enabled": {
|
|
65606
|
+
"type": "boolean",
|
|
65607
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
65549
65608
|
}
|
|
65550
65609
|
},
|
|
65551
65610
|
"required": [
|
|
@@ -68037,6 +68096,10 @@
|
|
|
68037
68096
|
"starred_at": {
|
|
68038
68097
|
"type": "string",
|
|
68039
68098
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
68099
|
+
},
|
|
68100
|
+
"anonymous_access_enabled": {
|
|
68101
|
+
"type": "boolean",
|
|
68102
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
68040
68103
|
}
|
|
68041
68104
|
},
|
|
68042
68105
|
"required": [
|
|
@@ -69246,6 +69309,10 @@
|
|
|
69246
69309
|
"starred_at": {
|
|
69247
69310
|
"type": "string",
|
|
69248
69311
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
69312
|
+
},
|
|
69313
|
+
"anonymous_access_enabled": {
|
|
69314
|
+
"type": "boolean",
|
|
69315
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
69249
69316
|
}
|
|
69250
69317
|
},
|
|
69251
69318
|
"required": [
|
|
@@ -72487,6 +72554,10 @@
|
|
|
72487
72554
|
"starred_at": {
|
|
72488
72555
|
"type": "string",
|
|
72489
72556
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
72557
|
+
},
|
|
72558
|
+
"anonymous_access_enabled": {
|
|
72559
|
+
"type": "boolean",
|
|
72560
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
72490
72561
|
}
|
|
72491
72562
|
},
|
|
72492
72563
|
"required": [
|
|
@@ -73775,6 +73846,11 @@
|
|
|
73775
73846
|
"nullable": true,
|
|
73776
73847
|
"type": "string",
|
|
73777
73848
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
73849
|
+
},
|
|
73850
|
+
"help_uri": {
|
|
73851
|
+
"nullable": true,
|
|
73852
|
+
"type": "string",
|
|
73853
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
73778
73854
|
}
|
|
73779
73855
|
}
|
|
73780
73856
|
},
|
|
@@ -76678,6 +76754,10 @@
|
|
|
76678
76754
|
"starred_at": {
|
|
76679
76755
|
"type": "string",
|
|
76680
76756
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
76757
|
+
},
|
|
76758
|
+
"anonymous_access_enabled": {
|
|
76759
|
+
"type": "boolean",
|
|
76760
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
76681
76761
|
}
|
|
76682
76762
|
},
|
|
76683
76763
|
"required": [
|
|
@@ -77383,7 +77463,12 @@
|
|
|
77383
77463
|
"description": "The reason for the current state",
|
|
77384
77464
|
"example": "not_planned",
|
|
77385
77465
|
"type": "string",
|
|
77386
|
-
"nullable": true
|
|
77466
|
+
"nullable": true,
|
|
77467
|
+
"enum": [
|
|
77468
|
+
"completed",
|
|
77469
|
+
"reopened",
|
|
77470
|
+
"not_planned"
|
|
77471
|
+
]
|
|
77387
77472
|
},
|
|
77388
77473
|
"title": {
|
|
77389
77474
|
"description": "Title of the issue",
|
|
@@ -79250,6 +79335,10 @@
|
|
|
79250
79335
|
"starred_at": {
|
|
79251
79336
|
"type": "string",
|
|
79252
79337
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
79338
|
+
},
|
|
79339
|
+
"anonymous_access_enabled": {
|
|
79340
|
+
"type": "boolean",
|
|
79341
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
79253
79342
|
}
|
|
79254
79343
|
},
|
|
79255
79344
|
"required": [
|
|
@@ -84391,7 +84480,12 @@
|
|
|
84391
84480
|
"description": "The reason for the current state",
|
|
84392
84481
|
"example": "not_planned",
|
|
84393
84482
|
"type": "string",
|
|
84394
|
-
"nullable": true
|
|
84483
|
+
"nullable": true,
|
|
84484
|
+
"enum": [
|
|
84485
|
+
"completed",
|
|
84486
|
+
"reopened",
|
|
84487
|
+
"not_planned"
|
|
84488
|
+
]
|
|
84395
84489
|
},
|
|
84396
84490
|
"title": {
|
|
84397
84491
|
"description": "Title of the issue",
|
|
@@ -86258,6 +86352,10 @@
|
|
|
86258
86352
|
"starred_at": {
|
|
86259
86353
|
"type": "string",
|
|
86260
86354
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
86355
|
+
},
|
|
86356
|
+
"anonymous_access_enabled": {
|
|
86357
|
+
"type": "boolean",
|
|
86358
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
86261
86359
|
}
|
|
86262
86360
|
},
|
|
86263
86361
|
"required": [
|
|
@@ -87226,17 +87324,6 @@
|
|
|
87226
87324
|
}
|
|
87227
87325
|
}
|
|
87228
87326
|
},
|
|
87229
|
-
"302": {
|
|
87230
|
-
"description": "Response if requester is not an organization member",
|
|
87231
|
-
"headers": {
|
|
87232
|
-
"Location": {
|
|
87233
|
-
"example": "https://api.github.com/orgs/github/public_members",
|
|
87234
|
-
"schema": {
|
|
87235
|
-
"type": "string"
|
|
87236
|
-
}
|
|
87237
|
-
}
|
|
87238
|
-
}
|
|
87239
|
-
},
|
|
87240
87327
|
"422": {
|
|
87241
87328
|
"description": "Validation failed",
|
|
87242
87329
|
"content": {
|
|
@@ -89657,6 +89744,10 @@
|
|
|
89657
89744
|
"starred_at": {
|
|
89658
89745
|
"type": "string",
|
|
89659
89746
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
89747
|
+
},
|
|
89748
|
+
"anonymous_access_enabled": {
|
|
89749
|
+
"type": "boolean",
|
|
89750
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
89660
89751
|
}
|
|
89661
89752
|
},
|
|
89662
89753
|
"required": [
|
|
@@ -91273,6 +91364,10 @@
|
|
|
91273
91364
|
"starred_at": {
|
|
91274
91365
|
"type": "string",
|
|
91275
91366
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
91367
|
+
},
|
|
91368
|
+
"anonymous_access_enabled": {
|
|
91369
|
+
"type": "boolean",
|
|
91370
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
91276
91371
|
}
|
|
91277
91372
|
},
|
|
91278
91373
|
"required": [
|
|
@@ -92918,6 +93013,10 @@
|
|
|
92918
93013
|
"starred_at": {
|
|
92919
93014
|
"type": "string",
|
|
92920
93015
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
93016
|
+
},
|
|
93017
|
+
"anonymous_access_enabled": {
|
|
93018
|
+
"type": "boolean",
|
|
93019
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
92921
93020
|
}
|
|
92922
93021
|
},
|
|
92923
93022
|
"required": [
|
|
@@ -96823,6 +96922,10 @@
|
|
|
96823
96922
|
"starred_at": {
|
|
96824
96923
|
"type": "string",
|
|
96825
96924
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
96925
|
+
},
|
|
96926
|
+
"anonymous_access_enabled": {
|
|
96927
|
+
"type": "boolean",
|
|
96928
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
96826
96929
|
}
|
|
96827
96930
|
},
|
|
96828
96931
|
"required": [
|
|
@@ -98384,6 +98487,10 @@
|
|
|
98384
98487
|
"starred_at": {
|
|
98385
98488
|
"type": "string",
|
|
98386
98489
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
98490
|
+
},
|
|
98491
|
+
"anonymous_access_enabled": {
|
|
98492
|
+
"type": "boolean",
|
|
98493
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
98387
98494
|
}
|
|
98388
98495
|
},
|
|
98389
98496
|
"required": [
|
|
@@ -109895,6 +110002,10 @@
|
|
|
109895
110002
|
"starred_at": {
|
|
109896
110003
|
"type": "string",
|
|
109897
110004
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
110005
|
+
},
|
|
110006
|
+
"anonymous_access_enabled": {
|
|
110007
|
+
"type": "boolean",
|
|
110008
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
109898
110009
|
}
|
|
109899
110010
|
},
|
|
109900
110011
|
"required": [
|
|
@@ -111862,6 +111973,10 @@
|
|
|
111862
111973
|
"starred_at": {
|
|
111863
111974
|
"type": "string",
|
|
111864
111975
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
111976
|
+
},
|
|
111977
|
+
"anonymous_access_enabled": {
|
|
111978
|
+
"type": "boolean",
|
|
111979
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
111865
111980
|
}
|
|
111866
111981
|
},
|
|
111867
111982
|
"required": [
|
|
@@ -119834,6 +119949,10 @@
|
|
|
119834
119949
|
"starred_at": {
|
|
119835
119950
|
"type": "string",
|
|
119836
119951
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
119952
|
+
},
|
|
119953
|
+
"anonymous_access_enabled": {
|
|
119954
|
+
"type": "boolean",
|
|
119955
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
119837
119956
|
}
|
|
119838
119957
|
},
|
|
119839
119958
|
"required": [
|
|
@@ -121141,6 +121260,10 @@
|
|
|
121141
121260
|
"starred_at": {
|
|
121142
121261
|
"type": "string",
|
|
121143
121262
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
121263
|
+
},
|
|
121264
|
+
"anonymous_access_enabled": {
|
|
121265
|
+
"type": "boolean",
|
|
121266
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
121144
121267
|
}
|
|
121145
121268
|
},
|
|
121146
121269
|
"required": [
|
|
@@ -122249,6 +122372,10 @@
|
|
|
122249
122372
|
"starred_at": {
|
|
122250
122373
|
"type": "string",
|
|
122251
122374
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
122375
|
+
},
|
|
122376
|
+
"anonymous_access_enabled": {
|
|
122377
|
+
"type": "boolean",
|
|
122378
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
122252
122379
|
}
|
|
122253
122380
|
},
|
|
122254
122381
|
"required": [
|
|
@@ -124828,6 +124955,10 @@
|
|
|
124828
124955
|
"starred_at": {
|
|
124829
124956
|
"type": "string",
|
|
124830
124957
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
124958
|
+
},
|
|
124959
|
+
"anonymous_access_enabled": {
|
|
124960
|
+
"type": "boolean",
|
|
124961
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
124831
124962
|
}
|
|
124832
124963
|
},
|
|
124833
124964
|
"required": [
|
|
@@ -126135,6 +126266,10 @@
|
|
|
126135
126266
|
"starred_at": {
|
|
126136
126267
|
"type": "string",
|
|
126137
126268
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
126269
|
+
},
|
|
126270
|
+
"anonymous_access_enabled": {
|
|
126271
|
+
"type": "boolean",
|
|
126272
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
126138
126273
|
}
|
|
126139
126274
|
},
|
|
126140
126275
|
"required": [
|
|
@@ -127243,6 +127378,10 @@
|
|
|
127243
127378
|
"starred_at": {
|
|
127244
127379
|
"type": "string",
|
|
127245
127380
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
127381
|
+
},
|
|
127382
|
+
"anonymous_access_enabled": {
|
|
127383
|
+
"type": "boolean",
|
|
127384
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
127246
127385
|
}
|
|
127247
127386
|
},
|
|
127248
127387
|
"required": [
|
|
@@ -131528,6 +131667,10 @@
|
|
|
131528
131667
|
"starred_at": {
|
|
131529
131668
|
"type": "string",
|
|
131530
131669
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
131670
|
+
},
|
|
131671
|
+
"anonymous_access_enabled": {
|
|
131672
|
+
"type": "boolean",
|
|
131673
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
131531
131674
|
}
|
|
131532
131675
|
},
|
|
131533
131676
|
"required": [
|
|
@@ -132746,6 +132889,10 @@
|
|
|
132746
132889
|
"starred_at": {
|
|
132747
132890
|
"type": "string",
|
|
132748
132891
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
132892
|
+
},
|
|
132893
|
+
"anonymous_access_enabled": {
|
|
132894
|
+
"type": "boolean",
|
|
132895
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
132749
132896
|
}
|
|
132750
132897
|
},
|
|
132751
132898
|
"required": [
|
|
@@ -136152,6 +136299,10 @@
|
|
|
136152
136299
|
"starred_at": {
|
|
136153
136300
|
"type": "string",
|
|
136154
136301
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
136302
|
+
},
|
|
136303
|
+
"anonymous_access_enabled": {
|
|
136304
|
+
"type": "boolean",
|
|
136305
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
136155
136306
|
}
|
|
136156
136307
|
},
|
|
136157
136308
|
"required": [
|
|
@@ -137829,6 +137980,10 @@
|
|
|
137829
137980
|
"starred_at": {
|
|
137830
137981
|
"type": "string",
|
|
137831
137982
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
137983
|
+
},
|
|
137984
|
+
"anonymous_access_enabled": {
|
|
137985
|
+
"type": "boolean",
|
|
137986
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
137832
137987
|
}
|
|
137833
137988
|
},
|
|
137834
137989
|
"required": [
|
|
@@ -140379,6 +140534,10 @@
|
|
|
140379
140534
|
"starred_at": {
|
|
140380
140535
|
"type": "string",
|
|
140381
140536
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
140537
|
+
},
|
|
140538
|
+
"anonymous_access_enabled": {
|
|
140539
|
+
"type": "boolean",
|
|
140540
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
140382
140541
|
}
|
|
140383
140542
|
},
|
|
140384
140543
|
"required": [
|
|
@@ -142056,6 +142215,10 @@
|
|
|
142056
142215
|
"starred_at": {
|
|
142057
142216
|
"type": "string",
|
|
142058
142217
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
142218
|
+
},
|
|
142219
|
+
"anonymous_access_enabled": {
|
|
142220
|
+
"type": "boolean",
|
|
142221
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
142059
142222
|
}
|
|
142060
142223
|
},
|
|
142061
142224
|
"required": [
|
|
@@ -145168,6 +145331,10 @@
|
|
|
145168
145331
|
"starred_at": {
|
|
145169
145332
|
"type": "string",
|
|
145170
145333
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
145334
|
+
},
|
|
145335
|
+
"anonymous_access_enabled": {
|
|
145336
|
+
"type": "boolean",
|
|
145337
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
145171
145338
|
}
|
|
145172
145339
|
},
|
|
145173
145340
|
"required": [
|
|
@@ -146845,6 +147012,10 @@
|
|
|
146845
147012
|
"starred_at": {
|
|
146846
147013
|
"type": "string",
|
|
146847
147014
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
147015
|
+
},
|
|
147016
|
+
"anonymous_access_enabled": {
|
|
147017
|
+
"type": "boolean",
|
|
147018
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
146848
147019
|
}
|
|
146849
147020
|
},
|
|
146850
147021
|
"required": [
|
|
@@ -153040,6 +153211,10 @@
|
|
|
153040
153211
|
"starred_at": {
|
|
153041
153212
|
"type": "string",
|
|
153042
153213
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
153214
|
+
},
|
|
153215
|
+
"anonymous_access_enabled": {
|
|
153216
|
+
"type": "boolean",
|
|
153217
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
153043
153218
|
}
|
|
153044
153219
|
},
|
|
153045
153220
|
"required": [
|
|
@@ -154717,6 +154892,10 @@
|
|
|
154717
154892
|
"starred_at": {
|
|
154718
154893
|
"type": "string",
|
|
154719
154894
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
154895
|
+
},
|
|
154896
|
+
"anonymous_access_enabled": {
|
|
154897
|
+
"type": "boolean",
|
|
154898
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
154720
154899
|
}
|
|
154721
154900
|
},
|
|
154722
154901
|
"required": [
|
|
@@ -155692,6 +155871,11 @@
|
|
|
155692
155871
|
"url_template": {
|
|
155693
155872
|
"type": "string",
|
|
155694
155873
|
"description": "The URL must contain `<num>` for the reference number."
|
|
155874
|
+
},
|
|
155875
|
+
"is_alphanumeric": {
|
|
155876
|
+
"type": "boolean",
|
|
155877
|
+
"default": "true",
|
|
155878
|
+
"description": "Whether this autolink reference matches alphanumeric characters. If true, the `<num>` parameter of the `url_template` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`. If false, this autolink reference only matches numeric characters."
|
|
155695
155879
|
}
|
|
155696
155880
|
},
|
|
155697
155881
|
"required": [
|
|
@@ -155703,7 +155887,8 @@
|
|
|
155703
155887
|
"default": {
|
|
155704
155888
|
"value": {
|
|
155705
155889
|
"key_prefix": "TICKET-",
|
|
155706
|
-
"url_template": "https://example.com/TICKET?query=<num>"
|
|
155890
|
+
"url_template": "https://example.com/TICKET?query=<num>",
|
|
155891
|
+
"is_alphanumeric": true
|
|
155707
155892
|
}
|
|
155708
155893
|
}
|
|
155709
155894
|
}
|
|
@@ -181673,6 +181858,10 @@
|
|
|
181673
181858
|
"starred_at": {
|
|
181674
181859
|
"type": "string",
|
|
181675
181860
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
181861
|
+
},
|
|
181862
|
+
"anonymous_access_enabled": {
|
|
181863
|
+
"type": "boolean",
|
|
181864
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
181676
181865
|
}
|
|
181677
181866
|
},
|
|
181678
181867
|
"required": [
|
|
@@ -184168,6 +184357,10 @@
|
|
|
184168
184357
|
"starred_at": {
|
|
184169
184358
|
"type": "string",
|
|
184170
184359
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
184360
|
+
},
|
|
184361
|
+
"anonymous_access_enabled": {
|
|
184362
|
+
"type": "boolean",
|
|
184363
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
184171
184364
|
}
|
|
184172
184365
|
},
|
|
184173
184366
|
"required": [
|
|
@@ -186386,6 +186579,10 @@
|
|
|
186386
186579
|
"starred_at": {
|
|
186387
186580
|
"type": "string",
|
|
186388
186581
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
186582
|
+
},
|
|
186583
|
+
"anonymous_access_enabled": {
|
|
186584
|
+
"type": "boolean",
|
|
186585
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
186389
186586
|
}
|
|
186390
186587
|
},
|
|
186391
186588
|
"required": [
|
|
@@ -188777,6 +188974,10 @@
|
|
|
188777
188974
|
"starred_at": {
|
|
188778
188975
|
"type": "string",
|
|
188779
188976
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
188977
|
+
},
|
|
188978
|
+
"anonymous_access_enabled": {
|
|
188979
|
+
"type": "boolean",
|
|
188980
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
188780
188981
|
}
|
|
188781
188982
|
},
|
|
188782
188983
|
"required": [
|
|
@@ -191515,6 +191716,11 @@
|
|
|
191515
191716
|
"nullable": true,
|
|
191516
191717
|
"type": "string",
|
|
191517
191718
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
191719
|
+
},
|
|
191720
|
+
"help_uri": {
|
|
191721
|
+
"nullable": true,
|
|
191722
|
+
"type": "string",
|
|
191723
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
191518
191724
|
}
|
|
191519
191725
|
}
|
|
191520
191726
|
},
|
|
@@ -191675,7 +191881,8 @@
|
|
|
191675
191881
|
"security",
|
|
191676
191882
|
"external/cwe/cwe-022"
|
|
191677
191883
|
],
|
|
191678
|
-
"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 ..."
|
|
191884
|
+
"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 ...",
|
|
191885
|
+
"help_uri": "https://codeql.github.com/"
|
|
191679
191886
|
},
|
|
191680
191887
|
"tool": {
|
|
191681
191888
|
"name": "CodeQL",
|
|
@@ -192147,6 +192354,11 @@
|
|
|
192147
192354
|
"nullable": true,
|
|
192148
192355
|
"type": "string",
|
|
192149
192356
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
192357
|
+
},
|
|
192358
|
+
"help_uri": {
|
|
192359
|
+
"nullable": true,
|
|
192360
|
+
"type": "string",
|
|
192361
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
192150
192362
|
}
|
|
192151
192363
|
}
|
|
192152
192364
|
},
|
|
@@ -192307,7 +192519,8 @@
|
|
|
192307
192519
|
"security",
|
|
192308
192520
|
"external/cwe/cwe-022"
|
|
192309
192521
|
],
|
|
192310
|
-
"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 ..."
|
|
192522
|
+
"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 ...",
|
|
192523
|
+
"help_uri": "https://codeql.github.com/"
|
|
192311
192524
|
},
|
|
192312
192525
|
"tool": {
|
|
192313
192526
|
"name": "CodeQL",
|
|
@@ -196029,6 +196242,10 @@
|
|
|
196029
196242
|
"starred_at": {
|
|
196030
196243
|
"type": "string",
|
|
196031
196244
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
196245
|
+
},
|
|
196246
|
+
"anonymous_access_enabled": {
|
|
196247
|
+
"type": "boolean",
|
|
196248
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
196032
196249
|
}
|
|
196033
196250
|
},
|
|
196034
196251
|
"required": [
|
|
@@ -203281,6 +203498,10 @@
|
|
|
203281
203498
|
"starred_at": {
|
|
203282
203499
|
"type": "string",
|
|
203283
203500
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
203501
|
+
},
|
|
203502
|
+
"anonymous_access_enabled": {
|
|
203503
|
+
"type": "boolean",
|
|
203504
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
203284
203505
|
}
|
|
203285
203506
|
},
|
|
203286
203507
|
"required": [
|
|
@@ -204530,6 +204751,10 @@
|
|
|
204530
204751
|
"starred_at": {
|
|
204531
204752
|
"type": "string",
|
|
204532
204753
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
204754
|
+
},
|
|
204755
|
+
"anonymous_access_enabled": {
|
|
204756
|
+
"type": "boolean",
|
|
204757
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
204533
204758
|
}
|
|
204534
204759
|
},
|
|
204535
204760
|
"required": [
|
|
@@ -206411,6 +206636,27 @@
|
|
|
206411
206636
|
}
|
|
206412
206637
|
}
|
|
206413
206638
|
}
|
|
206639
|
+
},
|
|
206640
|
+
"503": {
|
|
206641
|
+
"description": "Service unavailable",
|
|
206642
|
+
"content": {
|
|
206643
|
+
"application/json": {
|
|
206644
|
+
"schema": {
|
|
206645
|
+
"type": "object",
|
|
206646
|
+
"properties": {
|
|
206647
|
+
"code": {
|
|
206648
|
+
"type": "string"
|
|
206649
|
+
},
|
|
206650
|
+
"message": {
|
|
206651
|
+
"type": "string"
|
|
206652
|
+
},
|
|
206653
|
+
"documentation_url": {
|
|
206654
|
+
"type": "string"
|
|
206655
|
+
}
|
|
206656
|
+
}
|
|
206657
|
+
}
|
|
206658
|
+
}
|
|
206659
|
+
}
|
|
206414
206660
|
}
|
|
206415
206661
|
},
|
|
206416
206662
|
"x-github": {
|
|
@@ -209442,6 +209688,10 @@
|
|
|
209442
209688
|
"starred_at": {
|
|
209443
209689
|
"type": "string",
|
|
209444
209690
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
209691
|
+
},
|
|
209692
|
+
"anonymous_access_enabled": {
|
|
209693
|
+
"type": "boolean",
|
|
209694
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
209445
209695
|
}
|
|
209446
209696
|
},
|
|
209447
209697
|
"required": [
|
|
@@ -211581,6 +211831,10 @@
|
|
|
211581
211831
|
"starred_at": {
|
|
211582
211832
|
"type": "string",
|
|
211583
211833
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
211834
|
+
},
|
|
211835
|
+
"anonymous_access_enabled": {
|
|
211836
|
+
"type": "boolean",
|
|
211837
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
211584
211838
|
}
|
|
211585
211839
|
},
|
|
211586
211840
|
"required": [
|
|
@@ -214344,6 +214598,27 @@
|
|
|
214344
214598
|
}
|
|
214345
214599
|
}
|
|
214346
214600
|
}
|
|
214601
|
+
},
|
|
214602
|
+
"503": {
|
|
214603
|
+
"description": "Service unavailable",
|
|
214604
|
+
"content": {
|
|
214605
|
+
"application/json": {
|
|
214606
|
+
"schema": {
|
|
214607
|
+
"type": "object",
|
|
214608
|
+
"properties": {
|
|
214609
|
+
"code": {
|
|
214610
|
+
"type": "string"
|
|
214611
|
+
},
|
|
214612
|
+
"message": {
|
|
214613
|
+
"type": "string"
|
|
214614
|
+
},
|
|
214615
|
+
"documentation_url": {
|
|
214616
|
+
"type": "string"
|
|
214617
|
+
}
|
|
214618
|
+
}
|
|
214619
|
+
}
|
|
214620
|
+
}
|
|
214621
|
+
}
|
|
214347
214622
|
}
|
|
214348
214623
|
},
|
|
214349
214624
|
"x-github": {
|
|
@@ -223876,7 +224151,12 @@
|
|
|
223876
224151
|
"description": "The reason for the current state",
|
|
223877
224152
|
"example": "not_planned",
|
|
223878
224153
|
"type": "string",
|
|
223879
|
-
"nullable": true
|
|
224154
|
+
"nullable": true,
|
|
224155
|
+
"enum": [
|
|
224156
|
+
"completed",
|
|
224157
|
+
"reopened",
|
|
224158
|
+
"not_planned"
|
|
224159
|
+
]
|
|
223880
224160
|
},
|
|
223881
224161
|
"title": {
|
|
223882
224162
|
"description": "Title of the issue",
|
|
@@ -225743,6 +226023,10 @@
|
|
|
225743
226023
|
"starred_at": {
|
|
225744
226024
|
"type": "string",
|
|
225745
226025
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
226026
|
+
},
|
|
226027
|
+
"anonymous_access_enabled": {
|
|
226028
|
+
"type": "boolean",
|
|
226029
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
225746
226030
|
}
|
|
225747
226031
|
},
|
|
225748
226032
|
"required": [
|
|
@@ -228322,6 +228606,10 @@
|
|
|
228322
228606
|
"starred_at": {
|
|
228323
228607
|
"type": "string",
|
|
228324
228608
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
228609
|
+
},
|
|
228610
|
+
"anonymous_access_enabled": {
|
|
228611
|
+
"type": "boolean",
|
|
228612
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
228325
228613
|
}
|
|
228326
228614
|
},
|
|
228327
228615
|
"required": [
|
|
@@ -230290,6 +230578,10 @@
|
|
|
230290
230578
|
"starred_at": {
|
|
230291
230579
|
"type": "string",
|
|
230292
230580
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
230581
|
+
},
|
|
230582
|
+
"anonymous_access_enabled": {
|
|
230583
|
+
"type": "boolean",
|
|
230584
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
230293
230585
|
}
|
|
230294
230586
|
},
|
|
230295
230587
|
"required": [
|
|
@@ -231597,6 +231889,10 @@
|
|
|
231597
231889
|
"starred_at": {
|
|
231598
231890
|
"type": "string",
|
|
231599
231891
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
231892
|
+
},
|
|
231893
|
+
"anonymous_access_enabled": {
|
|
231894
|
+
"type": "boolean",
|
|
231895
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
231600
231896
|
}
|
|
231601
231897
|
},
|
|
231602
231898
|
"required": [
|
|
@@ -232705,6 +233001,10 @@
|
|
|
232705
233001
|
"starred_at": {
|
|
232706
233002
|
"type": "string",
|
|
232707
233003
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
233004
|
+
},
|
|
233005
|
+
"anonymous_access_enabled": {
|
|
233006
|
+
"type": "boolean",
|
|
233007
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
232708
233008
|
}
|
|
232709
233009
|
},
|
|
232710
233010
|
"required": [
|
|
@@ -242201,6 +242501,10 @@
|
|
|
242201
242501
|
"starred_at": {
|
|
242202
242502
|
"type": "string",
|
|
242203
242503
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
242504
|
+
},
|
|
242505
|
+
"anonymous_access_enabled": {
|
|
242506
|
+
"type": "boolean",
|
|
242507
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
242204
242508
|
}
|
|
242205
242509
|
},
|
|
242206
242510
|
"required": [
|
|
@@ -244402,6 +244706,10 @@
|
|
|
244402
244706
|
"starred_at": {
|
|
244403
244707
|
"type": "string",
|
|
244404
244708
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
244709
|
+
},
|
|
244710
|
+
"anonymous_access_enabled": {
|
|
244711
|
+
"type": "boolean",
|
|
244712
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
244405
244713
|
}
|
|
244406
244714
|
},
|
|
244407
244715
|
"required": [
|
|
@@ -245300,7 +245608,12 @@
|
|
|
245300
245608
|
"description": "The reason for the current state",
|
|
245301
245609
|
"example": "not_planned",
|
|
245302
245610
|
"type": "string",
|
|
245303
|
-
"nullable": true
|
|
245611
|
+
"nullable": true,
|
|
245612
|
+
"enum": [
|
|
245613
|
+
"completed",
|
|
245614
|
+
"reopened",
|
|
245615
|
+
"not_planned"
|
|
245616
|
+
]
|
|
245304
245617
|
},
|
|
245305
245618
|
"title": {
|
|
245306
245619
|
"description": "Title of the issue",
|
|
@@ -247167,6 +247480,10 @@
|
|
|
247167
247480
|
"starred_at": {
|
|
247168
247481
|
"type": "string",
|
|
247169
247482
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
247483
|
+
},
|
|
247484
|
+
"anonymous_access_enabled": {
|
|
247485
|
+
"type": "boolean",
|
|
247486
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
247170
247487
|
}
|
|
247171
247488
|
},
|
|
247172
247489
|
"required": [
|
|
@@ -248078,7 +248395,12 @@
|
|
|
248078
248395
|
"description": "The reason for the current state",
|
|
248079
248396
|
"example": "not_planned",
|
|
248080
248397
|
"type": "string",
|
|
248081
|
-
"nullable": true
|
|
248398
|
+
"nullable": true,
|
|
248399
|
+
"enum": [
|
|
248400
|
+
"completed",
|
|
248401
|
+
"reopened",
|
|
248402
|
+
"not_planned"
|
|
248403
|
+
]
|
|
248082
248404
|
},
|
|
248083
248405
|
"title": {
|
|
248084
248406
|
"description": "Title of the issue",
|
|
@@ -249945,6 +250267,10 @@
|
|
|
249945
250267
|
"starred_at": {
|
|
249946
250268
|
"type": "string",
|
|
249947
250269
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
250270
|
+
},
|
|
250271
|
+
"anonymous_access_enabled": {
|
|
250272
|
+
"type": "boolean",
|
|
250273
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
249948
250274
|
}
|
|
249949
250275
|
},
|
|
249950
250276
|
"required": [
|
|
@@ -254009,7 +254335,12 @@
|
|
|
254009
254335
|
"description": "The reason for the current state",
|
|
254010
254336
|
"example": "not_planned",
|
|
254011
254337
|
"type": "string",
|
|
254012
|
-
"nullable": true
|
|
254338
|
+
"nullable": true,
|
|
254339
|
+
"enum": [
|
|
254340
|
+
"completed",
|
|
254341
|
+
"reopened",
|
|
254342
|
+
"not_planned"
|
|
254343
|
+
]
|
|
254013
254344
|
},
|
|
254014
254345
|
"title": {
|
|
254015
254346
|
"description": "Title of the issue",
|
|
@@ -255876,6 +256207,10 @@
|
|
|
255876
256207
|
"starred_at": {
|
|
255877
256208
|
"type": "string",
|
|
255878
256209
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
256210
|
+
},
|
|
256211
|
+
"anonymous_access_enabled": {
|
|
256212
|
+
"type": "boolean",
|
|
256213
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
255879
256214
|
}
|
|
255880
256215
|
},
|
|
255881
256216
|
"required": [
|
|
@@ -257843,7 +258178,12 @@
|
|
|
257843
258178
|
"description": "The reason for the current state",
|
|
257844
258179
|
"example": "not_planned",
|
|
257845
258180
|
"type": "string",
|
|
257846
|
-
"nullable": true
|
|
258181
|
+
"nullable": true,
|
|
258182
|
+
"enum": [
|
|
258183
|
+
"completed",
|
|
258184
|
+
"reopened",
|
|
258185
|
+
"not_planned"
|
|
258186
|
+
]
|
|
257847
258187
|
},
|
|
257848
258188
|
"title": {
|
|
257849
258189
|
"description": "Title of the issue",
|
|
@@ -259710,6 +260050,10 @@
|
|
|
259710
260050
|
"starred_at": {
|
|
259711
260051
|
"type": "string",
|
|
259712
260052
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
260053
|
+
},
|
|
260054
|
+
"anonymous_access_enabled": {
|
|
260055
|
+
"type": "boolean",
|
|
260056
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
259713
260057
|
}
|
|
259714
260058
|
},
|
|
259715
260059
|
"required": [
|
|
@@ -261559,7 +261903,12 @@
|
|
|
261559
261903
|
"description": "The reason for the current state",
|
|
261560
261904
|
"example": "not_planned",
|
|
261561
261905
|
"type": "string",
|
|
261562
|
-
"nullable": true
|
|
261906
|
+
"nullable": true,
|
|
261907
|
+
"enum": [
|
|
261908
|
+
"completed",
|
|
261909
|
+
"reopened",
|
|
261910
|
+
"not_planned"
|
|
261911
|
+
]
|
|
261563
261912
|
},
|
|
261564
261913
|
"title": {
|
|
261565
261914
|
"description": "Title of the issue",
|
|
@@ -263426,6 +263775,10 @@
|
|
|
263426
263775
|
"starred_at": {
|
|
263427
263776
|
"type": "string",
|
|
263428
263777
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
263778
|
+
},
|
|
263779
|
+
"anonymous_access_enabled": {
|
|
263780
|
+
"type": "boolean",
|
|
263781
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
263429
263782
|
}
|
|
263430
263783
|
},
|
|
263431
263784
|
"required": [
|
|
@@ -264180,6 +264533,11 @@
|
|
|
264180
264533
|
},
|
|
264181
264534
|
"state_reason": {
|
|
264182
264535
|
"type": "string",
|
|
264536
|
+
"enum": [
|
|
264537
|
+
"completed",
|
|
264538
|
+
"not_planned",
|
|
264539
|
+
"reopened"
|
|
264540
|
+
],
|
|
264183
264541
|
"nullable": true,
|
|
264184
264542
|
"description": "The reason for the current state",
|
|
264185
264543
|
"example": "not_planned"
|
|
@@ -264309,7 +264667,12 @@
|
|
|
264309
264667
|
"description": "The reason for the current state",
|
|
264310
264668
|
"example": "not_planned",
|
|
264311
264669
|
"type": "string",
|
|
264312
|
-
"nullable": true
|
|
264670
|
+
"nullable": true,
|
|
264671
|
+
"enum": [
|
|
264672
|
+
"completed",
|
|
264673
|
+
"reopened",
|
|
264674
|
+
"not_planned"
|
|
264675
|
+
]
|
|
264313
264676
|
},
|
|
264314
264677
|
"title": {
|
|
264315
264678
|
"description": "Title of the issue",
|
|
@@ -266176,6 +266539,10 @@
|
|
|
266176
266539
|
"starred_at": {
|
|
266177
266540
|
"type": "string",
|
|
266178
266541
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
266542
|
+
},
|
|
266543
|
+
"anonymous_access_enabled": {
|
|
266544
|
+
"type": "boolean",
|
|
266545
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
266179
266546
|
}
|
|
266180
266547
|
},
|
|
266181
266548
|
"required": [
|
|
@@ -267090,7 +267457,12 @@
|
|
|
267090
267457
|
"description": "The reason for the current state",
|
|
267091
267458
|
"example": "not_planned",
|
|
267092
267459
|
"type": "string",
|
|
267093
|
-
"nullable": true
|
|
267460
|
+
"nullable": true,
|
|
267461
|
+
"enum": [
|
|
267462
|
+
"completed",
|
|
267463
|
+
"reopened",
|
|
267464
|
+
"not_planned"
|
|
267465
|
+
]
|
|
267094
267466
|
},
|
|
267095
267467
|
"title": {
|
|
267096
267468
|
"description": "Title of the issue",
|
|
@@ -268957,6 +269329,10 @@
|
|
|
268957
269329
|
"starred_at": {
|
|
268958
269330
|
"type": "string",
|
|
268959
269331
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
269332
|
+
},
|
|
269333
|
+
"anonymous_access_enabled": {
|
|
269334
|
+
"type": "boolean",
|
|
269335
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
268960
269336
|
}
|
|
268961
269337
|
},
|
|
268962
269338
|
"required": [
|
|
@@ -290868,7 +291244,12 @@
|
|
|
290868
291244
|
"description": "The reason for the current state",
|
|
290869
291245
|
"example": "not_planned",
|
|
290870
291246
|
"type": "string",
|
|
290871
|
-
"nullable": true
|
|
291247
|
+
"nullable": true,
|
|
291248
|
+
"enum": [
|
|
291249
|
+
"completed",
|
|
291250
|
+
"reopened",
|
|
291251
|
+
"not_planned"
|
|
291252
|
+
]
|
|
290872
291253
|
},
|
|
290873
291254
|
"title": {
|
|
290874
291255
|
"description": "Title of the issue",
|
|
@@ -292735,6 +293116,10 @@
|
|
|
292735
293116
|
"starred_at": {
|
|
292736
293117
|
"type": "string",
|
|
292737
293118
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
293119
|
+
},
|
|
293120
|
+
"anonymous_access_enabled": {
|
|
293121
|
+
"type": "boolean",
|
|
293122
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
292738
293123
|
}
|
|
292739
293124
|
},
|
|
292740
293125
|
"required": [
|
|
@@ -301924,6 +302309,10 @@
|
|
|
301924
302309
|
"starred_at": {
|
|
301925
302310
|
"type": "string",
|
|
301926
302311
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
302312
|
+
},
|
|
302313
|
+
"anonymous_access_enabled": {
|
|
302314
|
+
"type": "boolean",
|
|
302315
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
301927
302316
|
}
|
|
301928
302317
|
},
|
|
301929
302318
|
"required": [
|
|
@@ -307860,6 +308249,10 @@
|
|
|
307860
308249
|
"starred_at": {
|
|
307861
308250
|
"type": "string",
|
|
307862
308251
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
308252
|
+
},
|
|
308253
|
+
"anonymous_access_enabled": {
|
|
308254
|
+
"type": "boolean",
|
|
308255
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
307863
308256
|
}
|
|
307864
308257
|
},
|
|
307865
308258
|
"required": [
|
|
@@ -309109,6 +309502,10 @@
|
|
|
309109
309502
|
"starred_at": {
|
|
309110
309503
|
"type": "string",
|
|
309111
309504
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
309505
|
+
},
|
|
309506
|
+
"anonymous_access_enabled": {
|
|
309507
|
+
"type": "boolean",
|
|
309508
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
309112
309509
|
}
|
|
309113
309510
|
},
|
|
309114
309511
|
"required": [
|
|
@@ -319666,6 +320063,27 @@
|
|
|
319666
320063
|
}
|
|
319667
320064
|
}
|
|
319668
320065
|
}
|
|
320066
|
+
},
|
|
320067
|
+
"503": {
|
|
320068
|
+
"description": "Service unavailable",
|
|
320069
|
+
"content": {
|
|
320070
|
+
"application/json": {
|
|
320071
|
+
"schema": {
|
|
320072
|
+
"type": "object",
|
|
320073
|
+
"properties": {
|
|
320074
|
+
"code": {
|
|
320075
|
+
"type": "string"
|
|
320076
|
+
},
|
|
320077
|
+
"message": {
|
|
320078
|
+
"type": "string"
|
|
320079
|
+
},
|
|
320080
|
+
"documentation_url": {
|
|
320081
|
+
"type": "string"
|
|
320082
|
+
}
|
|
320083
|
+
}
|
|
320084
|
+
}
|
|
320085
|
+
}
|
|
320086
|
+
}
|
|
319669
320087
|
}
|
|
319670
320088
|
},
|
|
319671
320089
|
"x-github": {
|
|
@@ -325895,6 +326313,27 @@
|
|
|
325895
326313
|
}
|
|
325896
326314
|
}
|
|
325897
326315
|
}
|
|
326316
|
+
},
|
|
326317
|
+
"503": {
|
|
326318
|
+
"description": "Service unavailable",
|
|
326319
|
+
"content": {
|
|
326320
|
+
"application/json": {
|
|
326321
|
+
"schema": {
|
|
326322
|
+
"type": "object",
|
|
326323
|
+
"properties": {
|
|
326324
|
+
"code": {
|
|
326325
|
+
"type": "string"
|
|
326326
|
+
},
|
|
326327
|
+
"message": {
|
|
326328
|
+
"type": "string"
|
|
326329
|
+
},
|
|
326330
|
+
"documentation_url": {
|
|
326331
|
+
"type": "string"
|
|
326332
|
+
}
|
|
326333
|
+
}
|
|
326334
|
+
}
|
|
326335
|
+
}
|
|
326336
|
+
}
|
|
325898
326337
|
}
|
|
325899
326338
|
},
|
|
325900
326339
|
"x-github": {
|
|
@@ -328835,6 +329274,10 @@
|
|
|
328835
329274
|
"starred_at": {
|
|
328836
329275
|
"type": "string",
|
|
328837
329276
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
329277
|
+
},
|
|
329278
|
+
"anonymous_access_enabled": {
|
|
329279
|
+
"type": "boolean",
|
|
329280
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
328838
329281
|
}
|
|
328839
329282
|
},
|
|
328840
329283
|
"required": [
|
|
@@ -330084,6 +330527,10 @@
|
|
|
330084
330527
|
"starred_at": {
|
|
330085
330528
|
"type": "string",
|
|
330086
330529
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
330530
|
+
},
|
|
330531
|
+
"anonymous_access_enabled": {
|
|
330532
|
+
"type": "boolean",
|
|
330533
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
330087
330534
|
}
|
|
330088
330535
|
},
|
|
330089
330536
|
"required": [
|
|
@@ -333388,6 +333835,10 @@
|
|
|
333388
333835
|
"starred_at": {
|
|
333389
333836
|
"type": "string",
|
|
333390
333837
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
333838
|
+
},
|
|
333839
|
+
"anonymous_access_enabled": {
|
|
333840
|
+
"type": "boolean",
|
|
333841
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
333391
333842
|
}
|
|
333392
333843
|
},
|
|
333393
333844
|
"required": [
|
|
@@ -334637,6 +335088,10 @@
|
|
|
334637
335088
|
"starred_at": {
|
|
334638
335089
|
"type": "string",
|
|
334639
335090
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
335091
|
+
},
|
|
335092
|
+
"anonymous_access_enabled": {
|
|
335093
|
+
"type": "boolean",
|
|
335094
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
334640
335095
|
}
|
|
334641
335096
|
},
|
|
334642
335097
|
"required": [
|
|
@@ -352597,6 +353052,10 @@
|
|
|
352597
353052
|
"starred_at": {
|
|
352598
353053
|
"type": "string",
|
|
352599
353054
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
353055
|
+
},
|
|
353056
|
+
"anonymous_access_enabled": {
|
|
353057
|
+
"type": "boolean",
|
|
353058
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
352600
353059
|
}
|
|
352601
353060
|
},
|
|
352602
353061
|
"required": [
|
|
@@ -353133,7 +353592,7 @@
|
|
|
353133
353592
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
353134
353593
|
"post": {
|
|
353135
353594
|
"summary": "Create a repository using a template",
|
|
353136
|
-
"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.
|
|
353595
|
+
"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",
|
|
353137
353596
|
"tags": [
|
|
353138
353597
|
"repos"
|
|
353139
353598
|
],
|
|
@@ -354243,6 +354702,10 @@
|
|
|
354243
354702
|
"starred_at": {
|
|
354244
354703
|
"type": "string",
|
|
354245
354704
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
354705
|
+
},
|
|
354706
|
+
"anonymous_access_enabled": {
|
|
354707
|
+
"type": "boolean",
|
|
354708
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
354246
354709
|
}
|
|
354247
354710
|
},
|
|
354248
354711
|
"required": [
|
|
@@ -355983,6 +356446,10 @@
|
|
|
355983
356446
|
"starred_at": {
|
|
355984
356447
|
"type": "string",
|
|
355985
356448
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
356449
|
+
},
|
|
356450
|
+
"anonymous_access_enabled": {
|
|
356451
|
+
"type": "boolean",
|
|
356452
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
355986
356453
|
}
|
|
355987
356454
|
},
|
|
355988
356455
|
"required": [
|
|
@@ -358430,6 +358897,10 @@
|
|
|
358430
358897
|
"starred_at": {
|
|
358431
358898
|
"type": "string",
|
|
358432
358899
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
358900
|
+
},
|
|
358901
|
+
"anonymous_access_enabled": {
|
|
358902
|
+
"type": "boolean",
|
|
358903
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
358433
358904
|
}
|
|
358434
358905
|
},
|
|
358435
358906
|
"required": [
|
|
@@ -360780,6 +361251,10 @@
|
|
|
360780
361251
|
"starred_at": {
|
|
360781
361252
|
"type": "string",
|
|
360782
361253
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
361254
|
+
},
|
|
361255
|
+
"anonymous_access_enabled": {
|
|
361256
|
+
"type": "boolean",
|
|
361257
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
360783
361258
|
}
|
|
360784
361259
|
},
|
|
360785
361260
|
"required": [
|
|
@@ -363125,6 +363600,10 @@
|
|
|
363125
363600
|
"starred_at": {
|
|
363126
363601
|
"type": "string",
|
|
363127
363602
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
363603
|
+
},
|
|
363604
|
+
"anonymous_access_enabled": {
|
|
363605
|
+
"type": "boolean",
|
|
363606
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
363128
363607
|
}
|
|
363129
363608
|
},
|
|
363130
363609
|
"required": [
|
|
@@ -376785,6 +377264,10 @@
|
|
|
376785
377264
|
"starred_at": {
|
|
376786
377265
|
"type": "string",
|
|
376787
377266
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
377267
|
+
},
|
|
377268
|
+
"anonymous_access_enabled": {
|
|
377269
|
+
"type": "boolean",
|
|
377270
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
376788
377271
|
}
|
|
376789
377272
|
},
|
|
376790
377273
|
"required": [
|
|
@@ -378772,6 +379255,10 @@
|
|
|
378772
379255
|
"starred_at": {
|
|
378773
379256
|
"type": "string",
|
|
378774
379257
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
379258
|
+
},
|
|
379259
|
+
"anonymous_access_enabled": {
|
|
379260
|
+
"type": "boolean",
|
|
379261
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
378775
379262
|
}
|
|
378776
379263
|
},
|
|
378777
379264
|
"required": [
|
|
@@ -385927,6 +386414,10 @@
|
|
|
385927
386414
|
"starred_at": {
|
|
385928
386415
|
"type": "string",
|
|
385929
386416
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
386417
|
+
},
|
|
386418
|
+
"anonymous_access_enabled": {
|
|
386419
|
+
"type": "boolean",
|
|
386420
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
385930
386421
|
}
|
|
385931
386422
|
},
|
|
385932
386423
|
"required": [
|
|
@@ -386622,7 +387113,12 @@
|
|
|
386622
387113
|
"description": "The reason for the current state",
|
|
386623
387114
|
"example": "not_planned",
|
|
386624
387115
|
"type": "string",
|
|
386625
|
-
"nullable": true
|
|
387116
|
+
"nullable": true,
|
|
387117
|
+
"enum": [
|
|
387118
|
+
"completed",
|
|
387119
|
+
"reopened",
|
|
387120
|
+
"not_planned"
|
|
387121
|
+
]
|
|
386626
387122
|
},
|
|
386627
387123
|
"title": {
|
|
386628
387124
|
"description": "Title of the issue",
|
|
@@ -388489,6 +388985,10 @@
|
|
|
388489
388985
|
"starred_at": {
|
|
388490
388986
|
"type": "string",
|
|
388491
388987
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
388988
|
+
},
|
|
388989
|
+
"anonymous_access_enabled": {
|
|
388990
|
+
"type": "boolean",
|
|
388991
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
388492
388992
|
}
|
|
388493
388993
|
},
|
|
388494
388994
|
"required": [
|
|
@@ -392642,6 +393142,10 @@
|
|
|
392642
393142
|
"starred_at": {
|
|
392643
393143
|
"type": "string",
|
|
392644
393144
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
393145
|
+
},
|
|
393146
|
+
"anonymous_access_enabled": {
|
|
393147
|
+
"type": "boolean",
|
|
393148
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
392645
393149
|
}
|
|
392646
393150
|
},
|
|
392647
393151
|
"required": [
|
|
@@ -394312,6 +394816,10 @@
|
|
|
394312
394816
|
"starred_at": {
|
|
394313
394817
|
"type": "string",
|
|
394314
394818
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
394819
|
+
},
|
|
394820
|
+
"anonymous_access_enabled": {
|
|
394821
|
+
"type": "boolean",
|
|
394822
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
394315
394823
|
}
|
|
394316
394824
|
},
|
|
394317
394825
|
"required": [
|
|
@@ -396347,6 +396855,10 @@
|
|
|
396347
396855
|
"starred_at": {
|
|
396348
396856
|
"type": "string",
|
|
396349
396857
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
396858
|
+
},
|
|
396859
|
+
"anonymous_access_enabled": {
|
|
396860
|
+
"type": "boolean",
|
|
396861
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
396350
396862
|
}
|
|
396351
396863
|
},
|
|
396352
396864
|
"required": [
|
|
@@ -398699,6 +399211,10 @@
|
|
|
398699
399211
|
"starred_at": {
|
|
398700
399212
|
"type": "string",
|
|
398701
399213
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
399214
|
+
},
|
|
399215
|
+
"anonymous_access_enabled": {
|
|
399216
|
+
"type": "boolean",
|
|
399217
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
398702
399218
|
}
|
|
398703
399219
|
},
|
|
398704
399220
|
"required": [
|
|
@@ -400243,6 +400759,10 @@
|
|
|
400243
400759
|
"starred_at": {
|
|
400244
400760
|
"type": "string",
|
|
400245
400761
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
400762
|
+
},
|
|
400763
|
+
"anonymous_access_enabled": {
|
|
400764
|
+
"type": "boolean",
|
|
400765
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
400246
400766
|
}
|
|
400247
400767
|
},
|
|
400248
400768
|
"required": [
|
|
@@ -402200,6 +402720,10 @@
|
|
|
402200
402720
|
"starred_at": {
|
|
402201
402721
|
"type": "string",
|
|
402202
402722
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
402723
|
+
},
|
|
402724
|
+
"anonymous_access_enabled": {
|
|
402725
|
+
"type": "boolean",
|
|
402726
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
402203
402727
|
}
|
|
402204
402728
|
},
|
|
402205
402729
|
"required": [
|
|
@@ -404281,6 +404805,10 @@
|
|
|
404281
404805
|
"starred_at": {
|
|
404282
404806
|
"type": "string",
|
|
404283
404807
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
404808
|
+
},
|
|
404809
|
+
"anonymous_access_enabled": {
|
|
404810
|
+
"type": "boolean",
|
|
404811
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
404284
404812
|
}
|
|
404285
404813
|
},
|
|
404286
404814
|
"required": [
|
|
@@ -405533,6 +406061,10 @@
|
|
|
405533
406061
|
"starred_at": {
|
|
405534
406062
|
"type": "string",
|
|
405535
406063
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
406064
|
+
},
|
|
406065
|
+
"anonymous_access_enabled": {
|
|
406066
|
+
"type": "boolean",
|
|
406067
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
405536
406068
|
}
|
|
405537
406069
|
},
|
|
405538
406070
|
"required": [
|
|
@@ -407714,6 +408246,10 @@
|
|
|
407714
408246
|
"starred_at": {
|
|
407715
408247
|
"type": "string",
|
|
407716
408248
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
408249
|
+
},
|
|
408250
|
+
"anonymous_access_enabled": {
|
|
408251
|
+
"type": "boolean",
|
|
408252
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
407717
408253
|
}
|
|
407718
408254
|
},
|
|
407719
408255
|
"required": [
|
|
@@ -409757,7 +410293,12 @@
|
|
|
409757
410293
|
"description": "The reason for the current state",
|
|
409758
410294
|
"example": "not_planned",
|
|
409759
410295
|
"type": "string",
|
|
409760
|
-
"nullable": true
|
|
410296
|
+
"nullable": true,
|
|
410297
|
+
"enum": [
|
|
410298
|
+
"completed",
|
|
410299
|
+
"reopened",
|
|
410300
|
+
"not_planned"
|
|
410301
|
+
]
|
|
409761
410302
|
},
|
|
409762
410303
|
"title": {
|
|
409763
410304
|
"description": "Title of the issue",
|
|
@@ -411624,6 +412165,10 @@
|
|
|
411624
412165
|
"starred_at": {
|
|
411625
412166
|
"type": "string",
|
|
411626
412167
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
412168
|
+
},
|
|
412169
|
+
"anonymous_access_enabled": {
|
|
412170
|
+
"type": "boolean",
|
|
412171
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
411627
412172
|
}
|
|
411628
412173
|
},
|
|
411629
412174
|
"required": [
|
|
@@ -412880,7 +413425,12 @@
|
|
|
412880
413425
|
"description": "The reason for the current state",
|
|
412881
413426
|
"example": "not_planned",
|
|
412882
413427
|
"type": "string",
|
|
412883
|
-
"nullable": true
|
|
413428
|
+
"nullable": true,
|
|
413429
|
+
"enum": [
|
|
413430
|
+
"completed",
|
|
413431
|
+
"reopened",
|
|
413432
|
+
"not_planned"
|
|
413433
|
+
]
|
|
412884
413434
|
},
|
|
412885
413435
|
"title": {
|
|
412886
413436
|
"description": "Title of the issue",
|
|
@@ -414747,6 +415297,10 @@
|
|
|
414747
415297
|
"starred_at": {
|
|
414748
415298
|
"type": "string",
|
|
414749
415299
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
415300
|
+
},
|
|
415301
|
+
"anonymous_access_enabled": {
|
|
415302
|
+
"type": "boolean",
|
|
415303
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
414750
415304
|
}
|
|
414751
415305
|
},
|
|
414752
415306
|
"required": [
|
|
@@ -416005,7 +416559,12 @@
|
|
|
416005
416559
|
"description": "The reason for the current state",
|
|
416006
416560
|
"example": "not_planned",
|
|
416007
416561
|
"type": "string",
|
|
416008
|
-
"nullable": true
|
|
416562
|
+
"nullable": true,
|
|
416563
|
+
"enum": [
|
|
416564
|
+
"completed",
|
|
416565
|
+
"reopened",
|
|
416566
|
+
"not_planned"
|
|
416567
|
+
]
|
|
416009
416568
|
},
|
|
416010
416569
|
"title": {
|
|
416011
416570
|
"description": "Title of the issue",
|
|
@@ -417872,6 +418431,10 @@
|
|
|
417872
418431
|
"starred_at": {
|
|
417873
418432
|
"type": "string",
|
|
417874
418433
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
418434
|
+
},
|
|
418435
|
+
"anonymous_access_enabled": {
|
|
418436
|
+
"type": "boolean",
|
|
418437
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
417875
418438
|
}
|
|
417876
418439
|
},
|
|
417877
418440
|
"required": [
|
|
@@ -422060,7 +422623,12 @@
|
|
|
422060
422623
|
"description": "The reason for the current state",
|
|
422061
422624
|
"example": "not_planned",
|
|
422062
422625
|
"type": "string",
|
|
422063
|
-
"nullable": true
|
|
422626
|
+
"nullable": true,
|
|
422627
|
+
"enum": [
|
|
422628
|
+
"completed",
|
|
422629
|
+
"reopened",
|
|
422630
|
+
"not_planned"
|
|
422631
|
+
]
|
|
422064
422632
|
},
|
|
422065
422633
|
"title": {
|
|
422066
422634
|
"description": "Title of the issue",
|
|
@@ -423927,6 +424495,10 @@
|
|
|
423927
424495
|
"starred_at": {
|
|
423928
424496
|
"type": "string",
|
|
423929
424497
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
424498
|
+
},
|
|
424499
|
+
"anonymous_access_enabled": {
|
|
424500
|
+
"type": "boolean",
|
|
424501
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
423930
424502
|
}
|
|
423931
424503
|
},
|
|
423932
424504
|
"required": [
|
|
@@ -425185,7 +425757,12 @@
|
|
|
425185
425757
|
"description": "The reason for the current state",
|
|
425186
425758
|
"example": "not_planned",
|
|
425187
425759
|
"type": "string",
|
|
425188
|
-
"nullable": true
|
|
425760
|
+
"nullable": true,
|
|
425761
|
+
"enum": [
|
|
425762
|
+
"completed",
|
|
425763
|
+
"reopened",
|
|
425764
|
+
"not_planned"
|
|
425765
|
+
]
|
|
425189
425766
|
},
|
|
425190
425767
|
"title": {
|
|
425191
425768
|
"description": "Title of the issue",
|
|
@@ -427052,6 +427629,10 @@
|
|
|
427052
427629
|
"starred_at": {
|
|
427053
427630
|
"type": "string",
|
|
427054
427631
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
427632
|
+
},
|
|
427633
|
+
"anonymous_access_enabled": {
|
|
427634
|
+
"type": "boolean",
|
|
427635
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
427055
427636
|
}
|
|
427056
427637
|
},
|
|
427057
427638
|
"required": [
|
|
@@ -429661,6 +430242,10 @@
|
|
|
429661
430242
|
"starred_at": {
|
|
429662
430243
|
"type": "string",
|
|
429663
430244
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
430245
|
+
},
|
|
430246
|
+
"anonymous_access_enabled": {
|
|
430247
|
+
"type": "boolean",
|
|
430248
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
429664
430249
|
}
|
|
429665
430250
|
},
|
|
429666
430251
|
"required": [
|
|
@@ -431200,6 +431785,10 @@
|
|
|
431200
431785
|
"starred_at": {
|
|
431201
431786
|
"type": "string",
|
|
431202
431787
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
431788
|
+
},
|
|
431789
|
+
"anonymous_access_enabled": {
|
|
431790
|
+
"type": "boolean",
|
|
431791
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
431203
431792
|
}
|
|
431204
431793
|
},
|
|
431205
431794
|
"required": [
|
|
@@ -432317,6 +432906,10 @@
|
|
|
432317
432906
|
"starred_at": {
|
|
432318
432907
|
"type": "string",
|
|
432319
432908
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
432909
|
+
},
|
|
432910
|
+
"anonymous_access_enabled": {
|
|
432911
|
+
"type": "boolean",
|
|
432912
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
432320
432913
|
}
|
|
432321
432914
|
},
|
|
432322
432915
|
"required": [
|
|
@@ -434062,6 +434655,10 @@
|
|
|
434062
434655
|
"starred_at": {
|
|
434063
434656
|
"type": "string",
|
|
434064
434657
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
434658
|
+
},
|
|
434659
|
+
"anonymous_access_enabled": {
|
|
434660
|
+
"type": "boolean",
|
|
434661
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
434065
434662
|
}
|
|
434066
434663
|
},
|
|
434067
434664
|
"required": [
|