@octokit/openapi 7.6.0 → 7.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +1927 -149
- package/generated/api.github.com.json +566 -22
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +475 -23
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +36 -6
- package/generated/ghes-3.2.deref.json +585 -35
- package/generated/ghes-3.2.json +48 -17
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +19 -3
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +14 -3
- package/generated/ghes-3.3.deref.json +592 -36
- package/generated/ghes-3.3.json +55 -18
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +145 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +5 -1
- package/generated/ghes-3.4.deref.json +620 -36
- package/generated/ghes-3.4.json +55 -18
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +537 -23
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +39 -6
- package/generated/ghes-3.5.deref.json +633 -36
- package/generated/ghes-3.5.json +55 -18
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +122 -1
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +9482 -2
- package/generated/ghes-3.6-diff-to-api.github.com.json +1044 -31
- package/generated/ghes-3.6.deref.json +782 -39
- package/generated/ghes-3.6.json +204 -21
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +49 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +446 -18
- package/generated/github.ae-diff-to-api.github.com.json +43 -7
- package/generated/github.ae.deref.json +768 -30
- package/generated/github.ae.json +237 -18
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.9.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -11464,6 +11464,10 @@
|
|
|
11464
11464
|
"starred_at": {
|
|
11465
11465
|
"type": "string",
|
|
11466
11466
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
11467
|
+
},
|
|
11468
|
+
"anonymous_access_enabled": {
|
|
11469
|
+
"type": "boolean",
|
|
11470
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
11467
11471
|
}
|
|
11468
11472
|
},
|
|
11469
11473
|
"required": [
|
|
@@ -31130,6 +31134,10 @@
|
|
|
31130
31134
|
"starred_at": {
|
|
31131
31135
|
"type": "string",
|
|
31132
31136
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
31137
|
+
},
|
|
31138
|
+
"anonymous_access_enabled": {
|
|
31139
|
+
"type": "boolean",
|
|
31140
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
31133
31141
|
}
|
|
31134
31142
|
},
|
|
31135
31143
|
"required": [
|
|
@@ -32333,6 +32341,10 @@
|
|
|
32333
32341
|
"starred_at": {
|
|
32334
32342
|
"type": "string",
|
|
32335
32343
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
32344
|
+
},
|
|
32345
|
+
"anonymous_access_enabled": {
|
|
32346
|
+
"type": "boolean",
|
|
32347
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
32336
32348
|
}
|
|
32337
32349
|
},
|
|
32338
32350
|
"required": [
|
|
@@ -33255,7 +33267,12 @@
|
|
|
33255
33267
|
"description": "The reason for the current state",
|
|
33256
33268
|
"example": "not_planned",
|
|
33257
33269
|
"type": "string",
|
|
33258
|
-
"nullable": true
|
|
33270
|
+
"nullable": true,
|
|
33271
|
+
"enum": [
|
|
33272
|
+
"completed",
|
|
33273
|
+
"reopened",
|
|
33274
|
+
"not_planned"
|
|
33275
|
+
]
|
|
33259
33276
|
},
|
|
33260
33277
|
"title": {
|
|
33261
33278
|
"description": "Title of the issue",
|
|
@@ -35122,6 +35139,10 @@
|
|
|
35122
35139
|
"starred_at": {
|
|
35123
35140
|
"type": "string",
|
|
35124
35141
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
35142
|
+
},
|
|
35143
|
+
"anonymous_access_enabled": {
|
|
35144
|
+
"type": "boolean",
|
|
35145
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
35125
35146
|
}
|
|
35126
35147
|
},
|
|
35127
35148
|
"required": [
|
|
@@ -47670,6 +47691,10 @@
|
|
|
47670
47691
|
"starred_at": {
|
|
47671
47692
|
"type": "string",
|
|
47672
47693
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
47694
|
+
},
|
|
47695
|
+
"anonymous_access_enabled": {
|
|
47696
|
+
"type": "boolean",
|
|
47697
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
47673
47698
|
}
|
|
47674
47699
|
},
|
|
47675
47700
|
"required": [
|
|
@@ -48187,7 +48212,12 @@
|
|
|
48187
48212
|
"description": "The reason for the current state",
|
|
48188
48213
|
"example": "not_planned",
|
|
48189
48214
|
"type": "string",
|
|
48190
|
-
"nullable": true
|
|
48215
|
+
"nullable": true,
|
|
48216
|
+
"enum": [
|
|
48217
|
+
"completed",
|
|
48218
|
+
"reopened",
|
|
48219
|
+
"not_planned"
|
|
48220
|
+
]
|
|
48191
48221
|
},
|
|
48192
48222
|
"title": {
|
|
48193
48223
|
"description": "Title of the issue",
|
|
@@ -50054,6 +50084,10 @@
|
|
|
50054
50084
|
"starred_at": {
|
|
50055
50085
|
"type": "string",
|
|
50056
50086
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
50087
|
+
},
|
|
50088
|
+
"anonymous_access_enabled": {
|
|
50089
|
+
"type": "boolean",
|
|
50090
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
50057
50091
|
}
|
|
50058
50092
|
},
|
|
50059
50093
|
"required": [
|
|
@@ -51687,7 +51721,12 @@
|
|
|
51687
51721
|
"description": "The reason for the current state",
|
|
51688
51722
|
"example": "not_planned",
|
|
51689
51723
|
"type": "string",
|
|
51690
|
-
"nullable": true
|
|
51724
|
+
"nullable": true,
|
|
51725
|
+
"enum": [
|
|
51726
|
+
"completed",
|
|
51727
|
+
"reopened",
|
|
51728
|
+
"not_planned"
|
|
51729
|
+
]
|
|
51691
51730
|
},
|
|
51692
51731
|
"title": {
|
|
51693
51732
|
"description": "Title of the issue",
|
|
@@ -53554,6 +53593,10 @@
|
|
|
53554
53593
|
"starred_at": {
|
|
53555
53594
|
"type": "string",
|
|
53556
53595
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
53596
|
+
},
|
|
53597
|
+
"anonymous_access_enabled": {
|
|
53598
|
+
"type": "boolean",
|
|
53599
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
53557
53600
|
}
|
|
53558
53601
|
},
|
|
53559
53602
|
"required": [
|
|
@@ -56218,6 +56261,10 @@
|
|
|
56218
56261
|
"starred_at": {
|
|
56219
56262
|
"type": "string",
|
|
56220
56263
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
56264
|
+
},
|
|
56265
|
+
"anonymous_access_enabled": {
|
|
56266
|
+
"type": "boolean",
|
|
56267
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
56221
56268
|
}
|
|
56222
56269
|
},
|
|
56223
56270
|
"required": [
|
|
@@ -58350,6 +58397,10 @@
|
|
|
58350
58397
|
"starred_at": {
|
|
58351
58398
|
"type": "string",
|
|
58352
58399
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
58400
|
+
},
|
|
58401
|
+
"anonymous_access_enabled": {
|
|
58402
|
+
"type": "boolean",
|
|
58403
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
58353
58404
|
}
|
|
58354
58405
|
},
|
|
58355
58406
|
"required": [
|
|
@@ -61678,6 +61729,10 @@
|
|
|
61678
61729
|
"starred_at": {
|
|
61679
61730
|
"type": "string",
|
|
61680
61731
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
61732
|
+
},
|
|
61733
|
+
"anonymous_access_enabled": {
|
|
61734
|
+
"type": "boolean",
|
|
61735
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
61681
61736
|
}
|
|
61682
61737
|
},
|
|
61683
61738
|
"required": [
|
|
@@ -64346,6 +64401,10 @@
|
|
|
64346
64401
|
"starred_at": {
|
|
64347
64402
|
"type": "string",
|
|
64348
64403
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
64404
|
+
},
|
|
64405
|
+
"anonymous_access_enabled": {
|
|
64406
|
+
"type": "boolean",
|
|
64407
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
64349
64408
|
}
|
|
64350
64409
|
},
|
|
64351
64410
|
"required": [
|
|
@@ -66831,6 +66890,10 @@
|
|
|
66831
66890
|
"starred_at": {
|
|
66832
66891
|
"type": "string",
|
|
66833
66892
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
66893
|
+
},
|
|
66894
|
+
"anonymous_access_enabled": {
|
|
66895
|
+
"type": "boolean",
|
|
66896
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
66834
66897
|
}
|
|
66835
66898
|
},
|
|
66836
66899
|
"required": [
|
|
@@ -68034,6 +68097,10 @@
|
|
|
68034
68097
|
"starred_at": {
|
|
68035
68098
|
"type": "string",
|
|
68036
68099
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
68100
|
+
},
|
|
68101
|
+
"anonymous_access_enabled": {
|
|
68102
|
+
"type": "boolean",
|
|
68103
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
68037
68104
|
}
|
|
68038
68105
|
},
|
|
68039
68106
|
"required": [
|
|
@@ -70378,6 +70445,10 @@
|
|
|
70378
70445
|
"starred_at": {
|
|
70379
70446
|
"type": "string",
|
|
70380
70447
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
70448
|
+
},
|
|
70449
|
+
"anonymous_access_enabled": {
|
|
70450
|
+
"type": "boolean",
|
|
70451
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
70381
70452
|
}
|
|
70382
70453
|
},
|
|
70383
70454
|
"required": [
|
|
@@ -71480,7 +71551,12 @@
|
|
|
71480
71551
|
"description": "The reason for the current state",
|
|
71481
71552
|
"example": "not_planned",
|
|
71482
71553
|
"type": "string",
|
|
71483
|
-
"nullable": true
|
|
71554
|
+
"nullable": true,
|
|
71555
|
+
"enum": [
|
|
71556
|
+
"completed",
|
|
71557
|
+
"reopened",
|
|
71558
|
+
"not_planned"
|
|
71559
|
+
]
|
|
71484
71560
|
},
|
|
71485
71561
|
"title": {
|
|
71486
71562
|
"description": "Title of the issue",
|
|
@@ -73347,6 +73423,10 @@
|
|
|
73347
73423
|
"starred_at": {
|
|
73348
73424
|
"type": "string",
|
|
73349
73425
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
73426
|
+
},
|
|
73427
|
+
"anonymous_access_enabled": {
|
|
73428
|
+
"type": "boolean",
|
|
73429
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
73350
73430
|
}
|
|
73351
73431
|
},
|
|
73352
73432
|
"required": [
|
|
@@ -78510,7 +78590,12 @@
|
|
|
78510
78590
|
"description": "The reason for the current state",
|
|
78511
78591
|
"example": "not_planned",
|
|
78512
78592
|
"type": "string",
|
|
78513
|
-
"nullable": true
|
|
78593
|
+
"nullable": true,
|
|
78594
|
+
"enum": [
|
|
78595
|
+
"completed",
|
|
78596
|
+
"reopened",
|
|
78597
|
+
"not_planned"
|
|
78598
|
+
]
|
|
78514
78599
|
},
|
|
78515
78600
|
"title": {
|
|
78516
78601
|
"description": "Title of the issue",
|
|
@@ -80377,6 +80462,10 @@
|
|
|
80377
80462
|
"starred_at": {
|
|
80378
80463
|
"type": "string",
|
|
80379
80464
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
80465
|
+
},
|
|
80466
|
+
"anonymous_access_enabled": {
|
|
80467
|
+
"type": "boolean",
|
|
80468
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
80380
80469
|
}
|
|
80381
80470
|
},
|
|
80382
80471
|
"required": [
|
|
@@ -81339,17 +81428,6 @@
|
|
|
81339
81428
|
}
|
|
81340
81429
|
}
|
|
81341
81430
|
},
|
|
81342
|
-
"302": {
|
|
81343
|
-
"description": "Response if requester is not an organization member",
|
|
81344
|
-
"headers": {
|
|
81345
|
-
"Location": {
|
|
81346
|
-
"example": "https://api.github.com/orgs/github/public_members",
|
|
81347
|
-
"schema": {
|
|
81348
|
-
"type": "string"
|
|
81349
|
-
}
|
|
81350
|
-
}
|
|
81351
|
-
}
|
|
81352
|
-
},
|
|
81353
81431
|
"422": {
|
|
81354
81432
|
"description": "Validation failed",
|
|
81355
81433
|
"content": {
|
|
@@ -86084,6 +86162,10 @@
|
|
|
86084
86162
|
"starred_at": {
|
|
86085
86163
|
"type": "string",
|
|
86086
86164
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
86165
|
+
},
|
|
86166
|
+
"anonymous_access_enabled": {
|
|
86167
|
+
"type": "boolean",
|
|
86168
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
86087
86169
|
}
|
|
86088
86170
|
},
|
|
86089
86171
|
"required": [
|
|
@@ -87639,6 +87721,10 @@
|
|
|
87639
87721
|
"starred_at": {
|
|
87640
87722
|
"type": "string",
|
|
87641
87723
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
87724
|
+
},
|
|
87725
|
+
"anonymous_access_enabled": {
|
|
87726
|
+
"type": "boolean",
|
|
87727
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
87642
87728
|
}
|
|
87643
87729
|
},
|
|
87644
87730
|
"required": [
|
|
@@ -98940,6 +99026,10 @@
|
|
|
98940
99026
|
"starred_at": {
|
|
98941
99027
|
"type": "string",
|
|
98942
99028
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
99029
|
+
},
|
|
99030
|
+
"anonymous_access_enabled": {
|
|
99031
|
+
"type": "boolean",
|
|
99032
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
98943
99033
|
}
|
|
98944
99034
|
},
|
|
98945
99035
|
"required": [
|
|
@@ -100897,6 +100987,10 @@
|
|
|
100897
100987
|
"starred_at": {
|
|
100898
100988
|
"type": "string",
|
|
100899
100989
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
100990
|
+
},
|
|
100991
|
+
"anonymous_access_enabled": {
|
|
100992
|
+
"type": "boolean",
|
|
100993
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
100900
100994
|
}
|
|
100901
100995
|
},
|
|
100902
100996
|
"required": [
|
|
@@ -108982,6 +109076,10 @@
|
|
|
108982
109076
|
"starred_at": {
|
|
108983
109077
|
"type": "string",
|
|
108984
109078
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
109079
|
+
},
|
|
109080
|
+
"anonymous_access_enabled": {
|
|
109081
|
+
"type": "boolean",
|
|
109082
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
108985
109083
|
}
|
|
108986
109084
|
},
|
|
108987
109085
|
"required": [
|
|
@@ -110289,6 +110387,10 @@
|
|
|
110289
110387
|
"starred_at": {
|
|
110290
110388
|
"type": "string",
|
|
110291
110389
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
110390
|
+
},
|
|
110391
|
+
"anonymous_access_enabled": {
|
|
110392
|
+
"type": "boolean",
|
|
110393
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
110292
110394
|
}
|
|
110293
110395
|
},
|
|
110294
110396
|
"required": [
|
|
@@ -111397,6 +111499,10 @@
|
|
|
111397
111499
|
"starred_at": {
|
|
111398
111500
|
"type": "string",
|
|
111399
111501
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
111502
|
+
},
|
|
111503
|
+
"anonymous_access_enabled": {
|
|
111504
|
+
"type": "boolean",
|
|
111505
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
111400
111506
|
}
|
|
111401
111507
|
},
|
|
111402
111508
|
"required": [
|
|
@@ -113970,6 +114076,10 @@
|
|
|
113970
114076
|
"starred_at": {
|
|
113971
114077
|
"type": "string",
|
|
113972
114078
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
114079
|
+
},
|
|
114080
|
+
"anonymous_access_enabled": {
|
|
114081
|
+
"type": "boolean",
|
|
114082
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
113973
114083
|
}
|
|
113974
114084
|
},
|
|
113975
114085
|
"required": [
|
|
@@ -115277,6 +115387,10 @@
|
|
|
115277
115387
|
"starred_at": {
|
|
115278
115388
|
"type": "string",
|
|
115279
115389
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
115390
|
+
},
|
|
115391
|
+
"anonymous_access_enabled": {
|
|
115392
|
+
"type": "boolean",
|
|
115393
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
115280
115394
|
}
|
|
115281
115395
|
},
|
|
115282
115396
|
"required": [
|
|
@@ -116385,6 +116499,10 @@
|
|
|
116385
116499
|
"starred_at": {
|
|
116386
116500
|
"type": "string",
|
|
116387
116501
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
116502
|
+
},
|
|
116503
|
+
"anonymous_access_enabled": {
|
|
116504
|
+
"type": "boolean",
|
|
116505
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
116388
116506
|
}
|
|
116389
116507
|
},
|
|
116390
116508
|
"required": [
|
|
@@ -120163,6 +120281,10 @@
|
|
|
120163
120281
|
"starred_at": {
|
|
120164
120282
|
"type": "string",
|
|
120165
120283
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
120284
|
+
},
|
|
120285
|
+
"anonymous_access_enabled": {
|
|
120286
|
+
"type": "boolean",
|
|
120287
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
120166
120288
|
}
|
|
120167
120289
|
},
|
|
120168
120290
|
"required": [
|
|
@@ -121375,6 +121497,10 @@
|
|
|
121375
121497
|
"starred_at": {
|
|
121376
121498
|
"type": "string",
|
|
121377
121499
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
121500
|
+
},
|
|
121501
|
+
"anonymous_access_enabled": {
|
|
121502
|
+
"type": "boolean",
|
|
121503
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
121378
121504
|
}
|
|
121379
121505
|
},
|
|
121380
121506
|
"required": [
|
|
@@ -123578,6 +123704,10 @@
|
|
|
123578
123704
|
"starred_at": {
|
|
123579
123705
|
"type": "string",
|
|
123580
123706
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
123707
|
+
},
|
|
123708
|
+
"anonymous_access_enabled": {
|
|
123709
|
+
"type": "boolean",
|
|
123710
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
123581
123711
|
}
|
|
123582
123712
|
},
|
|
123583
123713
|
"required": [
|
|
@@ -125251,6 +125381,10 @@
|
|
|
125251
125381
|
"starred_at": {
|
|
125252
125382
|
"type": "string",
|
|
125253
125383
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
125384
|
+
},
|
|
125385
|
+
"anonymous_access_enabled": {
|
|
125386
|
+
"type": "boolean",
|
|
125387
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
125254
125388
|
}
|
|
125255
125389
|
},
|
|
125256
125390
|
"required": [
|
|
@@ -127495,6 +127629,10 @@
|
|
|
127495
127629
|
"starred_at": {
|
|
127496
127630
|
"type": "string",
|
|
127497
127631
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
127632
|
+
},
|
|
127633
|
+
"anonymous_access_enabled": {
|
|
127634
|
+
"type": "boolean",
|
|
127635
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
127498
127636
|
}
|
|
127499
127637
|
},
|
|
127500
127638
|
"required": [
|
|
@@ -129168,6 +129306,10 @@
|
|
|
129168
129306
|
"starred_at": {
|
|
129169
129307
|
"type": "string",
|
|
129170
129308
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
129309
|
+
},
|
|
129310
|
+
"anonymous_access_enabled": {
|
|
129311
|
+
"type": "boolean",
|
|
129312
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
129171
129313
|
}
|
|
129172
129314
|
},
|
|
129173
129315
|
"required": [
|
|
@@ -135003,6 +135145,10 @@
|
|
|
135003
135145
|
"starred_at": {
|
|
135004
135146
|
"type": "string",
|
|
135005
135147
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
135148
|
+
},
|
|
135149
|
+
"anonymous_access_enabled": {
|
|
135150
|
+
"type": "boolean",
|
|
135151
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
135006
135152
|
}
|
|
135007
135153
|
},
|
|
135008
135154
|
"required": [
|
|
@@ -136676,6 +136822,10 @@
|
|
|
136676
136822
|
"starred_at": {
|
|
136677
136823
|
"type": "string",
|
|
136678
136824
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
136825
|
+
},
|
|
136826
|
+
"anonymous_access_enabled": {
|
|
136827
|
+
"type": "boolean",
|
|
136828
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
136679
136829
|
}
|
|
136680
136830
|
},
|
|
136681
136831
|
"required": [
|
|
@@ -137603,6 +137753,11 @@
|
|
|
137603
137753
|
"url_template": {
|
|
137604
137754
|
"type": "string",
|
|
137605
137755
|
"description": "The URL must contain `<num>` for the reference number."
|
|
137756
|
+
},
|
|
137757
|
+
"is_alphanumeric": {
|
|
137758
|
+
"type": "boolean",
|
|
137759
|
+
"default": "true",
|
|
137760
|
+
"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."
|
|
137606
137761
|
}
|
|
137607
137762
|
},
|
|
137608
137763
|
"required": [
|
|
@@ -137614,7 +137769,8 @@
|
|
|
137614
137769
|
"default": {
|
|
137615
137770
|
"value": {
|
|
137616
137771
|
"key_prefix": "TICKET-",
|
|
137617
|
-
"url_template": "https://example.com/TICKET?query=<num>"
|
|
137772
|
+
"url_template": "https://example.com/TICKET?query=<num>",
|
|
137773
|
+
"is_alphanumeric": true
|
|
137618
137774
|
}
|
|
137619
137775
|
}
|
|
137620
137776
|
}
|
|
@@ -159607,6 +159763,10 @@
|
|
|
159607
159763
|
"starred_at": {
|
|
159608
159764
|
"type": "string",
|
|
159609
159765
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
159766
|
+
},
|
|
159767
|
+
"anonymous_access_enabled": {
|
|
159768
|
+
"type": "boolean",
|
|
159769
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
159610
159770
|
}
|
|
159611
159771
|
},
|
|
159612
159772
|
"required": [
|
|
@@ -162098,6 +162258,10 @@
|
|
|
162098
162258
|
"starred_at": {
|
|
162099
162259
|
"type": "string",
|
|
162100
162260
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
162261
|
+
},
|
|
162262
|
+
"anonymous_access_enabled": {
|
|
162263
|
+
"type": "boolean",
|
|
162264
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
162101
162265
|
}
|
|
162102
162266
|
},
|
|
162103
162267
|
"required": [
|
|
@@ -164306,6 +164470,10 @@
|
|
|
164306
164470
|
"starred_at": {
|
|
164307
164471
|
"type": "string",
|
|
164308
164472
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
164473
|
+
},
|
|
164474
|
+
"anonymous_access_enabled": {
|
|
164475
|
+
"type": "boolean",
|
|
164476
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
164309
164477
|
}
|
|
164310
164478
|
},
|
|
164311
164479
|
"required": [
|
|
@@ -166687,6 +166855,10 @@
|
|
|
166687
166855
|
"starred_at": {
|
|
166688
166856
|
"type": "string",
|
|
166689
166857
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
166858
|
+
},
|
|
166859
|
+
"anonymous_access_enabled": {
|
|
166860
|
+
"type": "boolean",
|
|
166861
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
166690
166862
|
}
|
|
166691
166863
|
},
|
|
166692
166864
|
"required": [
|
|
@@ -169341,6 +169513,11 @@
|
|
|
169341
169513
|
"nullable": true,
|
|
169342
169514
|
"type": "string",
|
|
169343
169515
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
169516
|
+
},
|
|
169517
|
+
"help_uri": {
|
|
169518
|
+
"nullable": true,
|
|
169519
|
+
"type": "string",
|
|
169520
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
169344
169521
|
}
|
|
169345
169522
|
}
|
|
169346
169523
|
},
|
|
@@ -169501,7 +169678,8 @@
|
|
|
169501
169678
|
"security",
|
|
169502
169679
|
"external/cwe/cwe-022"
|
|
169503
169680
|
],
|
|
169504
|
-
"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 ..."
|
|
169681
|
+
"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 ...",
|
|
169682
|
+
"help_uri": "https://codeql.github.com/"
|
|
169505
169683
|
},
|
|
169506
169684
|
"tool": {
|
|
169507
169685
|
"name": "CodeQL",
|
|
@@ -169957,6 +170135,11 @@
|
|
|
169957
170135
|
"nullable": true,
|
|
169958
170136
|
"type": "string",
|
|
169959
170137
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
170138
|
+
},
|
|
170139
|
+
"help_uri": {
|
|
170140
|
+
"nullable": true,
|
|
170141
|
+
"type": "string",
|
|
170142
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
169960
170143
|
}
|
|
169961
170144
|
}
|
|
169962
170145
|
},
|
|
@@ -170117,7 +170300,8 @@
|
|
|
170117
170300
|
"security",
|
|
170118
170301
|
"external/cwe/cwe-022"
|
|
170119
170302
|
],
|
|
170120
|
-
"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 ..."
|
|
170303
|
+
"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 ...",
|
|
170304
|
+
"help_uri": "https://codeql.github.com/"
|
|
170121
170305
|
},
|
|
170122
170306
|
"tool": {
|
|
170123
170307
|
"name": "CodeQL",
|
|
@@ -173671,6 +173855,10 @@
|
|
|
173671
173855
|
"starred_at": {
|
|
173672
173856
|
"type": "string",
|
|
173673
173857
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
173858
|
+
},
|
|
173859
|
+
"anonymous_access_enabled": {
|
|
173860
|
+
"type": "boolean",
|
|
173861
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
173674
173862
|
}
|
|
173675
173863
|
},
|
|
173676
173864
|
"required": [
|
|
@@ -180907,6 +181095,10 @@
|
|
|
180907
181095
|
"starred_at": {
|
|
180908
181096
|
"type": "string",
|
|
180909
181097
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
181098
|
+
},
|
|
181099
|
+
"anonymous_access_enabled": {
|
|
181100
|
+
"type": "boolean",
|
|
181101
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
180910
181102
|
}
|
|
180911
181103
|
},
|
|
180912
181104
|
"required": [
|
|
@@ -182156,6 +182348,10 @@
|
|
|
182156
182348
|
"starred_at": {
|
|
182157
182349
|
"type": "string",
|
|
182158
182350
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
182351
|
+
},
|
|
182352
|
+
"anonymous_access_enabled": {
|
|
182353
|
+
"type": "boolean",
|
|
182354
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
182159
182355
|
}
|
|
182160
182356
|
},
|
|
182161
182357
|
"required": [
|
|
@@ -184031,6 +184227,27 @@
|
|
|
184031
184227
|
}
|
|
184032
184228
|
}
|
|
184033
184229
|
}
|
|
184230
|
+
},
|
|
184231
|
+
"503": {
|
|
184232
|
+
"description": "Service unavailable",
|
|
184233
|
+
"content": {
|
|
184234
|
+
"application/json": {
|
|
184235
|
+
"schema": {
|
|
184236
|
+
"type": "object",
|
|
184237
|
+
"properties": {
|
|
184238
|
+
"code": {
|
|
184239
|
+
"type": "string"
|
|
184240
|
+
},
|
|
184241
|
+
"message": {
|
|
184242
|
+
"type": "string"
|
|
184243
|
+
},
|
|
184244
|
+
"documentation_url": {
|
|
184245
|
+
"type": "string"
|
|
184246
|
+
}
|
|
184247
|
+
}
|
|
184248
|
+
}
|
|
184249
|
+
}
|
|
184250
|
+
}
|
|
184034
184251
|
}
|
|
184035
184252
|
},
|
|
184036
184253
|
"x-github": {
|
|
@@ -187058,6 +187275,10 @@
|
|
|
187058
187275
|
"starred_at": {
|
|
187059
187276
|
"type": "string",
|
|
187060
187277
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
187278
|
+
},
|
|
187279
|
+
"anonymous_access_enabled": {
|
|
187280
|
+
"type": "boolean",
|
|
187281
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
187061
187282
|
}
|
|
187062
187283
|
},
|
|
187063
187284
|
"required": [
|
|
@@ -189187,6 +189408,10 @@
|
|
|
189187
189408
|
"starred_at": {
|
|
189188
189409
|
"type": "string",
|
|
189189
189410
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
189411
|
+
},
|
|
189412
|
+
"anonymous_access_enabled": {
|
|
189413
|
+
"type": "boolean",
|
|
189414
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
189190
189415
|
}
|
|
189191
189416
|
},
|
|
189192
189417
|
"required": [
|
|
@@ -191944,6 +192169,27 @@
|
|
|
191944
192169
|
}
|
|
191945
192170
|
}
|
|
191946
192171
|
}
|
|
192172
|
+
},
|
|
192173
|
+
"503": {
|
|
192174
|
+
"description": "Service unavailable",
|
|
192175
|
+
"content": {
|
|
192176
|
+
"application/json": {
|
|
192177
|
+
"schema": {
|
|
192178
|
+
"type": "object",
|
|
192179
|
+
"properties": {
|
|
192180
|
+
"code": {
|
|
192181
|
+
"type": "string"
|
|
192182
|
+
},
|
|
192183
|
+
"message": {
|
|
192184
|
+
"type": "string"
|
|
192185
|
+
},
|
|
192186
|
+
"documentation_url": {
|
|
192187
|
+
"type": "string"
|
|
192188
|
+
}
|
|
192189
|
+
}
|
|
192190
|
+
}
|
|
192191
|
+
}
|
|
192192
|
+
}
|
|
191947
192193
|
}
|
|
191948
192194
|
},
|
|
191949
192195
|
"x-github": {
|
|
@@ -201329,7 +201575,12 @@
|
|
|
201329
201575
|
"description": "The reason for the current state",
|
|
201330
201576
|
"example": "not_planned",
|
|
201331
201577
|
"type": "string",
|
|
201332
|
-
"nullable": true
|
|
201578
|
+
"nullable": true,
|
|
201579
|
+
"enum": [
|
|
201580
|
+
"completed",
|
|
201581
|
+
"reopened",
|
|
201582
|
+
"not_planned"
|
|
201583
|
+
]
|
|
201333
201584
|
},
|
|
201334
201585
|
"title": {
|
|
201335
201586
|
"description": "Title of the issue",
|
|
@@ -203196,6 +203447,10 @@
|
|
|
203196
203447
|
"starred_at": {
|
|
203197
203448
|
"type": "string",
|
|
203198
203449
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
203450
|
+
},
|
|
203451
|
+
"anonymous_access_enabled": {
|
|
203452
|
+
"type": "boolean",
|
|
203453
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
203199
203454
|
}
|
|
203200
203455
|
},
|
|
203201
203456
|
"required": [
|
|
@@ -205765,6 +206020,10 @@
|
|
|
205765
206020
|
"starred_at": {
|
|
205766
206021
|
"type": "string",
|
|
205767
206022
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
206023
|
+
},
|
|
206024
|
+
"anonymous_access_enabled": {
|
|
206025
|
+
"type": "boolean",
|
|
206026
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
205768
206027
|
}
|
|
205769
206028
|
},
|
|
205770
206029
|
"required": [
|
|
@@ -207727,6 +207986,10 @@
|
|
|
207727
207986
|
"starred_at": {
|
|
207728
207987
|
"type": "string",
|
|
207729
207988
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
207989
|
+
},
|
|
207990
|
+
"anonymous_access_enabled": {
|
|
207991
|
+
"type": "boolean",
|
|
207992
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
207730
207993
|
}
|
|
207731
207994
|
},
|
|
207732
207995
|
"required": [
|
|
@@ -209034,6 +209297,10 @@
|
|
|
209034
209297
|
"starred_at": {
|
|
209035
209298
|
"type": "string",
|
|
209036
209299
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
209300
|
+
},
|
|
209301
|
+
"anonymous_access_enabled": {
|
|
209302
|
+
"type": "boolean",
|
|
209303
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
209037
209304
|
}
|
|
209038
209305
|
},
|
|
209039
209306
|
"required": [
|
|
@@ -210142,6 +210409,10 @@
|
|
|
210142
210409
|
"starred_at": {
|
|
210143
210410
|
"type": "string",
|
|
210144
210411
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
210412
|
+
},
|
|
210413
|
+
"anonymous_access_enabled": {
|
|
210414
|
+
"type": "boolean",
|
|
210415
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
210145
210416
|
}
|
|
210146
210417
|
},
|
|
210147
210418
|
"required": [
|
|
@@ -219642,6 +219913,10 @@
|
|
|
219642
219913
|
"starred_at": {
|
|
219643
219914
|
"type": "string",
|
|
219644
219915
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
219916
|
+
},
|
|
219917
|
+
"anonymous_access_enabled": {
|
|
219918
|
+
"type": "boolean",
|
|
219919
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
219645
219920
|
}
|
|
219646
219921
|
},
|
|
219647
219922
|
"required": [
|
|
@@ -221833,6 +222108,10 @@
|
|
|
221833
222108
|
"starred_at": {
|
|
221834
222109
|
"type": "string",
|
|
221835
222110
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
222111
|
+
},
|
|
222112
|
+
"anonymous_access_enabled": {
|
|
222113
|
+
"type": "boolean",
|
|
222114
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
221836
222115
|
}
|
|
221837
222116
|
},
|
|
221838
222117
|
"required": [
|
|
@@ -222725,7 +223004,12 @@
|
|
|
222725
223004
|
"description": "The reason for the current state",
|
|
222726
223005
|
"example": "not_planned",
|
|
222727
223006
|
"type": "string",
|
|
222728
|
-
"nullable": true
|
|
223007
|
+
"nullable": true,
|
|
223008
|
+
"enum": [
|
|
223009
|
+
"completed",
|
|
223010
|
+
"reopened",
|
|
223011
|
+
"not_planned"
|
|
223012
|
+
]
|
|
222729
223013
|
},
|
|
222730
223014
|
"title": {
|
|
222731
223015
|
"description": "Title of the issue",
|
|
@@ -224592,6 +224876,10 @@
|
|
|
224592
224876
|
"starred_at": {
|
|
224593
224877
|
"type": "string",
|
|
224594
224878
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
224879
|
+
},
|
|
224880
|
+
"anonymous_access_enabled": {
|
|
224881
|
+
"type": "boolean",
|
|
224882
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
224595
224883
|
}
|
|
224596
224884
|
},
|
|
224597
224885
|
"required": [
|
|
@@ -225497,7 +225785,12 @@
|
|
|
225497
225785
|
"description": "The reason for the current state",
|
|
225498
225786
|
"example": "not_planned",
|
|
225499
225787
|
"type": "string",
|
|
225500
|
-
"nullable": true
|
|
225788
|
+
"nullable": true,
|
|
225789
|
+
"enum": [
|
|
225790
|
+
"completed",
|
|
225791
|
+
"reopened",
|
|
225792
|
+
"not_planned"
|
|
225793
|
+
]
|
|
225501
225794
|
},
|
|
225502
225795
|
"title": {
|
|
225503
225796
|
"description": "Title of the issue",
|
|
@@ -227364,6 +227657,10 @@
|
|
|
227364
227657
|
"starred_at": {
|
|
227365
227658
|
"type": "string",
|
|
227366
227659
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
227660
|
+
},
|
|
227661
|
+
"anonymous_access_enabled": {
|
|
227662
|
+
"type": "boolean",
|
|
227663
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
227367
227664
|
}
|
|
227368
227665
|
},
|
|
227369
227666
|
"required": [
|
|
@@ -231422,7 +231719,12 @@
|
|
|
231422
231719
|
"description": "The reason for the current state",
|
|
231423
231720
|
"example": "not_planned",
|
|
231424
231721
|
"type": "string",
|
|
231425
|
-
"nullable": true
|
|
231722
|
+
"nullable": true,
|
|
231723
|
+
"enum": [
|
|
231724
|
+
"completed",
|
|
231725
|
+
"reopened",
|
|
231726
|
+
"not_planned"
|
|
231727
|
+
]
|
|
231426
231728
|
},
|
|
231427
231729
|
"title": {
|
|
231428
231730
|
"description": "Title of the issue",
|
|
@@ -233289,6 +233591,10 @@
|
|
|
233289
233591
|
"starred_at": {
|
|
233290
233592
|
"type": "string",
|
|
233291
233593
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
233594
|
+
},
|
|
233595
|
+
"anonymous_access_enabled": {
|
|
233596
|
+
"type": "boolean",
|
|
233597
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
233292
233598
|
}
|
|
233293
233599
|
},
|
|
233294
233600
|
"required": [
|
|
@@ -235250,7 +235556,12 @@
|
|
|
235250
235556
|
"description": "The reason for the current state",
|
|
235251
235557
|
"example": "not_planned",
|
|
235252
235558
|
"type": "string",
|
|
235253
|
-
"nullable": true
|
|
235559
|
+
"nullable": true,
|
|
235560
|
+
"enum": [
|
|
235561
|
+
"completed",
|
|
235562
|
+
"reopened",
|
|
235563
|
+
"not_planned"
|
|
235564
|
+
]
|
|
235254
235565
|
},
|
|
235255
235566
|
"title": {
|
|
235256
235567
|
"description": "Title of the issue",
|
|
@@ -237117,6 +237428,10 @@
|
|
|
237117
237428
|
"starred_at": {
|
|
237118
237429
|
"type": "string",
|
|
237119
237430
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
237431
|
+
},
|
|
237432
|
+
"anonymous_access_enabled": {
|
|
237433
|
+
"type": "boolean",
|
|
237434
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
237120
237435
|
}
|
|
237121
237436
|
},
|
|
237122
237437
|
"required": [
|
|
@@ -238960,7 +239275,12 @@
|
|
|
238960
239275
|
"description": "The reason for the current state",
|
|
238961
239276
|
"example": "not_planned",
|
|
238962
239277
|
"type": "string",
|
|
238963
|
-
"nullable": true
|
|
239278
|
+
"nullable": true,
|
|
239279
|
+
"enum": [
|
|
239280
|
+
"completed",
|
|
239281
|
+
"reopened",
|
|
239282
|
+
"not_planned"
|
|
239283
|
+
]
|
|
238964
239284
|
},
|
|
238965
239285
|
"title": {
|
|
238966
239286
|
"description": "Title of the issue",
|
|
@@ -240827,6 +241147,10 @@
|
|
|
240827
241147
|
"starred_at": {
|
|
240828
241148
|
"type": "string",
|
|
240829
241149
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
241150
|
+
},
|
|
241151
|
+
"anonymous_access_enabled": {
|
|
241152
|
+
"type": "boolean",
|
|
241153
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
240830
241154
|
}
|
|
240831
241155
|
},
|
|
240832
241156
|
"required": [
|
|
@@ -241575,6 +241899,11 @@
|
|
|
241575
241899
|
},
|
|
241576
241900
|
"state_reason": {
|
|
241577
241901
|
"type": "string",
|
|
241902
|
+
"enum": [
|
|
241903
|
+
"completed",
|
|
241904
|
+
"not_planned",
|
|
241905
|
+
"reopened"
|
|
241906
|
+
],
|
|
241578
241907
|
"nullable": true,
|
|
241579
241908
|
"description": "The reason for the current state",
|
|
241580
241909
|
"example": "not_planned"
|
|
@@ -241704,7 +242033,12 @@
|
|
|
241704
242033
|
"description": "The reason for the current state",
|
|
241705
242034
|
"example": "not_planned",
|
|
241706
242035
|
"type": "string",
|
|
241707
|
-
"nullable": true
|
|
242036
|
+
"nullable": true,
|
|
242037
|
+
"enum": [
|
|
242038
|
+
"completed",
|
|
242039
|
+
"reopened",
|
|
242040
|
+
"not_planned"
|
|
242041
|
+
]
|
|
241708
242042
|
},
|
|
241709
242043
|
"title": {
|
|
241710
242044
|
"description": "Title of the issue",
|
|
@@ -243571,6 +243905,10 @@
|
|
|
243571
243905
|
"starred_at": {
|
|
243572
243906
|
"type": "string",
|
|
243573
243907
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
243908
|
+
},
|
|
243909
|
+
"anonymous_access_enabled": {
|
|
243910
|
+
"type": "boolean",
|
|
243911
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
243574
243912
|
}
|
|
243575
243913
|
},
|
|
243576
243914
|
"required": [
|
|
@@ -244479,7 +244817,12 @@
|
|
|
244479
244817
|
"description": "The reason for the current state",
|
|
244480
244818
|
"example": "not_planned",
|
|
244481
244819
|
"type": "string",
|
|
244482
|
-
"nullable": true
|
|
244820
|
+
"nullable": true,
|
|
244821
|
+
"enum": [
|
|
244822
|
+
"completed",
|
|
244823
|
+
"reopened",
|
|
244824
|
+
"not_planned"
|
|
244825
|
+
]
|
|
244483
244826
|
},
|
|
244484
244827
|
"title": {
|
|
244485
244828
|
"description": "Title of the issue",
|
|
@@ -246346,6 +246689,10 @@
|
|
|
246346
246689
|
"starred_at": {
|
|
246347
246690
|
"type": "string",
|
|
246348
246691
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
246692
|
+
},
|
|
246693
|
+
"anonymous_access_enabled": {
|
|
246694
|
+
"type": "boolean",
|
|
246695
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
246349
246696
|
}
|
|
246350
246697
|
},
|
|
246351
246698
|
"required": [
|
|
@@ -268251,7 +268598,12 @@
|
|
|
268251
268598
|
"description": "The reason for the current state",
|
|
268252
268599
|
"example": "not_planned",
|
|
268253
268600
|
"type": "string",
|
|
268254
|
-
"nullable": true
|
|
268601
|
+
"nullable": true,
|
|
268602
|
+
"enum": [
|
|
268603
|
+
"completed",
|
|
268604
|
+
"reopened",
|
|
268605
|
+
"not_planned"
|
|
268606
|
+
]
|
|
268255
268607
|
},
|
|
268256
268608
|
"title": {
|
|
268257
268609
|
"description": "Title of the issue",
|
|
@@ -270118,6 +270470,10 @@
|
|
|
270118
270470
|
"starred_at": {
|
|
270119
270471
|
"type": "string",
|
|
270120
270472
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
270473
|
+
},
|
|
270474
|
+
"anonymous_access_enabled": {
|
|
270475
|
+
"type": "boolean",
|
|
270476
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
270121
270477
|
}
|
|
270122
270478
|
},
|
|
270123
270479
|
"required": [
|
|
@@ -279303,6 +279659,10 @@
|
|
|
279303
279659
|
"starred_at": {
|
|
279304
279660
|
"type": "string",
|
|
279305
279661
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
279662
|
+
},
|
|
279663
|
+
"anonymous_access_enabled": {
|
|
279664
|
+
"type": "boolean",
|
|
279665
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
279306
279666
|
}
|
|
279307
279667
|
},
|
|
279308
279668
|
"required": [
|
|
@@ -285233,6 +285593,10 @@
|
|
|
285233
285593
|
"starred_at": {
|
|
285234
285594
|
"type": "string",
|
|
285235
285595
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
285596
|
+
},
|
|
285597
|
+
"anonymous_access_enabled": {
|
|
285598
|
+
"type": "boolean",
|
|
285599
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
285236
285600
|
}
|
|
285237
285601
|
},
|
|
285238
285602
|
"required": [
|
|
@@ -286482,6 +286846,10 @@
|
|
|
286482
286846
|
"starred_at": {
|
|
286483
286847
|
"type": "string",
|
|
286484
286848
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
286849
|
+
},
|
|
286850
|
+
"anonymous_access_enabled": {
|
|
286851
|
+
"type": "boolean",
|
|
286852
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
286485
286853
|
}
|
|
286486
286854
|
},
|
|
286487
286855
|
"required": [
|
|
@@ -297027,6 +297395,27 @@
|
|
|
297027
297395
|
}
|
|
297028
297396
|
}
|
|
297029
297397
|
}
|
|
297398
|
+
},
|
|
297399
|
+
"503": {
|
|
297400
|
+
"description": "Service unavailable",
|
|
297401
|
+
"content": {
|
|
297402
|
+
"application/json": {
|
|
297403
|
+
"schema": {
|
|
297404
|
+
"type": "object",
|
|
297405
|
+
"properties": {
|
|
297406
|
+
"code": {
|
|
297407
|
+
"type": "string"
|
|
297408
|
+
},
|
|
297409
|
+
"message": {
|
|
297410
|
+
"type": "string"
|
|
297411
|
+
},
|
|
297412
|
+
"documentation_url": {
|
|
297413
|
+
"type": "string"
|
|
297414
|
+
}
|
|
297415
|
+
}
|
|
297416
|
+
}
|
|
297417
|
+
}
|
|
297418
|
+
}
|
|
297030
297419
|
}
|
|
297031
297420
|
},
|
|
297032
297421
|
"x-github": {
|
|
@@ -303244,6 +303633,27 @@
|
|
|
303244
303633
|
}
|
|
303245
303634
|
}
|
|
303246
303635
|
}
|
|
303636
|
+
},
|
|
303637
|
+
"503": {
|
|
303638
|
+
"description": "Service unavailable",
|
|
303639
|
+
"content": {
|
|
303640
|
+
"application/json": {
|
|
303641
|
+
"schema": {
|
|
303642
|
+
"type": "object",
|
|
303643
|
+
"properties": {
|
|
303644
|
+
"code": {
|
|
303645
|
+
"type": "string"
|
|
303646
|
+
},
|
|
303647
|
+
"message": {
|
|
303648
|
+
"type": "string"
|
|
303649
|
+
},
|
|
303650
|
+
"documentation_url": {
|
|
303651
|
+
"type": "string"
|
|
303652
|
+
}
|
|
303653
|
+
}
|
|
303654
|
+
}
|
|
303655
|
+
}
|
|
303656
|
+
}
|
|
303247
303657
|
}
|
|
303248
303658
|
},
|
|
303249
303659
|
"x-github": {
|
|
@@ -306184,6 +306594,10 @@
|
|
|
306184
306594
|
"starred_at": {
|
|
306185
306595
|
"type": "string",
|
|
306186
306596
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
306597
|
+
},
|
|
306598
|
+
"anonymous_access_enabled": {
|
|
306599
|
+
"type": "boolean",
|
|
306600
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
306187
306601
|
}
|
|
306188
306602
|
},
|
|
306189
306603
|
"required": [
|
|
@@ -307433,6 +307847,10 @@
|
|
|
307433
307847
|
"starred_at": {
|
|
307434
307848
|
"type": "string",
|
|
307435
307849
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
307850
|
+
},
|
|
307851
|
+
"anonymous_access_enabled": {
|
|
307852
|
+
"type": "boolean",
|
|
307853
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
307436
307854
|
}
|
|
307437
307855
|
},
|
|
307438
307856
|
"required": [
|
|
@@ -310731,6 +311149,10 @@
|
|
|
310731
311149
|
"starred_at": {
|
|
310732
311150
|
"type": "string",
|
|
310733
311151
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
311152
|
+
},
|
|
311153
|
+
"anonymous_access_enabled": {
|
|
311154
|
+
"type": "boolean",
|
|
311155
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
310734
311156
|
}
|
|
310735
311157
|
},
|
|
310736
311158
|
"required": [
|
|
@@ -311980,6 +312402,10 @@
|
|
|
311980
312402
|
"starred_at": {
|
|
311981
312403
|
"type": "string",
|
|
311982
312404
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
312405
|
+
},
|
|
312406
|
+
"anonymous_access_enabled": {
|
|
312407
|
+
"type": "boolean",
|
|
312408
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
311983
312409
|
}
|
|
311984
312410
|
},
|
|
311985
312411
|
"required": [
|
|
@@ -329289,6 +329715,10 @@
|
|
|
329289
329715
|
"starred_at": {
|
|
329290
329716
|
"type": "string",
|
|
329291
329717
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
329718
|
+
},
|
|
329719
|
+
"anonymous_access_enabled": {
|
|
329720
|
+
"type": "boolean",
|
|
329721
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
329292
329722
|
}
|
|
329293
329723
|
},
|
|
329294
329724
|
"required": [
|
|
@@ -329819,7 +330249,7 @@
|
|
|
329819
330249
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
329820
330250
|
"post": {
|
|
329821
330251
|
"summary": "Create a repository using a template",
|
|
329822
|
-
"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.
|
|
330252
|
+
"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.3/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.3/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",
|
|
329823
330253
|
"tags": [
|
|
329824
330254
|
"repos"
|
|
329825
330255
|
],
|
|
@@ -330929,6 +331359,10 @@
|
|
|
330929
331359
|
"starred_at": {
|
|
330930
331360
|
"type": "string",
|
|
330931
331361
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
331362
|
+
},
|
|
331363
|
+
"anonymous_access_enabled": {
|
|
331364
|
+
"type": "boolean",
|
|
331365
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
330932
331366
|
}
|
|
330933
331367
|
},
|
|
330934
331368
|
"required": [
|
|
@@ -332659,6 +333093,10 @@
|
|
|
332659
333093
|
"starred_at": {
|
|
332660
333094
|
"type": "string",
|
|
332661
333095
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
333096
|
+
},
|
|
333097
|
+
"anonymous_access_enabled": {
|
|
333098
|
+
"type": "boolean",
|
|
333099
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
332662
333100
|
}
|
|
332663
333101
|
},
|
|
332664
333102
|
"required": [
|
|
@@ -335096,6 +335534,10 @@
|
|
|
335096
335534
|
"starred_at": {
|
|
335097
335535
|
"type": "string",
|
|
335098
335536
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
335537
|
+
},
|
|
335538
|
+
"anonymous_access_enabled": {
|
|
335539
|
+
"type": "boolean",
|
|
335540
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
335099
335541
|
}
|
|
335100
335542
|
},
|
|
335101
335543
|
"required": [
|
|
@@ -337436,6 +337878,10 @@
|
|
|
337436
337878
|
"starred_at": {
|
|
337437
337879
|
"type": "string",
|
|
337438
337880
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
337881
|
+
},
|
|
337882
|
+
"anonymous_access_enabled": {
|
|
337883
|
+
"type": "boolean",
|
|
337884
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
337439
337885
|
}
|
|
337440
337886
|
},
|
|
337441
337887
|
"required": [
|
|
@@ -339775,6 +340221,10 @@
|
|
|
339775
340221
|
"starred_at": {
|
|
339776
340222
|
"type": "string",
|
|
339777
340223
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
340224
|
+
},
|
|
340225
|
+
"anonymous_access_enabled": {
|
|
340226
|
+
"type": "boolean",
|
|
340227
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
339778
340228
|
}
|
|
339779
340229
|
},
|
|
339780
340230
|
"required": [
|
|
@@ -353404,6 +353854,10 @@
|
|
|
353404
353854
|
"starred_at": {
|
|
353405
353855
|
"type": "string",
|
|
353406
353856
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
353857
|
+
},
|
|
353858
|
+
"anonymous_access_enabled": {
|
|
353859
|
+
"type": "boolean",
|
|
353860
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
353407
353861
|
}
|
|
353408
353862
|
},
|
|
353409
353863
|
"required": [
|
|
@@ -355381,6 +355835,10 @@
|
|
|
355381
355835
|
"starred_at": {
|
|
355382
355836
|
"type": "string",
|
|
355383
355837
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
355838
|
+
},
|
|
355839
|
+
"anonymous_access_enabled": {
|
|
355840
|
+
"type": "boolean",
|
|
355841
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
355384
355842
|
}
|
|
355385
355843
|
},
|
|
355386
355844
|
"required": [
|
|
@@ -362527,6 +362985,10 @@
|
|
|
362527
362985
|
"starred_at": {
|
|
362528
362986
|
"type": "string",
|
|
362529
362987
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
362988
|
+
},
|
|
362989
|
+
"anonymous_access_enabled": {
|
|
362990
|
+
"type": "boolean",
|
|
362991
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
362530
362992
|
}
|
|
362531
362993
|
},
|
|
362532
362994
|
"required": [
|
|
@@ -363216,7 +363678,12 @@
|
|
|
363216
363678
|
"description": "The reason for the current state",
|
|
363217
363679
|
"example": "not_planned",
|
|
363218
363680
|
"type": "string",
|
|
363219
|
-
"nullable": true
|
|
363681
|
+
"nullable": true,
|
|
363682
|
+
"enum": [
|
|
363683
|
+
"completed",
|
|
363684
|
+
"reopened",
|
|
363685
|
+
"not_planned"
|
|
363686
|
+
]
|
|
363220
363687
|
},
|
|
363221
363688
|
"title": {
|
|
363222
363689
|
"description": "Title of the issue",
|
|
@@ -365083,6 +365550,10 @@
|
|
|
365083
365550
|
"starred_at": {
|
|
365084
365551
|
"type": "string",
|
|
365085
365552
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
365553
|
+
},
|
|
365554
|
+
"anonymous_access_enabled": {
|
|
365555
|
+
"type": "boolean",
|
|
365556
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
365086
365557
|
}
|
|
365087
365558
|
},
|
|
365088
365559
|
"required": [
|
|
@@ -369967,6 +370438,10 @@
|
|
|
369967
370438
|
"starred_at": {
|
|
369968
370439
|
"type": "string",
|
|
369969
370440
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
370441
|
+
},
|
|
370442
|
+
"anonymous_access_enabled": {
|
|
370443
|
+
"type": "boolean",
|
|
370444
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
369970
370445
|
}
|
|
369971
370446
|
},
|
|
369972
370447
|
"required": [
|
|
@@ -371505,6 +371980,10 @@
|
|
|
371505
371980
|
"starred_at": {
|
|
371506
371981
|
"type": "string",
|
|
371507
371982
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
371983
|
+
},
|
|
371984
|
+
"anonymous_access_enabled": {
|
|
371985
|
+
"type": "boolean",
|
|
371986
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
371508
371987
|
}
|
|
371509
371988
|
},
|
|
371510
371989
|
"required": [
|
|
@@ -373452,6 +373931,10 @@
|
|
|
373452
373931
|
"starred_at": {
|
|
373453
373932
|
"type": "string",
|
|
373454
373933
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
373934
|
+
},
|
|
373935
|
+
"anonymous_access_enabled": {
|
|
373936
|
+
"type": "boolean",
|
|
373937
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
373455
373938
|
}
|
|
373456
373939
|
},
|
|
373457
373940
|
"required": [
|
|
@@ -375527,6 +376010,10 @@
|
|
|
375527
376010
|
"starred_at": {
|
|
375528
376011
|
"type": "string",
|
|
375529
376012
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
376013
|
+
},
|
|
376014
|
+
"anonymous_access_enabled": {
|
|
376015
|
+
"type": "boolean",
|
|
376016
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
375530
376017
|
}
|
|
375531
376018
|
},
|
|
375532
376019
|
"required": [
|
|
@@ -376779,6 +377266,10 @@
|
|
|
376779
377266
|
"starred_at": {
|
|
376780
377267
|
"type": "string",
|
|
376781
377268
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
377269
|
+
},
|
|
377270
|
+
"anonymous_access_enabled": {
|
|
377271
|
+
"type": "boolean",
|
|
377272
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
376782
377273
|
}
|
|
376783
377274
|
},
|
|
376784
377275
|
"required": [
|
|
@@ -378950,6 +379441,10 @@
|
|
|
378950
379441
|
"starred_at": {
|
|
378951
379442
|
"type": "string",
|
|
378952
379443
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
379444
|
+
},
|
|
379445
|
+
"anonymous_access_enabled": {
|
|
379446
|
+
"type": "boolean",
|
|
379447
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
378953
379448
|
}
|
|
378954
379449
|
},
|
|
378955
379450
|
"required": [
|
|
@@ -380982,7 +381477,12 @@
|
|
|
380982
381477
|
"description": "The reason for the current state",
|
|
380983
381478
|
"example": "not_planned",
|
|
380984
381479
|
"type": "string",
|
|
380985
|
-
"nullable": true
|
|
381480
|
+
"nullable": true,
|
|
381481
|
+
"enum": [
|
|
381482
|
+
"completed",
|
|
381483
|
+
"reopened",
|
|
381484
|
+
"not_planned"
|
|
381485
|
+
]
|
|
380986
381486
|
},
|
|
380987
381487
|
"title": {
|
|
380988
381488
|
"description": "Title of the issue",
|
|
@@ -382849,6 +383349,10 @@
|
|
|
382849
383349
|
"starred_at": {
|
|
382850
383350
|
"type": "string",
|
|
382851
383351
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
383352
|
+
},
|
|
383353
|
+
"anonymous_access_enabled": {
|
|
383354
|
+
"type": "boolean",
|
|
383355
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
382852
383356
|
}
|
|
382853
383357
|
},
|
|
382854
383358
|
"required": [
|
|
@@ -384099,7 +384603,12 @@
|
|
|
384099
384603
|
"description": "The reason for the current state",
|
|
384100
384604
|
"example": "not_planned",
|
|
384101
384605
|
"type": "string",
|
|
384102
|
-
"nullable": true
|
|
384606
|
+
"nullable": true,
|
|
384607
|
+
"enum": [
|
|
384608
|
+
"completed",
|
|
384609
|
+
"reopened",
|
|
384610
|
+
"not_planned"
|
|
384611
|
+
]
|
|
384103
384612
|
},
|
|
384104
384613
|
"title": {
|
|
384105
384614
|
"description": "Title of the issue",
|
|
@@ -385966,6 +386475,10 @@
|
|
|
385966
386475
|
"starred_at": {
|
|
385967
386476
|
"type": "string",
|
|
385968
386477
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
386478
|
+
},
|
|
386479
|
+
"anonymous_access_enabled": {
|
|
386480
|
+
"type": "boolean",
|
|
386481
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
385969
386482
|
}
|
|
385970
386483
|
},
|
|
385971
386484
|
"required": [
|
|
@@ -387218,7 +387731,12 @@
|
|
|
387218
387731
|
"description": "The reason for the current state",
|
|
387219
387732
|
"example": "not_planned",
|
|
387220
387733
|
"type": "string",
|
|
387221
|
-
"nullable": true
|
|
387734
|
+
"nullable": true,
|
|
387735
|
+
"enum": [
|
|
387736
|
+
"completed",
|
|
387737
|
+
"reopened",
|
|
387738
|
+
"not_planned"
|
|
387739
|
+
]
|
|
387222
387740
|
},
|
|
387223
387741
|
"title": {
|
|
387224
387742
|
"description": "Title of the issue",
|
|
@@ -389085,6 +389603,10 @@
|
|
|
389085
389603
|
"starred_at": {
|
|
389086
389604
|
"type": "string",
|
|
389087
389605
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
389606
|
+
},
|
|
389607
|
+
"anonymous_access_enabled": {
|
|
389608
|
+
"type": "boolean",
|
|
389609
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
389088
389610
|
}
|
|
389089
389611
|
},
|
|
389090
389612
|
"required": [
|
|
@@ -393275,7 +393797,12 @@
|
|
|
393275
393797
|
"description": "The reason for the current state",
|
|
393276
393798
|
"example": "not_planned",
|
|
393277
393799
|
"type": "string",
|
|
393278
|
-
"nullable": true
|
|
393800
|
+
"nullable": true,
|
|
393801
|
+
"enum": [
|
|
393802
|
+
"completed",
|
|
393803
|
+
"reopened",
|
|
393804
|
+
"not_planned"
|
|
393805
|
+
]
|
|
393279
393806
|
},
|
|
393280
393807
|
"title": {
|
|
393281
393808
|
"description": "Title of the issue",
|
|
@@ -395142,6 +395669,10 @@
|
|
|
395142
395669
|
"starred_at": {
|
|
395143
395670
|
"type": "string",
|
|
395144
395671
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
395672
|
+
},
|
|
395673
|
+
"anonymous_access_enabled": {
|
|
395674
|
+
"type": "boolean",
|
|
395675
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
395145
395676
|
}
|
|
395146
395677
|
},
|
|
395147
395678
|
"required": [
|
|
@@ -396394,7 +396925,12 @@
|
|
|
396394
396925
|
"description": "The reason for the current state",
|
|
396395
396926
|
"example": "not_planned",
|
|
396396
396927
|
"type": "string",
|
|
396397
|
-
"nullable": true
|
|
396928
|
+
"nullable": true,
|
|
396929
|
+
"enum": [
|
|
396930
|
+
"completed",
|
|
396931
|
+
"reopened",
|
|
396932
|
+
"not_planned"
|
|
396933
|
+
]
|
|
396398
396934
|
},
|
|
396399
396935
|
"title": {
|
|
396400
396936
|
"description": "Title of the issue",
|
|
@@ -398261,6 +398797,10 @@
|
|
|
398261
398797
|
"starred_at": {
|
|
398262
398798
|
"type": "string",
|
|
398263
398799
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
398800
|
+
},
|
|
398801
|
+
"anonymous_access_enabled": {
|
|
398802
|
+
"type": "boolean",
|
|
398803
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
398264
398804
|
}
|
|
398265
398805
|
},
|
|
398266
398806
|
"required": [
|
|
@@ -400860,6 +401400,10 @@
|
|
|
400860
401400
|
"starred_at": {
|
|
400861
401401
|
"type": "string",
|
|
400862
401402
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
401403
|
+
},
|
|
401404
|
+
"anonymous_access_enabled": {
|
|
401405
|
+
"type": "boolean",
|
|
401406
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
400863
401407
|
}
|
|
400864
401408
|
},
|
|
400865
401409
|
"required": [
|
|
@@ -402393,6 +402937,10 @@
|
|
|
402393
402937
|
"starred_at": {
|
|
402394
402938
|
"type": "string",
|
|
402395
402939
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
402940
|
+
},
|
|
402941
|
+
"anonymous_access_enabled": {
|
|
402942
|
+
"type": "boolean",
|
|
402943
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
402396
402944
|
}
|
|
402397
402945
|
},
|
|
402398
402946
|
"required": [
|
|
@@ -403510,6 +404058,10 @@
|
|
|
403510
404058
|
"starred_at": {
|
|
403511
404059
|
"type": "string",
|
|
403512
404060
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
404061
|
+
},
|
|
404062
|
+
"anonymous_access_enabled": {
|
|
404063
|
+
"type": "boolean",
|
|
404064
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
403513
404065
|
}
|
|
403514
404066
|
},
|
|
403515
404067
|
"required": [
|
|
@@ -405251,6 +405803,10 @@
|
|
|
405251
405803
|
"starred_at": {
|
|
405252
405804
|
"type": "string",
|
|
405253
405805
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
405806
|
+
},
|
|
405807
|
+
"anonymous_access_enabled": {
|
|
405808
|
+
"type": "boolean",
|
|
405809
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
405254
405810
|
}
|
|
405255
405811
|
},
|
|
405256
405812
|
"required": [
|