@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": {
|
|
@@ -11675,6 +11675,10 @@
|
|
|
11675
11675
|
"starred_at": {
|
|
11676
11676
|
"type": "string",
|
|
11677
11677
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
11678
|
+
},
|
|
11679
|
+
"anonymous_access_enabled": {
|
|
11680
|
+
"type": "boolean",
|
|
11681
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
11678
11682
|
}
|
|
11679
11683
|
},
|
|
11680
11684
|
"required": [
|
|
@@ -30320,6 +30324,10 @@
|
|
|
30320
30324
|
"starred_at": {
|
|
30321
30325
|
"type": "string",
|
|
30322
30326
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
30327
|
+
},
|
|
30328
|
+
"anonymous_access_enabled": {
|
|
30329
|
+
"type": "boolean",
|
|
30330
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
30323
30331
|
}
|
|
30324
30332
|
},
|
|
30325
30333
|
"required": [
|
|
@@ -31604,6 +31612,10 @@
|
|
|
31604
31612
|
"starred_at": {
|
|
31605
31613
|
"type": "string",
|
|
31606
31614
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
31615
|
+
},
|
|
31616
|
+
"anonymous_access_enabled": {
|
|
31617
|
+
"type": "boolean",
|
|
31618
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
31607
31619
|
}
|
|
31608
31620
|
},
|
|
31609
31621
|
"required": [
|
|
@@ -34765,7 +34777,12 @@
|
|
|
34765
34777
|
"description": "The reason for the current state",
|
|
34766
34778
|
"example": "not_planned",
|
|
34767
34779
|
"type": "string",
|
|
34768
|
-
"nullable": true
|
|
34780
|
+
"nullable": true,
|
|
34781
|
+
"enum": [
|
|
34782
|
+
"completed",
|
|
34783
|
+
"reopened",
|
|
34784
|
+
"not_planned"
|
|
34785
|
+
]
|
|
34769
34786
|
},
|
|
34770
34787
|
"title": {
|
|
34771
34788
|
"description": "Title of the issue",
|
|
@@ -36713,6 +36730,10 @@
|
|
|
36713
36730
|
"starred_at": {
|
|
36714
36731
|
"type": "string",
|
|
36715
36732
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
36733
|
+
},
|
|
36734
|
+
"anonymous_access_enabled": {
|
|
36735
|
+
"type": "boolean",
|
|
36736
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
36716
36737
|
}
|
|
36717
36738
|
},
|
|
36718
36739
|
"required": [
|
|
@@ -49342,6 +49363,10 @@
|
|
|
49342
49363
|
"starred_at": {
|
|
49343
49364
|
"type": "string",
|
|
49344
49365
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
49366
|
+
},
|
|
49367
|
+
"anonymous_access_enabled": {
|
|
49368
|
+
"type": "boolean",
|
|
49369
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
49345
49370
|
}
|
|
49346
49371
|
},
|
|
49347
49372
|
"required": [
|
|
@@ -49859,7 +49884,12 @@
|
|
|
49859
49884
|
"description": "The reason for the current state",
|
|
49860
49885
|
"example": "not_planned",
|
|
49861
49886
|
"type": "string",
|
|
49862
|
-
"nullable": true
|
|
49887
|
+
"nullable": true,
|
|
49888
|
+
"enum": [
|
|
49889
|
+
"completed",
|
|
49890
|
+
"reopened",
|
|
49891
|
+
"not_planned"
|
|
49892
|
+
]
|
|
49863
49893
|
},
|
|
49864
49894
|
"title": {
|
|
49865
49895
|
"description": "Title of the issue",
|
|
@@ -51807,6 +51837,10 @@
|
|
|
51807
51837
|
"starred_at": {
|
|
51808
51838
|
"type": "string",
|
|
51809
51839
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
51840
|
+
},
|
|
51841
|
+
"anonymous_access_enabled": {
|
|
51842
|
+
"type": "boolean",
|
|
51843
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
51810
51844
|
}
|
|
51811
51845
|
},
|
|
51812
51846
|
"required": [
|
|
@@ -53446,7 +53480,12 @@
|
|
|
53446
53480
|
"description": "The reason for the current state",
|
|
53447
53481
|
"example": "not_planned",
|
|
53448
53482
|
"type": "string",
|
|
53449
|
-
"nullable": true
|
|
53483
|
+
"nullable": true,
|
|
53484
|
+
"enum": [
|
|
53485
|
+
"completed",
|
|
53486
|
+
"reopened",
|
|
53487
|
+
"not_planned"
|
|
53488
|
+
]
|
|
53450
53489
|
},
|
|
53451
53490
|
"title": {
|
|
53452
53491
|
"description": "Title of the issue",
|
|
@@ -55394,6 +55433,10 @@
|
|
|
55394
55433
|
"starred_at": {
|
|
55395
55434
|
"type": "string",
|
|
55396
55435
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
55436
|
+
},
|
|
55437
|
+
"anonymous_access_enabled": {
|
|
55438
|
+
"type": "boolean",
|
|
55439
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
55397
55440
|
}
|
|
55398
55441
|
},
|
|
55399
55442
|
"required": [
|
|
@@ -58143,6 +58186,10 @@
|
|
|
58143
58186
|
"starred_at": {
|
|
58144
58187
|
"type": "string",
|
|
58145
58188
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
58189
|
+
},
|
|
58190
|
+
"anonymous_access_enabled": {
|
|
58191
|
+
"type": "boolean",
|
|
58192
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
58146
58193
|
}
|
|
58147
58194
|
},
|
|
58148
58195
|
"required": [
|
|
@@ -60364,6 +60411,10 @@
|
|
|
60364
60411
|
"starred_at": {
|
|
60365
60412
|
"type": "string",
|
|
60366
60413
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
60414
|
+
},
|
|
60415
|
+
"anonymous_access_enabled": {
|
|
60416
|
+
"type": "boolean",
|
|
60417
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
60367
60418
|
}
|
|
60368
60419
|
},
|
|
60369
60420
|
"required": [
|
|
@@ -64100,6 +64151,10 @@
|
|
|
64100
64151
|
"starred_at": {
|
|
64101
64152
|
"type": "string",
|
|
64102
64153
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
64154
|
+
},
|
|
64155
|
+
"anonymous_access_enabled": {
|
|
64156
|
+
"type": "boolean",
|
|
64157
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
64103
64158
|
}
|
|
64104
64159
|
},
|
|
64105
64160
|
"required": [
|
|
@@ -67148,6 +67203,10 @@
|
|
|
67148
67203
|
"starred_at": {
|
|
67149
67204
|
"type": "string",
|
|
67150
67205
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
67206
|
+
},
|
|
67207
|
+
"anonymous_access_enabled": {
|
|
67208
|
+
"type": "boolean",
|
|
67209
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
67151
67210
|
}
|
|
67152
67211
|
},
|
|
67153
67212
|
"required": [
|
|
@@ -69718,6 +69777,10 @@
|
|
|
69718
69777
|
"starred_at": {
|
|
69719
69778
|
"type": "string",
|
|
69720
69779
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
69780
|
+
},
|
|
69781
|
+
"anonymous_access_enabled": {
|
|
69782
|
+
"type": "boolean",
|
|
69783
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
69721
69784
|
}
|
|
69722
69785
|
},
|
|
69723
69786
|
"required": [
|
|
@@ -71002,6 +71065,10 @@
|
|
|
71002
71065
|
"starred_at": {
|
|
71003
71066
|
"type": "string",
|
|
71004
71067
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
71068
|
+
},
|
|
71069
|
+
"anonymous_access_enabled": {
|
|
71070
|
+
"type": "boolean",
|
|
71071
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
71005
71072
|
}
|
|
71006
71073
|
},
|
|
71007
71074
|
"required": [
|
|
@@ -74318,6 +74385,10 @@
|
|
|
74318
74385
|
"starred_at": {
|
|
74319
74386
|
"type": "string",
|
|
74320
74387
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
74388
|
+
},
|
|
74389
|
+
"anonymous_access_enabled": {
|
|
74390
|
+
"type": "boolean",
|
|
74391
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
74321
74392
|
}
|
|
74322
74393
|
},
|
|
74323
74394
|
"required": [
|
|
@@ -75616,6 +75687,11 @@
|
|
|
75616
75687
|
"nullable": true,
|
|
75617
75688
|
"type": "string",
|
|
75618
75689
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
75690
|
+
},
|
|
75691
|
+
"help_uri": {
|
|
75692
|
+
"nullable": true,
|
|
75693
|
+
"type": "string",
|
|
75694
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
75619
75695
|
}
|
|
75620
75696
|
}
|
|
75621
75697
|
},
|
|
@@ -78596,6 +78672,10 @@
|
|
|
78596
78672
|
"starred_at": {
|
|
78597
78673
|
"type": "string",
|
|
78598
78674
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
78675
|
+
},
|
|
78676
|
+
"anonymous_access_enabled": {
|
|
78677
|
+
"type": "boolean",
|
|
78678
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
78599
78679
|
}
|
|
78600
78680
|
},
|
|
78601
78681
|
"required": [
|
|
@@ -79299,7 +79379,12 @@
|
|
|
79299
79379
|
"description": "The reason for the current state",
|
|
79300
79380
|
"example": "not_planned",
|
|
79301
79381
|
"type": "string",
|
|
79302
|
-
"nullable": true
|
|
79382
|
+
"nullable": true,
|
|
79383
|
+
"enum": [
|
|
79384
|
+
"completed",
|
|
79385
|
+
"reopened",
|
|
79386
|
+
"not_planned"
|
|
79387
|
+
]
|
|
79303
79388
|
},
|
|
79304
79389
|
"title": {
|
|
79305
79390
|
"description": "Title of the issue",
|
|
@@ -81247,6 +81332,10 @@
|
|
|
81247
81332
|
"starred_at": {
|
|
81248
81333
|
"type": "string",
|
|
81249
81334
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
81335
|
+
},
|
|
81336
|
+
"anonymous_access_enabled": {
|
|
81337
|
+
"type": "boolean",
|
|
81338
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
81250
81339
|
}
|
|
81251
81340
|
},
|
|
81252
81341
|
"required": [
|
|
@@ -86394,7 +86483,12 @@
|
|
|
86394
86483
|
"description": "The reason for the current state",
|
|
86395
86484
|
"example": "not_planned",
|
|
86396
86485
|
"type": "string",
|
|
86397
|
-
"nullable": true
|
|
86486
|
+
"nullable": true,
|
|
86487
|
+
"enum": [
|
|
86488
|
+
"completed",
|
|
86489
|
+
"reopened",
|
|
86490
|
+
"not_planned"
|
|
86491
|
+
]
|
|
86398
86492
|
},
|
|
86399
86493
|
"title": {
|
|
86400
86494
|
"description": "Title of the issue",
|
|
@@ -88342,6 +88436,10 @@
|
|
|
88342
88436
|
"starred_at": {
|
|
88343
88437
|
"type": "string",
|
|
88344
88438
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
88439
|
+
},
|
|
88440
|
+
"anonymous_access_enabled": {
|
|
88441
|
+
"type": "boolean",
|
|
88442
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
88345
88443
|
}
|
|
88346
88444
|
},
|
|
88347
88445
|
"required": [
|
|
@@ -89304,17 +89402,6 @@
|
|
|
89304
89402
|
}
|
|
89305
89403
|
}
|
|
89306
89404
|
},
|
|
89307
|
-
"302": {
|
|
89308
|
-
"description": "Response if requester is not an organization member",
|
|
89309
|
-
"headers": {
|
|
89310
|
-
"Location": {
|
|
89311
|
-
"example": "https://api.github.com/orgs/github/public_members",
|
|
89312
|
-
"schema": {
|
|
89313
|
-
"type": "string"
|
|
89314
|
-
}
|
|
89315
|
-
}
|
|
89316
|
-
}
|
|
89317
|
-
},
|
|
89318
89405
|
"422": {
|
|
89319
89406
|
"description": "Validation failed",
|
|
89320
89407
|
"content": {
|
|
@@ -91816,6 +91903,10 @@
|
|
|
91816
91903
|
"starred_at": {
|
|
91817
91904
|
"type": "string",
|
|
91818
91905
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
91906
|
+
},
|
|
91907
|
+
"anonymous_access_enabled": {
|
|
91908
|
+
"type": "boolean",
|
|
91909
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
91819
91910
|
}
|
|
91820
91911
|
},
|
|
91821
91912
|
"required": [
|
|
@@ -93507,6 +93598,10 @@
|
|
|
93507
93598
|
"starred_at": {
|
|
93508
93599
|
"type": "string",
|
|
93509
93600
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
93601
|
+
},
|
|
93602
|
+
"anonymous_access_enabled": {
|
|
93603
|
+
"type": "boolean",
|
|
93604
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
93510
93605
|
}
|
|
93511
93606
|
},
|
|
93512
93607
|
"required": [
|
|
@@ -95227,6 +95322,10 @@
|
|
|
95227
95322
|
"starred_at": {
|
|
95228
95323
|
"type": "string",
|
|
95229
95324
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
95325
|
+
},
|
|
95326
|
+
"anonymous_access_enabled": {
|
|
95327
|
+
"type": "boolean",
|
|
95328
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
95230
95329
|
}
|
|
95231
95330
|
},
|
|
95232
95331
|
"required": [
|
|
@@ -99231,6 +99330,10 @@
|
|
|
99231
99330
|
"starred_at": {
|
|
99232
99331
|
"type": "string",
|
|
99233
99332
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
99333
|
+
},
|
|
99334
|
+
"anonymous_access_enabled": {
|
|
99335
|
+
"type": "boolean",
|
|
99336
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
99234
99337
|
}
|
|
99235
99338
|
},
|
|
99236
99339
|
"required": [
|
|
@@ -100871,6 +100974,10 @@
|
|
|
100871
100974
|
"starred_at": {
|
|
100872
100975
|
"type": "string",
|
|
100873
100976
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
100977
|
+
},
|
|
100978
|
+
"anonymous_access_enabled": {
|
|
100979
|
+
"type": "boolean",
|
|
100980
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
100874
100981
|
}
|
|
100875
100982
|
},
|
|
100876
100983
|
"required": [
|
|
@@ -112641,6 +112748,10 @@
|
|
|
112641
112748
|
"starred_at": {
|
|
112642
112749
|
"type": "string",
|
|
112643
112750
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
112751
|
+
},
|
|
112752
|
+
"anonymous_access_enabled": {
|
|
112753
|
+
"type": "boolean",
|
|
112754
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
112644
112755
|
}
|
|
112645
112756
|
},
|
|
112646
112757
|
"required": [
|
|
@@ -114687,6 +114798,10 @@
|
|
|
114687
114798
|
"starred_at": {
|
|
114688
114799
|
"type": "string",
|
|
114689
114800
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
114801
|
+
},
|
|
114802
|
+
"anonymous_access_enabled": {
|
|
114803
|
+
"type": "boolean",
|
|
114804
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
114690
114805
|
}
|
|
114691
114806
|
},
|
|
114692
114807
|
"required": [
|
|
@@ -122746,6 +122861,10 @@
|
|
|
122746
122861
|
"starred_at": {
|
|
122747
122862
|
"type": "string",
|
|
122748
122863
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
122864
|
+
},
|
|
122865
|
+
"anonymous_access_enabled": {
|
|
122866
|
+
"type": "boolean",
|
|
122867
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
122749
122868
|
}
|
|
122750
122869
|
},
|
|
122751
122870
|
"required": [
|
|
@@ -124180,6 +124299,10 @@
|
|
|
124180
124299
|
"starred_at": {
|
|
124181
124300
|
"type": "string",
|
|
124182
124301
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
124302
|
+
},
|
|
124303
|
+
"anonymous_access_enabled": {
|
|
124304
|
+
"type": "boolean",
|
|
124305
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
124183
124306
|
}
|
|
124184
124307
|
},
|
|
124185
124308
|
"required": [
|
|
@@ -125369,6 +125492,10 @@
|
|
|
125369
125492
|
"starred_at": {
|
|
125370
125493
|
"type": "string",
|
|
125371
125494
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
125495
|
+
},
|
|
125496
|
+
"anonymous_access_enabled": {
|
|
125497
|
+
"type": "boolean",
|
|
125498
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
125372
125499
|
}
|
|
125373
125500
|
},
|
|
125374
125501
|
"required": [
|
|
@@ -128028,6 +128155,10 @@
|
|
|
128028
128155
|
"starred_at": {
|
|
128029
128156
|
"type": "string",
|
|
128030
128157
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
128158
|
+
},
|
|
128159
|
+
"anonymous_access_enabled": {
|
|
128160
|
+
"type": "boolean",
|
|
128161
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
128031
128162
|
}
|
|
128032
128163
|
},
|
|
128033
128164
|
"required": [
|
|
@@ -129462,6 +129593,10 @@
|
|
|
129462
129593
|
"starred_at": {
|
|
129463
129594
|
"type": "string",
|
|
129464
129595
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
129596
|
+
},
|
|
129597
|
+
"anonymous_access_enabled": {
|
|
129598
|
+
"type": "boolean",
|
|
129599
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
129465
129600
|
}
|
|
129466
129601
|
},
|
|
129467
129602
|
"required": [
|
|
@@ -130651,6 +130786,10 @@
|
|
|
130651
130786
|
"starred_at": {
|
|
130652
130787
|
"type": "string",
|
|
130653
130788
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
130789
|
+
},
|
|
130790
|
+
"anonymous_access_enabled": {
|
|
130791
|
+
"type": "boolean",
|
|
130792
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
130654
130793
|
}
|
|
130655
130794
|
},
|
|
130656
130795
|
"required": [
|
|
@@ -135219,6 +135358,10 @@
|
|
|
135219
135358
|
"starred_at": {
|
|
135220
135359
|
"type": "string",
|
|
135221
135360
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
135361
|
+
},
|
|
135362
|
+
"anonymous_access_enabled": {
|
|
135363
|
+
"type": "boolean",
|
|
135364
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
135222
135365
|
}
|
|
135223
135366
|
},
|
|
135224
135367
|
"required": [
|
|
@@ -136512,6 +136655,10 @@
|
|
|
136512
136655
|
"starred_at": {
|
|
136513
136656
|
"type": "string",
|
|
136514
136657
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
136658
|
+
},
|
|
136659
|
+
"anonymous_access_enabled": {
|
|
136660
|
+
"type": "boolean",
|
|
136661
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
136515
136662
|
}
|
|
136516
136663
|
},
|
|
136517
136664
|
"required": [
|
|
@@ -140022,6 +140169,10 @@
|
|
|
140022
140169
|
"starred_at": {
|
|
140023
140170
|
"type": "string",
|
|
140024
140171
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
140172
|
+
},
|
|
140173
|
+
"anonymous_access_enabled": {
|
|
140174
|
+
"type": "boolean",
|
|
140175
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
140025
140176
|
}
|
|
140026
140177
|
},
|
|
140027
140178
|
"required": [
|
|
@@ -141784,6 +141935,10 @@
|
|
|
141784
141935
|
"starred_at": {
|
|
141785
141936
|
"type": "string",
|
|
141786
141937
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
141938
|
+
},
|
|
141939
|
+
"anonymous_access_enabled": {
|
|
141940
|
+
"type": "boolean",
|
|
141941
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
141787
141942
|
}
|
|
141788
141943
|
},
|
|
141789
141944
|
"required": [
|
|
@@ -142281,7 +142436,13 @@
|
|
|
142281
142436
|
"category": "actions",
|
|
142282
142437
|
"subcategory": "workflow-runs"
|
|
142283
142438
|
},
|
|
142284
|
-
"x-octokit": {
|
|
142439
|
+
"x-octokit": {
|
|
142440
|
+
"diff": {
|
|
142441
|
+
"api.github.com": {
|
|
142442
|
+
"type": "changed"
|
|
142443
|
+
}
|
|
142444
|
+
}
|
|
142445
|
+
}
|
|
142285
142446
|
}
|
|
142286
142447
|
},
|
|
142287
142448
|
"/repos/{owner}/{repo}/actions/runs/{run_id}": {
|
|
@@ -144442,6 +144603,10 @@
|
|
|
144442
144603
|
"starred_at": {
|
|
144443
144604
|
"type": "string",
|
|
144444
144605
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
144606
|
+
},
|
|
144607
|
+
"anonymous_access_enabled": {
|
|
144608
|
+
"type": "boolean",
|
|
144609
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
144445
144610
|
}
|
|
144446
144611
|
},
|
|
144447
144612
|
"required": [
|
|
@@ -146204,6 +146369,10 @@
|
|
|
146204
146369
|
"starred_at": {
|
|
146205
146370
|
"type": "string",
|
|
146206
146371
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
146372
|
+
},
|
|
146373
|
+
"anonymous_access_enabled": {
|
|
146374
|
+
"type": "boolean",
|
|
146375
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
146207
146376
|
}
|
|
146208
146377
|
},
|
|
146209
146378
|
"required": [
|
|
@@ -149455,6 +149624,10 @@
|
|
|
149455
149624
|
"starred_at": {
|
|
149456
149625
|
"type": "string",
|
|
149457
149626
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
149627
|
+
},
|
|
149628
|
+
"anonymous_access_enabled": {
|
|
149629
|
+
"type": "boolean",
|
|
149630
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
149458
149631
|
}
|
|
149459
149632
|
},
|
|
149460
149633
|
"required": [
|
|
@@ -151217,6 +151390,10 @@
|
|
|
151217
151390
|
"starred_at": {
|
|
151218
151391
|
"type": "string",
|
|
151219
151392
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
151393
|
+
},
|
|
151394
|
+
"anonymous_access_enabled": {
|
|
151395
|
+
"type": "boolean",
|
|
151396
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
151220
151397
|
}
|
|
151221
151398
|
},
|
|
151222
151399
|
"required": [
|
|
@@ -157539,6 +157716,10 @@
|
|
|
157539
157716
|
"starred_at": {
|
|
157540
157717
|
"type": "string",
|
|
157541
157718
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
157719
|
+
},
|
|
157720
|
+
"anonymous_access_enabled": {
|
|
157721
|
+
"type": "boolean",
|
|
157722
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
157542
157723
|
}
|
|
157543
157724
|
},
|
|
157544
157725
|
"required": [
|
|
@@ -159301,6 +159482,10 @@
|
|
|
159301
159482
|
"starred_at": {
|
|
159302
159483
|
"type": "string",
|
|
159303
159484
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
159485
|
+
},
|
|
159486
|
+
"anonymous_access_enabled": {
|
|
159487
|
+
"type": "boolean",
|
|
159488
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
159304
159489
|
}
|
|
159305
159490
|
},
|
|
159306
159491
|
"required": [
|
|
@@ -159798,7 +159983,13 @@
|
|
|
159798
159983
|
"category": "actions",
|
|
159799
159984
|
"subcategory": "workflow-runs"
|
|
159800
159985
|
},
|
|
159801
|
-
"x-octokit": {
|
|
159986
|
+
"x-octokit": {
|
|
159987
|
+
"diff": {
|
|
159988
|
+
"api.github.com": {
|
|
159989
|
+
"type": "changed"
|
|
159990
|
+
}
|
|
159991
|
+
}
|
|
159992
|
+
}
|
|
159802
159993
|
}
|
|
159803
159994
|
},
|
|
159804
159995
|
"/repos/{owner}/{repo}/assignees": {
|
|
@@ -160280,6 +160471,11 @@
|
|
|
160280
160471
|
"url_template": {
|
|
160281
160472
|
"type": "string",
|
|
160282
160473
|
"description": "The URL must contain `<num>` for the reference number."
|
|
160474
|
+
},
|
|
160475
|
+
"is_alphanumeric": {
|
|
160476
|
+
"type": "boolean",
|
|
160477
|
+
"default": "true",
|
|
160478
|
+
"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."
|
|
160283
160479
|
}
|
|
160284
160480
|
},
|
|
160285
160481
|
"required": [
|
|
@@ -160291,7 +160487,8 @@
|
|
|
160291
160487
|
"default": {
|
|
160292
160488
|
"value": {
|
|
160293
160489
|
"key_prefix": "TICKET-",
|
|
160294
|
-
"url_template": "https://example.com/TICKET?query=<num>"
|
|
160490
|
+
"url_template": "https://example.com/TICKET?query=<num>",
|
|
160491
|
+
"is_alphanumeric": true
|
|
160295
160492
|
}
|
|
160296
160493
|
}
|
|
160297
160494
|
}
|
|
@@ -186354,6 +186551,10 @@
|
|
|
186354
186551
|
"starred_at": {
|
|
186355
186552
|
"type": "string",
|
|
186356
186553
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
186554
|
+
},
|
|
186555
|
+
"anonymous_access_enabled": {
|
|
186556
|
+
"type": "boolean",
|
|
186557
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
186357
186558
|
}
|
|
186358
186559
|
},
|
|
186359
186560
|
"required": [
|
|
@@ -188934,6 +189135,10 @@
|
|
|
188934
189135
|
"starred_at": {
|
|
188935
189136
|
"type": "string",
|
|
188936
189137
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
189138
|
+
},
|
|
189139
|
+
"anonymous_access_enabled": {
|
|
189140
|
+
"type": "boolean",
|
|
189141
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
188937
189142
|
}
|
|
188938
189143
|
},
|
|
188939
189144
|
"required": [
|
|
@@ -191231,6 +191436,10 @@
|
|
|
191231
191436
|
"starred_at": {
|
|
191232
191437
|
"type": "string",
|
|
191233
191438
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
191439
|
+
},
|
|
191440
|
+
"anonymous_access_enabled": {
|
|
191441
|
+
"type": "boolean",
|
|
191442
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
191234
191443
|
}
|
|
191235
191444
|
},
|
|
191236
191445
|
"required": [
|
|
@@ -193701,6 +193910,10 @@
|
|
|
193701
193910
|
"starred_at": {
|
|
193702
193911
|
"type": "string",
|
|
193703
193912
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
193913
|
+
},
|
|
193914
|
+
"anonymous_access_enabled": {
|
|
193915
|
+
"type": "boolean",
|
|
193916
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
193704
193917
|
}
|
|
193705
193918
|
},
|
|
193706
193919
|
"required": [
|
|
@@ -196443,6 +196656,11 @@
|
|
|
196443
196656
|
"nullable": true,
|
|
196444
196657
|
"type": "string",
|
|
196445
196658
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
196659
|
+
},
|
|
196660
|
+
"help_uri": {
|
|
196661
|
+
"nullable": true,
|
|
196662
|
+
"type": "string",
|
|
196663
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
196446
196664
|
}
|
|
196447
196665
|
}
|
|
196448
196666
|
},
|
|
@@ -196605,7 +196823,8 @@
|
|
|
196605
196823
|
"security",
|
|
196606
196824
|
"external/cwe/cwe-022"
|
|
196607
196825
|
],
|
|
196608
|
-
"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 ..."
|
|
196826
|
+
"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 ...",
|
|
196827
|
+
"help_uri": "https://codeql.github.com/"
|
|
196609
196828
|
},
|
|
196610
196829
|
"tool": {
|
|
196611
196830
|
"name": "CodeQL",
|
|
@@ -197084,6 +197303,11 @@
|
|
|
197084
197303
|
"nullable": true,
|
|
197085
197304
|
"type": "string",
|
|
197086
197305
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
197306
|
+
},
|
|
197307
|
+
"help_uri": {
|
|
197308
|
+
"nullable": true,
|
|
197309
|
+
"type": "string",
|
|
197310
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
197087
197311
|
}
|
|
197088
197312
|
}
|
|
197089
197313
|
},
|
|
@@ -197246,7 +197470,8 @@
|
|
|
197246
197470
|
"security",
|
|
197247
197471
|
"external/cwe/cwe-022"
|
|
197248
197472
|
],
|
|
197249
|
-
"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 ..."
|
|
197473
|
+
"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 ...",
|
|
197474
|
+
"help_uri": "https://codeql.github.com/"
|
|
197250
197475
|
},
|
|
197251
197476
|
"tool": {
|
|
197252
197477
|
"name": "CodeQL",
|
|
@@ -201055,6 +201280,10 @@
|
|
|
201055
201280
|
"starred_at": {
|
|
201056
201281
|
"type": "string",
|
|
201057
201282
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
201283
|
+
},
|
|
201284
|
+
"anonymous_access_enabled": {
|
|
201285
|
+
"type": "boolean",
|
|
201286
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
201058
201287
|
}
|
|
201059
201288
|
},
|
|
201060
201289
|
"required": [
|
|
@@ -208392,6 +208621,10 @@
|
|
|
208392
208621
|
"starred_at": {
|
|
208393
208622
|
"type": "string",
|
|
208394
208623
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
208624
|
+
},
|
|
208625
|
+
"anonymous_access_enabled": {
|
|
208626
|
+
"type": "boolean",
|
|
208627
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
208395
208628
|
}
|
|
208396
208629
|
},
|
|
208397
208630
|
"required": [
|
|
@@ -209722,6 +209955,10 @@
|
|
|
209722
209955
|
"starred_at": {
|
|
209723
209956
|
"type": "string",
|
|
209724
209957
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
209958
|
+
},
|
|
209959
|
+
"anonymous_access_enabled": {
|
|
209960
|
+
"type": "boolean",
|
|
209961
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
209725
209962
|
}
|
|
209726
209963
|
},
|
|
209727
209964
|
"required": [
|
|
@@ -211597,6 +211834,27 @@
|
|
|
211597
211834
|
}
|
|
211598
211835
|
}
|
|
211599
211836
|
}
|
|
211837
|
+
},
|
|
211838
|
+
"503": {
|
|
211839
|
+
"description": "Service unavailable",
|
|
211840
|
+
"content": {
|
|
211841
|
+
"application/json": {
|
|
211842
|
+
"schema": {
|
|
211843
|
+
"type": "object",
|
|
211844
|
+
"properties": {
|
|
211845
|
+
"code": {
|
|
211846
|
+
"type": "string"
|
|
211847
|
+
},
|
|
211848
|
+
"message": {
|
|
211849
|
+
"type": "string"
|
|
211850
|
+
},
|
|
211851
|
+
"documentation_url": {
|
|
211852
|
+
"type": "string"
|
|
211853
|
+
}
|
|
211854
|
+
}
|
|
211855
|
+
}
|
|
211856
|
+
}
|
|
211857
|
+
}
|
|
211600
211858
|
}
|
|
211601
211859
|
},
|
|
211602
211860
|
"x-github": {
|
|
@@ -214709,6 +214967,10 @@
|
|
|
214709
214967
|
"starred_at": {
|
|
214710
214968
|
"type": "string",
|
|
214711
214969
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
214970
|
+
},
|
|
214971
|
+
"anonymous_access_enabled": {
|
|
214972
|
+
"type": "boolean",
|
|
214973
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
214712
214974
|
}
|
|
214713
214975
|
},
|
|
214714
214976
|
"required": [
|
|
@@ -216927,6 +217189,10 @@
|
|
|
216927
217189
|
"starred_at": {
|
|
216928
217190
|
"type": "string",
|
|
216929
217191
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
217192
|
+
},
|
|
217193
|
+
"anonymous_access_enabled": {
|
|
217194
|
+
"type": "boolean",
|
|
217195
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
216930
217196
|
}
|
|
216931
217197
|
},
|
|
216932
217198
|
"required": [
|
|
@@ -219688,6 +219954,27 @@
|
|
|
219688
219954
|
}
|
|
219689
219955
|
}
|
|
219690
219956
|
}
|
|
219957
|
+
},
|
|
219958
|
+
"503": {
|
|
219959
|
+
"description": "Service unavailable",
|
|
219960
|
+
"content": {
|
|
219961
|
+
"application/json": {
|
|
219962
|
+
"schema": {
|
|
219963
|
+
"type": "object",
|
|
219964
|
+
"properties": {
|
|
219965
|
+
"code": {
|
|
219966
|
+
"type": "string"
|
|
219967
|
+
},
|
|
219968
|
+
"message": {
|
|
219969
|
+
"type": "string"
|
|
219970
|
+
},
|
|
219971
|
+
"documentation_url": {
|
|
219972
|
+
"type": "string"
|
|
219973
|
+
}
|
|
219974
|
+
}
|
|
219975
|
+
}
|
|
219976
|
+
}
|
|
219977
|
+
}
|
|
219691
219978
|
}
|
|
219692
219979
|
},
|
|
219693
219980
|
"x-github": {
|
|
@@ -229482,7 +229769,12 @@
|
|
|
229482
229769
|
"description": "The reason for the current state",
|
|
229483
229770
|
"example": "not_planned",
|
|
229484
229771
|
"type": "string",
|
|
229485
|
-
"nullable": true
|
|
229772
|
+
"nullable": true,
|
|
229773
|
+
"enum": [
|
|
229774
|
+
"completed",
|
|
229775
|
+
"reopened",
|
|
229776
|
+
"not_planned"
|
|
229777
|
+
]
|
|
229486
229778
|
},
|
|
229487
229779
|
"title": {
|
|
229488
229780
|
"description": "Title of the issue",
|
|
@@ -231430,6 +231722,10 @@
|
|
|
231430
231722
|
"starred_at": {
|
|
231431
231723
|
"type": "string",
|
|
231432
231724
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
231725
|
+
},
|
|
231726
|
+
"anonymous_access_enabled": {
|
|
231727
|
+
"type": "boolean",
|
|
231728
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
231433
231729
|
}
|
|
231434
231730
|
},
|
|
231435
231731
|
"required": [
|
|
@@ -234084,6 +234380,10 @@
|
|
|
234084
234380
|
"starred_at": {
|
|
234085
234381
|
"type": "string",
|
|
234086
234382
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
234383
|
+
},
|
|
234384
|
+
"anonymous_access_enabled": {
|
|
234385
|
+
"type": "boolean",
|
|
234386
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
234087
234387
|
}
|
|
234088
234388
|
},
|
|
234089
234389
|
"required": [
|
|
@@ -236131,6 +236431,10 @@
|
|
|
236131
236431
|
"starred_at": {
|
|
236132
236432
|
"type": "string",
|
|
236133
236433
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
236434
|
+
},
|
|
236435
|
+
"anonymous_access_enabled": {
|
|
236436
|
+
"type": "boolean",
|
|
236437
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
236134
236438
|
}
|
|
236135
236439
|
},
|
|
236136
236440
|
"required": [
|
|
@@ -237565,6 +237869,10 @@
|
|
|
237565
237869
|
"starred_at": {
|
|
237566
237870
|
"type": "string",
|
|
237567
237871
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
237872
|
+
},
|
|
237873
|
+
"anonymous_access_enabled": {
|
|
237874
|
+
"type": "boolean",
|
|
237875
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
237568
237876
|
}
|
|
237569
237877
|
},
|
|
237570
237878
|
"required": [
|
|
@@ -238754,6 +239062,10 @@
|
|
|
238754
239062
|
"starred_at": {
|
|
238755
239063
|
"type": "string",
|
|
238756
239064
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
239065
|
+
},
|
|
239066
|
+
"anonymous_access_enabled": {
|
|
239067
|
+
"type": "boolean",
|
|
239068
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
238757
239069
|
}
|
|
238758
239070
|
},
|
|
238759
239071
|
"required": [
|
|
@@ -248339,6 +248651,10 @@
|
|
|
248339
248651
|
"starred_at": {
|
|
248340
248652
|
"type": "string",
|
|
248341
248653
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
248654
|
+
},
|
|
248655
|
+
"anonymous_access_enabled": {
|
|
248656
|
+
"type": "boolean",
|
|
248657
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
248342
248658
|
}
|
|
248343
248659
|
},
|
|
248344
248660
|
"required": [
|
|
@@ -250619,6 +250935,10 @@
|
|
|
250619
250935
|
"starred_at": {
|
|
250620
250936
|
"type": "string",
|
|
250621
250937
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
250938
|
+
},
|
|
250939
|
+
"anonymous_access_enabled": {
|
|
250940
|
+
"type": "boolean",
|
|
250941
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
250622
250942
|
}
|
|
250623
250943
|
},
|
|
250624
250944
|
"required": [
|
|
@@ -251515,7 +251835,12 @@
|
|
|
251515
251835
|
"description": "The reason for the current state",
|
|
251516
251836
|
"example": "not_planned",
|
|
251517
251837
|
"type": "string",
|
|
251518
|
-
"nullable": true
|
|
251838
|
+
"nullable": true,
|
|
251839
|
+
"enum": [
|
|
251840
|
+
"completed",
|
|
251841
|
+
"reopened",
|
|
251842
|
+
"not_planned"
|
|
251843
|
+
]
|
|
251519
251844
|
},
|
|
251520
251845
|
"title": {
|
|
251521
251846
|
"description": "Title of the issue",
|
|
@@ -253463,6 +253788,10 @@
|
|
|
253463
253788
|
"starred_at": {
|
|
253464
253789
|
"type": "string",
|
|
253465
253790
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
253791
|
+
},
|
|
253792
|
+
"anonymous_access_enabled": {
|
|
253793
|
+
"type": "boolean",
|
|
253794
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
253466
253795
|
}
|
|
253467
253796
|
},
|
|
253468
253797
|
"required": [
|
|
@@ -254368,7 +254697,12 @@
|
|
|
254368
254697
|
"description": "The reason for the current state",
|
|
254369
254698
|
"example": "not_planned",
|
|
254370
254699
|
"type": "string",
|
|
254371
|
-
"nullable": true
|
|
254700
|
+
"nullable": true,
|
|
254701
|
+
"enum": [
|
|
254702
|
+
"completed",
|
|
254703
|
+
"reopened",
|
|
254704
|
+
"not_planned"
|
|
254705
|
+
]
|
|
254372
254706
|
},
|
|
254373
254707
|
"title": {
|
|
254374
254708
|
"description": "Title of the issue",
|
|
@@ -256316,6 +256650,10 @@
|
|
|
256316
256650
|
"starred_at": {
|
|
256317
256651
|
"type": "string",
|
|
256318
256652
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
256653
|
+
},
|
|
256654
|
+
"anonymous_access_enabled": {
|
|
256655
|
+
"type": "boolean",
|
|
256656
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
256319
256657
|
}
|
|
256320
256658
|
},
|
|
256321
256659
|
"required": [
|
|
@@ -260374,7 +260712,12 @@
|
|
|
260374
260712
|
"description": "The reason for the current state",
|
|
260375
260713
|
"example": "not_planned",
|
|
260376
260714
|
"type": "string",
|
|
260377
|
-
"nullable": true
|
|
260715
|
+
"nullable": true,
|
|
260716
|
+
"enum": [
|
|
260717
|
+
"completed",
|
|
260718
|
+
"reopened",
|
|
260719
|
+
"not_planned"
|
|
260720
|
+
]
|
|
260378
260721
|
},
|
|
260379
260722
|
"title": {
|
|
260380
260723
|
"description": "Title of the issue",
|
|
@@ -262322,6 +262665,10 @@
|
|
|
262322
262665
|
"starred_at": {
|
|
262323
262666
|
"type": "string",
|
|
262324
262667
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
262668
|
+
},
|
|
262669
|
+
"anonymous_access_enabled": {
|
|
262670
|
+
"type": "boolean",
|
|
262671
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
262325
262672
|
}
|
|
262326
262673
|
},
|
|
262327
262674
|
"required": [
|
|
@@ -264283,7 +264630,12 @@
|
|
|
264283
264630
|
"description": "The reason for the current state",
|
|
264284
264631
|
"example": "not_planned",
|
|
264285
264632
|
"type": "string",
|
|
264286
|
-
"nullable": true
|
|
264633
|
+
"nullable": true,
|
|
264634
|
+
"enum": [
|
|
264635
|
+
"completed",
|
|
264636
|
+
"reopened",
|
|
264637
|
+
"not_planned"
|
|
264638
|
+
]
|
|
264287
264639
|
},
|
|
264288
264640
|
"title": {
|
|
264289
264641
|
"description": "Title of the issue",
|
|
@@ -266231,6 +266583,10 @@
|
|
|
266231
266583
|
"starred_at": {
|
|
266232
266584
|
"type": "string",
|
|
266233
266585
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
266586
|
+
},
|
|
266587
|
+
"anonymous_access_enabled": {
|
|
266588
|
+
"type": "boolean",
|
|
266589
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
266234
266590
|
}
|
|
266235
266591
|
},
|
|
266236
266592
|
"required": [
|
|
@@ -268074,7 +268430,12 @@
|
|
|
268074
268430
|
"description": "The reason for the current state",
|
|
268075
268431
|
"example": "not_planned",
|
|
268076
268432
|
"type": "string",
|
|
268077
|
-
"nullable": true
|
|
268433
|
+
"nullable": true,
|
|
268434
|
+
"enum": [
|
|
268435
|
+
"completed",
|
|
268436
|
+
"reopened",
|
|
268437
|
+
"not_planned"
|
|
268438
|
+
]
|
|
268078
268439
|
},
|
|
268079
268440
|
"title": {
|
|
268080
268441
|
"description": "Title of the issue",
|
|
@@ -270022,6 +270383,10 @@
|
|
|
270022
270383
|
"starred_at": {
|
|
270023
270384
|
"type": "string",
|
|
270024
270385
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
270386
|
+
},
|
|
270387
|
+
"anonymous_access_enabled": {
|
|
270388
|
+
"type": "boolean",
|
|
270389
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
270025
270390
|
}
|
|
270026
270391
|
},
|
|
270027
270392
|
"required": [
|
|
@@ -270770,6 +271135,11 @@
|
|
|
270770
271135
|
},
|
|
270771
271136
|
"state_reason": {
|
|
270772
271137
|
"type": "string",
|
|
271138
|
+
"enum": [
|
|
271139
|
+
"completed",
|
|
271140
|
+
"not_planned",
|
|
271141
|
+
"reopened"
|
|
271142
|
+
],
|
|
270773
271143
|
"nullable": true,
|
|
270774
271144
|
"description": "The reason for the current state",
|
|
270775
271145
|
"example": "not_planned"
|
|
@@ -270899,7 +271269,12 @@
|
|
|
270899
271269
|
"description": "The reason for the current state",
|
|
270900
271270
|
"example": "not_planned",
|
|
270901
271271
|
"type": "string",
|
|
270902
|
-
"nullable": true
|
|
271272
|
+
"nullable": true,
|
|
271273
|
+
"enum": [
|
|
271274
|
+
"completed",
|
|
271275
|
+
"reopened",
|
|
271276
|
+
"not_planned"
|
|
271277
|
+
]
|
|
270903
271278
|
},
|
|
270904
271279
|
"title": {
|
|
270905
271280
|
"description": "Title of the issue",
|
|
@@ -272847,6 +273222,10 @@
|
|
|
272847
273222
|
"starred_at": {
|
|
272848
273223
|
"type": "string",
|
|
272849
273224
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
273225
|
+
},
|
|
273226
|
+
"anonymous_access_enabled": {
|
|
273227
|
+
"type": "boolean",
|
|
273228
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
272850
273229
|
}
|
|
272851
273230
|
},
|
|
272852
273231
|
"required": [
|
|
@@ -273755,7 +274134,12 @@
|
|
|
273755
274134
|
"description": "The reason for the current state",
|
|
273756
274135
|
"example": "not_planned",
|
|
273757
274136
|
"type": "string",
|
|
273758
|
-
"nullable": true
|
|
274137
|
+
"nullable": true,
|
|
274138
|
+
"enum": [
|
|
274139
|
+
"completed",
|
|
274140
|
+
"reopened",
|
|
274141
|
+
"not_planned"
|
|
274142
|
+
]
|
|
273759
274143
|
},
|
|
273760
274144
|
"title": {
|
|
273761
274145
|
"description": "Title of the issue",
|
|
@@ -275703,6 +276087,10 @@
|
|
|
275703
276087
|
"starred_at": {
|
|
275704
276088
|
"type": "string",
|
|
275705
276089
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
276090
|
+
},
|
|
276091
|
+
"anonymous_access_enabled": {
|
|
276092
|
+
"type": "boolean",
|
|
276093
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
275706
276094
|
}
|
|
275707
276095
|
},
|
|
275708
276096
|
"required": [
|
|
@@ -297608,7 +297996,12 @@
|
|
|
297608
297996
|
"description": "The reason for the current state",
|
|
297609
297997
|
"example": "not_planned",
|
|
297610
297998
|
"type": "string",
|
|
297611
|
-
"nullable": true
|
|
297999
|
+
"nullable": true,
|
|
298000
|
+
"enum": [
|
|
298001
|
+
"completed",
|
|
298002
|
+
"reopened",
|
|
298003
|
+
"not_planned"
|
|
298004
|
+
]
|
|
297612
298005
|
},
|
|
297613
298006
|
"title": {
|
|
297614
298007
|
"description": "Title of the issue",
|
|
@@ -299556,6 +299949,10 @@
|
|
|
299556
299949
|
"starred_at": {
|
|
299557
299950
|
"type": "string",
|
|
299558
299951
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
299952
|
+
},
|
|
299953
|
+
"anonymous_access_enabled": {
|
|
299954
|
+
"type": "boolean",
|
|
299955
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
299559
299956
|
}
|
|
299560
299957
|
},
|
|
299561
299958
|
"required": [
|
|
@@ -308844,6 +309241,10 @@
|
|
|
308844
309241
|
"starred_at": {
|
|
308845
309242
|
"type": "string",
|
|
308846
309243
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
309244
|
+
},
|
|
309245
|
+
"anonymous_access_enabled": {
|
|
309246
|
+
"type": "boolean",
|
|
309247
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
308847
309248
|
}
|
|
308848
309249
|
},
|
|
308849
309250
|
"required": [
|
|
@@ -314883,6 +315284,10 @@
|
|
|
314883
315284
|
"starred_at": {
|
|
314884
315285
|
"type": "string",
|
|
314885
315286
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
315287
|
+
},
|
|
315288
|
+
"anonymous_access_enabled": {
|
|
315289
|
+
"type": "boolean",
|
|
315290
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
314886
315291
|
}
|
|
314887
315292
|
},
|
|
314888
315293
|
"required": [
|
|
@@ -316213,6 +316618,10 @@
|
|
|
316213
316618
|
"starred_at": {
|
|
316214
316619
|
"type": "string",
|
|
316215
316620
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
316621
|
+
},
|
|
316622
|
+
"anonymous_access_enabled": {
|
|
316623
|
+
"type": "boolean",
|
|
316624
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
316216
316625
|
}
|
|
316217
316626
|
},
|
|
316218
316627
|
"required": [
|
|
@@ -326770,6 +327179,27 @@
|
|
|
326770
327179
|
}
|
|
326771
327180
|
}
|
|
326772
327181
|
}
|
|
327182
|
+
},
|
|
327183
|
+
"503": {
|
|
327184
|
+
"description": "Service unavailable",
|
|
327185
|
+
"content": {
|
|
327186
|
+
"application/json": {
|
|
327187
|
+
"schema": {
|
|
327188
|
+
"type": "object",
|
|
327189
|
+
"properties": {
|
|
327190
|
+
"code": {
|
|
327191
|
+
"type": "string"
|
|
327192
|
+
},
|
|
327193
|
+
"message": {
|
|
327194
|
+
"type": "string"
|
|
327195
|
+
},
|
|
327196
|
+
"documentation_url": {
|
|
327197
|
+
"type": "string"
|
|
327198
|
+
}
|
|
327199
|
+
}
|
|
327200
|
+
}
|
|
327201
|
+
}
|
|
327202
|
+
}
|
|
326773
327203
|
}
|
|
326774
327204
|
},
|
|
326775
327205
|
"x-github": {
|
|
@@ -332993,6 +333423,27 @@
|
|
|
332993
333423
|
}
|
|
332994
333424
|
}
|
|
332995
333425
|
}
|
|
333426
|
+
},
|
|
333427
|
+
"503": {
|
|
333428
|
+
"description": "Service unavailable",
|
|
333429
|
+
"content": {
|
|
333430
|
+
"application/json": {
|
|
333431
|
+
"schema": {
|
|
333432
|
+
"type": "object",
|
|
333433
|
+
"properties": {
|
|
333434
|
+
"code": {
|
|
333435
|
+
"type": "string"
|
|
333436
|
+
},
|
|
333437
|
+
"message": {
|
|
333438
|
+
"type": "string"
|
|
333439
|
+
},
|
|
333440
|
+
"documentation_url": {
|
|
333441
|
+
"type": "string"
|
|
333442
|
+
}
|
|
333443
|
+
}
|
|
333444
|
+
}
|
|
333445
|
+
}
|
|
333446
|
+
}
|
|
332996
333447
|
}
|
|
332997
333448
|
},
|
|
332998
333449
|
"x-github": {
|
|
@@ -336014,6 +336465,10 @@
|
|
|
336014
336465
|
"starred_at": {
|
|
336015
336466
|
"type": "string",
|
|
336016
336467
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
336468
|
+
},
|
|
336469
|
+
"anonymous_access_enabled": {
|
|
336470
|
+
"type": "boolean",
|
|
336471
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
336017
336472
|
}
|
|
336018
336473
|
},
|
|
336019
336474
|
"required": [
|
|
@@ -337344,6 +337799,10 @@
|
|
|
337344
337799
|
"starred_at": {
|
|
337345
337800
|
"type": "string",
|
|
337346
337801
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
337802
|
+
},
|
|
337803
|
+
"anonymous_access_enabled": {
|
|
337804
|
+
"type": "boolean",
|
|
337805
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
337347
337806
|
}
|
|
337348
337807
|
},
|
|
337349
337808
|
"required": [
|
|
@@ -340723,6 +341182,10 @@
|
|
|
340723
341182
|
"starred_at": {
|
|
340724
341183
|
"type": "string",
|
|
340725
341184
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
341185
|
+
},
|
|
341186
|
+
"anonymous_access_enabled": {
|
|
341187
|
+
"type": "boolean",
|
|
341188
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
340726
341189
|
}
|
|
340727
341190
|
},
|
|
340728
341191
|
"required": [
|
|
@@ -342053,6 +342516,10 @@
|
|
|
342053
342516
|
"starred_at": {
|
|
342054
342517
|
"type": "string",
|
|
342055
342518
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
342519
|
+
},
|
|
342520
|
+
"anonymous_access_enabled": {
|
|
342521
|
+
"type": "boolean",
|
|
342522
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
342056
342523
|
}
|
|
342057
342524
|
},
|
|
342058
342525
|
"required": [
|
|
@@ -360579,6 +361046,10 @@
|
|
|
360579
361046
|
"starred_at": {
|
|
360580
361047
|
"type": "string",
|
|
360581
361048
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
361049
|
+
},
|
|
361050
|
+
"anonymous_access_enabled": {
|
|
361051
|
+
"type": "boolean",
|
|
361052
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
360582
361053
|
}
|
|
360583
361054
|
},
|
|
360584
361055
|
"required": [
|
|
@@ -361113,7 +361584,7 @@
|
|
|
361113
361584
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
361114
361585
|
"post": {
|
|
361115
361586
|
"summary": "Create a repository using a template",
|
|
361116
|
-
"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.
|
|
361587
|
+
"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.6/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.6/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",
|
|
361117
361588
|
"tags": [
|
|
361118
361589
|
"repos"
|
|
361119
361590
|
],
|
|
@@ -362304,6 +362775,10 @@
|
|
|
362304
362775
|
"starred_at": {
|
|
362305
362776
|
"type": "string",
|
|
362306
362777
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
362778
|
+
},
|
|
362779
|
+
"anonymous_access_enabled": {
|
|
362780
|
+
"type": "boolean",
|
|
362781
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
362307
362782
|
}
|
|
362308
362783
|
},
|
|
362309
362784
|
"required": [
|
|
@@ -364119,6 +364594,10 @@
|
|
|
364119
364594
|
"starred_at": {
|
|
364120
364595
|
"type": "string",
|
|
364121
364596
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
364597
|
+
},
|
|
364598
|
+
"anonymous_access_enabled": {
|
|
364599
|
+
"type": "boolean",
|
|
364600
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
364122
364601
|
}
|
|
364123
364602
|
},
|
|
364124
364603
|
"required": [
|
|
@@ -366651,6 +367130,10 @@
|
|
|
366651
367130
|
"starred_at": {
|
|
366652
367131
|
"type": "string",
|
|
366653
367132
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
367133
|
+
},
|
|
367134
|
+
"anonymous_access_enabled": {
|
|
367135
|
+
"type": "boolean",
|
|
367136
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
366654
367137
|
}
|
|
366655
367138
|
},
|
|
366656
367139
|
"required": [
|
|
@@ -369080,6 +369563,10 @@
|
|
|
369080
369563
|
"starred_at": {
|
|
369081
369564
|
"type": "string",
|
|
369082
369565
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
369566
|
+
},
|
|
369567
|
+
"anonymous_access_enabled": {
|
|
369568
|
+
"type": "boolean",
|
|
369569
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
369083
369570
|
}
|
|
369084
369571
|
},
|
|
369085
369572
|
"required": [
|
|
@@ -371504,6 +371991,10 @@
|
|
|
371504
371991
|
"starred_at": {
|
|
371505
371992
|
"type": "string",
|
|
371506
371993
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
371994
|
+
},
|
|
371995
|
+
"anonymous_access_enabled": {
|
|
371996
|
+
"type": "boolean",
|
|
371997
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
371507
371998
|
}
|
|
371508
371999
|
},
|
|
371509
372000
|
"required": [
|
|
@@ -385303,6 +385794,10 @@
|
|
|
385303
385794
|
"starred_at": {
|
|
385304
385795
|
"type": "string",
|
|
385305
385796
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
385797
|
+
},
|
|
385798
|
+
"anonymous_access_enabled": {
|
|
385799
|
+
"type": "boolean",
|
|
385800
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
385306
385801
|
}
|
|
385307
385802
|
},
|
|
385308
385803
|
"required": [
|
|
@@ -387369,6 +387864,10 @@
|
|
|
387369
387864
|
"starred_at": {
|
|
387370
387865
|
"type": "string",
|
|
387371
387866
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
387867
|
+
},
|
|
387868
|
+
"anonymous_access_enabled": {
|
|
387869
|
+
"type": "boolean",
|
|
387870
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
387372
387871
|
}
|
|
387373
387872
|
},
|
|
387374
387873
|
"required": [
|
|
@@ -394651,6 +395150,10 @@
|
|
|
394651
395150
|
"starred_at": {
|
|
394652
395151
|
"type": "string",
|
|
394653
395152
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
395153
|
+
},
|
|
395154
|
+
"anonymous_access_enabled": {
|
|
395155
|
+
"type": "boolean",
|
|
395156
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
394654
395157
|
}
|
|
394655
395158
|
},
|
|
394656
395159
|
"required": [
|
|
@@ -395340,7 +395843,12 @@
|
|
|
395340
395843
|
"description": "The reason for the current state",
|
|
395341
395844
|
"example": "not_planned",
|
|
395342
395845
|
"type": "string",
|
|
395343
|
-
"nullable": true
|
|
395846
|
+
"nullable": true,
|
|
395847
|
+
"enum": [
|
|
395848
|
+
"completed",
|
|
395849
|
+
"reopened",
|
|
395850
|
+
"not_planned"
|
|
395851
|
+
]
|
|
395344
395852
|
},
|
|
395345
395853
|
"title": {
|
|
395346
395854
|
"description": "Title of the issue",
|
|
@@ -397288,6 +397796,10 @@
|
|
|
397288
397796
|
"starred_at": {
|
|
397289
397797
|
"type": "string",
|
|
397290
397798
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
397799
|
+
},
|
|
397800
|
+
"anonymous_access_enabled": {
|
|
397801
|
+
"type": "boolean",
|
|
397802
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
397291
397803
|
}
|
|
397292
397804
|
},
|
|
397293
397805
|
"required": [
|
|
@@ -401516,6 +402028,10 @@
|
|
|
401516
402028
|
"starred_at": {
|
|
401517
402029
|
"type": "string",
|
|
401518
402030
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
402031
|
+
},
|
|
402032
|
+
"anonymous_access_enabled": {
|
|
402033
|
+
"type": "boolean",
|
|
402034
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
401519
402035
|
}
|
|
401520
402036
|
},
|
|
401521
402037
|
"required": [
|
|
@@ -403261,6 +403777,10 @@
|
|
|
403261
403777
|
"starred_at": {
|
|
403262
403778
|
"type": "string",
|
|
403263
403779
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
403780
|
+
},
|
|
403781
|
+
"anonymous_access_enabled": {
|
|
403782
|
+
"type": "boolean",
|
|
403783
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
403264
403784
|
}
|
|
403265
403785
|
},
|
|
403266
403786
|
"required": [
|
|
@@ -405371,6 +405891,10 @@
|
|
|
405371
405891
|
"starred_at": {
|
|
405372
405892
|
"type": "string",
|
|
405373
405893
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
405894
|
+
},
|
|
405895
|
+
"anonymous_access_enabled": {
|
|
405896
|
+
"type": "boolean",
|
|
405897
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
405374
405898
|
}
|
|
405375
405899
|
},
|
|
405376
405900
|
"required": [
|
|
@@ -407803,6 +408327,10 @@
|
|
|
407803
408327
|
"starred_at": {
|
|
407804
408328
|
"type": "string",
|
|
407805
408329
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
408330
|
+
},
|
|
408331
|
+
"anonymous_access_enabled": {
|
|
408332
|
+
"type": "boolean",
|
|
408333
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
407806
408334
|
}
|
|
407807
408335
|
},
|
|
407808
408336
|
"required": [
|
|
@@ -409422,6 +409950,10 @@
|
|
|
409422
409950
|
"starred_at": {
|
|
409423
409951
|
"type": "string",
|
|
409424
409952
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
409953
|
+
},
|
|
409954
|
+
"anonymous_access_enabled": {
|
|
409955
|
+
"type": "boolean",
|
|
409956
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
409425
409957
|
}
|
|
409426
409958
|
},
|
|
409427
409959
|
"required": [
|
|
@@ -411454,6 +411986,10 @@
|
|
|
411454
411986
|
"starred_at": {
|
|
411455
411987
|
"type": "string",
|
|
411456
411988
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
411989
|
+
},
|
|
411990
|
+
"anonymous_access_enabled": {
|
|
411991
|
+
"type": "boolean",
|
|
411992
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
411457
411993
|
}
|
|
411458
411994
|
},
|
|
411459
411995
|
"required": [
|
|
@@ -413614,6 +414150,10 @@
|
|
|
413614
414150
|
"starred_at": {
|
|
413615
414151
|
"type": "string",
|
|
413616
414152
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
414153
|
+
},
|
|
414154
|
+
"anonymous_access_enabled": {
|
|
414155
|
+
"type": "boolean",
|
|
414156
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
413617
414157
|
}
|
|
413618
414158
|
},
|
|
413619
414159
|
"required": [
|
|
@@ -414947,6 +415487,10 @@
|
|
|
414947
415487
|
"starred_at": {
|
|
414948
415488
|
"type": "string",
|
|
414949
415489
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
415490
|
+
},
|
|
415491
|
+
"anonymous_access_enabled": {
|
|
415492
|
+
"type": "boolean",
|
|
415493
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
414950
415494
|
}
|
|
414951
415495
|
},
|
|
414952
415496
|
"required": [
|
|
@@ -417203,6 +417747,10 @@
|
|
|
417203
417747
|
"starred_at": {
|
|
417204
417748
|
"type": "string",
|
|
417205
417749
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
417750
|
+
},
|
|
417751
|
+
"anonymous_access_enabled": {
|
|
417752
|
+
"type": "boolean",
|
|
417753
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
417206
417754
|
}
|
|
417207
417755
|
},
|
|
417208
417756
|
"required": [
|
|
@@ -419242,7 +419790,12 @@
|
|
|
419242
419790
|
"description": "The reason for the current state",
|
|
419243
419791
|
"example": "not_planned",
|
|
419244
419792
|
"type": "string",
|
|
419245
|
-
"nullable": true
|
|
419793
|
+
"nullable": true,
|
|
419794
|
+
"enum": [
|
|
419795
|
+
"completed",
|
|
419796
|
+
"reopened",
|
|
419797
|
+
"not_planned"
|
|
419798
|
+
]
|
|
419246
419799
|
},
|
|
419247
419800
|
"title": {
|
|
419248
419801
|
"description": "Title of the issue",
|
|
@@ -421190,6 +421743,10 @@
|
|
|
421190
421743
|
"starred_at": {
|
|
421191
421744
|
"type": "string",
|
|
421192
421745
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
421746
|
+
},
|
|
421747
|
+
"anonymous_access_enabled": {
|
|
421748
|
+
"type": "boolean",
|
|
421749
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
421193
421750
|
}
|
|
421194
421751
|
},
|
|
421195
421752
|
"required": [
|
|
@@ -422440,7 +422997,12 @@
|
|
|
422440
422997
|
"description": "The reason for the current state",
|
|
422441
422998
|
"example": "not_planned",
|
|
422442
422999
|
"type": "string",
|
|
422443
|
-
"nullable": true
|
|
423000
|
+
"nullable": true,
|
|
423001
|
+
"enum": [
|
|
423002
|
+
"completed",
|
|
423003
|
+
"reopened",
|
|
423004
|
+
"not_planned"
|
|
423005
|
+
]
|
|
422444
423006
|
},
|
|
422445
423007
|
"title": {
|
|
422446
423008
|
"description": "Title of the issue",
|
|
@@ -424388,6 +424950,10 @@
|
|
|
424388
424950
|
"starred_at": {
|
|
424389
424951
|
"type": "string",
|
|
424390
424952
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
424953
|
+
},
|
|
424954
|
+
"anonymous_access_enabled": {
|
|
424955
|
+
"type": "boolean",
|
|
424956
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
424391
424957
|
}
|
|
424392
424958
|
},
|
|
424393
424959
|
"required": [
|
|
@@ -425640,7 +426206,12 @@
|
|
|
425640
426206
|
"description": "The reason for the current state",
|
|
425641
426207
|
"example": "not_planned",
|
|
425642
426208
|
"type": "string",
|
|
425643
|
-
"nullable": true
|
|
426209
|
+
"nullable": true,
|
|
426210
|
+
"enum": [
|
|
426211
|
+
"completed",
|
|
426212
|
+
"reopened",
|
|
426213
|
+
"not_planned"
|
|
426214
|
+
]
|
|
425644
426215
|
},
|
|
425645
426216
|
"title": {
|
|
425646
426217
|
"description": "Title of the issue",
|
|
@@ -427588,6 +428159,10 @@
|
|
|
427588
428159
|
"starred_at": {
|
|
427589
428160
|
"type": "string",
|
|
427590
428161
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
428162
|
+
},
|
|
428163
|
+
"anonymous_access_enabled": {
|
|
428164
|
+
"type": "boolean",
|
|
428165
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
427591
428166
|
}
|
|
427592
428167
|
},
|
|
427593
428168
|
"required": [
|
|
@@ -431787,7 +432362,12 @@
|
|
|
431787
432362
|
"description": "The reason for the current state",
|
|
431788
432363
|
"example": "not_planned",
|
|
431789
432364
|
"type": "string",
|
|
431790
|
-
"nullable": true
|
|
432365
|
+
"nullable": true,
|
|
432366
|
+
"enum": [
|
|
432367
|
+
"completed",
|
|
432368
|
+
"reopened",
|
|
432369
|
+
"not_planned"
|
|
432370
|
+
]
|
|
431791
432371
|
},
|
|
431792
432372
|
"title": {
|
|
431793
432373
|
"description": "Title of the issue",
|
|
@@ -433735,6 +434315,10 @@
|
|
|
433735
434315
|
"starred_at": {
|
|
433736
434316
|
"type": "string",
|
|
433737
434317
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
434318
|
+
},
|
|
434319
|
+
"anonymous_access_enabled": {
|
|
434320
|
+
"type": "boolean",
|
|
434321
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
433738
434322
|
}
|
|
433739
434323
|
},
|
|
433740
434324
|
"required": [
|
|
@@ -434987,7 +435571,12 @@
|
|
|
434987
435571
|
"description": "The reason for the current state",
|
|
434988
435572
|
"example": "not_planned",
|
|
434989
435573
|
"type": "string",
|
|
434990
|
-
"nullable": true
|
|
435574
|
+
"nullable": true,
|
|
435575
|
+
"enum": [
|
|
435576
|
+
"completed",
|
|
435577
|
+
"reopened",
|
|
435578
|
+
"not_planned"
|
|
435579
|
+
]
|
|
434991
435580
|
},
|
|
434992
435581
|
"title": {
|
|
434993
435582
|
"description": "Title of the issue",
|
|
@@ -436935,6 +437524,10 @@
|
|
|
436935
437524
|
"starred_at": {
|
|
436936
437525
|
"type": "string",
|
|
436937
437526
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
437527
|
+
},
|
|
437528
|
+
"anonymous_access_enabled": {
|
|
437529
|
+
"type": "boolean",
|
|
437530
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
436938
437531
|
}
|
|
436939
437532
|
},
|
|
436940
437533
|
"required": [
|
|
@@ -439619,6 +440212,10 @@
|
|
|
439619
440212
|
"starred_at": {
|
|
439620
440213
|
"type": "string",
|
|
439621
440214
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
440215
|
+
},
|
|
440216
|
+
"anonymous_access_enabled": {
|
|
440217
|
+
"type": "boolean",
|
|
440218
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
439622
440219
|
}
|
|
439623
440220
|
},
|
|
439624
440221
|
"required": [
|
|
@@ -441249,6 +441846,10 @@
|
|
|
441249
441846
|
"starred_at": {
|
|
441250
441847
|
"type": "string",
|
|
441251
441848
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
441849
|
+
},
|
|
441850
|
+
"anonymous_access_enabled": {
|
|
441851
|
+
"type": "boolean",
|
|
441852
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
441252
441853
|
}
|
|
441253
441854
|
},
|
|
441254
441855
|
"required": [
|
|
@@ -442447,6 +443048,10 @@
|
|
|
442447
443048
|
"starred_at": {
|
|
442448
443049
|
"type": "string",
|
|
442449
443050
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
443051
|
+
},
|
|
443052
|
+
"anonymous_access_enabled": {
|
|
443053
|
+
"type": "boolean",
|
|
443054
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
442450
443055
|
}
|
|
442451
443056
|
},
|
|
442452
443057
|
"required": [
|
|
@@ -444273,6 +444878,10 @@
|
|
|
444273
444878
|
"starred_at": {
|
|
444274
444879
|
"type": "string",
|
|
444275
444880
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
444881
|
+
},
|
|
444882
|
+
"anonymous_access_enabled": {
|
|
444883
|
+
"type": "boolean",
|
|
444884
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
444276
444885
|
}
|
|
444277
444886
|
},
|
|
444278
444887
|
"required": [
|