@octokit/openapi 7.5.0 → 7.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +2249 -268
- package/generated/api.github.com.json +1222 -129
- 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 +386 -28
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +43 -17
- package/generated/ghes-3.2.deref.json +778 -256
- package/generated/ghes-3.2.json +588 -40
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +0 -16
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +205 -225
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +445 -12
- package/generated/ghes-3.3.deref.json +785 -257
- package/generated/ghes-3.3.json +595 -41
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +153 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +13 -1
- package/generated/ghes-3.4.deref.json +816 -243
- package/generated/ghes-3.4.json +603 -43
- 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 +462 -42
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +304 -18
- package/generated/ghes-3.5.deref.json +829 -243
- package/generated/ghes-3.5.json +603 -43
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +519 -89
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +18071 -6614
- package/generated/ghes-3.6-diff-to-api.github.com.json +6665 -4290
- package/generated/ghes-3.6.deref.json +1048 -256
- package/generated/ghes-3.6.json +826 -56
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +347 -32
- package/generated/github.ae-diff-to-api.github.com.deref.json +11634 -3854
- package/generated/github.ae-diff-to-api.github.com.json +1185 -40
- package/generated/github.ae.deref.json +1087 -178
- package/generated/github.ae.json +865 -50
- 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.8.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -270,14 +270,6 @@
|
|
|
270
270
|
"write"
|
|
271
271
|
]
|
|
272
272
|
},
|
|
273
|
-
"organization_custom_roles": {
|
|
274
|
-
"type": "string",
|
|
275
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
276
|
-
"enum": [
|
|
277
|
-
"read",
|
|
278
|
-
"write"
|
|
279
|
-
]
|
|
280
|
-
},
|
|
281
273
|
"deployments": {
|
|
282
274
|
"type": "string",
|
|
283
275
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -563,14 +555,6 @@
|
|
|
563
555
|
"write"
|
|
564
556
|
]
|
|
565
557
|
},
|
|
566
|
-
"organization_custom_roles": {
|
|
567
|
-
"type": "string",
|
|
568
|
-
"description": "The level of permission to grant the access token for custom roles management.",
|
|
569
|
-
"enum": [
|
|
570
|
-
"read",
|
|
571
|
-
"write"
|
|
572
|
-
]
|
|
573
|
-
},
|
|
574
558
|
"deployments": {
|
|
575
559
|
"type": "string",
|
|
576
560
|
"description": "The level of permission to grant the access token for deployments and deployment statuses.",
|
|
@@ -1826,6 +1810,10 @@
|
|
|
1826
1810
|
"starred_at": {
|
|
1827
1811
|
"type": "string",
|
|
1828
1812
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
1813
|
+
},
|
|
1814
|
+
"anonymous_access_enabled": {
|
|
1815
|
+
"type": "boolean",
|
|
1816
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
1829
1817
|
}
|
|
1830
1818
|
},
|
|
1831
1819
|
"required": [
|
|
@@ -3497,6 +3485,10 @@
|
|
|
3497
3485
|
"starred_at": {
|
|
3498
3486
|
"type": "string",
|
|
3499
3487
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
3488
|
+
},
|
|
3489
|
+
"anonymous_access_enabled": {
|
|
3490
|
+
"type": "boolean",
|
|
3491
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
3500
3492
|
}
|
|
3501
3493
|
},
|
|
3502
3494
|
"required": [
|
|
@@ -4706,6 +4698,10 @@
|
|
|
4706
4698
|
"starred_at": {
|
|
4707
4699
|
"type": "string",
|
|
4708
4700
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
4701
|
+
},
|
|
4702
|
+
"anonymous_access_enabled": {
|
|
4703
|
+
"type": "boolean",
|
|
4704
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
4709
4705
|
}
|
|
4710
4706
|
},
|
|
4711
4707
|
"required": [
|
|
@@ -7856,6 +7852,10 @@
|
|
|
7856
7852
|
"starred_at": {
|
|
7857
7853
|
"type": "string",
|
|
7858
7854
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
7855
|
+
},
|
|
7856
|
+
"anonymous_access_enabled": {
|
|
7857
|
+
"type": "boolean",
|
|
7858
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
7859
7859
|
}
|
|
7860
7860
|
},
|
|
7861
7861
|
"required": [
|
|
@@ -10026,6 +10026,10 @@
|
|
|
10026
10026
|
"starred_at": {
|
|
10027
10027
|
"type": "string",
|
|
10028
10028
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
10029
|
+
},
|
|
10030
|
+
"anonymous_access_enabled": {
|
|
10031
|
+
"type": "boolean",
|
|
10032
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
10029
10033
|
}
|
|
10030
10034
|
},
|
|
10031
10035
|
"required": [
|
|
@@ -12389,6 +12393,10 @@
|
|
|
12389
12393
|
"starred_at": {
|
|
12390
12394
|
"type": "string",
|
|
12391
12395
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
12396
|
+
},
|
|
12397
|
+
"anonymous_access_enabled": {
|
|
12398
|
+
"type": "boolean",
|
|
12399
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
12392
12400
|
}
|
|
12393
12401
|
},
|
|
12394
12402
|
"required": [
|
|
@@ -15277,6 +15285,10 @@
|
|
|
15277
15285
|
"starred_at": {
|
|
15278
15286
|
"type": "string",
|
|
15279
15287
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
15288
|
+
},
|
|
15289
|
+
"anonymous_access_enabled": {
|
|
15290
|
+
"type": "boolean",
|
|
15291
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
15280
15292
|
}
|
|
15281
15293
|
},
|
|
15282
15294
|
"required": [
|
|
@@ -17951,6 +17963,10 @@
|
|
|
17951
17963
|
"starred_at": {
|
|
17952
17964
|
"type": "string",
|
|
17953
17965
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
17966
|
+
},
|
|
17967
|
+
"anonymous_access_enabled": {
|
|
17968
|
+
"type": "boolean",
|
|
17969
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
17954
17970
|
}
|
|
17955
17971
|
},
|
|
17956
17972
|
"required": [
|
|
@@ -19962,6 +19978,10 @@
|
|
|
19962
19978
|
"starred_at": {
|
|
19963
19979
|
"type": "string",
|
|
19964
19980
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
19981
|
+
},
|
|
19982
|
+
"anonymous_access_enabled": {
|
|
19983
|
+
"type": "boolean",
|
|
19984
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
19965
19985
|
}
|
|
19966
19986
|
},
|
|
19967
19987
|
"required": [
|
|
@@ -22464,6 +22484,10 @@
|
|
|
22464
22484
|
"starred_at": {
|
|
22465
22485
|
"type": "string",
|
|
22466
22486
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
22487
|
+
},
|
|
22488
|
+
"anonymous_access_enabled": {
|
|
22489
|
+
"type": "boolean",
|
|
22490
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
22467
22491
|
}
|
|
22468
22492
|
},
|
|
22469
22493
|
"required": [
|
|
@@ -24419,6 +24443,10 @@
|
|
|
24419
24443
|
"starred_at": {
|
|
24420
24444
|
"type": "string",
|
|
24421
24445
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
24446
|
+
},
|
|
24447
|
+
"anonymous_access_enabled": {
|
|
24448
|
+
"type": "boolean",
|
|
24449
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
24422
24450
|
}
|
|
24423
24451
|
},
|
|
24424
24452
|
"required": [
|
|
@@ -25987,6 +26015,10 @@
|
|
|
25987
26015
|
"starred_at": {
|
|
25988
26016
|
"type": "string",
|
|
25989
26017
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
26018
|
+
},
|
|
26019
|
+
"anonymous_access_enabled": {
|
|
26020
|
+
"type": "boolean",
|
|
26021
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
25990
26022
|
}
|
|
25991
26023
|
},
|
|
25992
26024
|
"required": [
|
|
@@ -27196,6 +27228,10 @@
|
|
|
27196
27228
|
"starred_at": {
|
|
27197
27229
|
"type": "string",
|
|
27198
27230
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
27231
|
+
},
|
|
27232
|
+
"anonymous_access_enabled": {
|
|
27233
|
+
"type": "boolean",
|
|
27234
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
27199
27235
|
}
|
|
27200
27236
|
},
|
|
27201
27237
|
"required": [
|
|
@@ -28853,6 +28889,10 @@
|
|
|
28853
28889
|
"starred_at": {
|
|
28854
28890
|
"type": "string",
|
|
28855
28891
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
28892
|
+
},
|
|
28893
|
+
"anonymous_access_enabled": {
|
|
28894
|
+
"type": "boolean",
|
|
28895
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
28856
28896
|
}
|
|
28857
28897
|
},
|
|
28858
28898
|
"required": [
|
|
@@ -29543,6 +29583,11 @@
|
|
|
29543
29583
|
"nullable": true,
|
|
29544
29584
|
"type": "string",
|
|
29545
29585
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
29586
|
+
},
|
|
29587
|
+
"help_uri": {
|
|
29588
|
+
"nullable": true,
|
|
29589
|
+
"type": "string",
|
|
29590
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
29546
29591
|
}
|
|
29547
29592
|
}
|
|
29548
29593
|
},
|
|
@@ -31958,6 +32003,10 @@
|
|
|
31958
32003
|
"starred_at": {
|
|
31959
32004
|
"type": "string",
|
|
31960
32005
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
32006
|
+
},
|
|
32007
|
+
"anonymous_access_enabled": {
|
|
32008
|
+
"type": "boolean",
|
|
32009
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
31961
32010
|
}
|
|
31962
32011
|
},
|
|
31963
32012
|
"required": [
|
|
@@ -34343,6 +34392,10 @@
|
|
|
34343
34392
|
"starred_at": {
|
|
34344
34393
|
"type": "string",
|
|
34345
34394
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
34395
|
+
},
|
|
34396
|
+
"anonymous_access_enabled": {
|
|
34397
|
+
"type": "boolean",
|
|
34398
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
34346
34399
|
}
|
|
34347
34400
|
},
|
|
34348
34401
|
"required": [
|
|
@@ -37430,6 +37483,10 @@
|
|
|
37430
37483
|
"starred_at": {
|
|
37431
37484
|
"type": "string",
|
|
37432
37485
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
37486
|
+
},
|
|
37487
|
+
"anonymous_access_enabled": {
|
|
37488
|
+
"type": "boolean",
|
|
37489
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
37433
37490
|
}
|
|
37434
37491
|
},
|
|
37435
37492
|
"required": [
|
|
@@ -39419,6 +39476,10 @@
|
|
|
39419
39476
|
"starred_at": {
|
|
39420
39477
|
"type": "string",
|
|
39421
39478
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
39479
|
+
},
|
|
39480
|
+
"anonymous_access_enabled": {
|
|
39481
|
+
"type": "boolean",
|
|
39482
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
39422
39483
|
}
|
|
39423
39484
|
},
|
|
39424
39485
|
"required": [
|
|
@@ -41035,6 +41096,10 @@
|
|
|
41035
41096
|
"starred_at": {
|
|
41036
41097
|
"type": "string",
|
|
41037
41098
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
41099
|
+
},
|
|
41100
|
+
"anonymous_access_enabled": {
|
|
41101
|
+
"type": "boolean",
|
|
41102
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
41038
41103
|
}
|
|
41039
41104
|
},
|
|
41040
41105
|
"required": [
|
|
@@ -42680,6 +42745,10 @@
|
|
|
42680
42745
|
"starred_at": {
|
|
42681
42746
|
"type": "string",
|
|
42682
42747
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
42748
|
+
},
|
|
42749
|
+
"anonymous_access_enabled": {
|
|
42750
|
+
"type": "boolean",
|
|
42751
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
42683
42752
|
}
|
|
42684
42753
|
},
|
|
42685
42754
|
"required": [
|
|
@@ -44572,6 +44641,10 @@
|
|
|
44572
44641
|
"starred_at": {
|
|
44573
44642
|
"type": "string",
|
|
44574
44643
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
44644
|
+
},
|
|
44645
|
+
"anonymous_access_enabled": {
|
|
44646
|
+
"type": "boolean",
|
|
44647
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
44575
44648
|
}
|
|
44576
44649
|
},
|
|
44577
44650
|
"required": [
|
|
@@ -46133,6 +46206,10 @@
|
|
|
46133
46206
|
"starred_at": {
|
|
46134
46207
|
"type": "string",
|
|
46135
46208
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
46209
|
+
},
|
|
46210
|
+
"anonymous_access_enabled": {
|
|
46211
|
+
"type": "boolean",
|
|
46212
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
46136
46213
|
}
|
|
46137
46214
|
},
|
|
46138
46215
|
"required": [
|
|
@@ -47673,8 +47750,8 @@
|
|
|
47673
47750
|
"example": "2017-08-17T12:37:15Z"
|
|
47674
47751
|
},
|
|
47675
47752
|
"organization": {
|
|
47676
|
-
"title": "Organization
|
|
47677
|
-
"description": "Organization
|
|
47753
|
+
"title": "Team Organization",
|
|
47754
|
+
"description": "Team Organization",
|
|
47678
47755
|
"type": "object",
|
|
47679
47756
|
"properties": {
|
|
47680
47757
|
"login": {
|
|
@@ -48315,8 +48392,8 @@
|
|
|
48315
48392
|
"example": "2017-08-17T12:37:15Z"
|
|
48316
48393
|
},
|
|
48317
48394
|
"organization": {
|
|
48318
|
-
"title": "Organization
|
|
48319
|
-
"description": "Organization
|
|
48395
|
+
"title": "Team Organization",
|
|
48396
|
+
"description": "Team Organization",
|
|
48320
48397
|
"type": "object",
|
|
48321
48398
|
"properties": {
|
|
48322
48399
|
"login": {
|
|
@@ -48938,8 +49015,8 @@
|
|
|
48938
49015
|
"example": "2017-08-17T12:37:15Z"
|
|
48939
49016
|
},
|
|
48940
49017
|
"organization": {
|
|
48941
|
-
"title": "Organization
|
|
48942
|
-
"description": "Organization
|
|
49018
|
+
"title": "Team Organization",
|
|
49019
|
+
"description": "Team Organization",
|
|
48943
49020
|
"type": "object",
|
|
48944
49021
|
"properties": {
|
|
48945
49022
|
"login": {
|
|
@@ -50810,6 +50887,10 @@
|
|
|
50810
50887
|
"starred_at": {
|
|
50811
50888
|
"type": "string",
|
|
50812
50889
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
50890
|
+
},
|
|
50891
|
+
"anonymous_access_enabled": {
|
|
50892
|
+
"type": "boolean",
|
|
50893
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
50813
50894
|
}
|
|
50814
50895
|
},
|
|
50815
50896
|
"required": [
|
|
@@ -52777,6 +52858,10 @@
|
|
|
52777
52858
|
"starred_at": {
|
|
52778
52859
|
"type": "string",
|
|
52779
52860
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
52861
|
+
},
|
|
52862
|
+
"anonymous_access_enabled": {
|
|
52863
|
+
"type": "boolean",
|
|
52864
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
52780
52865
|
}
|
|
52781
52866
|
},
|
|
52782
52867
|
"required": [
|
|
@@ -54792,6 +54877,10 @@
|
|
|
54792
54877
|
"starred_at": {
|
|
54793
54878
|
"type": "string",
|
|
54794
54879
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
54880
|
+
},
|
|
54881
|
+
"anonymous_access_enabled": {
|
|
54882
|
+
"type": "boolean",
|
|
54883
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
54795
54884
|
}
|
|
54796
54885
|
},
|
|
54797
54886
|
"required": [
|
|
@@ -56099,6 +56188,10 @@
|
|
|
56099
56188
|
"starred_at": {
|
|
56100
56189
|
"type": "string",
|
|
56101
56190
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
56191
|
+
},
|
|
56192
|
+
"anonymous_access_enabled": {
|
|
56193
|
+
"type": "boolean",
|
|
56194
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
56102
56195
|
}
|
|
56103
56196
|
},
|
|
56104
56197
|
"required": [
|
|
@@ -57207,6 +57300,10 @@
|
|
|
57207
57300
|
"starred_at": {
|
|
57208
57301
|
"type": "string",
|
|
57209
57302
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
57303
|
+
},
|
|
57304
|
+
"anonymous_access_enabled": {
|
|
57305
|
+
"type": "boolean",
|
|
57306
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
57210
57307
|
}
|
|
57211
57308
|
},
|
|
57212
57309
|
"required": [
|
|
@@ -59786,6 +59883,10 @@
|
|
|
59786
59883
|
"starred_at": {
|
|
59787
59884
|
"type": "string",
|
|
59788
59885
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
59886
|
+
},
|
|
59887
|
+
"anonymous_access_enabled": {
|
|
59888
|
+
"type": "boolean",
|
|
59889
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
59789
59890
|
}
|
|
59790
59891
|
},
|
|
59791
59892
|
"required": [
|
|
@@ -61093,6 +61194,10 @@
|
|
|
61093
61194
|
"starred_at": {
|
|
61094
61195
|
"type": "string",
|
|
61095
61196
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
61197
|
+
},
|
|
61198
|
+
"anonymous_access_enabled": {
|
|
61199
|
+
"type": "boolean",
|
|
61200
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
61096
61201
|
}
|
|
61097
61202
|
},
|
|
61098
61203
|
"required": [
|
|
@@ -62201,6 +62306,10 @@
|
|
|
62201
62306
|
"starred_at": {
|
|
62202
62307
|
"type": "string",
|
|
62203
62308
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
62309
|
+
},
|
|
62310
|
+
"anonymous_access_enabled": {
|
|
62311
|
+
"type": "boolean",
|
|
62312
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
62204
62313
|
}
|
|
62205
62314
|
},
|
|
62206
62315
|
"required": [
|
|
@@ -64339,6 +64448,10 @@
|
|
|
64339
64448
|
"starred_at": {
|
|
64340
64449
|
"type": "string",
|
|
64341
64450
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
64451
|
+
},
|
|
64452
|
+
"anonymous_access_enabled": {
|
|
64453
|
+
"type": "boolean",
|
|
64454
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
64342
64455
|
}
|
|
64343
64456
|
},
|
|
64344
64457
|
"required": [
|
|
@@ -65557,6 +65670,10 @@
|
|
|
65557
65670
|
"starred_at": {
|
|
65558
65671
|
"type": "string",
|
|
65559
65672
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
65673
|
+
},
|
|
65674
|
+
"anonymous_access_enabled": {
|
|
65675
|
+
"type": "boolean",
|
|
65676
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
65560
65677
|
}
|
|
65561
65678
|
},
|
|
65562
65679
|
"required": [
|
|
@@ -67820,6 +67937,10 @@
|
|
|
67820
67937
|
"starred_at": {
|
|
67821
67938
|
"type": "string",
|
|
67822
67939
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
67940
|
+
},
|
|
67941
|
+
"anonymous_access_enabled": {
|
|
67942
|
+
"type": "boolean",
|
|
67943
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
67823
67944
|
}
|
|
67824
67945
|
},
|
|
67825
67946
|
"required": [
|
|
@@ -69497,6 +69618,10 @@
|
|
|
69497
69618
|
"starred_at": {
|
|
69498
69619
|
"type": "string",
|
|
69499
69620
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
69621
|
+
},
|
|
69622
|
+
"anonymous_access_enabled": {
|
|
69623
|
+
"type": "boolean",
|
|
69624
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
69500
69625
|
}
|
|
69501
69626
|
},
|
|
69502
69627
|
"required": [
|
|
@@ -72047,6 +72172,10 @@
|
|
|
72047
72172
|
"starred_at": {
|
|
72048
72173
|
"type": "string",
|
|
72049
72174
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
72175
|
+
},
|
|
72176
|
+
"anonymous_access_enabled": {
|
|
72177
|
+
"type": "boolean",
|
|
72178
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
72050
72179
|
}
|
|
72051
72180
|
},
|
|
72052
72181
|
"required": [
|
|
@@ -73724,6 +73853,10 @@
|
|
|
73724
73853
|
"starred_at": {
|
|
73725
73854
|
"type": "string",
|
|
73726
73855
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
73856
|
+
},
|
|
73857
|
+
"anonymous_access_enabled": {
|
|
73858
|
+
"type": "boolean",
|
|
73859
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
73727
73860
|
}
|
|
73728
73861
|
},
|
|
73729
73862
|
"required": [
|
|
@@ -76268,6 +76401,10 @@
|
|
|
76268
76401
|
"starred_at": {
|
|
76269
76402
|
"type": "string",
|
|
76270
76403
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
76404
|
+
},
|
|
76405
|
+
"anonymous_access_enabled": {
|
|
76406
|
+
"type": "boolean",
|
|
76407
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
76271
76408
|
}
|
|
76272
76409
|
},
|
|
76273
76410
|
"required": [
|
|
@@ -77945,6 +78082,10 @@
|
|
|
77945
78082
|
"starred_at": {
|
|
77946
78083
|
"type": "string",
|
|
77947
78084
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
78085
|
+
},
|
|
78086
|
+
"anonymous_access_enabled": {
|
|
78087
|
+
"type": "boolean",
|
|
78088
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
77948
78089
|
}
|
|
77949
78090
|
},
|
|
77950
78091
|
"required": [
|
|
@@ -80772,6 +80913,10 @@
|
|
|
80772
80913
|
"starred_at": {
|
|
80773
80914
|
"type": "string",
|
|
80774
80915
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
80916
|
+
},
|
|
80917
|
+
"anonymous_access_enabled": {
|
|
80918
|
+
"type": "boolean",
|
|
80919
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
80775
80920
|
}
|
|
80776
80921
|
},
|
|
80777
80922
|
"required": [
|
|
@@ -82449,6 +82594,10 @@
|
|
|
82449
82594
|
"starred_at": {
|
|
82450
82595
|
"type": "string",
|
|
82451
82596
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
82597
|
+
},
|
|
82598
|
+
"anonymous_access_enabled": {
|
|
82599
|
+
"type": "boolean",
|
|
82600
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
82452
82601
|
}
|
|
82453
82602
|
},
|
|
82454
82603
|
"required": [
|
|
@@ -84883,6 +85032,10 @@
|
|
|
84883
85032
|
"starred_at": {
|
|
84884
85033
|
"type": "string",
|
|
84885
85034
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
85035
|
+
},
|
|
85036
|
+
"anonymous_access_enabled": {
|
|
85037
|
+
"type": "boolean",
|
|
85038
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
84886
85039
|
}
|
|
84887
85040
|
},
|
|
84888
85041
|
"required": [
|
|
@@ -87378,6 +87531,10 @@
|
|
|
87378
87531
|
"starred_at": {
|
|
87379
87532
|
"type": "string",
|
|
87380
87533
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
87534
|
+
},
|
|
87535
|
+
"anonymous_access_enabled": {
|
|
87536
|
+
"type": "boolean",
|
|
87537
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
87381
87538
|
}
|
|
87382
87539
|
},
|
|
87383
87540
|
"required": [
|
|
@@ -89596,6 +89753,10 @@
|
|
|
89596
89753
|
"starred_at": {
|
|
89597
89754
|
"type": "string",
|
|
89598
89755
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
89756
|
+
},
|
|
89757
|
+
"anonymous_access_enabled": {
|
|
89758
|
+
"type": "boolean",
|
|
89759
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
89599
89760
|
}
|
|
89600
89761
|
},
|
|
89601
89762
|
"required": [
|
|
@@ -91987,6 +92148,10 @@
|
|
|
91987
92148
|
"starred_at": {
|
|
91988
92149
|
"type": "string",
|
|
91989
92150
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
92151
|
+
},
|
|
92152
|
+
"anonymous_access_enabled": {
|
|
92153
|
+
"type": "boolean",
|
|
92154
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
91990
92155
|
}
|
|
91991
92156
|
},
|
|
91992
92157
|
"required": [
|
|
@@ -92920,6 +93085,11 @@
|
|
|
92920
93085
|
"nullable": true,
|
|
92921
93086
|
"type": "string",
|
|
92922
93087
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
93088
|
+
},
|
|
93089
|
+
"help_uri": {
|
|
93090
|
+
"nullable": true,
|
|
93091
|
+
"type": "string",
|
|
93092
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
92923
93093
|
}
|
|
92924
93094
|
}
|
|
92925
93095
|
},
|
|
@@ -93080,7 +93250,8 @@
|
|
|
93080
93250
|
"security",
|
|
93081
93251
|
"external/cwe/cwe-022"
|
|
93082
93252
|
],
|
|
93083
|
-
"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 ..."
|
|
93253
|
+
"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 ...",
|
|
93254
|
+
"help_uri": "https://codeql.github.com/"
|
|
93084
93255
|
},
|
|
93085
93256
|
"tool": {
|
|
93086
93257
|
"name": "CodeQL",
|
|
@@ -93552,6 +93723,11 @@
|
|
|
93552
93723
|
"nullable": true,
|
|
93553
93724
|
"type": "string",
|
|
93554
93725
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
93726
|
+
},
|
|
93727
|
+
"help_uri": {
|
|
93728
|
+
"nullable": true,
|
|
93729
|
+
"type": "string",
|
|
93730
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
93555
93731
|
}
|
|
93556
93732
|
}
|
|
93557
93733
|
},
|
|
@@ -93712,7 +93888,8 @@
|
|
|
93712
93888
|
"security",
|
|
93713
93889
|
"external/cwe/cwe-022"
|
|
93714
93890
|
],
|
|
93715
|
-
"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 ..."
|
|
93891
|
+
"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 ...",
|
|
93892
|
+
"help_uri": "https://codeql.github.com/"
|
|
93716
93893
|
},
|
|
93717
93894
|
"tool": {
|
|
93718
93895
|
"name": "CodeQL",
|
|
@@ -95380,6 +95557,10 @@
|
|
|
95380
95557
|
"starred_at": {
|
|
95381
95558
|
"type": "string",
|
|
95382
95559
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
95560
|
+
},
|
|
95561
|
+
"anonymous_access_enabled": {
|
|
95562
|
+
"type": "boolean",
|
|
95563
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
95383
95564
|
}
|
|
95384
95565
|
},
|
|
95385
95566
|
"required": [
|
|
@@ -98254,6 +98435,10 @@
|
|
|
98254
98435
|
"starred_at": {
|
|
98255
98436
|
"type": "string",
|
|
98256
98437
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
98438
|
+
},
|
|
98439
|
+
"anonymous_access_enabled": {
|
|
98440
|
+
"type": "boolean",
|
|
98441
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
98257
98442
|
}
|
|
98258
98443
|
},
|
|
98259
98444
|
"required": [
|
|
@@ -99503,6 +99688,10 @@
|
|
|
99503
99688
|
"starred_at": {
|
|
99504
99689
|
"type": "string",
|
|
99505
99690
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
99691
|
+
},
|
|
99692
|
+
"anonymous_access_enabled": {
|
|
99693
|
+
"type": "boolean",
|
|
99694
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
99506
99695
|
}
|
|
99507
99696
|
},
|
|
99508
99697
|
"required": [
|
|
@@ -102554,6 +102743,10 @@
|
|
|
102554
102743
|
"starred_at": {
|
|
102555
102744
|
"type": "string",
|
|
102556
102745
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
102746
|
+
},
|
|
102747
|
+
"anonymous_access_enabled": {
|
|
102748
|
+
"type": "boolean",
|
|
102749
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
102557
102750
|
}
|
|
102558
102751
|
},
|
|
102559
102752
|
"required": [
|
|
@@ -104693,6 +104886,10 @@
|
|
|
104693
104886
|
"starred_at": {
|
|
104694
104887
|
"type": "string",
|
|
104695
104888
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
104889
|
+
},
|
|
104890
|
+
"anonymous_access_enabled": {
|
|
104891
|
+
"type": "boolean",
|
|
104892
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
104696
104893
|
}
|
|
104697
104894
|
},
|
|
104698
104895
|
"required": [
|
|
@@ -107157,6 +107354,10 @@
|
|
|
107157
107354
|
"starred_at": {
|
|
107158
107355
|
"type": "string",
|
|
107159
107356
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
107357
|
+
},
|
|
107358
|
+
"anonymous_access_enabled": {
|
|
107359
|
+
"type": "boolean",
|
|
107360
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
107160
107361
|
}
|
|
107161
107362
|
},
|
|
107162
107363
|
"required": [
|
|
@@ -109736,6 +109937,10 @@
|
|
|
109736
109937
|
"starred_at": {
|
|
109737
109938
|
"type": "string",
|
|
109738
109939
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
109940
|
+
},
|
|
109941
|
+
"anonymous_access_enabled": {
|
|
109942
|
+
"type": "boolean",
|
|
109943
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
109739
109944
|
}
|
|
109740
109945
|
},
|
|
109741
109946
|
"required": [
|
|
@@ -111704,6 +111909,10 @@
|
|
|
111704
111909
|
"starred_at": {
|
|
111705
111910
|
"type": "string",
|
|
111706
111911
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
111912
|
+
},
|
|
111913
|
+
"anonymous_access_enabled": {
|
|
111914
|
+
"type": "boolean",
|
|
111915
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
111707
111916
|
}
|
|
111708
111917
|
},
|
|
111709
111918
|
"required": [
|
|
@@ -113011,6 +113220,10 @@
|
|
|
113011
113220
|
"starred_at": {
|
|
113012
113221
|
"type": "string",
|
|
113013
113222
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
113223
|
+
},
|
|
113224
|
+
"anonymous_access_enabled": {
|
|
113225
|
+
"type": "boolean",
|
|
113226
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
113014
113227
|
}
|
|
113015
113228
|
},
|
|
113016
113229
|
"required": [
|
|
@@ -114119,6 +114332,10 @@
|
|
|
114119
114332
|
"starred_at": {
|
|
114120
114333
|
"type": "string",
|
|
114121
114334
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
114335
|
+
},
|
|
114336
|
+
"anonymous_access_enabled": {
|
|
114337
|
+
"type": "boolean",
|
|
114338
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
114122
114339
|
}
|
|
114123
114340
|
},
|
|
114124
114341
|
"required": [
|
|
@@ -116611,6 +116828,10 @@
|
|
|
116611
116828
|
"starred_at": {
|
|
116612
116829
|
"type": "string",
|
|
116613
116830
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
116831
|
+
},
|
|
116832
|
+
"anonymous_access_enabled": {
|
|
116833
|
+
"type": "boolean",
|
|
116834
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
116614
116835
|
}
|
|
116615
116836
|
},
|
|
116616
116837
|
"required": [
|
|
@@ -117320,6 +117541,14 @@
|
|
|
117320
117541
|
]
|
|
117321
117542
|
}
|
|
117322
117543
|
}
|
|
117544
|
+
},
|
|
117545
|
+
"examples": {
|
|
117546
|
+
"default": {
|
|
117547
|
+
"summary": "Example request body",
|
|
117548
|
+
"value": {
|
|
117549
|
+
"permissions": "write"
|
|
117550
|
+
}
|
|
117551
|
+
}
|
|
117323
117552
|
}
|
|
117324
117553
|
}
|
|
117325
117554
|
}
|
|
@@ -118804,6 +119033,10 @@
|
|
|
118804
119033
|
"starred_at": {
|
|
118805
119034
|
"type": "string",
|
|
118806
119035
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
119036
|
+
},
|
|
119037
|
+
"anonymous_access_enabled": {
|
|
119038
|
+
"type": "boolean",
|
|
119039
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
118807
119040
|
}
|
|
118808
119041
|
},
|
|
118809
119042
|
"required": [
|
|
@@ -121516,6 +121749,10 @@
|
|
|
121516
121749
|
"starred_at": {
|
|
121517
121750
|
"type": "string",
|
|
121518
121751
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
121752
|
+
},
|
|
121753
|
+
"anonymous_access_enabled": {
|
|
121754
|
+
"type": "boolean",
|
|
121755
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
121519
121756
|
}
|
|
121520
121757
|
},
|
|
121521
121758
|
"required": [
|
|
@@ -122089,7 +122326,8 @@
|
|
|
122089
122326
|
"type": "User",
|
|
122090
122327
|
"site_admin": false
|
|
122091
122328
|
},
|
|
122092
|
-
"author_association": "COLLABORATOR"
|
|
122329
|
+
"author_association": "COLLABORATOR",
|
|
122330
|
+
"state_reason": "completed"
|
|
122093
122331
|
}
|
|
122094
122332
|
]
|
|
122095
122333
|
}
|
|
@@ -124293,6 +124531,10 @@
|
|
|
124293
124531
|
"starred_at": {
|
|
124294
124532
|
"type": "string",
|
|
124295
124533
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
124534
|
+
},
|
|
124535
|
+
"anonymous_access_enabled": {
|
|
124536
|
+
"type": "boolean",
|
|
124537
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
124296
124538
|
}
|
|
124297
124539
|
},
|
|
124298
124540
|
"required": [
|
|
@@ -124864,7 +125106,8 @@
|
|
|
124864
125106
|
"type": "User",
|
|
124865
125107
|
"site_admin": false
|
|
124866
125108
|
},
|
|
124867
|
-
"author_association": "COLLABORATOR"
|
|
125109
|
+
"author_association": "COLLABORATOR",
|
|
125110
|
+
"state_reason": "completed"
|
|
124868
125111
|
}
|
|
124869
125112
|
}
|
|
124870
125113
|
}
|
|
@@ -127195,6 +127438,10 @@
|
|
|
127195
127438
|
"starred_at": {
|
|
127196
127439
|
"type": "string",
|
|
127197
127440
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
127441
|
+
},
|
|
127442
|
+
"anonymous_access_enabled": {
|
|
127443
|
+
"type": "boolean",
|
|
127444
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
127198
127445
|
}
|
|
127199
127446
|
},
|
|
127200
127447
|
"required": [
|
|
@@ -128807,7 +129054,8 @@
|
|
|
128807
129054
|
"closed_at": null,
|
|
128808
129055
|
"created_at": "2011-04-22T13:33:48Z",
|
|
128809
129056
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
128810
|
-
"author_association": "COLLABORATOR"
|
|
129057
|
+
"author_association": "COLLABORATOR",
|
|
129058
|
+
"state_reason": "completed"
|
|
128811
129059
|
}
|
|
128812
129060
|
}
|
|
128813
129061
|
]
|
|
@@ -131028,6 +131276,10 @@
|
|
|
131028
131276
|
"starred_at": {
|
|
131029
131277
|
"type": "string",
|
|
131030
131278
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
131279
|
+
},
|
|
131280
|
+
"anonymous_access_enabled": {
|
|
131281
|
+
"type": "boolean",
|
|
131282
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
131031
131283
|
}
|
|
131032
131284
|
},
|
|
131033
131285
|
"required": [
|
|
@@ -132678,7 +132930,8 @@
|
|
|
132678
132930
|
"closed_at": null,
|
|
132679
132931
|
"created_at": "2011-04-22T13:33:48Z",
|
|
132680
132932
|
"updated_at": "2011-04-22T13:33:48Z",
|
|
132681
|
-
"author_association": "COLLABORATOR"
|
|
132933
|
+
"author_association": "COLLABORATOR",
|
|
132934
|
+
"state_reason": "completed"
|
|
132682
132935
|
}
|
|
132683
132936
|
}
|
|
132684
132937
|
}
|
|
@@ -134743,6 +134996,10 @@
|
|
|
134743
134996
|
"starred_at": {
|
|
134744
134997
|
"type": "string",
|
|
134745
134998
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
134999
|
+
},
|
|
135000
|
+
"anonymous_access_enabled": {
|
|
135001
|
+
"type": "boolean",
|
|
135002
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
134746
135003
|
}
|
|
134747
135004
|
},
|
|
134748
135005
|
"required": [
|
|
@@ -135314,7 +135571,8 @@
|
|
|
135314
135571
|
"type": "User",
|
|
135315
135572
|
"site_admin": false
|
|
135316
135573
|
},
|
|
135317
|
-
"author_association": "COLLABORATOR"
|
|
135574
|
+
"author_association": "COLLABORATOR",
|
|
135575
|
+
"state_reason": "completed"
|
|
135318
135576
|
}
|
|
135319
135577
|
}
|
|
135320
135578
|
}
|
|
@@ -135494,6 +135752,12 @@
|
|
|
135494
135752
|
"closed"
|
|
135495
135753
|
]
|
|
135496
135754
|
},
|
|
135755
|
+
"state_reason": {
|
|
135756
|
+
"type": "string",
|
|
135757
|
+
"nullable": true,
|
|
135758
|
+
"description": "The reason for the current state",
|
|
135759
|
+
"example": "not_planned"
|
|
135760
|
+
},
|
|
135497
135761
|
"milestone": {
|
|
135498
135762
|
"oneOf": [
|
|
135499
135763
|
{
|
|
@@ -137486,6 +137750,10 @@
|
|
|
137486
137750
|
"starred_at": {
|
|
137487
137751
|
"type": "string",
|
|
137488
137752
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
137753
|
+
},
|
|
137754
|
+
"anonymous_access_enabled": {
|
|
137755
|
+
"type": "boolean",
|
|
137756
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
137489
137757
|
}
|
|
137490
137758
|
},
|
|
137491
137759
|
"required": [
|
|
@@ -138057,7 +138325,8 @@
|
|
|
138057
138325
|
"type": "User",
|
|
138058
138326
|
"site_admin": false
|
|
138059
138327
|
},
|
|
138060
|
-
"author_association": "COLLABORATOR"
|
|
138328
|
+
"author_association": "COLLABORATOR",
|
|
138329
|
+
"state_reason": "completed"
|
|
138061
138330
|
}
|
|
138062
138331
|
}
|
|
138063
138332
|
}
|
|
@@ -140266,6 +140535,10 @@
|
|
|
140266
140535
|
"starred_at": {
|
|
140267
140536
|
"type": "string",
|
|
140268
140537
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
140538
|
+
},
|
|
140539
|
+
"anonymous_access_enabled": {
|
|
140540
|
+
"type": "boolean",
|
|
140541
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
140269
140542
|
}
|
|
140270
140543
|
},
|
|
140271
140544
|
"required": [
|
|
@@ -140837,7 +141110,8 @@
|
|
|
140837
141110
|
"type": "User",
|
|
140838
141111
|
"site_admin": false
|
|
140839
141112
|
},
|
|
140840
|
-
"author_association": "COLLABORATOR"
|
|
141113
|
+
"author_association": "COLLABORATOR",
|
|
141114
|
+
"state_reason": "completed"
|
|
140841
141115
|
}
|
|
140842
141116
|
}
|
|
140843
141117
|
}
|
|
@@ -142430,6 +142704,10 @@
|
|
|
142430
142704
|
"starred_at": {
|
|
142431
142705
|
"type": "string",
|
|
142432
142706
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
142707
|
+
},
|
|
142708
|
+
"anonymous_access_enabled": {
|
|
142709
|
+
"type": "boolean",
|
|
142710
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
142433
142711
|
}
|
|
142434
142712
|
},
|
|
142435
142713
|
"required": [
|
|
@@ -145006,6 +145284,10 @@
|
|
|
145006
145284
|
"starred_at": {
|
|
145007
145285
|
"type": "string",
|
|
145008
145286
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
145287
|
+
},
|
|
145288
|
+
"anonymous_access_enabled": {
|
|
145289
|
+
"type": "boolean",
|
|
145290
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
145009
145291
|
}
|
|
145010
145292
|
},
|
|
145011
145293
|
"required": [
|
|
@@ -146255,6 +146537,10 @@
|
|
|
146255
146537
|
"starred_at": {
|
|
146256
146538
|
"type": "string",
|
|
146257
146539
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
146540
|
+
},
|
|
146541
|
+
"anonymous_access_enabled": {
|
|
146542
|
+
"type": "boolean",
|
|
146543
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
146258
146544
|
}
|
|
146259
146545
|
},
|
|
146260
146546
|
"required": [
|
|
@@ -154148,6 +154434,27 @@
|
|
|
154148
154434
|
}
|
|
154149
154435
|
}
|
|
154150
154436
|
}
|
|
154437
|
+
},
|
|
154438
|
+
"503": {
|
|
154439
|
+
"description": "Service unavailable",
|
|
154440
|
+
"content": {
|
|
154441
|
+
"application/json": {
|
|
154442
|
+
"schema": {
|
|
154443
|
+
"type": "object",
|
|
154444
|
+
"properties": {
|
|
154445
|
+
"code": {
|
|
154446
|
+
"type": "string"
|
|
154447
|
+
},
|
|
154448
|
+
"message": {
|
|
154449
|
+
"type": "string"
|
|
154450
|
+
},
|
|
154451
|
+
"documentation_url": {
|
|
154452
|
+
"type": "string"
|
|
154453
|
+
}
|
|
154454
|
+
}
|
|
154455
|
+
}
|
|
154456
|
+
}
|
|
154457
|
+
}
|
|
154151
154458
|
}
|
|
154152
154459
|
},
|
|
154153
154460
|
"x-github": {
|
|
@@ -159747,6 +160054,10 @@
|
|
|
159747
160054
|
"starred_at": {
|
|
159748
160055
|
"type": "string",
|
|
159749
160056
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
160057
|
+
},
|
|
160058
|
+
"anonymous_access_enabled": {
|
|
160059
|
+
"type": "boolean",
|
|
160060
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
159750
160061
|
}
|
|
159751
160062
|
},
|
|
159752
160063
|
"required": [
|
|
@@ -160996,6 +161307,10 @@
|
|
|
160996
161307
|
"starred_at": {
|
|
160997
161308
|
"type": "string",
|
|
160998
161309
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
161310
|
+
},
|
|
161311
|
+
"anonymous_access_enabled": {
|
|
161312
|
+
"type": "boolean",
|
|
161313
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
160999
161314
|
}
|
|
161000
161315
|
},
|
|
161001
161316
|
"required": [
|
|
@@ -164737,6 +165052,10 @@
|
|
|
164737
165052
|
"starred_at": {
|
|
164738
165053
|
"type": "string",
|
|
164739
165054
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
165055
|
+
},
|
|
165056
|
+
"anonymous_access_enabled": {
|
|
165057
|
+
"type": "boolean",
|
|
165058
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
164740
165059
|
}
|
|
164741
165060
|
},
|
|
164742
165061
|
"required": [
|
|
@@ -165201,7 +165520,7 @@
|
|
|
165201
165520
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
165202
165521
|
"post": {
|
|
165203
165522
|
"summary": "Create a repository using a template",
|
|
165204
|
-
"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.
|
|
165523
|
+
"description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template. If the repository is not public, the authenticated user must own or be a member of an organization that owns the repository. To check if a repository is available to use as a template, get the repository's information using the [Get a repository](https://docs.github.com/enterprise-server@3.5/rest/reference/repos#get-a-repository) endpoint and check that the `is_template` key is `true`.\n\n**OAuth scope requirements**\n\nWhen using [OAuth](https://docs.github.com/enterprise-server@3.5/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/), authorizations must include:\n\n* `public_repo` scope or `repo` scope to create a public repository. Note: For GitHub AE, use `repo` scope to create an internal repository.\n* `repo` scope to create a private repository",
|
|
165205
165524
|
"tags": [
|
|
165206
165525
|
"repos"
|
|
165207
165526
|
],
|
|
@@ -166311,6 +166630,10 @@
|
|
|
166311
166630
|
"starred_at": {
|
|
166312
166631
|
"type": "string",
|
|
166313
166632
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
166633
|
+
},
|
|
166634
|
+
"anonymous_access_enabled": {
|
|
166635
|
+
"type": "boolean",
|
|
166636
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
166314
166637
|
}
|
|
166315
166638
|
},
|
|
166316
166639
|
"required": [
|
|
@@ -168051,6 +168374,10 @@
|
|
|
168051
168374
|
"starred_at": {
|
|
168052
168375
|
"type": "string",
|
|
168053
168376
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
168377
|
+
},
|
|
168378
|
+
"anonymous_access_enabled": {
|
|
168379
|
+
"type": "boolean",
|
|
168380
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
168054
168381
|
}
|
|
168055
168382
|
},
|
|
168056
168383
|
"required": [
|
|
@@ -170017,6 +170344,10 @@
|
|
|
170017
170344
|
"starred_at": {
|
|
170018
170345
|
"type": "string",
|
|
170019
170346
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
170347
|
+
},
|
|
170348
|
+
"anonymous_access_enabled": {
|
|
170349
|
+
"type": "boolean",
|
|
170350
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
170020
170351
|
}
|
|
170021
170352
|
},
|
|
170022
170353
|
"required": [
|
|
@@ -172367,6 +172698,10 @@
|
|
|
172367
172698
|
"starred_at": {
|
|
172368
172699
|
"type": "string",
|
|
172369
172700
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
172701
|
+
},
|
|
172702
|
+
"anonymous_access_enabled": {
|
|
172703
|
+
"type": "boolean",
|
|
172704
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
172370
172705
|
}
|
|
172371
172706
|
},
|
|
172372
172707
|
"required": [
|
|
@@ -174712,6 +175047,10 @@
|
|
|
174712
175047
|
"starred_at": {
|
|
174713
175048
|
"type": "string",
|
|
174714
175049
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
175050
|
+
},
|
|
175051
|
+
"anonymous_access_enabled": {
|
|
175052
|
+
"type": "boolean",
|
|
175053
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
174715
175054
|
}
|
|
174716
175055
|
},
|
|
174717
175056
|
"required": [
|
|
@@ -175222,7 +175561,8 @@
|
|
|
175222
175561
|
"body": "...",
|
|
175223
175562
|
"score": 1,
|
|
175224
175563
|
"locked": true,
|
|
175225
|
-
"author_association": "COLLABORATOR"
|
|
175564
|
+
"author_association": "COLLABORATOR",
|
|
175565
|
+
"state_reason": "completed"
|
|
175226
175566
|
}
|
|
175227
175567
|
]
|
|
175228
175568
|
}
|
|
@@ -176462,8 +176802,8 @@
|
|
|
176462
176802
|
"example": "2017-08-17T12:37:15Z"
|
|
176463
176803
|
},
|
|
176464
176804
|
"organization": {
|
|
176465
|
-
"title": "Organization
|
|
176466
|
-
"description": "Organization
|
|
176805
|
+
"title": "Team Organization",
|
|
176806
|
+
"description": "Team Organization",
|
|
176467
176807
|
"type": "object",
|
|
176468
176808
|
"properties": {
|
|
176469
176809
|
"login": {
|
|
@@ -177082,8 +177422,8 @@
|
|
|
177082
177422
|
"example": "2017-08-17T12:37:15Z"
|
|
177083
177423
|
},
|
|
177084
177424
|
"organization": {
|
|
177085
|
-
"title": "Organization
|
|
177086
|
-
"description": "Organization
|
|
177425
|
+
"title": "Team Organization",
|
|
177426
|
+
"description": "Team Organization",
|
|
177087
177427
|
"type": "object",
|
|
177088
177428
|
"properties": {
|
|
177089
177429
|
"login": {
|
|
@@ -177580,8 +177920,8 @@
|
|
|
177580
177920
|
"example": "2017-08-17T12:37:15Z"
|
|
177581
177921
|
},
|
|
177582
177922
|
"organization": {
|
|
177583
|
-
"title": "Organization
|
|
177584
|
-
"description": "Organization
|
|
177923
|
+
"title": "Team Organization",
|
|
177924
|
+
"description": "Team Organization",
|
|
177585
177925
|
"type": "object",
|
|
177586
177926
|
"properties": {
|
|
177587
177927
|
"login": {
|
|
@@ -179567,6 +179907,10 @@
|
|
|
179567
179907
|
"starred_at": {
|
|
179568
179908
|
"type": "string",
|
|
179569
179909
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
179910
|
+
},
|
|
179911
|
+
"anonymous_access_enabled": {
|
|
179912
|
+
"type": "boolean",
|
|
179913
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
179570
179914
|
}
|
|
179571
179915
|
},
|
|
179572
179916
|
"required": [
|
|
@@ -181554,6 +181898,10 @@
|
|
|
181554
181898
|
"starred_at": {
|
|
181555
181899
|
"type": "string",
|
|
181556
181900
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
181901
|
+
},
|
|
181902
|
+
"anonymous_access_enabled": {
|
|
181903
|
+
"type": "boolean",
|
|
181904
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
181557
181905
|
}
|
|
181558
181906
|
},
|
|
181559
181907
|
"required": [
|
|
@@ -184220,6 +184568,10 @@
|
|
|
184220
184568
|
"starred_at": {
|
|
184221
184569
|
"type": "string",
|
|
184222
184570
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
184571
|
+
},
|
|
184572
|
+
"anonymous_access_enabled": {
|
|
184573
|
+
"type": "boolean",
|
|
184574
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
184223
184575
|
}
|
|
184224
184576
|
},
|
|
184225
184577
|
"required": [
|
|
@@ -186552,6 +186904,10 @@
|
|
|
186552
186904
|
"starred_at": {
|
|
186553
186905
|
"type": "string",
|
|
186554
186906
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
186907
|
+
},
|
|
186908
|
+
"anonymous_access_enabled": {
|
|
186909
|
+
"type": "boolean",
|
|
186910
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
186555
186911
|
}
|
|
186556
186912
|
},
|
|
186557
186913
|
"required": [
|
|
@@ -188519,6 +188875,10 @@
|
|
|
188519
188875
|
"starred_at": {
|
|
188520
188876
|
"type": "string",
|
|
188521
188877
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
188878
|
+
},
|
|
188879
|
+
"anonymous_access_enabled": {
|
|
188880
|
+
"type": "boolean",
|
|
188881
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
188522
188882
|
}
|
|
188523
188883
|
},
|
|
188524
188884
|
"required": [
|
|
@@ -190189,6 +190549,10 @@
|
|
|
190189
190549
|
"starred_at": {
|
|
190190
190550
|
"type": "string",
|
|
190191
190551
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
190552
|
+
},
|
|
190553
|
+
"anonymous_access_enabled": {
|
|
190554
|
+
"type": "boolean",
|
|
190555
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
190192
190556
|
}
|
|
190193
190557
|
},
|
|
190194
190558
|
"required": [
|
|
@@ -192132,6 +192496,10 @@
|
|
|
192132
192496
|
"starred_at": {
|
|
192133
192497
|
"type": "string",
|
|
192134
192498
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
192499
|
+
},
|
|
192500
|
+
"anonymous_access_enabled": {
|
|
192501
|
+
"type": "boolean",
|
|
192502
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
192135
192503
|
}
|
|
192136
192504
|
},
|
|
192137
192505
|
"required": [
|
|
@@ -193677,6 +194045,10 @@
|
|
|
193677
194045
|
"starred_at": {
|
|
193678
194046
|
"type": "string",
|
|
193679
194047
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
194048
|
+
},
|
|
194049
|
+
"anonymous_access_enabled": {
|
|
194050
|
+
"type": "boolean",
|
|
194051
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
193680
194052
|
}
|
|
193681
194053
|
},
|
|
193682
194054
|
"required": [
|
|
@@ -195221,6 +195593,10 @@
|
|
|
195221
195593
|
"starred_at": {
|
|
195222
195594
|
"type": "string",
|
|
195223
195595
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
195596
|
+
},
|
|
195597
|
+
"anonymous_access_enabled": {
|
|
195598
|
+
"type": "boolean",
|
|
195599
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
195224
195600
|
}
|
|
195225
195601
|
},
|
|
195226
195602
|
"required": [
|
|
@@ -197178,6 +197554,10 @@
|
|
|
197178
197554
|
"starred_at": {
|
|
197179
197555
|
"type": "string",
|
|
197180
197556
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
197557
|
+
},
|
|
197558
|
+
"anonymous_access_enabled": {
|
|
197559
|
+
"type": "boolean",
|
|
197560
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
197181
197561
|
}
|
|
197182
197562
|
},
|
|
197183
197563
|
"required": [
|
|
@@ -199005,6 +199385,10 @@
|
|
|
199005
199385
|
"starred_at": {
|
|
199006
199386
|
"type": "string",
|
|
199007
199387
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
199388
|
+
},
|
|
199389
|
+
"anonymous_access_enabled": {
|
|
199390
|
+
"type": "boolean",
|
|
199391
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
199008
199392
|
}
|
|
199009
199393
|
},
|
|
199010
199394
|
"required": [
|
|
@@ -200257,6 +200641,10 @@
|
|
|
200257
200641
|
"starred_at": {
|
|
200258
200642
|
"type": "string",
|
|
200259
200643
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
200644
|
+
},
|
|
200645
|
+
"anonymous_access_enabled": {
|
|
200646
|
+
"type": "boolean",
|
|
200647
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
200260
200648
|
}
|
|
200261
200649
|
},
|
|
200262
200650
|
"required": [
|
|
@@ -202061,6 +202449,10 @@
|
|
|
202061
202449
|
"starred_at": {
|
|
202062
202450
|
"type": "string",
|
|
202063
202451
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
202452
|
+
},
|
|
202453
|
+
"anonymous_access_enabled": {
|
|
202454
|
+
"type": "boolean",
|
|
202455
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
202064
202456
|
}
|
|
202065
202457
|
},
|
|
202066
202458
|
"required": [
|
|
@@ -202665,8 +203057,8 @@
|
|
|
202665
203057
|
"example": "2017-08-17T12:37:15Z"
|
|
202666
203058
|
},
|
|
202667
203059
|
"organization": {
|
|
202668
|
-
"title": "Organization
|
|
202669
|
-
"description": "Organization
|
|
203060
|
+
"title": "Team Organization",
|
|
203061
|
+
"description": "Team Organization",
|
|
202670
203062
|
"type": "object",
|
|
202671
203063
|
"properties": {
|
|
202672
203064
|
"login": {
|
|
@@ -205154,6 +205546,10 @@
|
|
|
205154
205546
|
"starred_at": {
|
|
205155
205547
|
"type": "string",
|
|
205156
205548
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
205549
|
+
},
|
|
205550
|
+
"anonymous_access_enabled": {
|
|
205551
|
+
"type": "boolean",
|
|
205552
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
205157
205553
|
}
|
|
205158
205554
|
},
|
|
205159
205555
|
"required": [
|
|
@@ -208277,6 +208673,10 @@
|
|
|
208277
208673
|
"starred_at": {
|
|
208278
208674
|
"type": "string",
|
|
208279
208675
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
208676
|
+
},
|
|
208677
|
+
"anonymous_access_enabled": {
|
|
208678
|
+
"type": "boolean",
|
|
208679
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
208280
208680
|
}
|
|
208281
208681
|
},
|
|
208282
208682
|
"required": [
|
|
@@ -211402,6 +211802,10 @@
|
|
|
211402
211802
|
"starred_at": {
|
|
211403
211803
|
"type": "string",
|
|
211404
211804
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
211805
|
+
},
|
|
211806
|
+
"anonymous_access_enabled": {
|
|
211807
|
+
"type": "boolean",
|
|
211808
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
211405
211809
|
}
|
|
211406
211810
|
},
|
|
211407
211811
|
"required": [
|
|
@@ -214786,6 +215190,10 @@
|
|
|
214786
215190
|
"starred_at": {
|
|
214787
215191
|
"type": "string",
|
|
214788
215192
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
215193
|
+
},
|
|
215194
|
+
"anonymous_access_enabled": {
|
|
215195
|
+
"type": "boolean",
|
|
215196
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
214789
215197
|
}
|
|
214790
215198
|
},
|
|
214791
215199
|
"required": [
|
|
@@ -217911,6 +218319,10 @@
|
|
|
217911
218319
|
"starred_at": {
|
|
217912
218320
|
"type": "string",
|
|
217913
218321
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
218322
|
+
},
|
|
218323
|
+
"anonymous_access_enabled": {
|
|
218324
|
+
"type": "boolean",
|
|
218325
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
217914
218326
|
}
|
|
217915
218327
|
},
|
|
217916
218328
|
"required": [
|
|
@@ -220520,6 +220932,10 @@
|
|
|
220520
220932
|
"starred_at": {
|
|
220521
220933
|
"type": "string",
|
|
220522
220934
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
220935
|
+
},
|
|
220936
|
+
"anonymous_access_enabled": {
|
|
220937
|
+
"type": "boolean",
|
|
220938
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
220523
220939
|
}
|
|
220524
220940
|
},
|
|
220525
220941
|
"required": [
|
|
@@ -222383,6 +222799,10 @@
|
|
|
222383
222799
|
"starred_at": {
|
|
222384
222800
|
"type": "string",
|
|
222385
222801
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
222802
|
+
},
|
|
222803
|
+
"anonymous_access_enabled": {
|
|
222804
|
+
"type": "boolean",
|
|
222805
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
222386
222806
|
}
|
|
222387
222807
|
},
|
|
222388
222808
|
"required": [
|