@octokit/openapi 7.6.0 → 7.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +1927 -149
- package/generated/api.github.com.json +566 -22
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +475 -23
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +36 -6
- package/generated/ghes-3.2.deref.json +585 -35
- package/generated/ghes-3.2.json +48 -17
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +19 -3
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +14 -3
- package/generated/ghes-3.3.deref.json +592 -36
- package/generated/ghes-3.3.json +55 -18
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +145 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +5 -1
- package/generated/ghes-3.4.deref.json +620 -36
- package/generated/ghes-3.4.json +55 -18
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +537 -23
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +39 -6
- package/generated/ghes-3.5.deref.json +633 -36
- package/generated/ghes-3.5.json +55 -18
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +122 -1
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +9482 -2
- package/generated/ghes-3.6-diff-to-api.github.com.json +1044 -31
- package/generated/ghes-3.6.deref.json +782 -39
- package/generated/ghes-3.6.json +204 -21
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +49 -0
- package/generated/github.ae-diff-to-api.github.com.deref.json +446 -18
- package/generated/github.ae-diff-to-api.github.com.json +43 -7
- package/generated/github.ae.deref.json +768 -30
- package/generated/github.ae.json +237 -18
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.9.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -11675,6 +11675,10 @@
|
|
|
11675
11675
|
"starred_at": {
|
|
11676
11676
|
"type": "string",
|
|
11677
11677
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
11678
|
+
},
|
|
11679
|
+
"anonymous_access_enabled": {
|
|
11680
|
+
"type": "boolean",
|
|
11681
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
11678
11682
|
}
|
|
11679
11683
|
},
|
|
11680
11684
|
"required": [
|
|
@@ -30320,6 +30324,10 @@
|
|
|
30320
30324
|
"starred_at": {
|
|
30321
30325
|
"type": "string",
|
|
30322
30326
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
30327
|
+
},
|
|
30328
|
+
"anonymous_access_enabled": {
|
|
30329
|
+
"type": "boolean",
|
|
30330
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
30323
30331
|
}
|
|
30324
30332
|
},
|
|
30325
30333
|
"required": [
|
|
@@ -31604,6 +31612,10 @@
|
|
|
31604
31612
|
"starred_at": {
|
|
31605
31613
|
"type": "string",
|
|
31606
31614
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
31615
|
+
},
|
|
31616
|
+
"anonymous_access_enabled": {
|
|
31617
|
+
"type": "boolean",
|
|
31618
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
31607
31619
|
}
|
|
31608
31620
|
},
|
|
31609
31621
|
"required": [
|
|
@@ -34765,7 +34777,12 @@
|
|
|
34765
34777
|
"description": "The reason for the current state",
|
|
34766
34778
|
"example": "not_planned",
|
|
34767
34779
|
"type": "string",
|
|
34768
|
-
"nullable": true
|
|
34780
|
+
"nullable": true,
|
|
34781
|
+
"enum": [
|
|
34782
|
+
"completed",
|
|
34783
|
+
"reopened",
|
|
34784
|
+
"not_planned"
|
|
34785
|
+
]
|
|
34769
34786
|
},
|
|
34770
34787
|
"title": {
|
|
34771
34788
|
"description": "Title of the issue",
|
|
@@ -36713,6 +36730,10 @@
|
|
|
36713
36730
|
"starred_at": {
|
|
36714
36731
|
"type": "string",
|
|
36715
36732
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
36733
|
+
},
|
|
36734
|
+
"anonymous_access_enabled": {
|
|
36735
|
+
"type": "boolean",
|
|
36736
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
36716
36737
|
}
|
|
36717
36738
|
},
|
|
36718
36739
|
"required": [
|
|
@@ -49342,6 +49363,10 @@
|
|
|
49342
49363
|
"starred_at": {
|
|
49343
49364
|
"type": "string",
|
|
49344
49365
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
49366
|
+
},
|
|
49367
|
+
"anonymous_access_enabled": {
|
|
49368
|
+
"type": "boolean",
|
|
49369
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
49345
49370
|
}
|
|
49346
49371
|
},
|
|
49347
49372
|
"required": [
|
|
@@ -49859,7 +49884,12 @@
|
|
|
49859
49884
|
"description": "The reason for the current state",
|
|
49860
49885
|
"example": "not_planned",
|
|
49861
49886
|
"type": "string",
|
|
49862
|
-
"nullable": true
|
|
49887
|
+
"nullable": true,
|
|
49888
|
+
"enum": [
|
|
49889
|
+
"completed",
|
|
49890
|
+
"reopened",
|
|
49891
|
+
"not_planned"
|
|
49892
|
+
]
|
|
49863
49893
|
},
|
|
49864
49894
|
"title": {
|
|
49865
49895
|
"description": "Title of the issue",
|
|
@@ -51807,6 +51837,10 @@
|
|
|
51807
51837
|
"starred_at": {
|
|
51808
51838
|
"type": "string",
|
|
51809
51839
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
51840
|
+
},
|
|
51841
|
+
"anonymous_access_enabled": {
|
|
51842
|
+
"type": "boolean",
|
|
51843
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
51810
51844
|
}
|
|
51811
51845
|
},
|
|
51812
51846
|
"required": [
|
|
@@ -53446,7 +53480,12 @@
|
|
|
53446
53480
|
"description": "The reason for the current state",
|
|
53447
53481
|
"example": "not_planned",
|
|
53448
53482
|
"type": "string",
|
|
53449
|
-
"nullable": true
|
|
53483
|
+
"nullable": true,
|
|
53484
|
+
"enum": [
|
|
53485
|
+
"completed",
|
|
53486
|
+
"reopened",
|
|
53487
|
+
"not_planned"
|
|
53488
|
+
]
|
|
53450
53489
|
},
|
|
53451
53490
|
"title": {
|
|
53452
53491
|
"description": "Title of the issue",
|
|
@@ -55394,6 +55433,10 @@
|
|
|
55394
55433
|
"starred_at": {
|
|
55395
55434
|
"type": "string",
|
|
55396
55435
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
55436
|
+
},
|
|
55437
|
+
"anonymous_access_enabled": {
|
|
55438
|
+
"type": "boolean",
|
|
55439
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
55397
55440
|
}
|
|
55398
55441
|
},
|
|
55399
55442
|
"required": [
|
|
@@ -58143,6 +58186,10 @@
|
|
|
58143
58186
|
"starred_at": {
|
|
58144
58187
|
"type": "string",
|
|
58145
58188
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
58189
|
+
},
|
|
58190
|
+
"anonymous_access_enabled": {
|
|
58191
|
+
"type": "boolean",
|
|
58192
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
58146
58193
|
}
|
|
58147
58194
|
},
|
|
58148
58195
|
"required": [
|
|
@@ -60364,6 +60411,10 @@
|
|
|
60364
60411
|
"starred_at": {
|
|
60365
60412
|
"type": "string",
|
|
60366
60413
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
60414
|
+
},
|
|
60415
|
+
"anonymous_access_enabled": {
|
|
60416
|
+
"type": "boolean",
|
|
60417
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
60367
60418
|
}
|
|
60368
60419
|
},
|
|
60369
60420
|
"required": [
|
|
@@ -61954,7 +62005,13 @@
|
|
|
61954
62005
|
"category": "orgs",
|
|
61955
62006
|
"subcategory": null
|
|
61956
62007
|
},
|
|
61957
|
-
"x-octokit": {
|
|
62008
|
+
"x-octokit": {
|
|
62009
|
+
"diff": {
|
|
62010
|
+
"api.github.com": {
|
|
62011
|
+
"type": "changed"
|
|
62012
|
+
}
|
|
62013
|
+
}
|
|
62014
|
+
}
|
|
61958
62015
|
},
|
|
61959
62016
|
"patch": {
|
|
61960
62017
|
"summary": "Update an organization",
|
|
@@ -64094,6 +64151,10 @@
|
|
|
64094
64151
|
"starred_at": {
|
|
64095
64152
|
"type": "string",
|
|
64096
64153
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
64154
|
+
},
|
|
64155
|
+
"anonymous_access_enabled": {
|
|
64156
|
+
"type": "boolean",
|
|
64157
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
64097
64158
|
}
|
|
64098
64159
|
},
|
|
64099
64160
|
"required": [
|
|
@@ -67142,6 +67203,10 @@
|
|
|
67142
67203
|
"starred_at": {
|
|
67143
67204
|
"type": "string",
|
|
67144
67205
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
67206
|
+
},
|
|
67207
|
+
"anonymous_access_enabled": {
|
|
67208
|
+
"type": "boolean",
|
|
67209
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
67145
67210
|
}
|
|
67146
67211
|
},
|
|
67147
67212
|
"required": [
|
|
@@ -69712,6 +69777,10 @@
|
|
|
69712
69777
|
"starred_at": {
|
|
69713
69778
|
"type": "string",
|
|
69714
69779
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
69780
|
+
},
|
|
69781
|
+
"anonymous_access_enabled": {
|
|
69782
|
+
"type": "boolean",
|
|
69783
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
69715
69784
|
}
|
|
69716
69785
|
},
|
|
69717
69786
|
"required": [
|
|
@@ -70996,6 +71065,10 @@
|
|
|
70996
71065
|
"starred_at": {
|
|
70997
71066
|
"type": "string",
|
|
70998
71067
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
71068
|
+
},
|
|
71069
|
+
"anonymous_access_enabled": {
|
|
71070
|
+
"type": "boolean",
|
|
71071
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
70999
71072
|
}
|
|
71000
71073
|
},
|
|
71001
71074
|
"required": [
|
|
@@ -74312,6 +74385,10 @@
|
|
|
74312
74385
|
"starred_at": {
|
|
74313
74386
|
"type": "string",
|
|
74314
74387
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
74388
|
+
},
|
|
74389
|
+
"anonymous_access_enabled": {
|
|
74390
|
+
"type": "boolean",
|
|
74391
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
74315
74392
|
}
|
|
74316
74393
|
},
|
|
74317
74394
|
"required": [
|
|
@@ -75610,6 +75687,11 @@
|
|
|
75610
75687
|
"nullable": true,
|
|
75611
75688
|
"type": "string",
|
|
75612
75689
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
75690
|
+
},
|
|
75691
|
+
"help_uri": {
|
|
75692
|
+
"nullable": true,
|
|
75693
|
+
"type": "string",
|
|
75694
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
75613
75695
|
}
|
|
75614
75696
|
}
|
|
75615
75697
|
},
|
|
@@ -78590,6 +78672,10 @@
|
|
|
78590
78672
|
"starred_at": {
|
|
78591
78673
|
"type": "string",
|
|
78592
78674
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
78675
|
+
},
|
|
78676
|
+
"anonymous_access_enabled": {
|
|
78677
|
+
"type": "boolean",
|
|
78678
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
78593
78679
|
}
|
|
78594
78680
|
},
|
|
78595
78681
|
"required": [
|
|
@@ -79293,7 +79379,12 @@
|
|
|
79293
79379
|
"description": "The reason for the current state",
|
|
79294
79380
|
"example": "not_planned",
|
|
79295
79381
|
"type": "string",
|
|
79296
|
-
"nullable": true
|
|
79382
|
+
"nullable": true,
|
|
79383
|
+
"enum": [
|
|
79384
|
+
"completed",
|
|
79385
|
+
"reopened",
|
|
79386
|
+
"not_planned"
|
|
79387
|
+
]
|
|
79297
79388
|
},
|
|
79298
79389
|
"title": {
|
|
79299
79390
|
"description": "Title of the issue",
|
|
@@ -81241,6 +81332,10 @@
|
|
|
81241
81332
|
"starred_at": {
|
|
81242
81333
|
"type": "string",
|
|
81243
81334
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
81335
|
+
},
|
|
81336
|
+
"anonymous_access_enabled": {
|
|
81337
|
+
"type": "boolean",
|
|
81338
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
81244
81339
|
}
|
|
81245
81340
|
},
|
|
81246
81341
|
"required": [
|
|
@@ -86388,7 +86483,12 @@
|
|
|
86388
86483
|
"description": "The reason for the current state",
|
|
86389
86484
|
"example": "not_planned",
|
|
86390
86485
|
"type": "string",
|
|
86391
|
-
"nullable": true
|
|
86486
|
+
"nullable": true,
|
|
86487
|
+
"enum": [
|
|
86488
|
+
"completed",
|
|
86489
|
+
"reopened",
|
|
86490
|
+
"not_planned"
|
|
86491
|
+
]
|
|
86392
86492
|
},
|
|
86393
86493
|
"title": {
|
|
86394
86494
|
"description": "Title of the issue",
|
|
@@ -88336,6 +88436,10 @@
|
|
|
88336
88436
|
"starred_at": {
|
|
88337
88437
|
"type": "string",
|
|
88338
88438
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
88439
|
+
},
|
|
88440
|
+
"anonymous_access_enabled": {
|
|
88441
|
+
"type": "boolean",
|
|
88442
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
88339
88443
|
}
|
|
88340
88444
|
},
|
|
88341
88445
|
"required": [
|
|
@@ -89298,17 +89402,6 @@
|
|
|
89298
89402
|
}
|
|
89299
89403
|
}
|
|
89300
89404
|
},
|
|
89301
|
-
"302": {
|
|
89302
|
-
"description": "Response if requester is not an organization member",
|
|
89303
|
-
"headers": {
|
|
89304
|
-
"Location": {
|
|
89305
|
-
"example": "https://api.github.com/orgs/github/public_members",
|
|
89306
|
-
"schema": {
|
|
89307
|
-
"type": "string"
|
|
89308
|
-
}
|
|
89309
|
-
}
|
|
89310
|
-
}
|
|
89311
|
-
},
|
|
89312
89405
|
"422": {
|
|
89313
89406
|
"description": "Validation failed",
|
|
89314
89407
|
"content": {
|
|
@@ -91810,6 +91903,10 @@
|
|
|
91810
91903
|
"starred_at": {
|
|
91811
91904
|
"type": "string",
|
|
91812
91905
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
91906
|
+
},
|
|
91907
|
+
"anonymous_access_enabled": {
|
|
91908
|
+
"type": "boolean",
|
|
91909
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
91813
91910
|
}
|
|
91814
91911
|
},
|
|
91815
91912
|
"required": [
|
|
@@ -93501,6 +93598,10 @@
|
|
|
93501
93598
|
"starred_at": {
|
|
93502
93599
|
"type": "string",
|
|
93503
93600
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
93601
|
+
},
|
|
93602
|
+
"anonymous_access_enabled": {
|
|
93603
|
+
"type": "boolean",
|
|
93604
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
93504
93605
|
}
|
|
93505
93606
|
},
|
|
93506
93607
|
"required": [
|
|
@@ -95221,6 +95322,10 @@
|
|
|
95221
95322
|
"starred_at": {
|
|
95222
95323
|
"type": "string",
|
|
95223
95324
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
95325
|
+
},
|
|
95326
|
+
"anonymous_access_enabled": {
|
|
95327
|
+
"type": "boolean",
|
|
95328
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
95224
95329
|
}
|
|
95225
95330
|
},
|
|
95226
95331
|
"required": [
|
|
@@ -99225,6 +99330,10 @@
|
|
|
99225
99330
|
"starred_at": {
|
|
99226
99331
|
"type": "string",
|
|
99227
99332
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
99333
|
+
},
|
|
99334
|
+
"anonymous_access_enabled": {
|
|
99335
|
+
"type": "boolean",
|
|
99336
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
99228
99337
|
}
|
|
99229
99338
|
},
|
|
99230
99339
|
"required": [
|
|
@@ -100865,6 +100974,10 @@
|
|
|
100865
100974
|
"starred_at": {
|
|
100866
100975
|
"type": "string",
|
|
100867
100976
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
100977
|
+
},
|
|
100978
|
+
"anonymous_access_enabled": {
|
|
100979
|
+
"type": "boolean",
|
|
100980
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
100868
100981
|
}
|
|
100869
100982
|
},
|
|
100870
100983
|
"required": [
|
|
@@ -112635,6 +112748,10 @@
|
|
|
112635
112748
|
"starred_at": {
|
|
112636
112749
|
"type": "string",
|
|
112637
112750
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
112751
|
+
},
|
|
112752
|
+
"anonymous_access_enabled": {
|
|
112753
|
+
"type": "boolean",
|
|
112754
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
112638
112755
|
}
|
|
112639
112756
|
},
|
|
112640
112757
|
"required": [
|
|
@@ -114681,6 +114798,10 @@
|
|
|
114681
114798
|
"starred_at": {
|
|
114682
114799
|
"type": "string",
|
|
114683
114800
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
114801
|
+
},
|
|
114802
|
+
"anonymous_access_enabled": {
|
|
114803
|
+
"type": "boolean",
|
|
114804
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
114684
114805
|
}
|
|
114685
114806
|
},
|
|
114686
114807
|
"required": [
|
|
@@ -122740,6 +122861,10 @@
|
|
|
122740
122861
|
"starred_at": {
|
|
122741
122862
|
"type": "string",
|
|
122742
122863
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
122864
|
+
},
|
|
122865
|
+
"anonymous_access_enabled": {
|
|
122866
|
+
"type": "boolean",
|
|
122867
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
122743
122868
|
}
|
|
122744
122869
|
},
|
|
122745
122870
|
"required": [
|
|
@@ -124174,6 +124299,10 @@
|
|
|
124174
124299
|
"starred_at": {
|
|
124175
124300
|
"type": "string",
|
|
124176
124301
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
124302
|
+
},
|
|
124303
|
+
"anonymous_access_enabled": {
|
|
124304
|
+
"type": "boolean",
|
|
124305
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
124177
124306
|
}
|
|
124178
124307
|
},
|
|
124179
124308
|
"required": [
|
|
@@ -125363,6 +125492,10 @@
|
|
|
125363
125492
|
"starred_at": {
|
|
125364
125493
|
"type": "string",
|
|
125365
125494
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
125495
|
+
},
|
|
125496
|
+
"anonymous_access_enabled": {
|
|
125497
|
+
"type": "boolean",
|
|
125498
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
125366
125499
|
}
|
|
125367
125500
|
},
|
|
125368
125501
|
"required": [
|
|
@@ -128022,6 +128155,10 @@
|
|
|
128022
128155
|
"starred_at": {
|
|
128023
128156
|
"type": "string",
|
|
128024
128157
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
128158
|
+
},
|
|
128159
|
+
"anonymous_access_enabled": {
|
|
128160
|
+
"type": "boolean",
|
|
128161
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
128025
128162
|
}
|
|
128026
128163
|
},
|
|
128027
128164
|
"required": [
|
|
@@ -129456,6 +129593,10 @@
|
|
|
129456
129593
|
"starred_at": {
|
|
129457
129594
|
"type": "string",
|
|
129458
129595
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
129596
|
+
},
|
|
129597
|
+
"anonymous_access_enabled": {
|
|
129598
|
+
"type": "boolean",
|
|
129599
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
129459
129600
|
}
|
|
129460
129601
|
},
|
|
129461
129602
|
"required": [
|
|
@@ -130645,6 +130786,10 @@
|
|
|
130645
130786
|
"starred_at": {
|
|
130646
130787
|
"type": "string",
|
|
130647
130788
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
130789
|
+
},
|
|
130790
|
+
"anonymous_access_enabled": {
|
|
130791
|
+
"type": "boolean",
|
|
130792
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
130648
130793
|
}
|
|
130649
130794
|
},
|
|
130650
130795
|
"required": [
|
|
@@ -135213,6 +135358,10 @@
|
|
|
135213
135358
|
"starred_at": {
|
|
135214
135359
|
"type": "string",
|
|
135215
135360
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
135361
|
+
},
|
|
135362
|
+
"anonymous_access_enabled": {
|
|
135363
|
+
"type": "boolean",
|
|
135364
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
135216
135365
|
}
|
|
135217
135366
|
},
|
|
135218
135367
|
"required": [
|
|
@@ -136506,6 +136655,10 @@
|
|
|
136506
136655
|
"starred_at": {
|
|
136507
136656
|
"type": "string",
|
|
136508
136657
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
136658
|
+
},
|
|
136659
|
+
"anonymous_access_enabled": {
|
|
136660
|
+
"type": "boolean",
|
|
136661
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
136509
136662
|
}
|
|
136510
136663
|
},
|
|
136511
136664
|
"required": [
|
|
@@ -140016,6 +140169,10 @@
|
|
|
140016
140169
|
"starred_at": {
|
|
140017
140170
|
"type": "string",
|
|
140018
140171
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
140172
|
+
},
|
|
140173
|
+
"anonymous_access_enabled": {
|
|
140174
|
+
"type": "boolean",
|
|
140175
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
140019
140176
|
}
|
|
140020
140177
|
},
|
|
140021
140178
|
"required": [
|
|
@@ -141778,6 +141935,10 @@
|
|
|
141778
141935
|
"starred_at": {
|
|
141779
141936
|
"type": "string",
|
|
141780
141937
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
141938
|
+
},
|
|
141939
|
+
"anonymous_access_enabled": {
|
|
141940
|
+
"type": "boolean",
|
|
141941
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
141781
141942
|
}
|
|
141782
141943
|
},
|
|
141783
141944
|
"required": [
|
|
@@ -142275,7 +142436,13 @@
|
|
|
142275
142436
|
"category": "actions",
|
|
142276
142437
|
"subcategory": "workflow-runs"
|
|
142277
142438
|
},
|
|
142278
|
-
"x-octokit": {
|
|
142439
|
+
"x-octokit": {
|
|
142440
|
+
"diff": {
|
|
142441
|
+
"api.github.com": {
|
|
142442
|
+
"type": "changed"
|
|
142443
|
+
}
|
|
142444
|
+
}
|
|
142445
|
+
}
|
|
142279
142446
|
}
|
|
142280
142447
|
},
|
|
142281
142448
|
"/repos/{owner}/{repo}/actions/runs/{run_id}": {
|
|
@@ -144436,6 +144603,10 @@
|
|
|
144436
144603
|
"starred_at": {
|
|
144437
144604
|
"type": "string",
|
|
144438
144605
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
144606
|
+
},
|
|
144607
|
+
"anonymous_access_enabled": {
|
|
144608
|
+
"type": "boolean",
|
|
144609
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
144439
144610
|
}
|
|
144440
144611
|
},
|
|
144441
144612
|
"required": [
|
|
@@ -146198,6 +146369,10 @@
|
|
|
146198
146369
|
"starred_at": {
|
|
146199
146370
|
"type": "string",
|
|
146200
146371
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
146372
|
+
},
|
|
146373
|
+
"anonymous_access_enabled": {
|
|
146374
|
+
"type": "boolean",
|
|
146375
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
146201
146376
|
}
|
|
146202
146377
|
},
|
|
146203
146378
|
"required": [
|
|
@@ -149449,6 +149624,10 @@
|
|
|
149449
149624
|
"starred_at": {
|
|
149450
149625
|
"type": "string",
|
|
149451
149626
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
149627
|
+
},
|
|
149628
|
+
"anonymous_access_enabled": {
|
|
149629
|
+
"type": "boolean",
|
|
149630
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
149452
149631
|
}
|
|
149453
149632
|
},
|
|
149454
149633
|
"required": [
|
|
@@ -151211,6 +151390,10 @@
|
|
|
151211
151390
|
"starred_at": {
|
|
151212
151391
|
"type": "string",
|
|
151213
151392
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
151393
|
+
},
|
|
151394
|
+
"anonymous_access_enabled": {
|
|
151395
|
+
"type": "boolean",
|
|
151396
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
151214
151397
|
}
|
|
151215
151398
|
},
|
|
151216
151399
|
"required": [
|
|
@@ -157533,6 +157716,10 @@
|
|
|
157533
157716
|
"starred_at": {
|
|
157534
157717
|
"type": "string",
|
|
157535
157718
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
157719
|
+
},
|
|
157720
|
+
"anonymous_access_enabled": {
|
|
157721
|
+
"type": "boolean",
|
|
157722
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
157536
157723
|
}
|
|
157537
157724
|
},
|
|
157538
157725
|
"required": [
|
|
@@ -159295,6 +159482,10 @@
|
|
|
159295
159482
|
"starred_at": {
|
|
159296
159483
|
"type": "string",
|
|
159297
159484
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
159485
|
+
},
|
|
159486
|
+
"anonymous_access_enabled": {
|
|
159487
|
+
"type": "boolean",
|
|
159488
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
159298
159489
|
}
|
|
159299
159490
|
},
|
|
159300
159491
|
"required": [
|
|
@@ -159792,7 +159983,13 @@
|
|
|
159792
159983
|
"category": "actions",
|
|
159793
159984
|
"subcategory": "workflow-runs"
|
|
159794
159985
|
},
|
|
159795
|
-
"x-octokit": {
|
|
159986
|
+
"x-octokit": {
|
|
159987
|
+
"diff": {
|
|
159988
|
+
"api.github.com": {
|
|
159989
|
+
"type": "changed"
|
|
159990
|
+
}
|
|
159991
|
+
}
|
|
159992
|
+
}
|
|
159796
159993
|
}
|
|
159797
159994
|
},
|
|
159798
159995
|
"/repos/{owner}/{repo}/assignees": {
|
|
@@ -160274,6 +160471,11 @@
|
|
|
160274
160471
|
"url_template": {
|
|
160275
160472
|
"type": "string",
|
|
160276
160473
|
"description": "The URL must contain `<num>` for the reference number."
|
|
160474
|
+
},
|
|
160475
|
+
"is_alphanumeric": {
|
|
160476
|
+
"type": "boolean",
|
|
160477
|
+
"default": "true",
|
|
160478
|
+
"description": "Whether this autolink reference matches alphanumeric characters. If true, the `<num>` parameter of the `url_template` matches alphanumeric characters `A-Z` (case insensitive), `0-9`, and `-`. If false, this autolink reference only matches numeric characters."
|
|
160277
160479
|
}
|
|
160278
160480
|
},
|
|
160279
160481
|
"required": [
|
|
@@ -160285,7 +160487,8 @@
|
|
|
160285
160487
|
"default": {
|
|
160286
160488
|
"value": {
|
|
160287
160489
|
"key_prefix": "TICKET-",
|
|
160288
|
-
"url_template": "https://example.com/TICKET?query=<num>"
|
|
160490
|
+
"url_template": "https://example.com/TICKET?query=<num>",
|
|
160491
|
+
"is_alphanumeric": true
|
|
160289
160492
|
}
|
|
160290
160493
|
}
|
|
160291
160494
|
}
|
|
@@ -186348,6 +186551,10 @@
|
|
|
186348
186551
|
"starred_at": {
|
|
186349
186552
|
"type": "string",
|
|
186350
186553
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
186554
|
+
},
|
|
186555
|
+
"anonymous_access_enabled": {
|
|
186556
|
+
"type": "boolean",
|
|
186557
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
186351
186558
|
}
|
|
186352
186559
|
},
|
|
186353
186560
|
"required": [
|
|
@@ -188928,6 +189135,10 @@
|
|
|
188928
189135
|
"starred_at": {
|
|
188929
189136
|
"type": "string",
|
|
188930
189137
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
189138
|
+
},
|
|
189139
|
+
"anonymous_access_enabled": {
|
|
189140
|
+
"type": "boolean",
|
|
189141
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
188931
189142
|
}
|
|
188932
189143
|
},
|
|
188933
189144
|
"required": [
|
|
@@ -191225,6 +191436,10 @@
|
|
|
191225
191436
|
"starred_at": {
|
|
191226
191437
|
"type": "string",
|
|
191227
191438
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
191439
|
+
},
|
|
191440
|
+
"anonymous_access_enabled": {
|
|
191441
|
+
"type": "boolean",
|
|
191442
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
191228
191443
|
}
|
|
191229
191444
|
},
|
|
191230
191445
|
"required": [
|
|
@@ -193695,6 +193910,10 @@
|
|
|
193695
193910
|
"starred_at": {
|
|
193696
193911
|
"type": "string",
|
|
193697
193912
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
193913
|
+
},
|
|
193914
|
+
"anonymous_access_enabled": {
|
|
193915
|
+
"type": "boolean",
|
|
193916
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
193698
193917
|
}
|
|
193699
193918
|
},
|
|
193700
193919
|
"required": [
|
|
@@ -196437,6 +196656,11 @@
|
|
|
196437
196656
|
"nullable": true,
|
|
196438
196657
|
"type": "string",
|
|
196439
196658
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
196659
|
+
},
|
|
196660
|
+
"help_uri": {
|
|
196661
|
+
"nullable": true,
|
|
196662
|
+
"type": "string",
|
|
196663
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
196440
196664
|
}
|
|
196441
196665
|
}
|
|
196442
196666
|
},
|
|
@@ -196599,7 +196823,8 @@
|
|
|
196599
196823
|
"security",
|
|
196600
196824
|
"external/cwe/cwe-022"
|
|
196601
196825
|
],
|
|
196602
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
196826
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
196827
|
+
"help_uri": "https://codeql.github.com/"
|
|
196603
196828
|
},
|
|
196604
196829
|
"tool": {
|
|
196605
196830
|
"name": "CodeQL",
|
|
@@ -197078,6 +197303,11 @@
|
|
|
197078
197303
|
"nullable": true,
|
|
197079
197304
|
"type": "string",
|
|
197080
197305
|
"description": "Detailed documentation for the rule as GitHub Flavored Markdown."
|
|
197306
|
+
},
|
|
197307
|
+
"help_uri": {
|
|
197308
|
+
"nullable": true,
|
|
197309
|
+
"type": "string",
|
|
197310
|
+
"description": "A link to the documentation for the rule used to detect the alert."
|
|
197081
197311
|
}
|
|
197082
197312
|
}
|
|
197083
197313
|
},
|
|
@@ -197240,7 +197470,8 @@
|
|
|
197240
197470
|
"security",
|
|
197241
197471
|
"external/cwe/cwe-022"
|
|
197242
197472
|
],
|
|
197243
|
-
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ..."
|
|
197473
|
+
"help": "# Arbitrary file write during zip extraction (\"Zip Slip\")\\nExtracting files from a malicious zip archive without validating that the destination file path is within the destination directory can cause files outside the destination directory to be overwritten ...",
|
|
197474
|
+
"help_uri": "https://codeql.github.com/"
|
|
197244
197475
|
},
|
|
197245
197476
|
"tool": {
|
|
197246
197477
|
"name": "CodeQL",
|
|
@@ -201049,6 +201280,10 @@
|
|
|
201049
201280
|
"starred_at": {
|
|
201050
201281
|
"type": "string",
|
|
201051
201282
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
201283
|
+
},
|
|
201284
|
+
"anonymous_access_enabled": {
|
|
201285
|
+
"type": "boolean",
|
|
201286
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
201052
201287
|
}
|
|
201053
201288
|
},
|
|
201054
201289
|
"required": [
|
|
@@ -208386,6 +208621,10 @@
|
|
|
208386
208621
|
"starred_at": {
|
|
208387
208622
|
"type": "string",
|
|
208388
208623
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
208624
|
+
},
|
|
208625
|
+
"anonymous_access_enabled": {
|
|
208626
|
+
"type": "boolean",
|
|
208627
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
208389
208628
|
}
|
|
208390
208629
|
},
|
|
208391
208630
|
"required": [
|
|
@@ -209716,6 +209955,10 @@
|
|
|
209716
209955
|
"starred_at": {
|
|
209717
209956
|
"type": "string",
|
|
209718
209957
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
209958
|
+
},
|
|
209959
|
+
"anonymous_access_enabled": {
|
|
209960
|
+
"type": "boolean",
|
|
209961
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
209719
209962
|
}
|
|
209720
209963
|
},
|
|
209721
209964
|
"required": [
|
|
@@ -211591,6 +211834,27 @@
|
|
|
211591
211834
|
}
|
|
211592
211835
|
}
|
|
211593
211836
|
}
|
|
211837
|
+
},
|
|
211838
|
+
"503": {
|
|
211839
|
+
"description": "Service unavailable",
|
|
211840
|
+
"content": {
|
|
211841
|
+
"application/json": {
|
|
211842
|
+
"schema": {
|
|
211843
|
+
"type": "object",
|
|
211844
|
+
"properties": {
|
|
211845
|
+
"code": {
|
|
211846
|
+
"type": "string"
|
|
211847
|
+
},
|
|
211848
|
+
"message": {
|
|
211849
|
+
"type": "string"
|
|
211850
|
+
},
|
|
211851
|
+
"documentation_url": {
|
|
211852
|
+
"type": "string"
|
|
211853
|
+
}
|
|
211854
|
+
}
|
|
211855
|
+
}
|
|
211856
|
+
}
|
|
211857
|
+
}
|
|
211594
211858
|
}
|
|
211595
211859
|
},
|
|
211596
211860
|
"x-github": {
|
|
@@ -214703,6 +214967,10 @@
|
|
|
214703
214967
|
"starred_at": {
|
|
214704
214968
|
"type": "string",
|
|
214705
214969
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
214970
|
+
},
|
|
214971
|
+
"anonymous_access_enabled": {
|
|
214972
|
+
"type": "boolean",
|
|
214973
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
214706
214974
|
}
|
|
214707
214975
|
},
|
|
214708
214976
|
"required": [
|
|
@@ -216921,6 +217189,10 @@
|
|
|
216921
217189
|
"starred_at": {
|
|
216922
217190
|
"type": "string",
|
|
216923
217191
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
217192
|
+
},
|
|
217193
|
+
"anonymous_access_enabled": {
|
|
217194
|
+
"type": "boolean",
|
|
217195
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
216924
217196
|
}
|
|
216925
217197
|
},
|
|
216926
217198
|
"required": [
|
|
@@ -219682,6 +219954,27 @@
|
|
|
219682
219954
|
}
|
|
219683
219955
|
}
|
|
219684
219956
|
}
|
|
219957
|
+
},
|
|
219958
|
+
"503": {
|
|
219959
|
+
"description": "Service unavailable",
|
|
219960
|
+
"content": {
|
|
219961
|
+
"application/json": {
|
|
219962
|
+
"schema": {
|
|
219963
|
+
"type": "object",
|
|
219964
|
+
"properties": {
|
|
219965
|
+
"code": {
|
|
219966
|
+
"type": "string"
|
|
219967
|
+
},
|
|
219968
|
+
"message": {
|
|
219969
|
+
"type": "string"
|
|
219970
|
+
},
|
|
219971
|
+
"documentation_url": {
|
|
219972
|
+
"type": "string"
|
|
219973
|
+
}
|
|
219974
|
+
}
|
|
219975
|
+
}
|
|
219976
|
+
}
|
|
219977
|
+
}
|
|
219685
219978
|
}
|
|
219686
219979
|
},
|
|
219687
219980
|
"x-github": {
|
|
@@ -229476,7 +229769,12 @@
|
|
|
229476
229769
|
"description": "The reason for the current state",
|
|
229477
229770
|
"example": "not_planned",
|
|
229478
229771
|
"type": "string",
|
|
229479
|
-
"nullable": true
|
|
229772
|
+
"nullable": true,
|
|
229773
|
+
"enum": [
|
|
229774
|
+
"completed",
|
|
229775
|
+
"reopened",
|
|
229776
|
+
"not_planned"
|
|
229777
|
+
]
|
|
229480
229778
|
},
|
|
229481
229779
|
"title": {
|
|
229482
229780
|
"description": "Title of the issue",
|
|
@@ -231424,6 +231722,10 @@
|
|
|
231424
231722
|
"starred_at": {
|
|
231425
231723
|
"type": "string",
|
|
231426
231724
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
231725
|
+
},
|
|
231726
|
+
"anonymous_access_enabled": {
|
|
231727
|
+
"type": "boolean",
|
|
231728
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
231427
231729
|
}
|
|
231428
231730
|
},
|
|
231429
231731
|
"required": [
|
|
@@ -234078,6 +234380,10 @@
|
|
|
234078
234380
|
"starred_at": {
|
|
234079
234381
|
"type": "string",
|
|
234080
234382
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
234383
|
+
},
|
|
234384
|
+
"anonymous_access_enabled": {
|
|
234385
|
+
"type": "boolean",
|
|
234386
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
234081
234387
|
}
|
|
234082
234388
|
},
|
|
234083
234389
|
"required": [
|
|
@@ -236125,6 +236431,10 @@
|
|
|
236125
236431
|
"starred_at": {
|
|
236126
236432
|
"type": "string",
|
|
236127
236433
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
236434
|
+
},
|
|
236435
|
+
"anonymous_access_enabled": {
|
|
236436
|
+
"type": "boolean",
|
|
236437
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
236128
236438
|
}
|
|
236129
236439
|
},
|
|
236130
236440
|
"required": [
|
|
@@ -237559,6 +237869,10 @@
|
|
|
237559
237869
|
"starred_at": {
|
|
237560
237870
|
"type": "string",
|
|
237561
237871
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
237872
|
+
},
|
|
237873
|
+
"anonymous_access_enabled": {
|
|
237874
|
+
"type": "boolean",
|
|
237875
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
237562
237876
|
}
|
|
237563
237877
|
},
|
|
237564
237878
|
"required": [
|
|
@@ -238748,6 +239062,10 @@
|
|
|
238748
239062
|
"starred_at": {
|
|
238749
239063
|
"type": "string",
|
|
238750
239064
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
239065
|
+
},
|
|
239066
|
+
"anonymous_access_enabled": {
|
|
239067
|
+
"type": "boolean",
|
|
239068
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
238751
239069
|
}
|
|
238752
239070
|
},
|
|
238753
239071
|
"required": [
|
|
@@ -248333,6 +248651,10 @@
|
|
|
248333
248651
|
"starred_at": {
|
|
248334
248652
|
"type": "string",
|
|
248335
248653
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
248654
|
+
},
|
|
248655
|
+
"anonymous_access_enabled": {
|
|
248656
|
+
"type": "boolean",
|
|
248657
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
248336
248658
|
}
|
|
248337
248659
|
},
|
|
248338
248660
|
"required": [
|
|
@@ -250613,6 +250935,10 @@
|
|
|
250613
250935
|
"starred_at": {
|
|
250614
250936
|
"type": "string",
|
|
250615
250937
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
250938
|
+
},
|
|
250939
|
+
"anonymous_access_enabled": {
|
|
250940
|
+
"type": "boolean",
|
|
250941
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
250616
250942
|
}
|
|
250617
250943
|
},
|
|
250618
250944
|
"required": [
|
|
@@ -251509,7 +251835,12 @@
|
|
|
251509
251835
|
"description": "The reason for the current state",
|
|
251510
251836
|
"example": "not_planned",
|
|
251511
251837
|
"type": "string",
|
|
251512
|
-
"nullable": true
|
|
251838
|
+
"nullable": true,
|
|
251839
|
+
"enum": [
|
|
251840
|
+
"completed",
|
|
251841
|
+
"reopened",
|
|
251842
|
+
"not_planned"
|
|
251843
|
+
]
|
|
251513
251844
|
},
|
|
251514
251845
|
"title": {
|
|
251515
251846
|
"description": "Title of the issue",
|
|
@@ -253457,6 +253788,10 @@
|
|
|
253457
253788
|
"starred_at": {
|
|
253458
253789
|
"type": "string",
|
|
253459
253790
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
253791
|
+
},
|
|
253792
|
+
"anonymous_access_enabled": {
|
|
253793
|
+
"type": "boolean",
|
|
253794
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
253460
253795
|
}
|
|
253461
253796
|
},
|
|
253462
253797
|
"required": [
|
|
@@ -254362,7 +254697,12 @@
|
|
|
254362
254697
|
"description": "The reason for the current state",
|
|
254363
254698
|
"example": "not_planned",
|
|
254364
254699
|
"type": "string",
|
|
254365
|
-
"nullable": true
|
|
254700
|
+
"nullable": true,
|
|
254701
|
+
"enum": [
|
|
254702
|
+
"completed",
|
|
254703
|
+
"reopened",
|
|
254704
|
+
"not_planned"
|
|
254705
|
+
]
|
|
254366
254706
|
},
|
|
254367
254707
|
"title": {
|
|
254368
254708
|
"description": "Title of the issue",
|
|
@@ -256310,6 +256650,10 @@
|
|
|
256310
256650
|
"starred_at": {
|
|
256311
256651
|
"type": "string",
|
|
256312
256652
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
256653
|
+
},
|
|
256654
|
+
"anonymous_access_enabled": {
|
|
256655
|
+
"type": "boolean",
|
|
256656
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
256313
256657
|
}
|
|
256314
256658
|
},
|
|
256315
256659
|
"required": [
|
|
@@ -260368,7 +260712,12 @@
|
|
|
260368
260712
|
"description": "The reason for the current state",
|
|
260369
260713
|
"example": "not_planned",
|
|
260370
260714
|
"type": "string",
|
|
260371
|
-
"nullable": true
|
|
260715
|
+
"nullable": true,
|
|
260716
|
+
"enum": [
|
|
260717
|
+
"completed",
|
|
260718
|
+
"reopened",
|
|
260719
|
+
"not_planned"
|
|
260720
|
+
]
|
|
260372
260721
|
},
|
|
260373
260722
|
"title": {
|
|
260374
260723
|
"description": "Title of the issue",
|
|
@@ -262316,6 +262665,10 @@
|
|
|
262316
262665
|
"starred_at": {
|
|
262317
262666
|
"type": "string",
|
|
262318
262667
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
262668
|
+
},
|
|
262669
|
+
"anonymous_access_enabled": {
|
|
262670
|
+
"type": "boolean",
|
|
262671
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
262319
262672
|
}
|
|
262320
262673
|
},
|
|
262321
262674
|
"required": [
|
|
@@ -264277,7 +264630,12 @@
|
|
|
264277
264630
|
"description": "The reason for the current state",
|
|
264278
264631
|
"example": "not_planned",
|
|
264279
264632
|
"type": "string",
|
|
264280
|
-
"nullable": true
|
|
264633
|
+
"nullable": true,
|
|
264634
|
+
"enum": [
|
|
264635
|
+
"completed",
|
|
264636
|
+
"reopened",
|
|
264637
|
+
"not_planned"
|
|
264638
|
+
]
|
|
264281
264639
|
},
|
|
264282
264640
|
"title": {
|
|
264283
264641
|
"description": "Title of the issue",
|
|
@@ -266225,6 +266583,10 @@
|
|
|
266225
266583
|
"starred_at": {
|
|
266226
266584
|
"type": "string",
|
|
266227
266585
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
266586
|
+
},
|
|
266587
|
+
"anonymous_access_enabled": {
|
|
266588
|
+
"type": "boolean",
|
|
266589
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
266228
266590
|
}
|
|
266229
266591
|
},
|
|
266230
266592
|
"required": [
|
|
@@ -268068,7 +268430,12 @@
|
|
|
268068
268430
|
"description": "The reason for the current state",
|
|
268069
268431
|
"example": "not_planned",
|
|
268070
268432
|
"type": "string",
|
|
268071
|
-
"nullable": true
|
|
268433
|
+
"nullable": true,
|
|
268434
|
+
"enum": [
|
|
268435
|
+
"completed",
|
|
268436
|
+
"reopened",
|
|
268437
|
+
"not_planned"
|
|
268438
|
+
]
|
|
268072
268439
|
},
|
|
268073
268440
|
"title": {
|
|
268074
268441
|
"description": "Title of the issue",
|
|
@@ -270016,6 +270383,10 @@
|
|
|
270016
270383
|
"starred_at": {
|
|
270017
270384
|
"type": "string",
|
|
270018
270385
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
270386
|
+
},
|
|
270387
|
+
"anonymous_access_enabled": {
|
|
270388
|
+
"type": "boolean",
|
|
270389
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
270019
270390
|
}
|
|
270020
270391
|
},
|
|
270021
270392
|
"required": [
|
|
@@ -270764,6 +271135,11 @@
|
|
|
270764
271135
|
},
|
|
270765
271136
|
"state_reason": {
|
|
270766
271137
|
"type": "string",
|
|
271138
|
+
"enum": [
|
|
271139
|
+
"completed",
|
|
271140
|
+
"not_planned",
|
|
271141
|
+
"reopened"
|
|
271142
|
+
],
|
|
270767
271143
|
"nullable": true,
|
|
270768
271144
|
"description": "The reason for the current state",
|
|
270769
271145
|
"example": "not_planned"
|
|
@@ -270893,7 +271269,12 @@
|
|
|
270893
271269
|
"description": "The reason for the current state",
|
|
270894
271270
|
"example": "not_planned",
|
|
270895
271271
|
"type": "string",
|
|
270896
|
-
"nullable": true
|
|
271272
|
+
"nullable": true,
|
|
271273
|
+
"enum": [
|
|
271274
|
+
"completed",
|
|
271275
|
+
"reopened",
|
|
271276
|
+
"not_planned"
|
|
271277
|
+
]
|
|
270897
271278
|
},
|
|
270898
271279
|
"title": {
|
|
270899
271280
|
"description": "Title of the issue",
|
|
@@ -272841,6 +273222,10 @@
|
|
|
272841
273222
|
"starred_at": {
|
|
272842
273223
|
"type": "string",
|
|
272843
273224
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
273225
|
+
},
|
|
273226
|
+
"anonymous_access_enabled": {
|
|
273227
|
+
"type": "boolean",
|
|
273228
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
272844
273229
|
}
|
|
272845
273230
|
},
|
|
272846
273231
|
"required": [
|
|
@@ -273749,7 +274134,12 @@
|
|
|
273749
274134
|
"description": "The reason for the current state",
|
|
273750
274135
|
"example": "not_planned",
|
|
273751
274136
|
"type": "string",
|
|
273752
|
-
"nullable": true
|
|
274137
|
+
"nullable": true,
|
|
274138
|
+
"enum": [
|
|
274139
|
+
"completed",
|
|
274140
|
+
"reopened",
|
|
274141
|
+
"not_planned"
|
|
274142
|
+
]
|
|
273753
274143
|
},
|
|
273754
274144
|
"title": {
|
|
273755
274145
|
"description": "Title of the issue",
|
|
@@ -275697,6 +276087,10 @@
|
|
|
275697
276087
|
"starred_at": {
|
|
275698
276088
|
"type": "string",
|
|
275699
276089
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
276090
|
+
},
|
|
276091
|
+
"anonymous_access_enabled": {
|
|
276092
|
+
"type": "boolean",
|
|
276093
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
275700
276094
|
}
|
|
275701
276095
|
},
|
|
275702
276096
|
"required": [
|
|
@@ -297602,7 +297996,12 @@
|
|
|
297602
297996
|
"description": "The reason for the current state",
|
|
297603
297997
|
"example": "not_planned",
|
|
297604
297998
|
"type": "string",
|
|
297605
|
-
"nullable": true
|
|
297999
|
+
"nullable": true,
|
|
298000
|
+
"enum": [
|
|
298001
|
+
"completed",
|
|
298002
|
+
"reopened",
|
|
298003
|
+
"not_planned"
|
|
298004
|
+
]
|
|
297606
298005
|
},
|
|
297607
298006
|
"title": {
|
|
297608
298007
|
"description": "Title of the issue",
|
|
@@ -299550,6 +299949,10 @@
|
|
|
299550
299949
|
"starred_at": {
|
|
299551
299950
|
"type": "string",
|
|
299552
299951
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
299952
|
+
},
|
|
299953
|
+
"anonymous_access_enabled": {
|
|
299954
|
+
"type": "boolean",
|
|
299955
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
299553
299956
|
}
|
|
299554
299957
|
},
|
|
299555
299958
|
"required": [
|
|
@@ -308838,6 +309241,10 @@
|
|
|
308838
309241
|
"starred_at": {
|
|
308839
309242
|
"type": "string",
|
|
308840
309243
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
309244
|
+
},
|
|
309245
|
+
"anonymous_access_enabled": {
|
|
309246
|
+
"type": "boolean",
|
|
309247
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
308841
309248
|
}
|
|
308842
309249
|
},
|
|
308843
309250
|
"required": [
|
|
@@ -314877,6 +315284,10 @@
|
|
|
314877
315284
|
"starred_at": {
|
|
314878
315285
|
"type": "string",
|
|
314879
315286
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
315287
|
+
},
|
|
315288
|
+
"anonymous_access_enabled": {
|
|
315289
|
+
"type": "boolean",
|
|
315290
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
314880
315291
|
}
|
|
314881
315292
|
},
|
|
314882
315293
|
"required": [
|
|
@@ -316207,6 +316618,10 @@
|
|
|
316207
316618
|
"starred_at": {
|
|
316208
316619
|
"type": "string",
|
|
316209
316620
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
316621
|
+
},
|
|
316622
|
+
"anonymous_access_enabled": {
|
|
316623
|
+
"type": "boolean",
|
|
316624
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
316210
316625
|
}
|
|
316211
316626
|
},
|
|
316212
316627
|
"required": [
|
|
@@ -326764,6 +327179,27 @@
|
|
|
326764
327179
|
}
|
|
326765
327180
|
}
|
|
326766
327181
|
}
|
|
327182
|
+
},
|
|
327183
|
+
"503": {
|
|
327184
|
+
"description": "Service unavailable",
|
|
327185
|
+
"content": {
|
|
327186
|
+
"application/json": {
|
|
327187
|
+
"schema": {
|
|
327188
|
+
"type": "object",
|
|
327189
|
+
"properties": {
|
|
327190
|
+
"code": {
|
|
327191
|
+
"type": "string"
|
|
327192
|
+
},
|
|
327193
|
+
"message": {
|
|
327194
|
+
"type": "string"
|
|
327195
|
+
},
|
|
327196
|
+
"documentation_url": {
|
|
327197
|
+
"type": "string"
|
|
327198
|
+
}
|
|
327199
|
+
}
|
|
327200
|
+
}
|
|
327201
|
+
}
|
|
327202
|
+
}
|
|
326767
327203
|
}
|
|
326768
327204
|
},
|
|
326769
327205
|
"x-github": {
|
|
@@ -332987,6 +333423,27 @@
|
|
|
332987
333423
|
}
|
|
332988
333424
|
}
|
|
332989
333425
|
}
|
|
333426
|
+
},
|
|
333427
|
+
"503": {
|
|
333428
|
+
"description": "Service unavailable",
|
|
333429
|
+
"content": {
|
|
333430
|
+
"application/json": {
|
|
333431
|
+
"schema": {
|
|
333432
|
+
"type": "object",
|
|
333433
|
+
"properties": {
|
|
333434
|
+
"code": {
|
|
333435
|
+
"type": "string"
|
|
333436
|
+
},
|
|
333437
|
+
"message": {
|
|
333438
|
+
"type": "string"
|
|
333439
|
+
},
|
|
333440
|
+
"documentation_url": {
|
|
333441
|
+
"type": "string"
|
|
333442
|
+
}
|
|
333443
|
+
}
|
|
333444
|
+
}
|
|
333445
|
+
}
|
|
333446
|
+
}
|
|
332990
333447
|
}
|
|
332991
333448
|
},
|
|
332992
333449
|
"x-github": {
|
|
@@ -336008,6 +336465,10 @@
|
|
|
336008
336465
|
"starred_at": {
|
|
336009
336466
|
"type": "string",
|
|
336010
336467
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
336468
|
+
},
|
|
336469
|
+
"anonymous_access_enabled": {
|
|
336470
|
+
"type": "boolean",
|
|
336471
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
336011
336472
|
}
|
|
336012
336473
|
},
|
|
336013
336474
|
"required": [
|
|
@@ -337338,6 +337799,10 @@
|
|
|
337338
337799
|
"starred_at": {
|
|
337339
337800
|
"type": "string",
|
|
337340
337801
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
337802
|
+
},
|
|
337803
|
+
"anonymous_access_enabled": {
|
|
337804
|
+
"type": "boolean",
|
|
337805
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
337341
337806
|
}
|
|
337342
337807
|
},
|
|
337343
337808
|
"required": [
|
|
@@ -340717,6 +341182,10 @@
|
|
|
340717
341182
|
"starred_at": {
|
|
340718
341183
|
"type": "string",
|
|
340719
341184
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
341185
|
+
},
|
|
341186
|
+
"anonymous_access_enabled": {
|
|
341187
|
+
"type": "boolean",
|
|
341188
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
340720
341189
|
}
|
|
340721
341190
|
},
|
|
340722
341191
|
"required": [
|
|
@@ -342047,6 +342516,10 @@
|
|
|
342047
342516
|
"starred_at": {
|
|
342048
342517
|
"type": "string",
|
|
342049
342518
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
342519
|
+
},
|
|
342520
|
+
"anonymous_access_enabled": {
|
|
342521
|
+
"type": "boolean",
|
|
342522
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
342050
342523
|
}
|
|
342051
342524
|
},
|
|
342052
342525
|
"required": [
|
|
@@ -360573,6 +361046,10 @@
|
|
|
360573
361046
|
"starred_at": {
|
|
360574
361047
|
"type": "string",
|
|
360575
361048
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
361049
|
+
},
|
|
361050
|
+
"anonymous_access_enabled": {
|
|
361051
|
+
"type": "boolean",
|
|
361052
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
360576
361053
|
}
|
|
360577
361054
|
},
|
|
360578
361055
|
"required": [
|
|
@@ -361107,7 +361584,7 @@
|
|
|
361107
361584
|
"/repos/{template_owner}/{template_repo}/generate": {
|
|
361108
361585
|
"post": {
|
|
361109
361586
|
"summary": "Create a repository using a template",
|
|
361110
|
-
"description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template.
|
|
361587
|
+
"description": "Creates a new repository using a repository template. Use the `template_owner` and `template_repo` route parameters to specify the repository to use as the template. If the repository is not public, the authenticated user must own or be a member of an organization that owns the repository. To check if a repository is available to use as a template, get the repository's information using the [Get a repository](https://docs.github.com/enterprise-server@3.6/rest/reference/repos#get-a-repository) endpoint and check that the `is_template` key is `true`.\n\n**OAuth scope requirements**\n\nWhen using [OAuth](https://docs.github.com/enterprise-server@3.6/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/), authorizations must include:\n\n* `public_repo` scope or `repo` scope to create a public repository. Note: For GitHub AE, use `repo` scope to create an internal repository.\n* `repo` scope to create a private repository",
|
|
361111
361588
|
"tags": [
|
|
361112
361589
|
"repos"
|
|
361113
361590
|
],
|
|
@@ -362298,6 +362775,10 @@
|
|
|
362298
362775
|
"starred_at": {
|
|
362299
362776
|
"type": "string",
|
|
362300
362777
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
362778
|
+
},
|
|
362779
|
+
"anonymous_access_enabled": {
|
|
362780
|
+
"type": "boolean",
|
|
362781
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
362301
362782
|
}
|
|
362302
362783
|
},
|
|
362303
362784
|
"required": [
|
|
@@ -364113,6 +364594,10 @@
|
|
|
364113
364594
|
"starred_at": {
|
|
364114
364595
|
"type": "string",
|
|
364115
364596
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
364597
|
+
},
|
|
364598
|
+
"anonymous_access_enabled": {
|
|
364599
|
+
"type": "boolean",
|
|
364600
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
364116
364601
|
}
|
|
364117
364602
|
},
|
|
364118
364603
|
"required": [
|
|
@@ -366645,6 +367130,10 @@
|
|
|
366645
367130
|
"starred_at": {
|
|
366646
367131
|
"type": "string",
|
|
366647
367132
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
367133
|
+
},
|
|
367134
|
+
"anonymous_access_enabled": {
|
|
367135
|
+
"type": "boolean",
|
|
367136
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
366648
367137
|
}
|
|
366649
367138
|
},
|
|
366650
367139
|
"required": [
|
|
@@ -369074,6 +369563,10 @@
|
|
|
369074
369563
|
"starred_at": {
|
|
369075
369564
|
"type": "string",
|
|
369076
369565
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
369566
|
+
},
|
|
369567
|
+
"anonymous_access_enabled": {
|
|
369568
|
+
"type": "boolean",
|
|
369569
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
369077
369570
|
}
|
|
369078
369571
|
},
|
|
369079
369572
|
"required": [
|
|
@@ -371498,6 +371991,10 @@
|
|
|
371498
371991
|
"starred_at": {
|
|
371499
371992
|
"type": "string",
|
|
371500
371993
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
371994
|
+
},
|
|
371995
|
+
"anonymous_access_enabled": {
|
|
371996
|
+
"type": "boolean",
|
|
371997
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
371501
371998
|
}
|
|
371502
371999
|
},
|
|
371503
372000
|
"required": [
|
|
@@ -385297,6 +385794,10 @@
|
|
|
385297
385794
|
"starred_at": {
|
|
385298
385795
|
"type": "string",
|
|
385299
385796
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
385797
|
+
},
|
|
385798
|
+
"anonymous_access_enabled": {
|
|
385799
|
+
"type": "boolean",
|
|
385800
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
385300
385801
|
}
|
|
385301
385802
|
},
|
|
385302
385803
|
"required": [
|
|
@@ -387363,6 +387864,10 @@
|
|
|
387363
387864
|
"starred_at": {
|
|
387364
387865
|
"type": "string",
|
|
387365
387866
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
387867
|
+
},
|
|
387868
|
+
"anonymous_access_enabled": {
|
|
387869
|
+
"type": "boolean",
|
|
387870
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
387366
387871
|
}
|
|
387367
387872
|
},
|
|
387368
387873
|
"required": [
|
|
@@ -394645,6 +395150,10 @@
|
|
|
394645
395150
|
"starred_at": {
|
|
394646
395151
|
"type": "string",
|
|
394647
395152
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
395153
|
+
},
|
|
395154
|
+
"anonymous_access_enabled": {
|
|
395155
|
+
"type": "boolean",
|
|
395156
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
394648
395157
|
}
|
|
394649
395158
|
},
|
|
394650
395159
|
"required": [
|
|
@@ -395334,7 +395843,12 @@
|
|
|
395334
395843
|
"description": "The reason for the current state",
|
|
395335
395844
|
"example": "not_planned",
|
|
395336
395845
|
"type": "string",
|
|
395337
|
-
"nullable": true
|
|
395846
|
+
"nullable": true,
|
|
395847
|
+
"enum": [
|
|
395848
|
+
"completed",
|
|
395849
|
+
"reopened",
|
|
395850
|
+
"not_planned"
|
|
395851
|
+
]
|
|
395338
395852
|
},
|
|
395339
395853
|
"title": {
|
|
395340
395854
|
"description": "Title of the issue",
|
|
@@ -397282,6 +397796,10 @@
|
|
|
397282
397796
|
"starred_at": {
|
|
397283
397797
|
"type": "string",
|
|
397284
397798
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
397799
|
+
},
|
|
397800
|
+
"anonymous_access_enabled": {
|
|
397801
|
+
"type": "boolean",
|
|
397802
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
397285
397803
|
}
|
|
397286
397804
|
},
|
|
397287
397805
|
"required": [
|
|
@@ -401510,6 +402028,10 @@
|
|
|
401510
402028
|
"starred_at": {
|
|
401511
402029
|
"type": "string",
|
|
401512
402030
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
402031
|
+
},
|
|
402032
|
+
"anonymous_access_enabled": {
|
|
402033
|
+
"type": "boolean",
|
|
402034
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
401513
402035
|
}
|
|
401514
402036
|
},
|
|
401515
402037
|
"required": [
|
|
@@ -403255,6 +403777,10 @@
|
|
|
403255
403777
|
"starred_at": {
|
|
403256
403778
|
"type": "string",
|
|
403257
403779
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
403780
|
+
},
|
|
403781
|
+
"anonymous_access_enabled": {
|
|
403782
|
+
"type": "boolean",
|
|
403783
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
403258
403784
|
}
|
|
403259
403785
|
},
|
|
403260
403786
|
"required": [
|
|
@@ -405365,6 +405891,10 @@
|
|
|
405365
405891
|
"starred_at": {
|
|
405366
405892
|
"type": "string",
|
|
405367
405893
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
405894
|
+
},
|
|
405895
|
+
"anonymous_access_enabled": {
|
|
405896
|
+
"type": "boolean",
|
|
405897
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
405368
405898
|
}
|
|
405369
405899
|
},
|
|
405370
405900
|
"required": [
|
|
@@ -407797,6 +408327,10 @@
|
|
|
407797
408327
|
"starred_at": {
|
|
407798
408328
|
"type": "string",
|
|
407799
408329
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
408330
|
+
},
|
|
408331
|
+
"anonymous_access_enabled": {
|
|
408332
|
+
"type": "boolean",
|
|
408333
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
407800
408334
|
}
|
|
407801
408335
|
},
|
|
407802
408336
|
"required": [
|
|
@@ -409416,6 +409950,10 @@
|
|
|
409416
409950
|
"starred_at": {
|
|
409417
409951
|
"type": "string",
|
|
409418
409952
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
409953
|
+
},
|
|
409954
|
+
"anonymous_access_enabled": {
|
|
409955
|
+
"type": "boolean",
|
|
409956
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
409419
409957
|
}
|
|
409420
409958
|
},
|
|
409421
409959
|
"required": [
|
|
@@ -411448,6 +411986,10 @@
|
|
|
411448
411986
|
"starred_at": {
|
|
411449
411987
|
"type": "string",
|
|
411450
411988
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
411989
|
+
},
|
|
411990
|
+
"anonymous_access_enabled": {
|
|
411991
|
+
"type": "boolean",
|
|
411992
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
411451
411993
|
}
|
|
411452
411994
|
},
|
|
411453
411995
|
"required": [
|
|
@@ -413608,6 +414150,10 @@
|
|
|
413608
414150
|
"starred_at": {
|
|
413609
414151
|
"type": "string",
|
|
413610
414152
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
414153
|
+
},
|
|
414154
|
+
"anonymous_access_enabled": {
|
|
414155
|
+
"type": "boolean",
|
|
414156
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
413611
414157
|
}
|
|
413612
414158
|
},
|
|
413613
414159
|
"required": [
|
|
@@ -414941,6 +415487,10 @@
|
|
|
414941
415487
|
"starred_at": {
|
|
414942
415488
|
"type": "string",
|
|
414943
415489
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
415490
|
+
},
|
|
415491
|
+
"anonymous_access_enabled": {
|
|
415492
|
+
"type": "boolean",
|
|
415493
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
414944
415494
|
}
|
|
414945
415495
|
},
|
|
414946
415496
|
"required": [
|
|
@@ -417197,6 +417747,10 @@
|
|
|
417197
417747
|
"starred_at": {
|
|
417198
417748
|
"type": "string",
|
|
417199
417749
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
417750
|
+
},
|
|
417751
|
+
"anonymous_access_enabled": {
|
|
417752
|
+
"type": "boolean",
|
|
417753
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
417200
417754
|
}
|
|
417201
417755
|
},
|
|
417202
417756
|
"required": [
|
|
@@ -419236,7 +419790,12 @@
|
|
|
419236
419790
|
"description": "The reason for the current state",
|
|
419237
419791
|
"example": "not_planned",
|
|
419238
419792
|
"type": "string",
|
|
419239
|
-
"nullable": true
|
|
419793
|
+
"nullable": true,
|
|
419794
|
+
"enum": [
|
|
419795
|
+
"completed",
|
|
419796
|
+
"reopened",
|
|
419797
|
+
"not_planned"
|
|
419798
|
+
]
|
|
419240
419799
|
},
|
|
419241
419800
|
"title": {
|
|
419242
419801
|
"description": "Title of the issue",
|
|
@@ -421184,6 +421743,10 @@
|
|
|
421184
421743
|
"starred_at": {
|
|
421185
421744
|
"type": "string",
|
|
421186
421745
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
421746
|
+
},
|
|
421747
|
+
"anonymous_access_enabled": {
|
|
421748
|
+
"type": "boolean",
|
|
421749
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
421187
421750
|
}
|
|
421188
421751
|
},
|
|
421189
421752
|
"required": [
|
|
@@ -422434,7 +422997,12 @@
|
|
|
422434
422997
|
"description": "The reason for the current state",
|
|
422435
422998
|
"example": "not_planned",
|
|
422436
422999
|
"type": "string",
|
|
422437
|
-
"nullable": true
|
|
423000
|
+
"nullable": true,
|
|
423001
|
+
"enum": [
|
|
423002
|
+
"completed",
|
|
423003
|
+
"reopened",
|
|
423004
|
+
"not_planned"
|
|
423005
|
+
]
|
|
422438
423006
|
},
|
|
422439
423007
|
"title": {
|
|
422440
423008
|
"description": "Title of the issue",
|
|
@@ -424382,6 +424950,10 @@
|
|
|
424382
424950
|
"starred_at": {
|
|
424383
424951
|
"type": "string",
|
|
424384
424952
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
424953
|
+
},
|
|
424954
|
+
"anonymous_access_enabled": {
|
|
424955
|
+
"type": "boolean",
|
|
424956
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
424385
424957
|
}
|
|
424386
424958
|
},
|
|
424387
424959
|
"required": [
|
|
@@ -425634,7 +426206,12 @@
|
|
|
425634
426206
|
"description": "The reason for the current state",
|
|
425635
426207
|
"example": "not_planned",
|
|
425636
426208
|
"type": "string",
|
|
425637
|
-
"nullable": true
|
|
426209
|
+
"nullable": true,
|
|
426210
|
+
"enum": [
|
|
426211
|
+
"completed",
|
|
426212
|
+
"reopened",
|
|
426213
|
+
"not_planned"
|
|
426214
|
+
]
|
|
425638
426215
|
},
|
|
425639
426216
|
"title": {
|
|
425640
426217
|
"description": "Title of the issue",
|
|
@@ -427582,6 +428159,10 @@
|
|
|
427582
428159
|
"starred_at": {
|
|
427583
428160
|
"type": "string",
|
|
427584
428161
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
428162
|
+
},
|
|
428163
|
+
"anonymous_access_enabled": {
|
|
428164
|
+
"type": "boolean",
|
|
428165
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
427585
428166
|
}
|
|
427586
428167
|
},
|
|
427587
428168
|
"required": [
|
|
@@ -431781,7 +432362,12 @@
|
|
|
431781
432362
|
"description": "The reason for the current state",
|
|
431782
432363
|
"example": "not_planned",
|
|
431783
432364
|
"type": "string",
|
|
431784
|
-
"nullable": true
|
|
432365
|
+
"nullable": true,
|
|
432366
|
+
"enum": [
|
|
432367
|
+
"completed",
|
|
432368
|
+
"reopened",
|
|
432369
|
+
"not_planned"
|
|
432370
|
+
]
|
|
431785
432371
|
},
|
|
431786
432372
|
"title": {
|
|
431787
432373
|
"description": "Title of the issue",
|
|
@@ -433729,6 +434315,10 @@
|
|
|
433729
434315
|
"starred_at": {
|
|
433730
434316
|
"type": "string",
|
|
433731
434317
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
434318
|
+
},
|
|
434319
|
+
"anonymous_access_enabled": {
|
|
434320
|
+
"type": "boolean",
|
|
434321
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
433732
434322
|
}
|
|
433733
434323
|
},
|
|
433734
434324
|
"required": [
|
|
@@ -434981,7 +435571,12 @@
|
|
|
434981
435571
|
"description": "The reason for the current state",
|
|
434982
435572
|
"example": "not_planned",
|
|
434983
435573
|
"type": "string",
|
|
434984
|
-
"nullable": true
|
|
435574
|
+
"nullable": true,
|
|
435575
|
+
"enum": [
|
|
435576
|
+
"completed",
|
|
435577
|
+
"reopened",
|
|
435578
|
+
"not_planned"
|
|
435579
|
+
]
|
|
434985
435580
|
},
|
|
434986
435581
|
"title": {
|
|
434987
435582
|
"description": "Title of the issue",
|
|
@@ -436929,6 +437524,10 @@
|
|
|
436929
437524
|
"starred_at": {
|
|
436930
437525
|
"type": "string",
|
|
436931
437526
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
437527
|
+
},
|
|
437528
|
+
"anonymous_access_enabled": {
|
|
437529
|
+
"type": "boolean",
|
|
437530
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
436932
437531
|
}
|
|
436933
437532
|
},
|
|
436934
437533
|
"required": [
|
|
@@ -439613,6 +440212,10 @@
|
|
|
439613
440212
|
"starred_at": {
|
|
439614
440213
|
"type": "string",
|
|
439615
440214
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
440215
|
+
},
|
|
440216
|
+
"anonymous_access_enabled": {
|
|
440217
|
+
"type": "boolean",
|
|
440218
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
439616
440219
|
}
|
|
439617
440220
|
},
|
|
439618
440221
|
"required": [
|
|
@@ -441243,6 +441846,10 @@
|
|
|
441243
441846
|
"starred_at": {
|
|
441244
441847
|
"type": "string",
|
|
441245
441848
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
441849
|
+
},
|
|
441850
|
+
"anonymous_access_enabled": {
|
|
441851
|
+
"type": "boolean",
|
|
441852
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
441246
441853
|
}
|
|
441247
441854
|
},
|
|
441248
441855
|
"required": [
|
|
@@ -442441,6 +443048,10 @@
|
|
|
442441
443048
|
"starred_at": {
|
|
442442
443049
|
"type": "string",
|
|
442443
443050
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
443051
|
+
},
|
|
443052
|
+
"anonymous_access_enabled": {
|
|
443053
|
+
"type": "boolean",
|
|
443054
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
442444
443055
|
}
|
|
442445
443056
|
},
|
|
442446
443057
|
"required": [
|
|
@@ -444267,6 +444878,10 @@
|
|
|
444267
444878
|
"starred_at": {
|
|
444268
444879
|
"type": "string",
|
|
444269
444880
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
444881
|
+
},
|
|
444882
|
+
"anonymous_access_enabled": {
|
|
444883
|
+
"type": "boolean",
|
|
444884
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
444270
444885
|
}
|
|
444271
444886
|
},
|
|
444272
444887
|
"required": [
|
|
@@ -448019,6 +448634,28 @@
|
|
|
448019
448634
|
}
|
|
448020
448635
|
}
|
|
448021
448636
|
},
|
|
448637
|
+
"/orgs/{org}/{security_product}/{enablement}": {
|
|
448638
|
+
"post": {
|
|
448639
|
+
"summary": "Enable or disable a security feature for an organization",
|
|
448640
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
448641
|
+
"tags": [
|
|
448642
|
+
"orgs"
|
|
448643
|
+
],
|
|
448644
|
+
"operationId": "orgs/enable-or-disable-security-product-on-all-org-repos",
|
|
448645
|
+
"externalDocs": {
|
|
448646
|
+
"description": "API method documentation",
|
|
448647
|
+
"url": "https://docs.github.com/rest/reference/orgs#enable-or-disable-security-product-on-all-org-repos"
|
|
448648
|
+
},
|
|
448649
|
+
"x-octokit": {
|
|
448650
|
+
"api.github.com": "removed"
|
|
448651
|
+
},
|
|
448652
|
+
"responses": {
|
|
448653
|
+
"501": {
|
|
448654
|
+
"description": "Not Implemented"
|
|
448655
|
+
}
|
|
448656
|
+
}
|
|
448657
|
+
}
|
|
448658
|
+
},
|
|
448022
448659
|
"/repos/{owner}/{repo}/actions/caches": {
|
|
448023
448660
|
"get": {
|
|
448024
448661
|
"summary": "List GitHub Actions caches for a repository",
|
|
@@ -450202,6 +450839,90 @@
|
|
|
450202
450839
|
}
|
|
450203
450840
|
}
|
|
450204
450841
|
},
|
|
450842
|
+
"/user/ssh_signing_keys": {
|
|
450843
|
+
"get": {
|
|
450844
|
+
"summary": "List SSH signing keys for the authenticated user",
|
|
450845
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
450846
|
+
"tags": [
|
|
450847
|
+
"users"
|
|
450848
|
+
],
|
|
450849
|
+
"operationId": "users/list-ssh-signing-keys-for-authenticated-user",
|
|
450850
|
+
"externalDocs": {
|
|
450851
|
+
"description": "API method documentation",
|
|
450852
|
+
"url": "https://docs.github.com/rest/reference/users#list-public-ssh-signing-keys-for-the-authenticated-user"
|
|
450853
|
+
},
|
|
450854
|
+
"x-octokit": {
|
|
450855
|
+
"api.github.com": "removed"
|
|
450856
|
+
},
|
|
450857
|
+
"responses": {
|
|
450858
|
+
"501": {
|
|
450859
|
+
"description": "Not Implemented"
|
|
450860
|
+
}
|
|
450861
|
+
}
|
|
450862
|
+
},
|
|
450863
|
+
"post": {
|
|
450864
|
+
"summary": "Create a SSH signing key for the authenticated user",
|
|
450865
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
450866
|
+
"operationId": "users/create-ssh-signing-key-for-authenticated-user",
|
|
450867
|
+
"tags": [
|
|
450868
|
+
"users"
|
|
450869
|
+
],
|
|
450870
|
+
"externalDocs": {
|
|
450871
|
+
"description": "API method documentation",
|
|
450872
|
+
"url": "https://docs.github.com/rest/reference/users#create-an-ssh-signing-key-for-the-authenticated-user"
|
|
450873
|
+
},
|
|
450874
|
+
"x-octokit": {
|
|
450875
|
+
"api.github.com": "removed"
|
|
450876
|
+
},
|
|
450877
|
+
"responses": {
|
|
450878
|
+
"501": {
|
|
450879
|
+
"description": "Not Implemented"
|
|
450880
|
+
}
|
|
450881
|
+
}
|
|
450882
|
+
}
|
|
450883
|
+
},
|
|
450884
|
+
"/user/ssh_signing_keys/{ssh_signing_key_id}": {
|
|
450885
|
+
"get": {
|
|
450886
|
+
"summary": "Get an SSH signing key for the authenticated user",
|
|
450887
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
450888
|
+
"tags": [
|
|
450889
|
+
"users"
|
|
450890
|
+
],
|
|
450891
|
+
"operationId": "users/get-ssh-signing-key-for-authenticated-user",
|
|
450892
|
+
"externalDocs": {
|
|
450893
|
+
"description": "API method documentation",
|
|
450894
|
+
"url": "https://docs.github.com/rest/reference/users#get-a-ssh-signing-key-for-the-authenticated-user"
|
|
450895
|
+
},
|
|
450896
|
+
"x-octokit": {
|
|
450897
|
+
"api.github.com": "removed"
|
|
450898
|
+
},
|
|
450899
|
+
"responses": {
|
|
450900
|
+
"501": {
|
|
450901
|
+
"description": "Not Implemented"
|
|
450902
|
+
}
|
|
450903
|
+
}
|
|
450904
|
+
},
|
|
450905
|
+
"delete": {
|
|
450906
|
+
"summary": "Delete an SSH signing key for the authenticated user",
|
|
450907
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
450908
|
+
"tags": [
|
|
450909
|
+
"users"
|
|
450910
|
+
],
|
|
450911
|
+
"operationId": "users/delete-ssh-signing-key-for-authenticated-user",
|
|
450912
|
+
"externalDocs": {
|
|
450913
|
+
"description": "API method documentation",
|
|
450914
|
+
"url": "https://docs.github.com/rest/reference/users#delete-a-ssh-signing-key-for-the-authenticated-user"
|
|
450915
|
+
},
|
|
450916
|
+
"x-octokit": {
|
|
450917
|
+
"api.github.com": "removed"
|
|
450918
|
+
},
|
|
450919
|
+
"responses": {
|
|
450920
|
+
"501": {
|
|
450921
|
+
"description": "Not Implemented"
|
|
450922
|
+
}
|
|
450923
|
+
}
|
|
450924
|
+
}
|
|
450925
|
+
},
|
|
450205
450926
|
"/users/{username}/packages": {
|
|
450206
450927
|
"get": {
|
|
450207
450928
|
"summary": "List packages for a user",
|
|
@@ -450439,6 +451160,28 @@
|
|
|
450439
451160
|
}
|
|
450440
451161
|
}
|
|
450441
451162
|
}
|
|
451163
|
+
},
|
|
451164
|
+
"/users/{username}/ssh_signing_keys": {
|
|
451165
|
+
"get": {
|
|
451166
|
+
"summary": "List SSH signing keys for a user",
|
|
451167
|
+
"description": "This endpoint does not exist in GitHub Enterprise Server 3.6. It was added in api.github.com",
|
|
451168
|
+
"tags": [
|
|
451169
|
+
"users"
|
|
451170
|
+
],
|
|
451171
|
+
"operationId": "users/list-ssh-signing-keys-for-user",
|
|
451172
|
+
"externalDocs": {
|
|
451173
|
+
"description": "API method documentation",
|
|
451174
|
+
"url": "https://docs.github.com/rest/reference/users#list-ssh-signing-keys-for-a-user"
|
|
451175
|
+
},
|
|
451176
|
+
"x-octokit": {
|
|
451177
|
+
"api.github.com": "removed"
|
|
451178
|
+
},
|
|
451179
|
+
"responses": {
|
|
451180
|
+
"501": {
|
|
451181
|
+
"description": "Not Implemented"
|
|
451182
|
+
}
|
|
451183
|
+
}
|
|
451184
|
+
}
|
|
450442
451185
|
}
|
|
450443
451186
|
}
|
|
450444
451187
|
}
|