@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": [
|
|
@@ -29279,6 +29283,10 @@
|
|
|
29279
29283
|
"starred_at": {
|
|
29280
29284
|
"type": "string",
|
|
29281
29285
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
29286
|
+
},
|
|
29287
|
+
"anonymous_access_enabled": {
|
|
29288
|
+
"type": "boolean",
|
|
29289
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
29282
29290
|
}
|
|
29283
29291
|
},
|
|
29284
29292
|
"required": [
|
|
@@ -30482,6 +30490,10 @@
|
|
|
30482
30490
|
"starred_at": {
|
|
30483
30491
|
"type": "string",
|
|
30484
30492
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
30493
|
+
},
|
|
30494
|
+
"anonymous_access_enabled": {
|
|
30495
|
+
"type": "boolean",
|
|
30496
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
30485
30497
|
}
|
|
30486
30498
|
},
|
|
30487
30499
|
"required": [
|
|
@@ -33461,7 +33473,12 @@
|
|
|
33461
33473
|
"description": "The reason for the current state",
|
|
33462
33474
|
"example": "not_planned",
|
|
33463
33475
|
"type": "string",
|
|
33464
|
-
"nullable": true
|
|
33476
|
+
"nullable": true,
|
|
33477
|
+
"enum": [
|
|
33478
|
+
"completed",
|
|
33479
|
+
"reopened",
|
|
33480
|
+
"not_planned"
|
|
33481
|
+
]
|
|
33465
33482
|
},
|
|
33466
33483
|
"title": {
|
|
33467
33484
|
"description": "Title of the issue",
|
|
@@ -35328,6 +35345,10 @@
|
|
|
35328
35345
|
"starred_at": {
|
|
35329
35346
|
"type": "string",
|
|
35330
35347
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
35348
|
+
},
|
|
35349
|
+
"anonymous_access_enabled": {
|
|
35350
|
+
"type": "boolean",
|
|
35351
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
35331
35352
|
}
|
|
35332
35353
|
},
|
|
35333
35354
|
"required": [
|
|
@@ -47876,6 +47897,10 @@
|
|
|
47876
47897
|
"starred_at": {
|
|
47877
47898
|
"type": "string",
|
|
47878
47899
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
47900
|
+
},
|
|
47901
|
+
"anonymous_access_enabled": {
|
|
47902
|
+
"type": "boolean",
|
|
47903
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
47879
47904
|
}
|
|
47880
47905
|
},
|
|
47881
47906
|
"required": [
|
|
@@ -48393,7 +48418,12 @@
|
|
|
48393
48418
|
"description": "The reason for the current state",
|
|
48394
48419
|
"example": "not_planned",
|
|
48395
48420
|
"type": "string",
|
|
48396
|
-
"nullable": true
|
|
48421
|
+
"nullable": true,
|
|
48422
|
+
"enum": [
|
|
48423
|
+
"completed",
|
|
48424
|
+
"reopened",
|
|
48425
|
+
"not_planned"
|
|
48426
|
+
]
|
|
48397
48427
|
},
|
|
48398
48428
|
"title": {
|
|
48399
48429
|
"description": "Title of the issue",
|
|
@@ -50260,6 +50290,10 @@
|
|
|
50260
50290
|
"starred_at": {
|
|
50261
50291
|
"type": "string",
|
|
50262
50292
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
50293
|
+
},
|
|
50294
|
+
"anonymous_access_enabled": {
|
|
50295
|
+
"type": "boolean",
|
|
50296
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
50263
50297
|
}
|
|
50264
50298
|
},
|
|
50265
50299
|
"required": [
|
|
@@ -51893,7 +51927,12 @@
|
|
|
51893
51927
|
"description": "The reason for the current state",
|
|
51894
51928
|
"example": "not_planned",
|
|
51895
51929
|
"type": "string",
|
|
51896
|
-
"nullable": true
|
|
51930
|
+
"nullable": true,
|
|
51931
|
+
"enum": [
|
|
51932
|
+
"completed",
|
|
51933
|
+
"reopened",
|
|
51934
|
+
"not_planned"
|
|
51935
|
+
]
|
|
51897
51936
|
},
|
|
51898
51937
|
"title": {
|
|
51899
51938
|
"description": "Title of the issue",
|
|
@@ -53760,6 +53799,10 @@
|
|
|
53760
53799
|
"starred_at": {
|
|
53761
53800
|
"type": "string",
|
|
53762
53801
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
53802
|
+
},
|
|
53803
|
+
"anonymous_access_enabled": {
|
|
53804
|
+
"type": "boolean",
|
|
53805
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
53763
53806
|
}
|
|
53764
53807
|
},
|
|
53765
53808
|
"required": [
|
|
@@ -56424,6 +56467,10 @@
|
|
|
56424
56467
|
"starred_at": {
|
|
56425
56468
|
"type": "string",
|
|
56426
56469
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
56470
|
+
},
|
|
56471
|
+
"anonymous_access_enabled": {
|
|
56472
|
+
"type": "boolean",
|
|
56473
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
56427
56474
|
}
|
|
56428
56475
|
},
|
|
56429
56476
|
"required": [
|
|
@@ -58562,6 +58609,10 @@
|
|
|
58562
58609
|
"starred_at": {
|
|
58563
58610
|
"type": "string",
|
|
58564
58611
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
58612
|
+
},
|
|
58613
|
+
"anonymous_access_enabled": {
|
|
58614
|
+
"type": "boolean",
|
|
58615
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
58565
58616
|
}
|
|
58566
58617
|
},
|
|
58567
58618
|
"required": [
|
|
@@ -61991,6 +62042,10 @@
|
|
|
61991
62042
|
"starred_at": {
|
|
61992
62043
|
"type": "string",
|
|
61993
62044
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
62045
|
+
},
|
|
62046
|
+
"anonymous_access_enabled": {
|
|
62047
|
+
"type": "boolean",
|
|
62048
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
61994
62049
|
}
|
|
61995
62050
|
},
|
|
61996
62051
|
"required": [
|
|
@@ -64683,6 +64738,10 @@
|
|
|
64683
64738
|
"starred_at": {
|
|
64684
64739
|
"type": "string",
|
|
64685
64740
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
64741
|
+
},
|
|
64742
|
+
"anonymous_access_enabled": {
|
|
64743
|
+
"type": "boolean",
|
|
64744
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
64686
64745
|
}
|
|
64687
64746
|
},
|
|
64688
64747
|
"required": [
|
|
@@ -67174,6 +67233,10 @@
|
|
|
67174
67233
|
"starred_at": {
|
|
67175
67234
|
"type": "string",
|
|
67176
67235
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
67236
|
+
},
|
|
67237
|
+
"anonymous_access_enabled": {
|
|
67238
|
+
"type": "boolean",
|
|
67239
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
67177
67240
|
}
|
|
67178
67241
|
},
|
|
67179
67242
|
"required": [
|
|
@@ -68377,6 +68440,10 @@
|
|
|
68377
68440
|
"starred_at": {
|
|
68378
68441
|
"type": "string",
|
|
68379
68442
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
68443
|
+
},
|
|
68444
|
+
"anonymous_access_enabled": {
|
|
68445
|
+
"type": "boolean",
|
|
68446
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
68380
68447
|
}
|
|
68381
68448
|
},
|
|
68382
68449
|
"required": [
|
|
@@ -71608,6 +71675,10 @@
|
|
|
71608
71675
|
"starred_at": {
|
|
71609
71676
|
"type": "string",
|
|
71610
71677
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
71678
|
+
},
|
|
71679
|
+
"anonymous_access_enabled": {
|
|
71680
|
+
"type": "boolean",
|
|
71681
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
71611
71682
|
}
|
|
71612
71683
|
},
|
|
71613
71684
|
"required": [
|
|
@@ -74534,6 +74605,10 @@
|
|
|
74534
74605
|
"starred_at": {
|
|
74535
74606
|
"type": "string",
|
|
74536
74607
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
74608
|
+
},
|
|
74609
|
+
"anonymous_access_enabled": {
|
|
74610
|
+
"type": "boolean",
|
|
74611
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
74537
74612
|
}
|
|
74538
74613
|
},
|
|
74539
74614
|
"required": [
|
|
@@ -75239,7 +75314,12 @@
|
|
|
75239
75314
|
"description": "The reason for the current state",
|
|
75240
75315
|
"example": "not_planned",
|
|
75241
75316
|
"type": "string",
|
|
75242
|
-
"nullable": true
|
|
75317
|
+
"nullable": true,
|
|
75318
|
+
"enum": [
|
|
75319
|
+
"completed",
|
|
75320
|
+
"reopened",
|
|
75321
|
+
"not_planned"
|
|
75322
|
+
]
|
|
75243
75323
|
},
|
|
75244
75324
|
"title": {
|
|
75245
75325
|
"description": "Title of the issue",
|
|
@@ -77106,6 +77186,10 @@
|
|
|
77106
77186
|
"starred_at": {
|
|
77107
77187
|
"type": "string",
|
|
77108
77188
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
77189
|
+
},
|
|
77190
|
+
"anonymous_access_enabled": {
|
|
77191
|
+
"type": "boolean",
|
|
77192
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
77109
77193
|
}
|
|
77110
77194
|
},
|
|
77111
77195
|
"required": [
|
|
@@ -82241,7 +82325,12 @@
|
|
|
82241
82325
|
"description": "The reason for the current state",
|
|
82242
82326
|
"example": "not_planned",
|
|
82243
82327
|
"type": "string",
|
|
82244
|
-
"nullable": true
|
|
82328
|
+
"nullable": true,
|
|
82329
|
+
"enum": [
|
|
82330
|
+
"completed",
|
|
82331
|
+
"reopened",
|
|
82332
|
+
"not_planned"
|
|
82333
|
+
]
|
|
82245
82334
|
},
|
|
82246
82335
|
"title": {
|
|
82247
82336
|
"description": "Title of the issue",
|
|
@@ -84108,6 +84197,10 @@
|
|
|
84108
84197
|
"starred_at": {
|
|
84109
84198
|
"type": "string",
|
|
84110
84199
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
84200
|
+
},
|
|
84201
|
+
"anonymous_access_enabled": {
|
|
84202
|
+
"type": "boolean",
|
|
84203
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
84111
84204
|
}
|
|
84112
84205
|
},
|
|
84113
84206
|
"required": [
|
|
@@ -85070,17 +85163,6 @@
|
|
|
85070
85163
|
}
|
|
85071
85164
|
}
|
|
85072
85165
|
},
|
|
85073
|
-
"302": {
|
|
85074
|
-
"description": "Response if requester is not an organization member",
|
|
85075
|
-
"headers": {
|
|
85076
|
-
"Location": {
|
|
85077
|
-
"example": "https://api.github.com/orgs/github/public_members",
|
|
85078
|
-
"schema": {
|
|
85079
|
-
"type": "string"
|
|
85080
|
-
}
|
|
85081
|
-
}
|
|
85082
|
-
}
|
|
85083
|
-
},
|
|
85084
85166
|
"422": {
|
|
85085
85167
|
"description": "Validation failed",
|
|
85086
85168
|
"content": {
|
|
@@ -87501,6 +87583,10 @@
|
|
|
87501
87583
|
"starred_at": {
|
|
87502
87584
|
"type": "string",
|
|
87503
87585
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
87586
|
+
},
|
|
87587
|
+
"anonymous_access_enabled": {
|
|
87588
|
+
"type": "boolean",
|
|
87589
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
87504
87590
|
}
|
|
87505
87591
|
},
|
|
87506
87592
|
"required": [
|
|
@@ -89111,6 +89197,10 @@
|
|
|
89111
89197
|
"starred_at": {
|
|
89112
89198
|
"type": "string",
|
|
89113
89199
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
89200
|
+
},
|
|
89201
|
+
"anonymous_access_enabled": {
|
|
89202
|
+
"type": "boolean",
|
|
89203
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
89114
89204
|
}
|
|
89115
89205
|
},
|
|
89116
89206
|
"required": [
|
|
@@ -90750,6 +90840,10 @@
|
|
|
90750
90840
|
"starred_at": {
|
|
90751
90841
|
"type": "string",
|
|
90752
90842
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
90843
|
+
},
|
|
90844
|
+
"anonymous_access_enabled": {
|
|
90845
|
+
"type": "boolean",
|
|
90846
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
90753
90847
|
}
|
|
90754
90848
|
},
|
|
90755
90849
|
"required": [
|
|
@@ -94645,6 +94739,10 @@
|
|
|
94645
94739
|
"starred_at": {
|
|
94646
94740
|
"type": "string",
|
|
94647
94741
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
94742
|
+
},
|
|
94743
|
+
"anonymous_access_enabled": {
|
|
94744
|
+
"type": "boolean",
|
|
94745
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
94648
94746
|
}
|
|
94649
94747
|
},
|
|
94650
94748
|
"required": [
|
|
@@ -96206,6 +96304,10 @@
|
|
|
96206
96304
|
"starred_at": {
|
|
96207
96305
|
"type": "string",
|
|
96208
96306
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
96307
|
+
},
|
|
96308
|
+
"anonymous_access_enabled": {
|
|
96309
|
+
"type": "boolean",
|
|
96310
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
96209
96311
|
}
|
|
96210
96312
|
},
|
|
96211
96313
|
"required": [
|
|
@@ -107685,6 +107787,10 @@
|
|
|
107685
107787
|
"starred_at": {
|
|
107686
107788
|
"type": "string",
|
|
107687
107789
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
107790
|
+
},
|
|
107791
|
+
"anonymous_access_enabled": {
|
|
107792
|
+
"type": "boolean",
|
|
107793
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
107688
107794
|
}
|
|
107689
107795
|
},
|
|
107690
107796
|
"required": [
|
|
@@ -109648,6 +109754,10 @@
|
|
|
109648
109754
|
"starred_at": {
|
|
109649
109755
|
"type": "string",
|
|
109650
109756
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
109757
|
+
},
|
|
109758
|
+
"anonymous_access_enabled": {
|
|
109759
|
+
"type": "boolean",
|
|
109760
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
109651
109761
|
}
|
|
109652
109762
|
},
|
|
109653
109763
|
"required": [
|
|
@@ -117745,6 +117855,10 @@
|
|
|
117745
117855
|
"starred_at": {
|
|
117746
117856
|
"type": "string",
|
|
117747
117857
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
117858
|
+
},
|
|
117859
|
+
"anonymous_access_enabled": {
|
|
117860
|
+
"type": "boolean",
|
|
117861
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
117748
117862
|
}
|
|
117749
117863
|
},
|
|
117750
117864
|
"required": [
|
|
@@ -119052,6 +119166,10 @@
|
|
|
119052
119166
|
"starred_at": {
|
|
119053
119167
|
"type": "string",
|
|
119054
119168
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
119169
|
+
},
|
|
119170
|
+
"anonymous_access_enabled": {
|
|
119171
|
+
"type": "boolean",
|
|
119172
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
119055
119173
|
}
|
|
119056
119174
|
},
|
|
119057
119175
|
"required": [
|
|
@@ -120160,6 +120278,10 @@
|
|
|
120160
120278
|
"starred_at": {
|
|
120161
120279
|
"type": "string",
|
|
120162
120280
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
120281
|
+
},
|
|
120282
|
+
"anonymous_access_enabled": {
|
|
120283
|
+
"type": "boolean",
|
|
120284
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
120163
120285
|
}
|
|
120164
120286
|
},
|
|
120165
120287
|
"required": [
|
|
@@ -122733,6 +122855,10 @@
|
|
|
122733
122855
|
"starred_at": {
|
|
122734
122856
|
"type": "string",
|
|
122735
122857
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
122858
|
+
},
|
|
122859
|
+
"anonymous_access_enabled": {
|
|
122860
|
+
"type": "boolean",
|
|
122861
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
122736
122862
|
}
|
|
122737
122863
|
},
|
|
122738
122864
|
"required": [
|
|
@@ -124040,6 +124166,10 @@
|
|
|
124040
124166
|
"starred_at": {
|
|
124041
124167
|
"type": "string",
|
|
124042
124168
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
124169
|
+
},
|
|
124170
|
+
"anonymous_access_enabled": {
|
|
124171
|
+
"type": "boolean",
|
|
124172
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
124043
124173
|
}
|
|
124044
124174
|
},
|
|
124045
124175
|
"required": [
|
|
@@ -125148,6 +125278,10 @@
|
|
|
125148
125278
|
"starred_at": {
|
|
125149
125279
|
"type": "string",
|
|
125150
125280
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
125281
|
+
},
|
|
125282
|
+
"anonymous_access_enabled": {
|
|
125283
|
+
"type": "boolean",
|
|
125284
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
125151
125285
|
}
|
|
125152
125286
|
},
|
|
125153
125287
|
"required": [
|
|
@@ -128926,6 +129060,10 @@
|
|
|
128926
129060
|
"starred_at": {
|
|
128927
129061
|
"type": "string",
|
|
128928
129062
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
129063
|
+
},
|
|
129064
|
+
"anonymous_access_enabled": {
|
|
129065
|
+
"type": "boolean",
|
|
129066
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
128929
129067
|
}
|
|
128930
129068
|
},
|
|
128931
129069
|
"required": [
|
|
@@ -130138,6 +130276,10 @@
|
|
|
130138
130276
|
"starred_at": {
|
|
130139
130277
|
"type": "string",
|
|
130140
130278
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
130279
|
+
},
|
|
130280
|
+
"anonymous_access_enabled": {
|
|
130281
|
+
"type": "boolean",
|
|
130282
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
130141
130283
|
}
|
|
130142
130284
|
},
|
|
130143
130285
|
"required": [
|
|
@@ -133272,6 +133414,10 @@
|
|
|
133272
133414
|
"starred_at": {
|
|
133273
133415
|
"type": "string",
|
|
133274
133416
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
133417
|
+
},
|
|
133418
|
+
"anonymous_access_enabled": {
|
|
133419
|
+
"type": "boolean",
|
|
133420
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
133275
133421
|
}
|
|
133276
133422
|
},
|
|
133277
133423
|
"required": [
|
|
@@ -134945,6 +135091,10 @@
|
|
|
134945
135091
|
"starred_at": {
|
|
134946
135092
|
"type": "string",
|
|
134947
135093
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
135094
|
+
},
|
|
135095
|
+
"anonymous_access_enabled": {
|
|
135096
|
+
"type": "boolean",
|
|
135097
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
134948
135098
|
}
|
|
134949
135099
|
},
|
|
134950
135100
|
"required": [
|
|
@@ -137195,6 +137345,10 @@
|
|
|
137195
137345
|
"starred_at": {
|
|
137196
137346
|
"type": "string",
|
|
137197
137347
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
137348
|
+
},
|
|
137349
|
+
"anonymous_access_enabled": {
|
|
137350
|
+
"type": "boolean",
|
|
137351
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
137198
137352
|
}
|
|
137199
137353
|
},
|
|
137200
137354
|
"required": [
|
|
@@ -138868,6 +139022,10 @@
|
|
|
138868
139022
|
"starred_at": {
|
|
138869
139023
|
"type": "string",
|
|
138870
139024
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
139025
|
+
},
|
|
139026
|
+
"anonymous_access_enabled": {
|
|
139027
|
+
"type": "boolean",
|
|
139028
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
138871
139029
|
}
|
|
138872
139030
|
},
|
|
138873
139031
|
"required": [
|
|
@@ -144709,6 +144867,10 @@
|
|
|
144709
144867
|
"starred_at": {
|
|
144710
144868
|
"type": "string",
|
|
144711
144869
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
144870
|
+
},
|
|
144871
|
+
"anonymous_access_enabled": {
|
|
144872
|
+
"type": "boolean",
|
|
144873
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
144712
144874
|
}
|
|
144713
144875
|
},
|
|
144714
144876
|
"required": [
|
|
@@ -146382,6 +146544,10 @@
|
|
|
146382
146544
|
"starred_at": {
|
|
146383
146545
|
"type": "string",
|
|
146384
146546
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
146547
|
+
},
|
|
146548
|
+
"anonymous_access_enabled": {
|
|
146549
|
+
"type": "boolean",
|
|
146550
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
146385
146551
|
}
|
|
146386
146552
|
},
|
|
146387
146553
|
"required": [
|
|
@@ -147315,6 +147481,11 @@
|
|
|
147315
147481
|
"url_template": {
|
|
147316
147482
|
"type": "string",
|
|
147317
147483
|
"description": "The URL must contain `<num>` for the reference number."
|
|
147484
|
+
},
|
|
147485
|
+
"is_alphanumeric": {
|
|
147486
|
+
"type": "boolean",
|
|
147487
|
+
"default": "true",
|
|
147488
|
+
"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."
|
|
147318
147489
|
}
|
|
147319
147490
|
},
|
|
147320
147491
|
"required": [
|
|
@@ -147326,7 +147497,8 @@
|
|
|
147326
147497
|
"default": {
|
|
147327
147498
|
"value": {
|
|
147328
147499
|
"key_prefix": "TICKET-",
|
|
147329
|
-
"url_template": "https://example.com/TICKET?query=<num>"
|
|
147500
|
+
"url_template": "https://example.com/TICKET?query=<num>",
|
|
147501
|
+
"is_alphanumeric": true
|
|
147330
147502
|
}
|
|
147331
147503
|
}
|
|
147332
147504
|
}
|
|
@@ -173292,6 +173464,10 @@
|
|
|
173292
173464
|
"starred_at": {
|
|
173293
173465
|
"type": "string",
|
|
173294
173466
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
173467
|
+
},
|
|
173468
|
+
"anonymous_access_enabled": {
|
|
173469
|
+
"type": "boolean",
|
|
173470
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
173295
173471
|
}
|
|
173296
173472
|
},
|
|
173297
173473
|
"required": [
|
|
@@ -175783,6 +175959,10 @@
|
|
|
175783
175959
|
"starred_at": {
|
|
175784
175960
|
"type": "string",
|
|
175785
175961
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
175962
|
+
},
|
|
175963
|
+
"anonymous_access_enabled": {
|
|
175964
|
+
"type": "boolean",
|
|
175965
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
175786
175966
|
}
|
|
175787
175967
|
},
|
|
175788
175968
|
"required": [
|
|
@@ -177997,6 +178177,10 @@
|
|
|
177997
178177
|
"starred_at": {
|
|
177998
178178
|
"type": "string",
|
|
177999
178179
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
178180
|
+
},
|
|
178181
|
+
"anonymous_access_enabled": {
|
|
178182
|
+
"type": "boolean",
|
|
178183
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
178000
178184
|
}
|
|
178001
178185
|
},
|
|
178002
178186
|
"required": [
|
|
@@ -180384,6 +180568,10 @@
|
|
|
180384
180568
|
"starred_at": {
|
|
180385
180569
|
"type": "string",
|
|
180386
180570
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
180571
|
+
},
|
|
180572
|
+
"anonymous_access_enabled": {
|
|
180573
|
+
"type": "boolean",
|
|
180574
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
180387
180575
|
}
|
|
180388
180576
|
},
|
|
180389
180577
|
"required": [
|
|
@@ -183122,6 +183310,11 @@
|
|
|
183122
183310
|
"nullable": true,
|
|
183123
183311
|
"type": "string",
|
|
183124
183312
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
183313
|
+
},
|
|
183314
|
+
"help_uri": {
|
|
183315
|
+
"nullable": true,
|
|
183316
|
+
"type": "string",
|
|
183317
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
183125
183318
|
}
|
|
183126
183319
|
}
|
|
183127
183320
|
},
|
|
@@ -183282,7 +183475,8 @@
|
|
|
183282
183475
|
"security",
|
|
183283
183476
|
"external/cwe/cwe-022"
|
|
183284
183477
|
],
|
|
183285
|
-
"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 ..."
|
|
183478
|
+
"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 ...",
|
|
183479
|
+
"help_uri": "https://codeql.github.com/"
|
|
183286
183480
|
},
|
|
183287
183481
|
"tool": {
|
|
183288
183482
|
"name": "CodeQL",
|
|
@@ -183749,6 +183943,11 @@
|
|
|
183749
183943
|
"nullable": true,
|
|
183750
183944
|
"type": "string",
|
|
183751
183945
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
183946
|
+
},
|
|
183947
|
+
"help_uri": {
|
|
183948
|
+
"nullable": true,
|
|
183949
|
+
"type": "string",
|
|
183950
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
183752
183951
|
}
|
|
183753
183952
|
}
|
|
183754
183953
|
},
|
|
@@ -183909,7 +184108,8 @@
|
|
|
183909
184108
|
"security",
|
|
183910
184109
|
"external/cwe/cwe-022"
|
|
183911
184110
|
],
|
|
183912
|
-
"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 ..."
|
|
184111
|
+
"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 ...",
|
|
184112
|
+
"help_uri": "https://codeql.github.com/"
|
|
183913
184113
|
},
|
|
183914
184114
|
"tool": {
|
|
183915
184115
|
"name": "CodeQL",
|
|
@@ -187470,6 +187670,10 @@
|
|
|
187470
187670
|
"starred_at": {
|
|
187471
187671
|
"type": "string",
|
|
187472
187672
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
187673
|
+
},
|
|
187674
|
+
"anonymous_access_enabled": {
|
|
187675
|
+
"type": "boolean",
|
|
187676
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
187473
187677
|
}
|
|
187474
187678
|
},
|
|
187475
187679
|
"required": [
|
|
@@ -194718,6 +194922,10 @@
|
|
|
194718
194922
|
"starred_at": {
|
|
194719
194923
|
"type": "string",
|
|
194720
194924
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
194925
|
+
},
|
|
194926
|
+
"anonymous_access_enabled": {
|
|
194927
|
+
"type": "boolean",
|
|
194928
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
194721
194929
|
}
|
|
194722
194930
|
},
|
|
194723
194931
|
"required": [
|
|
@@ -195967,6 +196175,10 @@
|
|
|
195967
196175
|
"starred_at": {
|
|
195968
196176
|
"type": "string",
|
|
195969
196177
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
196178
|
+
},
|
|
196179
|
+
"anonymous_access_enabled": {
|
|
196180
|
+
"type": "boolean",
|
|
196181
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
195970
196182
|
}
|
|
195971
196183
|
},
|
|
195972
196184
|
"required": [
|
|
@@ -197842,6 +198054,27 @@
|
|
|
197842
198054
|
}
|
|
197843
198055
|
}
|
|
197844
198056
|
}
|
|
198057
|
+
},
|
|
198058
|
+
"503": {
|
|
198059
|
+
"description": "Service unavailable",
|
|
198060
|
+
"content": {
|
|
198061
|
+
"application/json": {
|
|
198062
|
+
"schema": {
|
|
198063
|
+
"type": "object",
|
|
198064
|
+
"properties": {
|
|
198065
|
+
"code": {
|
|
198066
|
+
"type": "string"
|
|
198067
|
+
},
|
|
198068
|
+
"message": {
|
|
198069
|
+
"type": "string"
|
|
198070
|
+
},
|
|
198071
|
+
"documentation_url": {
|
|
198072
|
+
"type": "string"
|
|
198073
|
+
}
|
|
198074
|
+
}
|
|
198075
|
+
}
|
|
198076
|
+
}
|
|
198077
|
+
}
|
|
197845
198078
|
}
|
|
197846
198079
|
},
|
|
197847
198080
|
"x-github": {
|
|
@@ -200869,6 +201102,10 @@
|
|
|
200869
201102
|
"starred_at": {
|
|
200870
201103
|
"type": "string",
|
|
200871
201104
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
201105
|
+
},
|
|
201106
|
+
"anonymous_access_enabled": {
|
|
201107
|
+
"type": "boolean",
|
|
201108
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
200872
201109
|
}
|
|
200873
201110
|
},
|
|
200874
201111
|
"required": [
|
|
@@ -203004,6 +203241,10 @@
|
|
|
203004
203241
|
"starred_at": {
|
|
203005
203242
|
"type": "string",
|
|
203006
203243
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
203244
|
+
},
|
|
203245
|
+
"anonymous_access_enabled": {
|
|
203246
|
+
"type": "boolean",
|
|
203247
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
203007
203248
|
}
|
|
203008
203249
|
},
|
|
203009
203250
|
"required": [
|
|
@@ -205767,6 +206008,27 @@
|
|
|
205767
206008
|
}
|
|
205768
206009
|
}
|
|
205769
206010
|
}
|
|
206011
|
+
},
|
|
206012
|
+
"503": {
|
|
206013
|
+
"description": "Service unavailable",
|
|
206014
|
+
"content": {
|
|
206015
|
+
"application/json": {
|
|
206016
|
+
"schema": {
|
|
206017
|
+
"type": "object",
|
|
206018
|
+
"properties": {
|
|
206019
|
+
"code": {
|
|
206020
|
+
"type": "string"
|
|
206021
|
+
},
|
|
206022
|
+
"message": {
|
|
206023
|
+
"type": "string"
|
|
206024
|
+
},
|
|
206025
|
+
"documentation_url": {
|
|
206026
|
+
"type": "string"
|
|
206027
|
+
}
|
|
206028
|
+
}
|
|
206029
|
+
}
|
|
206030
|
+
}
|
|
206031
|
+
}
|
|
205770
206032
|
}
|
|
205771
206033
|
},
|
|
205772
206034
|
"x-github": {
|
|
@@ -215299,7 +215561,12 @@
|
|
|
215299
215561
|
"description": "The reason for the current state",
|
|
215300
215562
|
"example": "not_planned",
|
|
215301
215563
|
"type": "string",
|
|
215302
|
-
"nullable": true
|
|
215564
|
+
"nullable": true,
|
|
215565
|
+
"enum": [
|
|
215566
|
+
"completed",
|
|
215567
|
+
"reopened",
|
|
215568
|
+
"not_planned"
|
|
215569
|
+
]
|
|
215303
215570
|
},
|
|
215304
215571
|
"title": {
|
|
215305
215572
|
"description": "Title of the issue",
|
|
@@ -217166,6 +217433,10 @@
|
|
|
217166
217433
|
"starred_at": {
|
|
217167
217434
|
"type": "string",
|
|
217168
217435
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
217436
|
+
},
|
|
217437
|
+
"anonymous_access_enabled": {
|
|
217438
|
+
"type": "boolean",
|
|
217439
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
217169
217440
|
}
|
|
217170
217441
|
},
|
|
217171
217442
|
"required": [
|
|
@@ -219735,6 +220006,10 @@
|
|
|
219735
220006
|
"starred_at": {
|
|
219736
220007
|
"type": "string",
|
|
219737
220008
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
220009
|
+
},
|
|
220010
|
+
"anonymous_access_enabled": {
|
|
220011
|
+
"type": "boolean",
|
|
220012
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
219738
220013
|
}
|
|
219739
220014
|
},
|
|
219740
220015
|
"required": [
|
|
@@ -221703,6 +221978,10 @@
|
|
|
221703
221978
|
"starred_at": {
|
|
221704
221979
|
"type": "string",
|
|
221705
221980
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
221981
|
+
},
|
|
221982
|
+
"anonymous_access_enabled": {
|
|
221983
|
+
"type": "boolean",
|
|
221984
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
221706
221985
|
}
|
|
221707
221986
|
},
|
|
221708
221987
|
"required": [
|
|
@@ -223010,6 +223289,10 @@
|
|
|
223010
223289
|
"starred_at": {
|
|
223011
223290
|
"type": "string",
|
|
223012
223291
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
223292
|
+
},
|
|
223293
|
+
"anonymous_access_enabled": {
|
|
223294
|
+
"type": "boolean",
|
|
223295
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
223013
223296
|
}
|
|
223014
223297
|
},
|
|
223015
223298
|
"required": [
|
|
@@ -224118,6 +224401,10 @@
|
|
|
224118
224401
|
"starred_at": {
|
|
224119
224402
|
"type": "string",
|
|
224120
224403
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
224404
|
+
},
|
|
224405
|
+
"anonymous_access_enabled": {
|
|
224406
|
+
"type": "boolean",
|
|
224407
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
224121
224408
|
}
|
|
224122
224409
|
},
|
|
224123
224410
|
"required": [
|
|
@@ -233604,6 +233891,10 @@
|
|
|
233604
233891
|
"starred_at": {
|
|
233605
233892
|
"type": "string",
|
|
233606
233893
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
233894
|
+
},
|
|
233895
|
+
"anonymous_access_enabled": {
|
|
233896
|
+
"type": "boolean",
|
|
233897
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
233607
233898
|
}
|
|
233608
233899
|
},
|
|
233609
233900
|
"required": [
|
|
@@ -235801,6 +236092,10 @@
|
|
|
235801
236092
|
"starred_at": {
|
|
235802
236093
|
"type": "string",
|
|
235803
236094
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
236095
|
+
},
|
|
236096
|
+
"anonymous_access_enabled": {
|
|
236097
|
+
"type": "boolean",
|
|
236098
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
235804
236099
|
}
|
|
235805
236100
|
},
|
|
235806
236101
|
"required": [
|
|
@@ -236699,7 +236994,12 @@
|
|
|
236699
236994
|
"description": "The reason for the current state",
|
|
236700
236995
|
"example": "not_planned",
|
|
236701
236996
|
"type": "string",
|
|
236702
|
-
"nullable": true
|
|
236997
|
+
"nullable": true,
|
|
236998
|
+
"enum": [
|
|
236999
|
+
"completed",
|
|
237000
|
+
"reopened",
|
|
237001
|
+
"not_planned"
|
|
237002
|
+
]
|
|
236703
237003
|
},
|
|
236704
237004
|
"title": {
|
|
236705
237005
|
"description": "Title of the issue",
|
|
@@ -238566,6 +238866,10 @@
|
|
|
238566
238866
|
"starred_at": {
|
|
238567
238867
|
"type": "string",
|
|
238568
238868
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
238869
|
+
},
|
|
238870
|
+
"anonymous_access_enabled": {
|
|
238871
|
+
"type": "boolean",
|
|
238872
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
238569
238873
|
}
|
|
238570
238874
|
},
|
|
238571
238875
|
"required": [
|
|
@@ -239471,7 +239775,12 @@
|
|
|
239471
239775
|
"description": "The reason for the current state",
|
|
239472
239776
|
"example": "not_planned",
|
|
239473
239777
|
"type": "string",
|
|
239474
|
-
"nullable": true
|
|
239778
|
+
"nullable": true,
|
|
239779
|
+
"enum": [
|
|
239780
|
+
"completed",
|
|
239781
|
+
"reopened",
|
|
239782
|
+
"not_planned"
|
|
239783
|
+
]
|
|
239475
239784
|
},
|
|
239476
239785
|
"title": {
|
|
239477
239786
|
"description": "Title of the issue",
|
|
@@ -241338,6 +241647,10 @@
|
|
|
241338
241647
|
"starred_at": {
|
|
241339
241648
|
"type": "string",
|
|
241340
241649
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
241650
|
+
},
|
|
241651
|
+
"anonymous_access_enabled": {
|
|
241652
|
+
"type": "boolean",
|
|
241653
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
241341
241654
|
}
|
|
241342
241655
|
},
|
|
241343
241656
|
"required": [
|
|
@@ -245396,7 +245709,12 @@
|
|
|
245396
245709
|
"description": "The reason for the current state",
|
|
245397
245710
|
"example": "not_planned",
|
|
245398
245711
|
"type": "string",
|
|
245399
|
-
"nullable": true
|
|
245712
|
+
"nullable": true,
|
|
245713
|
+
"enum": [
|
|
245714
|
+
"completed",
|
|
245715
|
+
"reopened",
|
|
245716
|
+
"not_planned"
|
|
245717
|
+
]
|
|
245400
245718
|
},
|
|
245401
245719
|
"title": {
|
|
245402
245720
|
"description": "Title of the issue",
|
|
@@ -247263,6 +247581,10 @@
|
|
|
247263
247581
|
"starred_at": {
|
|
247264
247582
|
"type": "string",
|
|
247265
247583
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
247584
|
+
},
|
|
247585
|
+
"anonymous_access_enabled": {
|
|
247586
|
+
"type": "boolean",
|
|
247587
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
247266
247588
|
}
|
|
247267
247589
|
},
|
|
247268
247590
|
"required": [
|
|
@@ -249224,7 +249546,12 @@
|
|
|
249224
249546
|
"description": "The reason for the current state",
|
|
249225
249547
|
"example": "not_planned",
|
|
249226
249548
|
"type": "string",
|
|
249227
|
-
"nullable": true
|
|
249549
|
+
"nullable": true,
|
|
249550
|
+
"enum": [
|
|
249551
|
+
"completed",
|
|
249552
|
+
"reopened",
|
|
249553
|
+
"not_planned"
|
|
249554
|
+
]
|
|
249228
249555
|
},
|
|
249229
249556
|
"title": {
|
|
249230
249557
|
"description": "Title of the issue",
|
|
@@ -251091,6 +251418,10 @@
|
|
|
251091
251418
|
"starred_at": {
|
|
251092
251419
|
"type": "string",
|
|
251093
251420
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
251421
|
+
},
|
|
251422
|
+
"anonymous_access_enabled": {
|
|
251423
|
+
"type": "boolean",
|
|
251424
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
251094
251425
|
}
|
|
251095
251426
|
},
|
|
251096
251427
|
"required": [
|
|
@@ -252934,7 +253265,12 @@
|
|
|
252934
253265
|
"description": "The reason for the current state",
|
|
252935
253266
|
"example": "not_planned",
|
|
252936
253267
|
"type": "string",
|
|
252937
|
-
"nullable": true
|
|
253268
|
+
"nullable": true,
|
|
253269
|
+
"enum": [
|
|
253270
|
+
"completed",
|
|
253271
|
+
"reopened",
|
|
253272
|
+
"not_planned"
|
|
253273
|
+
]
|
|
252938
253274
|
},
|
|
252939
253275
|
"title": {
|
|
252940
253276
|
"description": "Title of the issue",
|
|
@@ -254801,6 +255137,10 @@
|
|
|
254801
255137
|
"starred_at": {
|
|
254802
255138
|
"type": "string",
|
|
254803
255139
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
255140
|
+
},
|
|
255141
|
+
"anonymous_access_enabled": {
|
|
255142
|
+
"type": "boolean",
|
|
255143
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
254804
255144
|
}
|
|
254805
255145
|
},
|
|
254806
255146
|
"required": [
|
|
@@ -255549,6 +255889,11 @@
|
|
|
255549
255889
|
},
|
|
255550
255890
|
"state_reason": {
|
|
255551
255891
|
"type": "string",
|
|
255892
|
+
"enum": [
|
|
255893
|
+
"completed",
|
|
255894
|
+
"not_planned",
|
|
255895
|
+
"reopened"
|
|
255896
|
+
],
|
|
255552
255897
|
"nullable": true,
|
|
255553
255898
|
"description": "The reason for the current state",
|
|
255554
255899
|
"example": "not_planned"
|
|
@@ -255678,7 +256023,12 @@
|
|
|
255678
256023
|
"description": "The reason for the current state",
|
|
255679
256024
|
"example": "not_planned",
|
|
255680
256025
|
"type": "string",
|
|
255681
|
-
"nullable": true
|
|
256026
|
+
"nullable": true,
|
|
256027
|
+
"enum": [
|
|
256028
|
+
"completed",
|
|
256029
|
+
"reopened",
|
|
256030
|
+
"not_planned"
|
|
256031
|
+
]
|
|
255682
256032
|
},
|
|
255683
256033
|
"title": {
|
|
255684
256034
|
"description": "Title of the issue",
|
|
@@ -257545,6 +257895,10 @@
|
|
|
257545
257895
|
"starred_at": {
|
|
257546
257896
|
"type": "string",
|
|
257547
257897
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
257898
|
+
},
|
|
257899
|
+
"anonymous_access_enabled": {
|
|
257900
|
+
"type": "boolean",
|
|
257901
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
257548
257902
|
}
|
|
257549
257903
|
},
|
|
257550
257904
|
"required": [
|
|
@@ -258453,7 +258807,12 @@
|
|
|
258453
258807
|
"description": "The reason for the current state",
|
|
258454
258808
|
"example": "not_planned",
|
|
258455
258809
|
"type": "string",
|
|
258456
|
-
"nullable": true
|
|
258810
|
+
"nullable": true,
|
|
258811
|
+
"enum": [
|
|
258812
|
+
"completed",
|
|
258813
|
+
"reopened",
|
|
258814
|
+
"not_planned"
|
|
258815
|
+
]
|
|
258457
258816
|
},
|
|
258458
258817
|
"title": {
|
|
258459
258818
|
"description": "Title of the issue",
|
|
@@ -260320,6 +260679,10 @@
|
|
|
260320
260679
|
"starred_at": {
|
|
260321
260680
|
"type": "string",
|
|
260322
260681
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
260682
|
+
},
|
|
260683
|
+
"anonymous_access_enabled": {
|
|
260684
|
+
"type": "boolean",
|
|
260685
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
260323
260686
|
}
|
|
260324
260687
|
},
|
|
260325
260688
|
"required": [
|
|
@@ -282225,7 +282588,12 @@
|
|
|
282225
282588
|
"description": "The reason for the current state",
|
|
282226
282589
|
"example": "not_planned",
|
|
282227
282590
|
"type": "string",
|
|
282228
|
-
"nullable": true
|
|
282591
|
+
"nullable": true,
|
|
282592
|
+
"enum": [
|
|
282593
|
+
"completed",
|
|
282594
|
+
"reopened",
|
|
282595
|
+
"not_planned"
|
|
282596
|
+
]
|
|
282229
282597
|
},
|
|
282230
282598
|
"title": {
|
|
282231
282599
|
"description": "Title of the issue",
|
|
@@ -284092,6 +284460,10 @@
|
|
|
284092
284460
|
"starred_at": {
|
|
284093
284461
|
"type": "string",
|
|
284094
284462
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
284463
|
+
},
|
|
284464
|
+
"anonymous_access_enabled": {
|
|
284465
|
+
"type": "boolean",
|
|
284466
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
284095
284467
|
}
|
|
284096
284468
|
},
|
|
284097
284469
|
"required": [
|
|
@@ -293277,6 +293649,10 @@
|
|
|
293277
293649
|
"starred_at": {
|
|
293278
293650
|
"type": "string",
|
|
293279
293651
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
293652
|
+
},
|
|
293653
|
+
"anonymous_access_enabled": {
|
|
293654
|
+
"type": "boolean",
|
|
293655
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
293280
293656
|
}
|
|
293281
293657
|
},
|
|
293282
293658
|
"required": [
|
|
@@ -299213,6 +299589,10 @@
|
|
|
299213
299589
|
"starred_at": {
|
|
299214
299590
|
"type": "string",
|
|
299215
299591
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
299592
|
+
},
|
|
299593
|
+
"anonymous_access_enabled": {
|
|
299594
|
+
"type": "boolean",
|
|
299595
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
299216
299596
|
}
|
|
299217
299597
|
},
|
|
299218
299598
|
"required": [
|
|
@@ -300462,6 +300842,10 @@
|
|
|
300462
300842
|
"starred_at": {
|
|
300463
300843
|
"type": "string",
|
|
300464
300844
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
300845
|
+
},
|
|
300846
|
+
"anonymous_access_enabled": {
|
|
300847
|
+
"type": "boolean",
|
|
300848
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
300465
300849
|
}
|
|
300466
300850
|
},
|
|
300467
300851
|
"required": [
|
|
@@ -311007,6 +311391,27 @@
|
|
|
311007
311391
|
}
|
|
311008
311392
|
}
|
|
311009
311393
|
}
|
|
311394
|
+
},
|
|
311395
|
+
"503": {
|
|
311396
|
+
"description": "Service unavailable",
|
|
311397
|
+
"content": {
|
|
311398
|
+
"application/json": {
|
|
311399
|
+
"schema": {
|
|
311400
|
+
"type": "object",
|
|
311401
|
+
"properties": {
|
|
311402
|
+
"code": {
|
|
311403
|
+
"type": "string"
|
|
311404
|
+
},
|
|
311405
|
+
"message": {
|
|
311406
|
+
"type": "string"
|
|
311407
|
+
},
|
|
311408
|
+
"documentation_url": {
|
|
311409
|
+
"type": "string"
|
|
311410
|
+
}
|
|
311411
|
+
}
|
|
311412
|
+
}
|
|
311413
|
+
}
|
|
311414
|
+
}
|
|
311010
311415
|
}
|
|
311011
311416
|
},
|
|
311012
311417
|
"x-github": {
|
|
@@ -317224,6 +317629,27 @@
|
|
|
317224
317629
|
}
|
|
317225
317630
|
}
|
|
317226
317631
|
}
|
|
317632
|
+
},
|
|
317633
|
+
"503": {
|
|
317634
|
+
"description": "Service unavailable",
|
|
317635
|
+
"content": {
|
|
317636
|
+
"application/json": {
|
|
317637
|
+
"schema": {
|
|
317638
|
+
"type": "object",
|
|
317639
|
+
"properties": {
|
|
317640
|
+
"code": {
|
|
317641
|
+
"type": "string"
|
|
317642
|
+
},
|
|
317643
|
+
"message": {
|
|
317644
|
+
"type": "string"
|
|
317645
|
+
},
|
|
317646
|
+
"documentation_url": {
|
|
317647
|
+
"type": "string"
|
|
317648
|
+
}
|
|
317649
|
+
}
|
|
317650
|
+
}
|
|
317651
|
+
}
|
|
317652
|
+
}
|
|
317227
317653
|
}
|
|
317228
317654
|
},
|
|
317229
317655
|
"x-github": {
|
|
@@ -320164,6 +320590,10 @@
|
|
|
320164
320590
|
"starred_at": {
|
|
320165
320591
|
"type": "string",
|
|
320166
320592
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
320593
|
+
},
|
|
320594
|
+
"anonymous_access_enabled": {
|
|
320595
|
+
"type": "boolean",
|
|
320596
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
320167
320597
|
}
|
|
320168
320598
|
},
|
|
320169
320599
|
"required": [
|
|
@@ -321413,6 +321843,10 @@
|
|
|
321413
321843
|
"starred_at": {
|
|
321414
321844
|
"type": "string",
|
|
321415
321845
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
321846
|
+
},
|
|
321847
|
+
"anonymous_access_enabled": {
|
|
321848
|
+
"type": "boolean",
|
|
321849
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
321416
321850
|
}
|
|
321417
321851
|
},
|
|
321418
321852
|
"required": [
|
|
@@ -324711,6 +325145,10 @@
|
|
|
324711
325145
|
"starred_at": {
|
|
324712
325146
|
"type": "string",
|
|
324713
325147
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
325148
|
+
},
|
|
325149
|
+
"anonymous_access_enabled": {
|
|
325150
|
+
"type": "boolean",
|
|
325151
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
324714
325152
|
}
|
|
324715
325153
|
},
|
|
324716
325154
|
"required": [
|
|
@@ -325960,6 +326398,10 @@
|
|
|
325960
326398
|
"starred_at": {
|
|
325961
326399
|
"type": "string",
|
|
325962
326400
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
326401
|
+
},
|
|
326402
|
+
"anonymous_access_enabled": {
|
|
326403
|
+
"type": "boolean",
|
|
326404
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
325963
326405
|
}
|
|
325964
326406
|
},
|
|
325965
326407
|
"required": [
|
|
@@ -343487,6 +343929,10 @@
|
|
|
343487
343929
|
"starred_at": {
|
|
343488
343930
|
"type": "string",
|
|
343489
343931
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
343932
|
+
},
|
|
343933
|
+
"anonymous_access_enabled": {
|
|
343934
|
+
"type": "boolean",
|
|
343935
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
343490
343936
|
}
|
|
343491
343937
|
},
|
|
343492
343938
|
"required": [
|
|
@@ -344023,7 +344469,7 @@
|
|
|
344023
344469
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
344024
344470
|
"post": {
|
|
344025
344471
|
"summary": "Create a repository using a template",
|
|
344026
|
-
"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.
|
|
344472
|
+
"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.4/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.4/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",
|
|
344027
344473
|
"tags": [
|
|
344028
344474
|
"repos"
|
|
344029
344475
|
],
|
|
@@ -345133,6 +345579,10 @@
|
|
|
345133
345579
|
"starred_at": {
|
|
345134
345580
|
"type": "string",
|
|
345135
345581
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
345582
|
+
},
|
|
345583
|
+
"anonymous_access_enabled": {
|
|
345584
|
+
"type": "boolean",
|
|
345585
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
345136
345586
|
}
|
|
345137
345587
|
},
|
|
345138
345588
|
"required": [
|
|
@@ -346863,6 +347313,10 @@
|
|
|
346863
347313
|
"starred_at": {
|
|
346864
347314
|
"type": "string",
|
|
346865
347315
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
347316
|
+
},
|
|
347317
|
+
"anonymous_access_enabled": {
|
|
347318
|
+
"type": "boolean",
|
|
347319
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
346866
347320
|
}
|
|
346867
347321
|
},
|
|
346868
347322
|
"required": [
|
|
@@ -349306,6 +349760,10 @@
|
|
|
349306
349760
|
"starred_at": {
|
|
349307
349761
|
"type": "string",
|
|
349308
349762
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
349763
|
+
},
|
|
349764
|
+
"anonymous_access_enabled": {
|
|
349765
|
+
"type": "boolean",
|
|
349766
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
349309
349767
|
}
|
|
349310
349768
|
},
|
|
349311
349769
|
"required": [
|
|
@@ -351652,6 +352110,10 @@
|
|
|
351652
352110
|
"starred_at": {
|
|
351653
352111
|
"type": "string",
|
|
351654
352112
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
352113
|
+
},
|
|
352114
|
+
"anonymous_access_enabled": {
|
|
352115
|
+
"type": "boolean",
|
|
352116
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
351655
352117
|
}
|
|
351656
352118
|
},
|
|
351657
352119
|
"required": [
|
|
@@ -353997,6 +354459,10 @@
|
|
|
353997
354459
|
"starred_at": {
|
|
353998
354460
|
"type": "string",
|
|
353999
354461
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
354462
|
+
},
|
|
354463
|
+
"anonymous_access_enabled": {
|
|
354464
|
+
"type": "boolean",
|
|
354465
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
354000
354466
|
}
|
|
354001
354467
|
},
|
|
354002
354468
|
"required": [
|
|
@@ -367629,6 +368095,10 @@
|
|
|
367629
368095
|
"starred_at": {
|
|
367630
368096
|
"type": "string",
|
|
367631
368097
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
368098
|
+
},
|
|
368099
|
+
"anonymous_access_enabled": {
|
|
368100
|
+
"type": "boolean",
|
|
368101
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
367632
368102
|
}
|
|
367633
368103
|
},
|
|
367634
368104
|
"required": [
|
|
@@ -369612,6 +370082,10 @@
|
|
|
369612
370082
|
"starred_at": {
|
|
369613
370083
|
"type": "string",
|
|
369614
370084
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
370085
|
+
},
|
|
370086
|
+
"anonymous_access_enabled": {
|
|
370087
|
+
"type": "boolean",
|
|
370088
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
369615
370089
|
}
|
|
369616
370090
|
},
|
|
369617
370091
|
"required": [
|
|
@@ -376750,6 +377224,10 @@
|
|
|
376750
377224
|
"starred_at": {
|
|
376751
377225
|
"type": "string",
|
|
376752
377226
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
377227
|
+
},
|
|
377228
|
+
"anonymous_access_enabled": {
|
|
377229
|
+
"type": "boolean",
|
|
377230
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
376753
377231
|
}
|
|
376754
377232
|
},
|
|
376755
377233
|
"required": [
|
|
@@ -377439,7 +377917,12 @@
|
|
|
377439
377917
|
"description": "The reason for the current state",
|
|
377440
377918
|
"example": "not_planned",
|
|
377441
377919
|
"type": "string",
|
|
377442
|
-
"nullable": true
|
|
377920
|
+
"nullable": true,
|
|
377921
|
+
"enum": [
|
|
377922
|
+
"completed",
|
|
377923
|
+
"reopened",
|
|
377924
|
+
"not_planned"
|
|
377925
|
+
]
|
|
377443
377926
|
},
|
|
377444
377927
|
"title": {
|
|
377445
377928
|
"description": "Title of the issue",
|
|
@@ -379306,6 +379789,10 @@
|
|
|
379306
379789
|
"starred_at": {
|
|
379307
379790
|
"type": "string",
|
|
379308
379791
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
379792
|
+
},
|
|
379793
|
+
"anonymous_access_enabled": {
|
|
379794
|
+
"type": "boolean",
|
|
379795
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
379309
379796
|
}
|
|
379310
379797
|
},
|
|
379311
379798
|
"required": [
|
|
@@ -383453,6 +383940,10 @@
|
|
|
383453
383940
|
"starred_at": {
|
|
383454
383941
|
"type": "string",
|
|
383455
383942
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
383943
|
+
},
|
|
383944
|
+
"anonymous_access_enabled": {
|
|
383945
|
+
"type": "boolean",
|
|
383946
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
383456
383947
|
}
|
|
383457
383948
|
},
|
|
383458
383949
|
"required": [
|
|
@@ -385117,6 +385608,10 @@
|
|
|
385117
385608
|
"starred_at": {
|
|
385118
385609
|
"type": "string",
|
|
385119
385610
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
385611
|
+
},
|
|
385612
|
+
"anonymous_access_enabled": {
|
|
385613
|
+
"type": "boolean",
|
|
385614
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
385120
385615
|
}
|
|
385121
385616
|
},
|
|
385122
385617
|
"required": [
|
|
@@ -387142,6 +387637,10 @@
|
|
|
387142
387637
|
"starred_at": {
|
|
387143
387638
|
"type": "string",
|
|
387144
387639
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
387640
|
+
},
|
|
387641
|
+
"anonymous_access_enabled": {
|
|
387642
|
+
"type": "boolean",
|
|
387643
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
387145
387644
|
}
|
|
387146
387645
|
},
|
|
387147
387646
|
"required": [
|
|
@@ -389494,6 +389993,10 @@
|
|
|
389494
389993
|
"starred_at": {
|
|
389495
389994
|
"type": "string",
|
|
389496
389995
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
389996
|
+
},
|
|
389997
|
+
"anonymous_access_enabled": {
|
|
389998
|
+
"type": "boolean",
|
|
389999
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
389497
390000
|
}
|
|
389498
390001
|
},
|
|
389499
390002
|
"required": [
|
|
@@ -391032,6 +391535,10 @@
|
|
|
391032
391535
|
"starred_at": {
|
|
391033
391536
|
"type": "string",
|
|
391034
391537
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
391538
|
+
},
|
|
391539
|
+
"anonymous_access_enabled": {
|
|
391540
|
+
"type": "boolean",
|
|
391541
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
391035
391542
|
}
|
|
391036
391543
|
},
|
|
391037
391544
|
"required": [
|
|
@@ -392979,6 +393486,10 @@
|
|
|
392979
393486
|
"starred_at": {
|
|
392980
393487
|
"type": "string",
|
|
392981
393488
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
393489
|
+
},
|
|
393490
|
+
"anonymous_access_enabled": {
|
|
393491
|
+
"type": "boolean",
|
|
393492
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
392982
393493
|
}
|
|
392983
393494
|
},
|
|
392984
393495
|
"required": [
|
|
@@ -395060,6 +395571,10 @@
|
|
|
395060
395571
|
"starred_at": {
|
|
395061
395572
|
"type": "string",
|
|
395062
395573
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
395574
|
+
},
|
|
395575
|
+
"anonymous_access_enabled": {
|
|
395576
|
+
"type": "boolean",
|
|
395577
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
395063
395578
|
}
|
|
395064
395579
|
},
|
|
395065
395580
|
"required": [
|
|
@@ -396312,6 +396827,10 @@
|
|
|
396312
396827
|
"starred_at": {
|
|
396313
396828
|
"type": "string",
|
|
396314
396829
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
396830
|
+
},
|
|
396831
|
+
"anonymous_access_enabled": {
|
|
396832
|
+
"type": "boolean",
|
|
396833
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
396315
396834
|
}
|
|
396316
396835
|
},
|
|
396317
396836
|
"required": [
|
|
@@ -398483,6 +399002,10 @@
|
|
|
398483
399002
|
"starred_at": {
|
|
398484
399003
|
"type": "string",
|
|
398485
399004
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
399005
|
+
},
|
|
399006
|
+
"anonymous_access_enabled": {
|
|
399007
|
+
"type": "boolean",
|
|
399008
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
398486
399009
|
}
|
|
398487
399010
|
},
|
|
398488
399011
|
"required": [
|
|
@@ -400520,7 +401043,12 @@
|
|
|
400520
401043
|
"description": "The reason for the current state",
|
|
400521
401044
|
"example": "not_planned",
|
|
400522
401045
|
"type": "string",
|
|
400523
|
-
"nullable": true
|
|
401046
|
+
"nullable": true,
|
|
401047
|
+
"enum": [
|
|
401048
|
+
"completed",
|
|
401049
|
+
"reopened",
|
|
401050
|
+
"not_planned"
|
|
401051
|
+
]
|
|
400524
401052
|
},
|
|
400525
401053
|
"title": {
|
|
400526
401054
|
"description": "Title of the issue",
|
|
@@ -402387,6 +402915,10 @@
|
|
|
402387
402915
|
"starred_at": {
|
|
402388
402916
|
"type": "string",
|
|
402389
402917
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
402918
|
+
},
|
|
402919
|
+
"anonymous_access_enabled": {
|
|
402920
|
+
"type": "boolean",
|
|
402921
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
402390
402922
|
}
|
|
402391
402923
|
},
|
|
402392
402924
|
"required": [
|
|
@@ -403637,7 +404169,12 @@
|
|
|
403637
404169
|
"description": "The reason for the current state",
|
|
403638
404170
|
"example": "not_planned",
|
|
403639
404171
|
"type": "string",
|
|
403640
|
-
"nullable": true
|
|
404172
|
+
"nullable": true,
|
|
404173
|
+
"enum": [
|
|
404174
|
+
"completed",
|
|
404175
|
+
"reopened",
|
|
404176
|
+
"not_planned"
|
|
404177
|
+
]
|
|
403641
404178
|
},
|
|
403642
404179
|
"title": {
|
|
403643
404180
|
"description": "Title of the issue",
|
|
@@ -405504,6 +406041,10 @@
|
|
|
405504
406041
|
"starred_at": {
|
|
405505
406042
|
"type": "string",
|
|
405506
406043
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
406044
|
+
},
|
|
406045
|
+
"anonymous_access_enabled": {
|
|
406046
|
+
"type": "boolean",
|
|
406047
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
405507
406048
|
}
|
|
405508
406049
|
},
|
|
405509
406050
|
"required": [
|
|
@@ -406756,7 +407297,12 @@
|
|
|
406756
407297
|
"description": "The reason for the current state",
|
|
406757
407298
|
"example": "not_planned",
|
|
406758
407299
|
"type": "string",
|
|
406759
|
-
"nullable": true
|
|
407300
|
+
"nullable": true,
|
|
407301
|
+
"enum": [
|
|
407302
|
+
"completed",
|
|
407303
|
+
"reopened",
|
|
407304
|
+
"not_planned"
|
|
407305
|
+
]
|
|
406760
407306
|
},
|
|
406761
407307
|
"title": {
|
|
406762
407308
|
"description": "Title of the issue",
|
|
@@ -408623,6 +409169,10 @@
|
|
|
408623
409169
|
"starred_at": {
|
|
408624
409170
|
"type": "string",
|
|
408625
409171
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
409172
|
+
},
|
|
409173
|
+
"anonymous_access_enabled": {
|
|
409174
|
+
"type": "boolean",
|
|
409175
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
408626
409176
|
}
|
|
408627
409177
|
},
|
|
408628
409178
|
"required": [
|
|
@@ -412799,7 +413349,12 @@
|
|
|
412799
413349
|
"description": "The reason for the current state",
|
|
412800
413350
|
"example": "not_planned",
|
|
412801
413351
|
"type": "string",
|
|
412802
|
-
"nullable": true
|
|
413352
|
+
"nullable": true,
|
|
413353
|
+
"enum": [
|
|
413354
|
+
"completed",
|
|
413355
|
+
"reopened",
|
|
413356
|
+
"not_planned"
|
|
413357
|
+
]
|
|
412803
413358
|
},
|
|
412804
413359
|
"title": {
|
|
412805
413360
|
"description": "Title of the issue",
|
|
@@ -414666,6 +415221,10 @@
|
|
|
414666
415221
|
"starred_at": {
|
|
414667
415222
|
"type": "string",
|
|
414668
415223
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
415224
|
+
},
|
|
415225
|
+
"anonymous_access_enabled": {
|
|
415226
|
+
"type": "boolean",
|
|
415227
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
414669
415228
|
}
|
|
414670
415229
|
},
|
|
414671
415230
|
"required": [
|
|
@@ -415918,7 +416477,12 @@
|
|
|
415918
416477
|
"description": "The reason for the current state",
|
|
415919
416478
|
"example": "not_planned",
|
|
415920
416479
|
"type": "string",
|
|
415921
|
-
"nullable": true
|
|
416480
|
+
"nullable": true,
|
|
416481
|
+
"enum": [
|
|
416482
|
+
"completed",
|
|
416483
|
+
"reopened",
|
|
416484
|
+
"not_planned"
|
|
416485
|
+
]
|
|
415922
416486
|
},
|
|
415923
416487
|
"title": {
|
|
415924
416488
|
"description": "Title of the issue",
|
|
@@ -417785,6 +418349,10 @@
|
|
|
417785
418349
|
"starred_at": {
|
|
417786
418350
|
"type": "string",
|
|
417787
418351
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
418352
|
+
},
|
|
418353
|
+
"anonymous_access_enabled": {
|
|
418354
|
+
"type": "boolean",
|
|
418355
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
417788
418356
|
}
|
|
417789
418357
|
},
|
|
417790
418358
|
"required": [
|
|
@@ -420384,6 +420952,10 @@
|
|
|
420384
420952
|
"starred_at": {
|
|
420385
420953
|
"type": "string",
|
|
420386
420954
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
420955
|
+
},
|
|
420956
|
+
"anonymous_access_enabled": {
|
|
420957
|
+
"type": "boolean",
|
|
420958
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
420387
420959
|
}
|
|
420388
420960
|
},
|
|
420389
420961
|
"required": [
|
|
@@ -421923,6 +422495,10 @@
|
|
|
421923
422495
|
"starred_at": {
|
|
421924
422496
|
"type": "string",
|
|
421925
422497
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
422498
|
+
},
|
|
422499
|
+
"anonymous_access_enabled": {
|
|
422500
|
+
"type": "boolean",
|
|
422501
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
421926
422502
|
}
|
|
421927
422503
|
},
|
|
421928
422504
|
"required": [
|
|
@@ -423040,6 +423616,10 @@
|
|
|
423040
423616
|
"starred_at": {
|
|
423041
423617
|
"type": "string",
|
|
423042
423618
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
423619
|
+
},
|
|
423620
|
+
"anonymous_access_enabled": {
|
|
423621
|
+
"type": "boolean",
|
|
423622
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
423043
423623
|
}
|
|
423044
423624
|
},
|
|
423045
423625
|
"required": [
|
|
@@ -424781,6 +425361,10 @@
|
|
|
424781
425361
|
"starred_at": {
|
|
424782
425362
|
"type": "string",
|
|
424783
425363
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
425364
|
+
},
|
|
425365
|
+
"anonymous_access_enabled": {
|
|
425366
|
+
"type": "boolean",
|
|
425367
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
424784
425368
|
}
|
|
424785
425369
|
},
|
|
424786
425370
|
"required": [
|