@octokit/openapi 7.7.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 +619 -24
- package/generated/api.github.com.json +44 -20
- 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 +356 -4
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +19 -4
- package/generated/ghes-3.2.deref.json +460 -15
- package/generated/ghes-3.2.json +31 -15
- 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 +467 -16
- package/generated/ghes-3.3.json +38 -16
- 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 +495 -16
- package/generated/ghes-3.4.json +38 -16
- 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 +418 -4
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +22 -4
- package/generated/ghes-3.5.deref.json +508 -16
- package/generated/ghes-3.5.json +38 -16
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +15 -0
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +28 -2
- package/generated/ghes-3.6-diff-to-api.github.com.json +16 -2
- package/generated/ghes-3.6.deref.json +508 -16
- package/generated/ghes-3.6.json +38 -16
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +15 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +363 -5
- package/generated/github.ae-diff-to-api.github.com.json +26 -5
- package/generated/github.ae.deref.json +467 -16
- package/generated/github.ae.json +38 -16
- 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": {
|
|
@@ -5582,6 +5582,10 @@
|
|
|
5582
5582
|
"starred_at": {
|
|
5583
5583
|
"type": "string",
|
|
5584
5584
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
5585
|
+
},
|
|
5586
|
+
"anonymous_access_enabled": {
|
|
5587
|
+
"type": "boolean",
|
|
5588
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
5585
5589
|
}
|
|
5586
5590
|
},
|
|
5587
5591
|
"required": [
|
|
@@ -16013,6 +16017,10 @@
|
|
|
16013
16017
|
"starred_at": {
|
|
16014
16018
|
"type": "string",
|
|
16015
16019
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
16020
|
+
},
|
|
16021
|
+
"anonymous_access_enabled": {
|
|
16022
|
+
"type": "boolean",
|
|
16023
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
16016
16024
|
}
|
|
16017
16025
|
},
|
|
16018
16026
|
"required": [
|
|
@@ -17297,6 +17305,10 @@
|
|
|
17297
17305
|
"starred_at": {
|
|
17298
17306
|
"type": "string",
|
|
17299
17307
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
17308
|
+
},
|
|
17309
|
+
"anonymous_access_enabled": {
|
|
17310
|
+
"type": "boolean",
|
|
17311
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
17300
17312
|
}
|
|
17301
17313
|
},
|
|
17302
17314
|
"required": [
|
|
@@ -19226,6 +19238,11 @@
|
|
|
19226
19238
|
"nullable": true,
|
|
19227
19239
|
"type": "string",
|
|
19228
19240
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
19241
|
+
},
|
|
19242
|
+
"help_uri": {
|
|
19243
|
+
"nullable": true,
|
|
19244
|
+
"type": "string",
|
|
19245
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
19229
19246
|
}
|
|
19230
19247
|
}
|
|
19231
19248
|
},
|
|
@@ -24170,6 +24187,10 @@
|
|
|
24170
24187
|
"starred_at": {
|
|
24171
24188
|
"type": "string",
|
|
24172
24189
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
24190
|
+
},
|
|
24191
|
+
"anonymous_access_enabled": {
|
|
24192
|
+
"type": "boolean",
|
|
24193
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
24173
24194
|
}
|
|
24174
24195
|
},
|
|
24175
24196
|
"required": [
|
|
@@ -36803,6 +36824,10 @@
|
|
|
36803
36824
|
"starred_at": {
|
|
36804
36825
|
"type": "string",
|
|
36805
36826
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
36827
|
+
},
|
|
36828
|
+
"anonymous_access_enabled": {
|
|
36829
|
+
"type": "boolean",
|
|
36830
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
36806
36831
|
}
|
|
36807
36832
|
},
|
|
36808
36833
|
"required": [
|
|
@@ -39268,6 +39293,10 @@
|
|
|
39268
39293
|
"starred_at": {
|
|
39269
39294
|
"type": "string",
|
|
39270
39295
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
39296
|
+
},
|
|
39297
|
+
"anonymous_access_enabled": {
|
|
39298
|
+
"type": "boolean",
|
|
39299
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
39271
39300
|
}
|
|
39272
39301
|
},
|
|
39273
39302
|
"required": [
|
|
@@ -45115,6 +45144,10 @@
|
|
|
45115
45144
|
"starred_at": {
|
|
45116
45145
|
"type": "string",
|
|
45117
45146
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
45147
|
+
},
|
|
45148
|
+
"anonymous_access_enabled": {
|
|
45149
|
+
"type": "boolean",
|
|
45150
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
45118
45151
|
}
|
|
45119
45152
|
},
|
|
45120
45153
|
"required": [
|
|
@@ -47864,6 +47897,10 @@
|
|
|
47864
47897
|
"starred_at": {
|
|
47865
47898
|
"type": "string",
|
|
47866
47899
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
47900
|
+
},
|
|
47901
|
+
"anonymous_access_enabled": {
|
|
47902
|
+
"type": "boolean",
|
|
47903
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
47867
47904
|
}
|
|
47868
47905
|
},
|
|
47869
47906
|
"required": [
|
|
@@ -50085,6 +50122,10 @@
|
|
|
50085
50122
|
"starred_at": {
|
|
50086
50123
|
"type": "string",
|
|
50087
50124
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
50125
|
+
},
|
|
50126
|
+
"anonymous_access_enabled": {
|
|
50127
|
+
"type": "boolean",
|
|
50128
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
50088
50129
|
}
|
|
50089
50130
|
},
|
|
50090
50131
|
"required": [
|
|
@@ -54107,6 +54148,10 @@
|
|
|
54107
54148
|
"starred_at": {
|
|
54108
54149
|
"type": "string",
|
|
54109
54150
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
54151
|
+
},
|
|
54152
|
+
"anonymous_access_enabled": {
|
|
54153
|
+
"type": "boolean",
|
|
54154
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
54110
54155
|
}
|
|
54111
54156
|
},
|
|
54112
54157
|
"required": [
|
|
@@ -57143,6 +57188,10 @@
|
|
|
57143
57188
|
"starred_at": {
|
|
57144
57189
|
"type": "string",
|
|
57145
57190
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
57191
|
+
},
|
|
57192
|
+
"anonymous_access_enabled": {
|
|
57193
|
+
"type": "boolean",
|
|
57194
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
57146
57195
|
}
|
|
57147
57196
|
},
|
|
57148
57197
|
"required": [
|
|
@@ -59703,6 +59752,10 @@
|
|
|
59703
59752
|
"starred_at": {
|
|
59704
59753
|
"type": "string",
|
|
59705
59754
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
59755
|
+
},
|
|
59756
|
+
"anonymous_access_enabled": {
|
|
59757
|
+
"type": "boolean",
|
|
59758
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
59706
59759
|
}
|
|
59707
59760
|
},
|
|
59708
59761
|
"required": [
|
|
@@ -60987,6 +61040,10 @@
|
|
|
60987
61040
|
"starred_at": {
|
|
60988
61041
|
"type": "string",
|
|
60989
61042
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
61043
|
+
},
|
|
61044
|
+
"anonymous_access_enabled": {
|
|
61045
|
+
"type": "boolean",
|
|
61046
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
60990
61047
|
}
|
|
60991
61048
|
},
|
|
60992
61049
|
"required": [
|
|
@@ -64303,6 +64360,10 @@
|
|
|
64303
64360
|
"starred_at": {
|
|
64304
64361
|
"type": "string",
|
|
64305
64362
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
64363
|
+
},
|
|
64364
|
+
"anonymous_access_enabled": {
|
|
64365
|
+
"type": "boolean",
|
|
64366
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
64306
64367
|
}
|
|
64307
64368
|
},
|
|
64308
64369
|
"required": [
|
|
@@ -65899,6 +65960,11 @@
|
|
|
65899
65960
|
"nullable": true,
|
|
65900
65961
|
"type": "string",
|
|
65901
65962
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
65963
|
+
},
|
|
65964
|
+
"help_uri": {
|
|
65965
|
+
"nullable": true,
|
|
65966
|
+
"type": "string",
|
|
65967
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
65902
65968
|
}
|
|
65903
65969
|
}
|
|
65904
65970
|
},
|
|
@@ -68646,6 +68712,10 @@
|
|
|
68646
68712
|
"starred_at": {
|
|
68647
68713
|
"type": "string",
|
|
68648
68714
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
68715
|
+
},
|
|
68716
|
+
"anonymous_access_enabled": {
|
|
68717
|
+
"type": "boolean",
|
|
68718
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
68649
68719
|
}
|
|
68650
68720
|
},
|
|
68651
68721
|
"required": [
|
|
@@ -72057,6 +72127,10 @@
|
|
|
72057
72127
|
"starred_at": {
|
|
72058
72128
|
"type": "string",
|
|
72059
72129
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
72130
|
+
},
|
|
72131
|
+
"anonymous_access_enabled": {
|
|
72132
|
+
"type": "boolean",
|
|
72133
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
72060
72134
|
}
|
|
72061
72135
|
},
|
|
72062
72136
|
"required": [
|
|
@@ -74708,6 +74782,10 @@
|
|
|
74708
74782
|
"starred_at": {
|
|
74709
74783
|
"type": "string",
|
|
74710
74784
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
74785
|
+
},
|
|
74786
|
+
"anonymous_access_enabled": {
|
|
74787
|
+
"type": "boolean",
|
|
74788
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
74711
74789
|
}
|
|
74712
74790
|
},
|
|
74713
74791
|
"required": [
|
|
@@ -83888,6 +83966,10 @@
|
|
|
83888
83966
|
"starred_at": {
|
|
83889
83967
|
"type": "string",
|
|
83890
83968
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
83969
|
+
},
|
|
83970
|
+
"anonymous_access_enabled": {
|
|
83971
|
+
"type": "boolean",
|
|
83972
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
83891
83973
|
}
|
|
83892
83974
|
},
|
|
83893
83975
|
"required": [
|
|
@@ -84850,17 +84932,6 @@
|
|
|
84850
84932
|
}
|
|
84851
84933
|
}
|
|
84852
84934
|
},
|
|
84853
|
-
"302": {
|
|
84854
|
-
"description": "Response if requester is not an organization member",
|
|
84855
|
-
"headers": {
|
|
84856
|
-
"Location": {
|
|
84857
|
-
"example": "https://api.github.com/orgs/github/public_members",
|
|
84858
|
-
"schema": {
|
|
84859
|
-
"type": "string"
|
|
84860
|
-
}
|
|
84861
|
-
}
|
|
84862
|
-
}
|
|
84863
|
-
},
|
|
84864
84935
|
"422": {
|
|
84865
84936
|
"description": "Validation failed",
|
|
84866
84937
|
"content": {
|
|
@@ -87095,6 +87166,10 @@
|
|
|
87095
87166
|
"starred_at": {
|
|
87096
87167
|
"type": "string",
|
|
87097
87168
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
87169
|
+
},
|
|
87170
|
+
"anonymous_access_enabled": {
|
|
87171
|
+
"type": "boolean",
|
|
87172
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
87098
87173
|
}
|
|
87099
87174
|
},
|
|
87100
87175
|
"required": [
|
|
@@ -90139,6 +90214,10 @@
|
|
|
90139
90214
|
"starred_at": {
|
|
90140
90215
|
"type": "string",
|
|
90141
90216
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
90217
|
+
},
|
|
90218
|
+
"anonymous_access_enabled": {
|
|
90219
|
+
"type": "boolean",
|
|
90220
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
90142
90221
|
}
|
|
90143
90222
|
},
|
|
90144
90223
|
"required": [
|
|
@@ -91830,6 +91909,10 @@
|
|
|
91830
91909
|
"starred_at": {
|
|
91831
91910
|
"type": "string",
|
|
91832
91911
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
91912
|
+
},
|
|
91913
|
+
"anonymous_access_enabled": {
|
|
91914
|
+
"type": "boolean",
|
|
91915
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
91833
91916
|
}
|
|
91834
91917
|
},
|
|
91835
91918
|
"required": [
|
|
@@ -93550,6 +93633,10 @@
|
|
|
93550
93633
|
"starred_at": {
|
|
93551
93634
|
"type": "string",
|
|
93552
93635
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
93636
|
+
},
|
|
93637
|
+
"anonymous_access_enabled": {
|
|
93638
|
+
"type": "boolean",
|
|
93639
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
93553
93640
|
}
|
|
93554
93641
|
},
|
|
93555
93642
|
"required": [
|
|
@@ -95702,6 +95789,10 @@
|
|
|
95702
95789
|
"starred_at": {
|
|
95703
95790
|
"type": "string",
|
|
95704
95791
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
95792
|
+
},
|
|
95793
|
+
"anonymous_access_enabled": {
|
|
95794
|
+
"type": "boolean",
|
|
95795
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
95705
95796
|
}
|
|
95706
95797
|
},
|
|
95707
95798
|
"required": [
|
|
@@ -98271,6 +98362,10 @@
|
|
|
98271
98362
|
"starred_at": {
|
|
98272
98363
|
"type": "string",
|
|
98273
98364
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
98365
|
+
},
|
|
98366
|
+
"anonymous_access_enabled": {
|
|
98367
|
+
"type": "boolean",
|
|
98368
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
98274
98369
|
}
|
|
98275
98370
|
},
|
|
98276
98371
|
"required": [
|
|
@@ -100411,6 +100506,10 @@
|
|
|
100411
100506
|
"starred_at": {
|
|
100412
100507
|
"type": "string",
|
|
100413
100508
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
100509
|
+
},
|
|
100510
|
+
"anonymous_access_enabled": {
|
|
100511
|
+
"type": "boolean",
|
|
100512
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
100414
100513
|
}
|
|
100415
100514
|
},
|
|
100416
100515
|
"required": [
|
|
@@ -104665,6 +104764,10 @@
|
|
|
104665
104764
|
"starred_at": {
|
|
104666
104765
|
"type": "string",
|
|
104667
104766
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
104767
|
+
},
|
|
104768
|
+
"anonymous_access_enabled": {
|
|
104769
|
+
"type": "boolean",
|
|
104770
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
104668
104771
|
}
|
|
104669
104772
|
},
|
|
104670
104773
|
"required": [
|
|
@@ -106305,6 +106408,10 @@
|
|
|
106305
106408
|
"starred_at": {
|
|
106306
106409
|
"type": "string",
|
|
106307
106410
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
106411
|
+
},
|
|
106412
|
+
"anonymous_access_enabled": {
|
|
106413
|
+
"type": "boolean",
|
|
106414
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
106308
106415
|
}
|
|
106309
106416
|
},
|
|
106310
106417
|
"required": [
|
|
@@ -119412,6 +119519,10 @@
|
|
|
119412
119519
|
"starred_at": {
|
|
119413
119520
|
"type": "string",
|
|
119414
119521
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
119522
|
+
},
|
|
119523
|
+
"anonymous_access_enabled": {
|
|
119524
|
+
"type": "boolean",
|
|
119525
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
119415
119526
|
}
|
|
119416
119527
|
},
|
|
119417
119528
|
"required": [
|
|
@@ -121458,6 +121569,10 @@
|
|
|
121458
121569
|
"starred_at": {
|
|
121459
121570
|
"type": "string",
|
|
121460
121571
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
121572
|
+
},
|
|
121573
|
+
"anonymous_access_enabled": {
|
|
121574
|
+
"type": "boolean",
|
|
121575
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
121461
121576
|
}
|
|
121462
121577
|
},
|
|
121463
121578
|
"required": [
|
|
@@ -129910,6 +130025,10 @@
|
|
|
129910
130025
|
"starred_at": {
|
|
129911
130026
|
"type": "string",
|
|
129912
130027
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
130028
|
+
},
|
|
130029
|
+
"anonymous_access_enabled": {
|
|
130030
|
+
"type": "boolean",
|
|
130031
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
129913
130032
|
}
|
|
129914
130033
|
},
|
|
129915
130034
|
"required": [
|
|
@@ -131344,6 +131463,10 @@
|
|
|
131344
131463
|
"starred_at": {
|
|
131345
131464
|
"type": "string",
|
|
131346
131465
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
131466
|
+
},
|
|
131467
|
+
"anonymous_access_enabled": {
|
|
131468
|
+
"type": "boolean",
|
|
131469
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
131347
131470
|
}
|
|
131348
131471
|
},
|
|
131349
131472
|
"required": [
|
|
@@ -132533,6 +132656,10 @@
|
|
|
132533
132656
|
"starred_at": {
|
|
132534
132657
|
"type": "string",
|
|
132535
132658
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
132659
|
+
},
|
|
132660
|
+
"anonymous_access_enabled": {
|
|
132661
|
+
"type": "boolean",
|
|
132662
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
132536
132663
|
}
|
|
132537
132664
|
},
|
|
132538
132665
|
"required": [
|
|
@@ -135192,6 +135319,10 @@
|
|
|
135192
135319
|
"starred_at": {
|
|
135193
135320
|
"type": "string",
|
|
135194
135321
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
135322
|
+
},
|
|
135323
|
+
"anonymous_access_enabled": {
|
|
135324
|
+
"type": "boolean",
|
|
135325
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
135195
135326
|
}
|
|
135196
135327
|
},
|
|
135197
135328
|
"required": [
|
|
@@ -136626,6 +136757,10 @@
|
|
|
136626
136757
|
"starred_at": {
|
|
136627
136758
|
"type": "string",
|
|
136628
136759
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
136760
|
+
},
|
|
136761
|
+
"anonymous_access_enabled": {
|
|
136762
|
+
"type": "boolean",
|
|
136763
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
136629
136764
|
}
|
|
136630
136765
|
},
|
|
136631
136766
|
"required": [
|
|
@@ -137815,6 +137950,10 @@
|
|
|
137815
137950
|
"starred_at": {
|
|
137816
137951
|
"type": "string",
|
|
137817
137952
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
137953
|
+
},
|
|
137954
|
+
"anonymous_access_enabled": {
|
|
137955
|
+
"type": "boolean",
|
|
137956
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
137818
137957
|
}
|
|
137819
137958
|
},
|
|
137820
137959
|
"required": [
|
|
@@ -142953,6 +143092,10 @@
|
|
|
142953
143092
|
"starred_at": {
|
|
142954
143093
|
"type": "string",
|
|
142955
143094
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
143095
|
+
},
|
|
143096
|
+
"anonymous_access_enabled": {
|
|
143097
|
+
"type": "boolean",
|
|
143098
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
142956
143099
|
}
|
|
142957
143100
|
},
|
|
142958
143101
|
"required": [
|
|
@@ -144246,6 +144389,10 @@
|
|
|
144246
144389
|
"starred_at": {
|
|
144247
144390
|
"type": "string",
|
|
144248
144391
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
144392
|
+
},
|
|
144393
|
+
"anonymous_access_enabled": {
|
|
144394
|
+
"type": "boolean",
|
|
144395
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
144249
144396
|
}
|
|
144250
144397
|
},
|
|
144251
144398
|
"required": [
|
|
@@ -147756,6 +147903,10 @@
|
|
|
147756
147903
|
"starred_at": {
|
|
147757
147904
|
"type": "string",
|
|
147758
147905
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
147906
|
+
},
|
|
147907
|
+
"anonymous_access_enabled": {
|
|
147908
|
+
"type": "boolean",
|
|
147909
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
147759
147910
|
}
|
|
147760
147911
|
},
|
|
147761
147912
|
"required": [
|
|
@@ -149518,6 +149669,10 @@
|
|
|
149518
149669
|
"starred_at": {
|
|
149519
149670
|
"type": "string",
|
|
149520
149671
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
149672
|
+
},
|
|
149673
|
+
"anonymous_access_enabled": {
|
|
149674
|
+
"type": "boolean",
|
|
149675
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
149521
149676
|
}
|
|
149522
149677
|
},
|
|
149523
149678
|
"required": [
|
|
@@ -152176,6 +152331,10 @@
|
|
|
152176
152331
|
"starred_at": {
|
|
152177
152332
|
"type": "string",
|
|
152178
152333
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
152334
|
+
},
|
|
152335
|
+
"anonymous_access_enabled": {
|
|
152336
|
+
"type": "boolean",
|
|
152337
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
152179
152338
|
}
|
|
152180
152339
|
},
|
|
152181
152340
|
"required": [
|
|
@@ -153938,6 +154097,10 @@
|
|
|
153938
154097
|
"starred_at": {
|
|
153939
154098
|
"type": "string",
|
|
153940
154099
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
154100
|
+
},
|
|
154101
|
+
"anonymous_access_enabled": {
|
|
154102
|
+
"type": "boolean",
|
|
154103
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
153941
154104
|
}
|
|
153942
154105
|
},
|
|
153943
154106
|
"required": [
|
|
@@ -157312,6 +157475,10 @@
|
|
|
157312
157475
|
"starred_at": {
|
|
157313
157476
|
"type": "string",
|
|
157314
157477
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
157478
|
+
},
|
|
157479
|
+
"anonymous_access_enabled": {
|
|
157480
|
+
"type": "boolean",
|
|
157481
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
157315
157482
|
}
|
|
157316
157483
|
},
|
|
157317
157484
|
"required": [
|
|
@@ -159074,6 +159241,10 @@
|
|
|
159074
159241
|
"starred_at": {
|
|
159075
159242
|
"type": "string",
|
|
159076
159243
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
159244
|
+
},
|
|
159245
|
+
"anonymous_access_enabled": {
|
|
159246
|
+
"type": "boolean",
|
|
159247
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
159077
159248
|
}
|
|
159078
159249
|
},
|
|
159079
159250
|
"required": [
|
|
@@ -165627,6 +165798,10 @@
|
|
|
165627
165798
|
"starred_at": {
|
|
165628
165799
|
"type": "string",
|
|
165629
165800
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
165801
|
+
},
|
|
165802
|
+
"anonymous_access_enabled": {
|
|
165803
|
+
"type": "boolean",
|
|
165804
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
165630
165805
|
}
|
|
165631
165806
|
},
|
|
165632
165807
|
"required": [
|
|
@@ -167389,6 +167564,10 @@
|
|
|
167389
167564
|
"starred_at": {
|
|
167390
167565
|
"type": "string",
|
|
167391
167566
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
167567
|
+
},
|
|
167568
|
+
"anonymous_access_enabled": {
|
|
167569
|
+
"type": "boolean",
|
|
167570
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
167392
167571
|
}
|
|
167393
167572
|
},
|
|
167394
167573
|
"required": [
|
|
@@ -168409,14 +168588,16 @@
|
|
|
168409
168588
|
"type": "string"
|
|
168410
168589
|
},
|
|
168411
168590
|
"is_alphanumeric": {
|
|
168412
|
-
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference
|
|
168591
|
+
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
|
|
168592
|
+
"example": true,
|
|
168413
168593
|
"type": "boolean"
|
|
168414
168594
|
}
|
|
168415
168595
|
},
|
|
168416
168596
|
"required": [
|
|
168417
168597
|
"id",
|
|
168418
168598
|
"key_prefix",
|
|
168419
|
-
"url_template"
|
|
168599
|
+
"url_template",
|
|
168600
|
+
"is_alphanumeric"
|
|
168420
168601
|
]
|
|
168421
168602
|
}
|
|
168422
168603
|
},
|
|
@@ -168484,11 +168665,16 @@
|
|
|
168484
168665
|
"properties": {
|
|
168485
168666
|
"key_prefix": {
|
|
168486
168667
|
"type": "string",
|
|
168487
|
-
"description": "
|
|
168668
|
+
"description": "This prefix appended by certain characters will generate a link any time it is found in an issue, pull request, or commit."
|
|
168488
168669
|
},
|
|
168489
168670
|
"url_template": {
|
|
168490
168671
|
"type": "string",
|
|
168491
|
-
"description": "The URL must contain `<num>` for the reference number. `<num>` matches
|
|
168672
|
+
"description": "The URL must contain `<num>` for the reference number. `<num>` matches different characters depending on the value of `is_alphanumeric`."
|
|
168673
|
+
},
|
|
168674
|
+
"is_alphanumeric": {
|
|
168675
|
+
"type": "boolean",
|
|
168676
|
+
"default": "true",
|
|
168677
|
+
"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."
|
|
168492
168678
|
}
|
|
168493
168679
|
},
|
|
168494
168680
|
"required": [
|
|
@@ -168500,7 +168686,8 @@
|
|
|
168500
168686
|
"default": {
|
|
168501
168687
|
"value": {
|
|
168502
168688
|
"key_prefix": "TICKET-",
|
|
168503
|
-
"url_template": "https://example.com/TICKET?query=<num>"
|
|
168689
|
+
"url_template": "https://example.com/TICKET?query=<num>",
|
|
168690
|
+
"is_alphanumeric": true
|
|
168504
168691
|
}
|
|
168505
168692
|
}
|
|
168506
168693
|
}
|
|
@@ -168532,14 +168719,16 @@
|
|
|
168532
168719
|
"type": "string"
|
|
168533
168720
|
},
|
|
168534
168721
|
"is_alphanumeric": {
|
|
168535
|
-
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference
|
|
168722
|
+
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
|
|
168723
|
+
"example": true,
|
|
168536
168724
|
"type": "boolean"
|
|
168537
168725
|
}
|
|
168538
168726
|
},
|
|
168539
168727
|
"required": [
|
|
168540
168728
|
"id",
|
|
168541
168729
|
"key_prefix",
|
|
168542
|
-
"url_template"
|
|
168730
|
+
"url_template",
|
|
168731
|
+
"is_alphanumeric"
|
|
168543
168732
|
]
|
|
168544
168733
|
},
|
|
168545
168734
|
"examples": {
|
|
@@ -168708,14 +168897,16 @@
|
|
|
168708
168897
|
"type": "string"
|
|
168709
168898
|
},
|
|
168710
168899
|
"is_alphanumeric": {
|
|
168711
|
-
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference
|
|
168900
|
+
"description": "Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.",
|
|
168901
|
+
"example": true,
|
|
168712
168902
|
"type": "boolean"
|
|
168713
168903
|
}
|
|
168714
168904
|
},
|
|
168715
168905
|
"required": [
|
|
168716
168906
|
"id",
|
|
168717
168907
|
"key_prefix",
|
|
168718
|
-
"url_template"
|
|
168908
|
+
"url_template",
|
|
168909
|
+
"is_alphanumeric"
|
|
168719
168910
|
]
|
|
168720
168911
|
},
|
|
168721
168912
|
"examples": {
|
|
@@ -194651,6 +194842,10 @@
|
|
|
194651
194842
|
"starred_at": {
|
|
194652
194843
|
"type": "string",
|
|
194653
194844
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
194845
|
+
},
|
|
194846
|
+
"anonymous_access_enabled": {
|
|
194847
|
+
"type": "boolean",
|
|
194848
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
194654
194849
|
}
|
|
194655
194850
|
},
|
|
194656
194851
|
"required": [
|
|
@@ -197231,6 +197426,10 @@
|
|
|
197231
197426
|
"starred_at": {
|
|
197232
197427
|
"type": "string",
|
|
197233
197428
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
197429
|
+
},
|
|
197430
|
+
"anonymous_access_enabled": {
|
|
197431
|
+
"type": "boolean",
|
|
197432
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
197234
197433
|
}
|
|
197235
197434
|
},
|
|
197236
197435
|
"required": [
|
|
@@ -199528,6 +199727,10 @@
|
|
|
199528
199727
|
"starred_at": {
|
|
199529
199728
|
"type": "string",
|
|
199530
199729
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
199730
|
+
},
|
|
199731
|
+
"anonymous_access_enabled": {
|
|
199732
|
+
"type": "boolean",
|
|
199733
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
199531
199734
|
}
|
|
199532
199735
|
},
|
|
199533
199736
|
"required": [
|
|
@@ -201998,6 +202201,10 @@
|
|
|
201998
202201
|
"starred_at": {
|
|
201999
202202
|
"type": "string",
|
|
202000
202203
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
202204
|
+
},
|
|
202205
|
+
"anonymous_access_enabled": {
|
|
202206
|
+
"type": "boolean",
|
|
202207
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
202001
202208
|
}
|
|
202002
202209
|
},
|
|
202003
202210
|
"required": [
|
|
@@ -204740,6 +204947,11 @@
|
|
|
204740
204947
|
"nullable": true,
|
|
204741
204948
|
"type": "string",
|
|
204742
204949
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
204950
|
+
},
|
|
204951
|
+
"help_uri": {
|
|
204952
|
+
"nullable": true,
|
|
204953
|
+
"type": "string",
|
|
204954
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
204743
204955
|
}
|
|
204744
204956
|
}
|
|
204745
204957
|
},
|
|
@@ -204902,7 +205114,8 @@
|
|
|
204902
205114
|
"security",
|
|
204903
205115
|
"external/cwe/cwe-022"
|
|
204904
205116
|
],
|
|
204905
|
-
"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 ..."
|
|
205117
|
+
"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 ...",
|
|
205118
|
+
"help_uri": "https://codeql.github.com/"
|
|
204906
205119
|
},
|
|
204907
205120
|
"tool": {
|
|
204908
205121
|
"name": "CodeQL",
|
|
@@ -205381,6 +205594,11 @@
|
|
|
205381
205594
|
"nullable": true,
|
|
205382
205595
|
"type": "string",
|
|
205383
205596
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
205597
|
+
},
|
|
205598
|
+
"help_uri": {
|
|
205599
|
+
"nullable": true,
|
|
205600
|
+
"type": "string",
|
|
205601
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
205384
205602
|
}
|
|
205385
205603
|
}
|
|
205386
205604
|
},
|
|
@@ -205543,7 +205761,8 @@
|
|
|
205543
205761
|
"security",
|
|
205544
205762
|
"external/cwe/cwe-022"
|
|
205545
205763
|
],
|
|
205546
|
-
"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 ..."
|
|
205764
|
+
"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 ...",
|
|
205765
|
+
"help_uri": "https://codeql.github.com/"
|
|
205547
205766
|
},
|
|
205548
205767
|
"tool": {
|
|
205549
205768
|
"name": "CodeQL",
|
|
@@ -209265,6 +209484,10 @@
|
|
|
209265
209484
|
"starred_at": {
|
|
209266
209485
|
"type": "string",
|
|
209267
209486
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
209487
|
+
},
|
|
209488
|
+
"anonymous_access_enabled": {
|
|
209489
|
+
"type": "boolean",
|
|
209490
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
209268
209491
|
}
|
|
209269
209492
|
},
|
|
209270
209493
|
"required": [
|
|
@@ -212068,6 +212291,10 @@
|
|
|
212068
212291
|
"starred_at": {
|
|
212069
212292
|
"type": "string",
|
|
212070
212293
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
212294
|
+
},
|
|
212295
|
+
"anonymous_access_enabled": {
|
|
212296
|
+
"type": "boolean",
|
|
212297
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
212071
212298
|
}
|
|
212072
212299
|
},
|
|
212073
212300
|
"required": [
|
|
@@ -214517,6 +214744,10 @@
|
|
|
214517
214744
|
"starred_at": {
|
|
214518
214745
|
"type": "string",
|
|
214519
214746
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
214747
|
+
},
|
|
214748
|
+
"anonymous_access_enabled": {
|
|
214749
|
+
"type": "boolean",
|
|
214750
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
214520
214751
|
}
|
|
214521
214752
|
},
|
|
214522
214753
|
"required": [
|
|
@@ -218611,6 +218842,10 @@
|
|
|
218611
218842
|
"starred_at": {
|
|
218612
218843
|
"type": "string",
|
|
218613
218844
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
218845
|
+
},
|
|
218846
|
+
"anonymous_access_enabled": {
|
|
218847
|
+
"type": "boolean",
|
|
218848
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
218614
218849
|
}
|
|
218615
218850
|
},
|
|
218616
218851
|
"required": [
|
|
@@ -225943,6 +226178,10 @@
|
|
|
225943
226178
|
"starred_at": {
|
|
225944
226179
|
"type": "string",
|
|
225945
226180
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
226181
|
+
},
|
|
226182
|
+
"anonymous_access_enabled": {
|
|
226183
|
+
"type": "boolean",
|
|
226184
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
225946
226185
|
}
|
|
225947
226186
|
},
|
|
225948
226187
|
"required": [
|
|
@@ -227273,6 +227512,10 @@
|
|
|
227273
227512
|
"starred_at": {
|
|
227274
227513
|
"type": "string",
|
|
227275
227514
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
227515
|
+
},
|
|
227516
|
+
"anonymous_access_enabled": {
|
|
227517
|
+
"type": "boolean",
|
|
227518
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
227276
227519
|
}
|
|
227277
227520
|
},
|
|
227278
227521
|
"required": [
|
|
@@ -229148,6 +229391,27 @@
|
|
|
229148
229391
|
}
|
|
229149
229392
|
}
|
|
229150
229393
|
}
|
|
229394
|
+
},
|
|
229395
|
+
"503": {
|
|
229396
|
+
"description": "Service unavailable",
|
|
229397
|
+
"content": {
|
|
229398
|
+
"application/json": {
|
|
229399
|
+
"schema": {
|
|
229400
|
+
"type": "object",
|
|
229401
|
+
"properties": {
|
|
229402
|
+
"code": {
|
|
229403
|
+
"type": "string"
|
|
229404
|
+
},
|
|
229405
|
+
"message": {
|
|
229406
|
+
"type": "string"
|
|
229407
|
+
},
|
|
229408
|
+
"documentation_url": {
|
|
229409
|
+
"type": "string"
|
|
229410
|
+
}
|
|
229411
|
+
}
|
|
229412
|
+
}
|
|
229413
|
+
}
|
|
229414
|
+
}
|
|
229151
229415
|
}
|
|
229152
229416
|
},
|
|
229153
229417
|
"x-github": {
|
|
@@ -232260,6 +232524,10 @@
|
|
|
232260
232524
|
"starred_at": {
|
|
232261
232525
|
"type": "string",
|
|
232262
232526
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
232527
|
+
},
|
|
232528
|
+
"anonymous_access_enabled": {
|
|
232529
|
+
"type": "boolean",
|
|
232530
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
232263
232531
|
}
|
|
232264
232532
|
},
|
|
232265
232533
|
"required": [
|
|
@@ -234478,6 +234746,10 @@
|
|
|
234478
234746
|
"starred_at": {
|
|
234479
234747
|
"type": "string",
|
|
234480
234748
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
234749
|
+
},
|
|
234750
|
+
"anonymous_access_enabled": {
|
|
234751
|
+
"type": "boolean",
|
|
234752
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
234481
234753
|
}
|
|
234482
234754
|
},
|
|
234483
234755
|
"required": [
|
|
@@ -237558,6 +237830,27 @@
|
|
|
237558
237830
|
}
|
|
237559
237831
|
}
|
|
237560
237832
|
}
|
|
237833
|
+
},
|
|
237834
|
+
"503": {
|
|
237835
|
+
"description": "Service unavailable",
|
|
237836
|
+
"content": {
|
|
237837
|
+
"application/json": {
|
|
237838
|
+
"schema": {
|
|
237839
|
+
"type": "object",
|
|
237840
|
+
"properties": {
|
|
237841
|
+
"code": {
|
|
237842
|
+
"type": "string"
|
|
237843
|
+
},
|
|
237844
|
+
"message": {
|
|
237845
|
+
"type": "string"
|
|
237846
|
+
},
|
|
237847
|
+
"documentation_url": {
|
|
237848
|
+
"type": "string"
|
|
237849
|
+
}
|
|
237850
|
+
}
|
|
237851
|
+
}
|
|
237852
|
+
}
|
|
237853
|
+
}
|
|
237561
237854
|
}
|
|
237562
237855
|
},
|
|
237563
237856
|
"x-github": {
|
|
@@ -249659,6 +249952,10 @@
|
|
|
249659
249952
|
"starred_at": {
|
|
249660
249953
|
"type": "string",
|
|
249661
249954
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
249955
|
+
},
|
|
249956
|
+
"anonymous_access_enabled": {
|
|
249957
|
+
"type": "boolean",
|
|
249958
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
249662
249959
|
}
|
|
249663
249960
|
},
|
|
249664
249961
|
"required": [
|
|
@@ -252313,6 +252610,10 @@
|
|
|
252313
252610
|
"starred_at": {
|
|
252314
252611
|
"type": "string",
|
|
252315
252612
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
252613
|
+
},
|
|
252614
|
+
"anonymous_access_enabled": {
|
|
252615
|
+
"type": "boolean",
|
|
252616
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
252316
252617
|
}
|
|
252317
252618
|
},
|
|
252318
252619
|
"required": [
|
|
@@ -254368,6 +254669,10 @@
|
|
|
254368
254669
|
"starred_at": {
|
|
254369
254670
|
"type": "string",
|
|
254370
254671
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
254672
|
+
},
|
|
254673
|
+
"anonymous_access_enabled": {
|
|
254674
|
+
"type": "boolean",
|
|
254675
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
254371
254676
|
}
|
|
254372
254677
|
},
|
|
254373
254678
|
"required": [
|
|
@@ -255802,6 +256107,10 @@
|
|
|
255802
256107
|
"starred_at": {
|
|
255803
256108
|
"type": "string",
|
|
255804
256109
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
256110
|
+
},
|
|
256111
|
+
"anonymous_access_enabled": {
|
|
256112
|
+
"type": "boolean",
|
|
256113
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
255805
256114
|
}
|
|
255806
256115
|
},
|
|
255807
256116
|
"required": [
|
|
@@ -256991,6 +257300,10 @@
|
|
|
256991
257300
|
"starred_at": {
|
|
256992
257301
|
"type": "string",
|
|
256993
257302
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
257303
|
+
},
|
|
257304
|
+
"anonymous_access_enabled": {
|
|
257305
|
+
"type": "boolean",
|
|
257306
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
256994
257307
|
}
|
|
256995
257308
|
},
|
|
256996
257309
|
"required": [
|
|
@@ -268561,6 +268874,10 @@
|
|
|
268561
268874
|
"starred_at": {
|
|
268562
268875
|
"type": "string",
|
|
268563
268876
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
268877
|
+
},
|
|
268878
|
+
"anonymous_access_enabled": {
|
|
268879
|
+
"type": "boolean",
|
|
268880
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
268564
268881
|
}
|
|
268565
268882
|
},
|
|
268566
268883
|
"required": [
|
|
@@ -270841,6 +271158,10 @@
|
|
|
270841
271158
|
"starred_at": {
|
|
270842
271159
|
"type": "string",
|
|
270843
271160
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
271161
|
+
},
|
|
271162
|
+
"anonymous_access_enabled": {
|
|
271163
|
+
"type": "boolean",
|
|
271164
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
270844
271165
|
}
|
|
270845
271166
|
},
|
|
270846
271167
|
"required": [
|
|
@@ -273685,6 +274006,10 @@
|
|
|
273685
274006
|
"starred_at": {
|
|
273686
274007
|
"type": "string",
|
|
273687
274008
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
274009
|
+
},
|
|
274010
|
+
"anonymous_access_enabled": {
|
|
274011
|
+
"type": "boolean",
|
|
274012
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
273688
274013
|
}
|
|
273689
274014
|
},
|
|
273690
274015
|
"required": [
|
|
@@ -276538,6 +276863,10 @@
|
|
|
276538
276863
|
"starred_at": {
|
|
276539
276864
|
"type": "string",
|
|
276540
276865
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
276866
|
+
},
|
|
276867
|
+
"anonymous_access_enabled": {
|
|
276868
|
+
"type": "boolean",
|
|
276869
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
276541
276870
|
}
|
|
276542
276871
|
},
|
|
276543
276872
|
"required": [
|
|
@@ -282544,6 +282873,10 @@
|
|
|
282544
282873
|
"starred_at": {
|
|
282545
282874
|
"type": "string",
|
|
282546
282875
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
282876
|
+
},
|
|
282877
|
+
"anonymous_access_enabled": {
|
|
282878
|
+
"type": "boolean",
|
|
282879
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
282547
282880
|
}
|
|
282548
282881
|
},
|
|
282549
282882
|
"required": [
|
|
@@ -286453,6 +286786,10 @@
|
|
|
286453
286786
|
"starred_at": {
|
|
286454
286787
|
"type": "string",
|
|
286455
286788
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
286789
|
+
},
|
|
286790
|
+
"anonymous_access_enabled": {
|
|
286791
|
+
"type": "boolean",
|
|
286792
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
286456
286793
|
}
|
|
286457
286794
|
},
|
|
286458
286795
|
"required": [
|
|
@@ -290244,6 +290581,10 @@
|
|
|
290244
290581
|
"starred_at": {
|
|
290245
290582
|
"type": "string",
|
|
290246
290583
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
290584
|
+
},
|
|
290585
|
+
"anonymous_access_enabled": {
|
|
290586
|
+
"type": "boolean",
|
|
290587
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
290247
290588
|
}
|
|
290248
290589
|
},
|
|
290249
290590
|
"required": [
|
|
@@ -293069,6 +293410,10 @@
|
|
|
293069
293410
|
"starred_at": {
|
|
293070
293411
|
"type": "string",
|
|
293071
293412
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
293413
|
+
},
|
|
293414
|
+
"anonymous_access_enabled": {
|
|
293415
|
+
"type": "boolean",
|
|
293416
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
293072
293417
|
}
|
|
293073
293418
|
},
|
|
293074
293419
|
"required": [
|
|
@@ -295925,6 +296270,10 @@
|
|
|
295925
296270
|
"starred_at": {
|
|
295926
296271
|
"type": "string",
|
|
295927
296272
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
296273
|
+
},
|
|
296274
|
+
"anonymous_access_enabled": {
|
|
296275
|
+
"type": "boolean",
|
|
296276
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
295928
296277
|
}
|
|
295929
296278
|
},
|
|
295930
296279
|
"required": [
|
|
@@ -319778,6 +320127,10 @@
|
|
|
319778
320127
|
"starred_at": {
|
|
319779
320128
|
"type": "string",
|
|
319780
320129
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
320130
|
+
},
|
|
320131
|
+
"anonymous_access_enabled": {
|
|
320132
|
+
"type": "boolean",
|
|
320133
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
319781
320134
|
}
|
|
319782
320135
|
},
|
|
319783
320136
|
"required": [
|
|
@@ -329088,6 +329441,10 @@
|
|
|
329088
329441
|
"starred_at": {
|
|
329089
329442
|
"type": "string",
|
|
329090
329443
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
329444
|
+
},
|
|
329445
|
+
"anonymous_access_enabled": {
|
|
329446
|
+
"type": "boolean",
|
|
329447
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
329091
329448
|
}
|
|
329092
329449
|
},
|
|
329093
329450
|
"required": [
|
|
@@ -335370,6 +335727,10 @@
|
|
|
335370
335727
|
"starred_at": {
|
|
335371
335728
|
"type": "string",
|
|
335372
335729
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
335730
|
+
},
|
|
335731
|
+
"anonymous_access_enabled": {
|
|
335732
|
+
"type": "boolean",
|
|
335733
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
335373
335734
|
}
|
|
335374
335735
|
},
|
|
335375
335736
|
"required": [
|
|
@@ -336700,6 +337061,10 @@
|
|
|
336700
337061
|
"starred_at": {
|
|
336701
337062
|
"type": "string",
|
|
336702
337063
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
337064
|
+
},
|
|
337065
|
+
"anonymous_access_enabled": {
|
|
337066
|
+
"type": "boolean",
|
|
337067
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
336703
337068
|
}
|
|
336704
337069
|
},
|
|
336705
337070
|
"required": [
|
|
@@ -347257,6 +347622,27 @@
|
|
|
347257
347622
|
}
|
|
347258
347623
|
}
|
|
347259
347624
|
}
|
|
347625
|
+
},
|
|
347626
|
+
"503": {
|
|
347627
|
+
"description": "Service unavailable",
|
|
347628
|
+
"content": {
|
|
347629
|
+
"application/json": {
|
|
347630
|
+
"schema": {
|
|
347631
|
+
"type": "object",
|
|
347632
|
+
"properties": {
|
|
347633
|
+
"code": {
|
|
347634
|
+
"type": "string"
|
|
347635
|
+
},
|
|
347636
|
+
"message": {
|
|
347637
|
+
"type": "string"
|
|
347638
|
+
},
|
|
347639
|
+
"documentation_url": {
|
|
347640
|
+
"type": "string"
|
|
347641
|
+
}
|
|
347642
|
+
}
|
|
347643
|
+
}
|
|
347644
|
+
}
|
|
347645
|
+
}
|
|
347260
347646
|
}
|
|
347261
347647
|
},
|
|
347262
347648
|
"x-github": {
|
|
@@ -352594,6 +352980,10 @@
|
|
|
352594
352980
|
"starred_at": {
|
|
352595
352981
|
"type": "string",
|
|
352596
352982
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
352983
|
+
},
|
|
352984
|
+
"anonymous_access_enabled": {
|
|
352985
|
+
"type": "boolean",
|
|
352986
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
352597
352987
|
}
|
|
352598
352988
|
},
|
|
352599
352989
|
"required": [
|
|
@@ -355043,6 +355433,10 @@
|
|
|
355043
355433
|
"starred_at": {
|
|
355044
355434
|
"type": "string",
|
|
355045
355435
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
355436
|
+
},
|
|
355437
|
+
"anonymous_access_enabled": {
|
|
355438
|
+
"type": "boolean",
|
|
355439
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
355046
355440
|
}
|
|
355047
355441
|
},
|
|
355048
355442
|
"required": [
|
|
@@ -358565,6 +358959,27 @@
|
|
|
358565
358959
|
}
|
|
358566
358960
|
}
|
|
358567
358961
|
}
|
|
358962
|
+
},
|
|
358963
|
+
"503": {
|
|
358964
|
+
"description": "Service unavailable",
|
|
358965
|
+
"content": {
|
|
358966
|
+
"application/json": {
|
|
358967
|
+
"schema": {
|
|
358968
|
+
"type": "object",
|
|
358969
|
+
"properties": {
|
|
358970
|
+
"code": {
|
|
358971
|
+
"type": "string"
|
|
358972
|
+
},
|
|
358973
|
+
"message": {
|
|
358974
|
+
"type": "string"
|
|
358975
|
+
},
|
|
358976
|
+
"documentation_url": {
|
|
358977
|
+
"type": "string"
|
|
358978
|
+
}
|
|
358979
|
+
}
|
|
358980
|
+
}
|
|
358981
|
+
}
|
|
358982
|
+
}
|
|
358568
358983
|
}
|
|
358569
358984
|
},
|
|
358570
358985
|
"x-github": {
|
|
@@ -361586,6 +362001,10 @@
|
|
|
361586
362001
|
"starred_at": {
|
|
361587
362002
|
"type": "string",
|
|
361588
362003
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
362004
|
+
},
|
|
362005
|
+
"anonymous_access_enabled": {
|
|
362006
|
+
"type": "boolean",
|
|
362007
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
361589
362008
|
}
|
|
361590
362009
|
},
|
|
361591
362010
|
"required": [
|
|
@@ -362916,6 +363335,10 @@
|
|
|
362916
363335
|
"starred_at": {
|
|
362917
363336
|
"type": "string",
|
|
362918
363337
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
363338
|
+
},
|
|
363339
|
+
"anonymous_access_enabled": {
|
|
363340
|
+
"type": "boolean",
|
|
363341
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
362919
363342
|
}
|
|
362920
363343
|
},
|
|
362921
363344
|
"required": [
|
|
@@ -366295,6 +366718,10 @@
|
|
|
366295
366718
|
"starred_at": {
|
|
366296
366719
|
"type": "string",
|
|
366297
366720
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
366721
|
+
},
|
|
366722
|
+
"anonymous_access_enabled": {
|
|
366723
|
+
"type": "boolean",
|
|
366724
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
366298
366725
|
}
|
|
366299
366726
|
},
|
|
366300
366727
|
"required": [
|
|
@@ -367625,6 +368052,10 @@
|
|
|
367625
368052
|
"starred_at": {
|
|
367626
368053
|
"type": "string",
|
|
367627
368054
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
368055
|
+
},
|
|
368056
|
+
"anonymous_access_enabled": {
|
|
368057
|
+
"type": "boolean",
|
|
368058
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
367628
368059
|
}
|
|
367629
368060
|
},
|
|
367630
368061
|
"required": [
|
|
@@ -386754,6 +387185,10 @@
|
|
|
386754
387185
|
"starred_at": {
|
|
386755
387186
|
"type": "string",
|
|
386756
387187
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
387188
|
+
},
|
|
387189
|
+
"anonymous_access_enabled": {
|
|
387190
|
+
"type": "boolean",
|
|
387191
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
386757
387192
|
}
|
|
386758
387193
|
},
|
|
386759
387194
|
"required": [
|
|
@@ -387425,7 +387860,7 @@
|
|
|
387425
387860
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
387426
387861
|
"post": {
|
|
387427
387862
|
"summary": "Create a repository using a template",
|
|
387428
|
-
"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.
|
|
387863
|
+
"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/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/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",
|
|
387429
387864
|
"tags": [
|
|
387430
387865
|
"repos"
|
|
387431
387866
|
],
|
|
@@ -388616,6 +389051,10 @@
|
|
|
388616
389051
|
"starred_at": {
|
|
388617
389052
|
"type": "string",
|
|
388618
389053
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
389054
|
+
},
|
|
389055
|
+
"anonymous_access_enabled": {
|
|
389056
|
+
"type": "boolean",
|
|
389057
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
388619
389058
|
}
|
|
388620
389059
|
},
|
|
388621
389060
|
"required": [
|
|
@@ -390411,6 +390850,10 @@
|
|
|
390411
390850
|
"starred_at": {
|
|
390412
390851
|
"type": "string",
|
|
390413
390852
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
390853
|
+
},
|
|
390854
|
+
"anonymous_access_enabled": {
|
|
390855
|
+
"type": "boolean",
|
|
390856
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
390414
390857
|
}
|
|
390415
390858
|
},
|
|
390416
390859
|
"required": [
|
|
@@ -398395,6 +398838,10 @@
|
|
|
398395
398838
|
"starred_at": {
|
|
398396
398839
|
"type": "string",
|
|
398397
398840
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
398841
|
+
},
|
|
398842
|
+
"anonymous_access_enabled": {
|
|
398843
|
+
"type": "boolean",
|
|
398844
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
398398
398845
|
}
|
|
398399
398846
|
},
|
|
398400
398847
|
"required": [
|
|
@@ -400824,6 +401271,10 @@
|
|
|
400824
401271
|
"starred_at": {
|
|
400825
401272
|
"type": "string",
|
|
400826
401273
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
401274
|
+
},
|
|
401275
|
+
"anonymous_access_enabled": {
|
|
401276
|
+
"type": "boolean",
|
|
401277
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
400827
401278
|
}
|
|
400828
401279
|
},
|
|
400829
401280
|
"required": [
|
|
@@ -403248,6 +403699,10 @@
|
|
|
403248
403699
|
"starred_at": {
|
|
403249
403700
|
"type": "string",
|
|
403250
403701
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
403702
|
+
},
|
|
403703
|
+
"anonymous_access_enabled": {
|
|
403704
|
+
"type": "boolean",
|
|
403705
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
403251
403706
|
}
|
|
403252
403707
|
},
|
|
403253
403708
|
"required": [
|
|
@@ -415817,6 +416272,10 @@
|
|
|
415817
416272
|
"starred_at": {
|
|
415818
416273
|
"type": "string",
|
|
415819
416274
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
416275
|
+
},
|
|
416276
|
+
"anonymous_access_enabled": {
|
|
416277
|
+
"type": "boolean",
|
|
416278
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
415820
416279
|
}
|
|
415821
416280
|
},
|
|
415822
416281
|
"required": [
|
|
@@ -417883,6 +418342,10 @@
|
|
|
417883
418342
|
"starred_at": {
|
|
417884
418343
|
"type": "string",
|
|
417885
418344
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
418345
|
+
},
|
|
418346
|
+
"anonymous_access_enabled": {
|
|
418347
|
+
"type": "boolean",
|
|
418348
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
417886
418349
|
}
|
|
417887
418350
|
},
|
|
417888
418351
|
"required": [
|
|
@@ -423158,6 +423621,10 @@
|
|
|
423158
423621
|
"starred_at": {
|
|
423159
423622
|
"type": "string",
|
|
423160
423623
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
423624
|
+
},
|
|
423625
|
+
"anonymous_access_enabled": {
|
|
423626
|
+
"type": "boolean",
|
|
423627
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
423161
423628
|
}
|
|
423162
423629
|
},
|
|
423163
423630
|
"required": [
|
|
@@ -426144,6 +426611,10 @@
|
|
|
426144
426611
|
"starred_at": {
|
|
426145
426612
|
"type": "string",
|
|
426146
426613
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
426614
|
+
},
|
|
426615
|
+
"anonymous_access_enabled": {
|
|
426616
|
+
"type": "boolean",
|
|
426617
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
426147
426618
|
}
|
|
426148
426619
|
},
|
|
426149
426620
|
"required": [
|
|
@@ -428593,6 +429064,10 @@
|
|
|
428593
429064
|
"starred_at": {
|
|
428594
429065
|
"type": "string",
|
|
428595
429066
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
429067
|
+
},
|
|
429068
|
+
"anonymous_access_enabled": {
|
|
429069
|
+
"type": "boolean",
|
|
429070
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
428596
429071
|
}
|
|
428597
429072
|
},
|
|
428598
429073
|
"required": [
|
|
@@ -431415,6 +431890,10 @@
|
|
|
431415
431890
|
"starred_at": {
|
|
431416
431891
|
"type": "string",
|
|
431417
431892
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
431893
|
+
},
|
|
431894
|
+
"anonymous_access_enabled": {
|
|
431895
|
+
"type": "boolean",
|
|
431896
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
431418
431897
|
}
|
|
431419
431898
|
},
|
|
431420
431899
|
"required": [
|
|
@@ -434306,6 +434785,10 @@
|
|
|
434306
434785
|
"starred_at": {
|
|
434307
434786
|
"type": "string",
|
|
434308
434787
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
434788
|
+
},
|
|
434789
|
+
"anonymous_access_enabled": {
|
|
434790
|
+
"type": "boolean",
|
|
434791
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
434309
434792
|
}
|
|
434310
434793
|
},
|
|
434311
434794
|
"required": [
|
|
@@ -436928,6 +437411,10 @@
|
|
|
436928
437411
|
"starred_at": {
|
|
436929
437412
|
"type": "string",
|
|
436930
437413
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
437414
|
+
},
|
|
437415
|
+
"anonymous_access_enabled": {
|
|
437416
|
+
"type": "boolean",
|
|
437417
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
436931
437418
|
}
|
|
436932
437419
|
},
|
|
436933
437420
|
"required": [
|
|
@@ -440285,6 +440772,10 @@
|
|
|
440285
440772
|
"starred_at": {
|
|
440286
440773
|
"type": "string",
|
|
440287
440774
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
440775
|
+
},
|
|
440776
|
+
"anonymous_access_enabled": {
|
|
440777
|
+
"type": "boolean",
|
|
440778
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
440288
440779
|
}
|
|
440289
440780
|
},
|
|
440290
440781
|
"required": [
|
|
@@ -442987,6 +443478,10 @@
|
|
|
442987
443478
|
"starred_at": {
|
|
442988
443479
|
"type": "string",
|
|
442989
443480
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
443481
|
+
},
|
|
443482
|
+
"anonymous_access_enabled": {
|
|
443483
|
+
"type": "boolean",
|
|
443484
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
442990
443485
|
}
|
|
442991
443486
|
},
|
|
442992
443487
|
"required": [
|
|
@@ -449025,6 +449520,10 @@
|
|
|
449025
449520
|
"starred_at": {
|
|
449026
449521
|
"type": "string",
|
|
449027
449522
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
449523
|
+
},
|
|
449524
|
+
"anonymous_access_enabled": {
|
|
449525
|
+
"type": "boolean",
|
|
449526
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
449028
449527
|
}
|
|
449029
449528
|
},
|
|
449030
449529
|
"required": [
|
|
@@ -451974,6 +452473,10 @@
|
|
|
451974
452473
|
"starred_at": {
|
|
451975
452474
|
"type": "string",
|
|
451976
452475
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
452476
|
+
},
|
|
452477
|
+
"anonymous_access_enabled": {
|
|
452478
|
+
"type": "boolean",
|
|
452479
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
451977
452480
|
}
|
|
451978
452481
|
},
|
|
451979
452482
|
"required": [
|
|
@@ -456824,6 +457327,10 @@
|
|
|
456824
457327
|
"starred_at": {
|
|
456825
457328
|
"type": "string",
|
|
456826
457329
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
457330
|
+
},
|
|
457331
|
+
"anonymous_access_enabled": {
|
|
457332
|
+
"type": "boolean",
|
|
457333
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
456827
457334
|
}
|
|
456828
457335
|
},
|
|
456829
457336
|
"required": [
|
|
@@ -458569,6 +459076,10 @@
|
|
|
458569
459076
|
"starred_at": {
|
|
458570
459077
|
"type": "string",
|
|
458571
459078
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
459079
|
+
},
|
|
459080
|
+
"anonymous_access_enabled": {
|
|
459081
|
+
"type": "boolean",
|
|
459082
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
458572
459083
|
}
|
|
458573
459084
|
},
|
|
458574
459085
|
"required": [
|
|
@@ -460304,6 +460815,10 @@
|
|
|
460304
460815
|
"starred_at": {
|
|
460305
460816
|
"type": "string",
|
|
460306
460817
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
460818
|
+
},
|
|
460819
|
+
"anonymous_access_enabled": {
|
|
460820
|
+
"type": "boolean",
|
|
460821
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
460307
460822
|
}
|
|
460308
460823
|
},
|
|
460309
460824
|
"required": [
|
|
@@ -462615,6 +463130,10 @@
|
|
|
462615
463130
|
"starred_at": {
|
|
462616
463131
|
"type": "string",
|
|
462617
463132
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
463133
|
+
},
|
|
463134
|
+
"anonymous_access_enabled": {
|
|
463135
|
+
"type": "boolean",
|
|
463136
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
462618
463137
|
}
|
|
462619
463138
|
},
|
|
462620
463139
|
"required": [
|
|
@@ -464974,6 +465493,10 @@
|
|
|
464974
465493
|
"starred_at": {
|
|
464975
465494
|
"type": "string",
|
|
464976
465495
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
465496
|
+
},
|
|
465497
|
+
"anonymous_access_enabled": {
|
|
465498
|
+
"type": "boolean",
|
|
465499
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
464977
465500
|
}
|
|
464978
465501
|
},
|
|
464979
465502
|
"required": [
|
|
@@ -467053,6 +467576,10 @@
|
|
|
467053
467576
|
"starred_at": {
|
|
467054
467577
|
"type": "string",
|
|
467055
467578
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
467579
|
+
},
|
|
467580
|
+
"anonymous_access_enabled": {
|
|
467581
|
+
"type": "boolean",
|
|
467582
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
467056
467583
|
}
|
|
467057
467584
|
},
|
|
467058
467585
|
"required": [
|
|
@@ -470323,6 +470850,10 @@
|
|
|
470323
470850
|
"starred_at": {
|
|
470324
470851
|
"type": "string",
|
|
470325
470852
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
470853
|
+
},
|
|
470854
|
+
"anonymous_access_enabled": {
|
|
470855
|
+
"type": "boolean",
|
|
470856
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
470326
470857
|
}
|
|
470327
470858
|
},
|
|
470328
470859
|
"required": [
|
|
@@ -471942,6 +472473,10 @@
|
|
|
471942
472473
|
"starred_at": {
|
|
471943
472474
|
"type": "string",
|
|
471944
472475
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
472476
|
+
},
|
|
472477
|
+
"anonymous_access_enabled": {
|
|
472478
|
+
"type": "boolean",
|
|
472479
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
471945
472480
|
}
|
|
471946
472481
|
},
|
|
471947
472482
|
"required": [
|
|
@@ -473974,6 +474509,10 @@
|
|
|
473974
474509
|
"starred_at": {
|
|
473975
474510
|
"type": "string",
|
|
473976
474511
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
474512
|
+
},
|
|
474513
|
+
"anonymous_access_enabled": {
|
|
474514
|
+
"type": "boolean",
|
|
474515
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
473977
474516
|
}
|
|
473978
474517
|
},
|
|
473979
474518
|
"required": [
|
|
@@ -476839,6 +477378,10 @@
|
|
|
476839
477378
|
"starred_at": {
|
|
476840
477379
|
"type": "string",
|
|
476841
477380
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
477381
|
+
},
|
|
477382
|
+
"anonymous_access_enabled": {
|
|
477383
|
+
"type": "boolean",
|
|
477384
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
476842
477385
|
}
|
|
476843
477386
|
},
|
|
476844
477387
|
"required": [
|
|
@@ -478172,6 +478715,10 @@
|
|
|
478172
478715
|
"starred_at": {
|
|
478173
478716
|
"type": "string",
|
|
478174
478717
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
478718
|
+
},
|
|
478719
|
+
"anonymous_access_enabled": {
|
|
478720
|
+
"type": "boolean",
|
|
478721
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
478175
478722
|
}
|
|
478176
478723
|
},
|
|
478177
478724
|
"required": [
|
|
@@ -480428,6 +480975,10 @@
|
|
|
480428
480975
|
"starred_at": {
|
|
480429
480976
|
"type": "string",
|
|
480430
480977
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
480978
|
+
},
|
|
480979
|
+
"anonymous_access_enabled": {
|
|
480980
|
+
"type": "boolean",
|
|
480981
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
480431
480982
|
}
|
|
480432
480983
|
},
|
|
480433
480984
|
"required": [
|
|
@@ -484416,6 +484967,10 @@
|
|
|
484416
484967
|
"starred_at": {
|
|
484417
484968
|
"type": "string",
|
|
484418
484969
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
484970
|
+
},
|
|
484971
|
+
"anonymous_access_enabled": {
|
|
484972
|
+
"type": "boolean",
|
|
484973
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
484419
484974
|
}
|
|
484420
484975
|
},
|
|
484421
484976
|
"required": [
|
|
@@ -487614,6 +488169,10 @@
|
|
|
487614
488169
|
"starred_at": {
|
|
487615
488170
|
"type": "string",
|
|
487616
488171
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
488172
|
+
},
|
|
488173
|
+
"anonymous_access_enabled": {
|
|
488174
|
+
"type": "boolean",
|
|
488175
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
487617
488176
|
}
|
|
487618
488177
|
},
|
|
487619
488178
|
"required": [
|
|
@@ -490814,6 +491373,10 @@
|
|
|
490814
491373
|
"starred_at": {
|
|
490815
491374
|
"type": "string",
|
|
490816
491375
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
491376
|
+
},
|
|
491377
|
+
"anonymous_access_enabled": {
|
|
491378
|
+
"type": "boolean",
|
|
491379
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
490817
491380
|
}
|
|
490818
491381
|
},
|
|
490819
491382
|
"required": [
|
|
@@ -496176,6 +496739,10 @@
|
|
|
496176
496739
|
"starred_at": {
|
|
496177
496740
|
"type": "string",
|
|
496178
496741
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
496742
|
+
},
|
|
496743
|
+
"anonymous_access_enabled": {
|
|
496744
|
+
"type": "boolean",
|
|
496745
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
496179
496746
|
}
|
|
496180
496747
|
},
|
|
496181
496748
|
"required": [
|
|
@@ -498316,6 +498883,10 @@
|
|
|
498316
498883
|
"starred_at": {
|
|
498317
498884
|
"type": "string",
|
|
498318
498885
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
498886
|
+
},
|
|
498887
|
+
"anonymous_access_enabled": {
|
|
498888
|
+
"type": "boolean",
|
|
498889
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
498319
498890
|
}
|
|
498320
498891
|
},
|
|
498321
498892
|
"required": [
|
|
@@ -502327,6 +502898,10 @@
|
|
|
502327
502898
|
"starred_at": {
|
|
502328
502899
|
"type": "string",
|
|
502329
502900
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
502901
|
+
},
|
|
502902
|
+
"anonymous_access_enabled": {
|
|
502903
|
+
"type": "boolean",
|
|
502904
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
502330
502905
|
}
|
|
502331
502906
|
},
|
|
502332
502907
|
"required": [
|
|
@@ -505527,6 +506102,10 @@
|
|
|
505527
506102
|
"starred_at": {
|
|
505528
506103
|
"type": "string",
|
|
505529
506104
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
506105
|
+
},
|
|
506106
|
+
"anonymous_access_enabled": {
|
|
506107
|
+
"type": "boolean",
|
|
506108
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
505530
506109
|
}
|
|
505531
506110
|
},
|
|
505532
506111
|
"required": [
|
|
@@ -508211,6 +508790,10 @@
|
|
|
508211
508790
|
"starred_at": {
|
|
508212
508791
|
"type": "string",
|
|
508213
508792
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
508793
|
+
},
|
|
508794
|
+
"anonymous_access_enabled": {
|
|
508795
|
+
"type": "boolean",
|
|
508796
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
508214
508797
|
}
|
|
508215
508798
|
},
|
|
508216
508799
|
"required": [
|
|
@@ -510156,6 +510739,10 @@
|
|
|
510156
510739
|
"starred_at": {
|
|
510157
510740
|
"type": "string",
|
|
510158
510741
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
510742
|
+
},
|
|
510743
|
+
"anonymous_access_enabled": {
|
|
510744
|
+
"type": "boolean",
|
|
510745
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
510159
510746
|
}
|
|
510160
510747
|
},
|
|
510161
510748
|
"required": [
|
|
@@ -511354,6 +511941,10 @@
|
|
|
511354
511941
|
"starred_at": {
|
|
511355
511942
|
"type": "string",
|
|
511356
511943
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
511944
|
+
},
|
|
511945
|
+
"anonymous_access_enabled": {
|
|
511946
|
+
"type": "boolean",
|
|
511947
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
511357
511948
|
}
|
|
511358
511949
|
},
|
|
511359
511950
|
"required": [
|
|
@@ -513180,6 +513771,10 @@
|
|
|
513180
513771
|
"starred_at": {
|
|
513181
513772
|
"type": "string",
|
|
513182
513773
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
513774
|
+
},
|
|
513775
|
+
"anonymous_access_enabled": {
|
|
513776
|
+
"type": "boolean",
|
|
513777
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
513183
513778
|
}
|
|
513184
513779
|
},
|
|
513185
513780
|
"required": [
|