@octokit/openapi 7.5.0 → 7.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/generated/api.github.com.deref.json +2249 -268
- package/generated/api.github.com.json +1222 -129
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +386 -28
- package/generated/ghes-3.2-diff-to-ghes-3.3.json +43 -17
- package/generated/ghes-3.2.deref.json +778 -256
- package/generated/ghes-3.2.json +588 -40
- package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +0 -16
- package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +205 -225
- package/generated/ghes-3.3-diff-to-ghes-3.4.json +445 -12
- package/generated/ghes-3.3.deref.json +785 -257
- package/generated/ghes-3.3.json +595 -41
- package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +153 -1
- package/generated/ghes-3.4-diff-to-ghes-3.5.json +13 -1
- package/generated/ghes-3.4.deref.json +816 -243
- package/generated/ghes-3.4.json +603 -43
- package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
- package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
- package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +462 -42
- package/generated/ghes-3.5-diff-to-ghes-3.6.json +304 -18
- package/generated/ghes-3.5.deref.json +829 -243
- package/generated/ghes-3.5.json +603 -43
- package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +519 -89
- package/generated/ghes-3.6-diff-to-api.github.com.deref.json +18071 -6614
- package/generated/ghes-3.6-diff-to-api.github.com.json +6665 -4290
- package/generated/ghes-3.6.deref.json +1048 -256
- package/generated/ghes-3.6.json +826 -56
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +347 -32
- package/generated/github.ae-diff-to-api.github.com.deref.json +11634 -3854
- package/generated/github.ae-diff-to-api.github.com.json +1185 -40
- package/generated/github.ae.deref.json +1087 -178
- package/generated/github.ae.json +865 -50
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.8.0",
|
|
5
5
|
"title": "GitHub's official OpenAPI spec + Octokit extension",
|
|
6
6
|
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
|
|
7
7
|
"license": {
|
|
@@ -3231,6 +3231,10 @@
|
|
|
3231
3231
|
"starred_at": {
|
|
3232
3232
|
"type": "string",
|
|
3233
3233
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
3234
|
+
},
|
|
3235
|
+
"anonymous_access_enabled": {
|
|
3236
|
+
"type": "boolean",
|
|
3237
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
3234
3238
|
}
|
|
3235
3239
|
},
|
|
3236
3240
|
"required": [
|
|
@@ -5238,6 +5242,10 @@
|
|
|
5238
5242
|
"starred_at": {
|
|
5239
5243
|
"type": "string",
|
|
5240
5244
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
5245
|
+
},
|
|
5246
|
+
"anonymous_access_enabled": {
|
|
5247
|
+
"type": "boolean",
|
|
5248
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
5241
5249
|
}
|
|
5242
5250
|
},
|
|
5243
5251
|
"required": [
|
|
@@ -7785,6 +7793,10 @@
|
|
|
7785
7793
|
"starred_at": {
|
|
7786
7794
|
"type": "string",
|
|
7787
7795
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
7796
|
+
},
|
|
7797
|
+
"anonymous_access_enabled": {
|
|
7798
|
+
"type": "boolean",
|
|
7799
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
7788
7800
|
}
|
|
7789
7801
|
},
|
|
7790
7802
|
"required": [
|
|
@@ -9797,6 +9809,10 @@
|
|
|
9797
9809
|
"starred_at": {
|
|
9798
9810
|
"type": "string",
|
|
9799
9811
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
9812
|
+
},
|
|
9813
|
+
"anonymous_access_enabled": {
|
|
9814
|
+
"type": "boolean",
|
|
9815
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
9800
9816
|
}
|
|
9801
9817
|
},
|
|
9802
9818
|
"required": [
|
|
@@ -11637,6 +11653,10 @@
|
|
|
11637
11653
|
"starred_at": {
|
|
11638
11654
|
"type": "string",
|
|
11639
11655
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
11656
|
+
},
|
|
11657
|
+
"anonymous_access_enabled": {
|
|
11658
|
+
"type": "boolean",
|
|
11659
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
11640
11660
|
}
|
|
11641
11661
|
},
|
|
11642
11662
|
"required": [
|
|
@@ -13505,6 +13525,10 @@
|
|
|
13505
13525
|
"starred_at": {
|
|
13506
13526
|
"type": "string",
|
|
13507
13527
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
13528
|
+
},
|
|
13529
|
+
"anonymous_access_enabled": {
|
|
13530
|
+
"type": "boolean",
|
|
13531
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
13508
13532
|
}
|
|
13509
13533
|
},
|
|
13510
13534
|
"required": [
|
|
@@ -16321,6 +16345,10 @@
|
|
|
16321
16345
|
"starred_at": {
|
|
16322
16346
|
"type": "string",
|
|
16323
16347
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
16348
|
+
},
|
|
16349
|
+
"anonymous_access_enabled": {
|
|
16350
|
+
"type": "boolean",
|
|
16351
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
16324
16352
|
}
|
|
16325
16353
|
},
|
|
16326
16354
|
"required": [
|
|
@@ -18284,6 +18312,10 @@
|
|
|
18284
18312
|
"starred_at": {
|
|
18285
18313
|
"type": "string",
|
|
18286
18314
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
18315
|
+
},
|
|
18316
|
+
"anonymous_access_enabled": {
|
|
18317
|
+
"type": "boolean",
|
|
18318
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
18287
18319
|
}
|
|
18288
18320
|
},
|
|
18289
18321
|
"required": [
|
|
@@ -20763,6 +20795,10 @@
|
|
|
20763
20795
|
"starred_at": {
|
|
20764
20796
|
"type": "string",
|
|
20765
20797
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
20798
|
+
},
|
|
20799
|
+
"anonymous_access_enabled": {
|
|
20800
|
+
"type": "boolean",
|
|
20801
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
20766
20802
|
}
|
|
20767
20803
|
},
|
|
20768
20804
|
"required": [
|
|
@@ -22436,6 +22472,10 @@
|
|
|
22436
22472
|
"starred_at": {
|
|
22437
22473
|
"type": "string",
|
|
22438
22474
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
22475
|
+
},
|
|
22476
|
+
"anonymous_access_enabled": {
|
|
22477
|
+
"type": "boolean",
|
|
22478
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
22439
22479
|
}
|
|
22440
22480
|
},
|
|
22441
22481
|
"required": [
|
|
@@ -24686,6 +24726,10 @@
|
|
|
24686
24726
|
"starred_at": {
|
|
24687
24727
|
"type": "string",
|
|
24688
24728
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
24729
|
+
},
|
|
24730
|
+
"anonymous_access_enabled": {
|
|
24731
|
+
"type": "boolean",
|
|
24732
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
24689
24733
|
}
|
|
24690
24734
|
},
|
|
24691
24735
|
"required": [
|
|
@@ -26359,6 +26403,10 @@
|
|
|
26359
26403
|
"starred_at": {
|
|
26360
26404
|
"type": "string",
|
|
26361
26405
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
26406
|
+
},
|
|
26407
|
+
"anonymous_access_enabled": {
|
|
26408
|
+
"type": "boolean",
|
|
26409
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
26362
26410
|
}
|
|
26363
26411
|
},
|
|
26364
26412
|
"required": [
|
|
@@ -28691,6 +28739,10 @@
|
|
|
28691
28739
|
"starred_at": {
|
|
28692
28740
|
"type": "string",
|
|
28693
28741
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
28742
|
+
},
|
|
28743
|
+
"anonymous_access_enabled": {
|
|
28744
|
+
"type": "boolean",
|
|
28745
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
28694
28746
|
}
|
|
28695
28747
|
},
|
|
28696
28748
|
"required": [
|
|
@@ -30364,6 +30416,10 @@
|
|
|
30364
30416
|
"starred_at": {
|
|
30365
30417
|
"type": "string",
|
|
30366
30418
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
30419
|
+
},
|
|
30420
|
+
"anonymous_access_enabled": {
|
|
30421
|
+
"type": "boolean",
|
|
30422
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
30367
30423
|
}
|
|
30368
30424
|
},
|
|
30369
30425
|
"required": [
|
|
@@ -32752,6 +32808,10 @@
|
|
|
32752
32808
|
"starred_at": {
|
|
32753
32809
|
"type": "string",
|
|
32754
32810
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
32811
|
+
},
|
|
32812
|
+
"anonymous_access_enabled": {
|
|
32813
|
+
"type": "boolean",
|
|
32814
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
32755
32815
|
}
|
|
32756
32816
|
},
|
|
32757
32817
|
"required": [
|
|
@@ -35243,6 +35303,10 @@
|
|
|
35243
35303
|
"starred_at": {
|
|
35244
35304
|
"type": "string",
|
|
35245
35305
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
35306
|
+
},
|
|
35307
|
+
"anonymous_access_enabled": {
|
|
35308
|
+
"type": "boolean",
|
|
35309
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
35246
35310
|
}
|
|
35247
35311
|
},
|
|
35248
35312
|
"required": [
|
|
@@ -37457,6 +37521,10 @@
|
|
|
37457
37521
|
"starred_at": {
|
|
37458
37522
|
"type": "string",
|
|
37459
37523
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
37524
|
+
},
|
|
37525
|
+
"anonymous_access_enabled": {
|
|
37526
|
+
"type": "boolean",
|
|
37527
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
37460
37528
|
}
|
|
37461
37529
|
},
|
|
37462
37530
|
"required": [
|
|
@@ -39844,6 +39912,10 @@
|
|
|
39844
39912
|
"starred_at": {
|
|
39845
39913
|
"type": "string",
|
|
39846
39914
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
39915
|
+
},
|
|
39916
|
+
"anonymous_access_enabled": {
|
|
39917
|
+
"type": "boolean",
|
|
39918
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
39847
39919
|
}
|
|
39848
39920
|
},
|
|
39849
39921
|
"required": [
|
|
@@ -42320,6 +42392,10 @@
|
|
|
42320
42392
|
"starred_at": {
|
|
42321
42393
|
"type": "string",
|
|
42322
42394
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
42395
|
+
},
|
|
42396
|
+
"anonymous_access_enabled": {
|
|
42397
|
+
"type": "boolean",
|
|
42398
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
42323
42399
|
}
|
|
42324
42400
|
},
|
|
42325
42401
|
"required": [
|
|
@@ -45289,6 +45365,10 @@
|
|
|
45289
45365
|
"starred_at": {
|
|
45290
45366
|
"type": "string",
|
|
45291
45367
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
45368
|
+
},
|
|
45369
|
+
"anonymous_access_enabled": {
|
|
45370
|
+
"type": "boolean",
|
|
45371
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
45292
45372
|
}
|
|
45293
45373
|
},
|
|
45294
45374
|
"required": [
|
|
@@ -47424,6 +47504,10 @@
|
|
|
47424
47504
|
"starred_at": {
|
|
47425
47505
|
"type": "string",
|
|
47426
47506
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
47507
|
+
},
|
|
47508
|
+
"anonymous_access_enabled": {
|
|
47509
|
+
"type": "boolean",
|
|
47510
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
47427
47511
|
}
|
|
47428
47512
|
},
|
|
47429
47513
|
"required": [
|
|
@@ -49340,6 +49424,10 @@
|
|
|
49340
49424
|
"starred_at": {
|
|
49341
49425
|
"type": "string",
|
|
49342
49426
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
49427
|
+
},
|
|
49428
|
+
"anonymous_access_enabled": {
|
|
49429
|
+
"type": "boolean",
|
|
49430
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
49343
49431
|
}
|
|
49344
49432
|
},
|
|
49345
49433
|
"required": [
|
|
@@ -51288,6 +51376,10 @@
|
|
|
51288
51376
|
"starred_at": {
|
|
51289
51377
|
"type": "string",
|
|
51290
51378
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
51379
|
+
},
|
|
51380
|
+
"anonymous_access_enabled": {
|
|
51381
|
+
"type": "boolean",
|
|
51382
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
51291
51383
|
}
|
|
51292
51384
|
},
|
|
51293
51385
|
"required": [
|
|
@@ -51997,6 +52089,14 @@
|
|
|
51997
52089
|
]
|
|
51998
52090
|
}
|
|
51999
52091
|
}
|
|
52092
|
+
},
|
|
52093
|
+
"examples": {
|
|
52094
|
+
"default": {
|
|
52095
|
+
"summary": "Example request body",
|
|
52096
|
+
"value": {
|
|
52097
|
+
"permissions": "write"
|
|
52098
|
+
}
|
|
52099
|
+
}
|
|
52000
52100
|
}
|
|
52001
52101
|
}
|
|
52002
52102
|
}
|
|
@@ -53477,6 +53577,10 @@
|
|
|
53477
53577
|
"starred_at": {
|
|
53478
53578
|
"type": "string",
|
|
53479
53579
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
53580
|
+
},
|
|
53581
|
+
"anonymous_access_enabled": {
|
|
53582
|
+
"type": "boolean",
|
|
53583
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
53480
53584
|
}
|
|
53481
53585
|
},
|
|
53482
53586
|
"required": [
|
|
@@ -55682,6 +55786,10 @@
|
|
|
55682
55786
|
"starred_at": {
|
|
55683
55787
|
"type": "string",
|
|
55684
55788
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
55789
|
+
},
|
|
55790
|
+
"anonymous_access_enabled": {
|
|
55791
|
+
"type": "boolean",
|
|
55792
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
55685
55793
|
}
|
|
55686
55794
|
},
|
|
55687
55795
|
"required": [
|
|
@@ -58645,6 +58753,10 @@
|
|
|
58645
58753
|
"starred_at": {
|
|
58646
58754
|
"type": "string",
|
|
58647
58755
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
58756
|
+
},
|
|
58757
|
+
"anonymous_access_enabled": {
|
|
58758
|
+
"type": "boolean",
|
|
58759
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
58648
58760
|
}
|
|
58649
58761
|
},
|
|
58650
58762
|
"required": [
|
|
@@ -60612,6 +60724,10 @@
|
|
|
60612
60724
|
"starred_at": {
|
|
60613
60725
|
"type": "string",
|
|
60614
60726
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
60727
|
+
},
|
|
60728
|
+
"anonymous_access_enabled": {
|
|
60729
|
+
"type": "boolean",
|
|
60730
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
60615
60731
|
}
|
|
60616
60732
|
},
|
|
60617
60733
|
"required": [
|
|
@@ -62574,6 +62690,10 @@
|
|
|
62574
62690
|
"starred_at": {
|
|
62575
62691
|
"type": "string",
|
|
62576
62692
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
62693
|
+
},
|
|
62694
|
+
"anonymous_access_enabled": {
|
|
62695
|
+
"type": "boolean",
|
|
62696
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
62577
62697
|
}
|
|
62578
62698
|
},
|
|
62579
62699
|
"required": [
|
|
@@ -64920,6 +65040,10 @@
|
|
|
64920
65040
|
"starred_at": {
|
|
64921
65041
|
"type": "string",
|
|
64922
65042
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
65043
|
+
},
|
|
65044
|
+
"anonymous_access_enabled": {
|
|
65045
|
+
"type": "boolean",
|
|
65046
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
64923
65047
|
}
|
|
64924
65048
|
},
|
|
64925
65049
|
"required": [
|
|
@@ -66858,6 +66982,10 @@
|
|
|
66858
66982
|
"starred_at": {
|
|
66859
66983
|
"type": "string",
|
|
66860
66984
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
66985
|
+
},
|
|
66986
|
+
"anonymous_access_enabled": {
|
|
66987
|
+
"type": "boolean",
|
|
66988
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
66861
66989
|
}
|
|
66862
66990
|
},
|
|
66863
66991
|
"required": [
|
|
@@ -68841,6 +68969,10 @@
|
|
|
68841
68969
|
"starred_at": {
|
|
68842
68970
|
"type": "string",
|
|
68843
68971
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
68972
|
+
},
|
|
68973
|
+
"anonymous_access_enabled": {
|
|
68974
|
+
"type": "boolean",
|
|
68975
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
68844
68976
|
}
|
|
68845
68977
|
},
|
|
68846
68978
|
"required": [
|
|
@@ -70833,6 +70965,10 @@
|
|
|
70833
70965
|
"starred_at": {
|
|
70834
70966
|
"type": "string",
|
|
70835
70967
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
70968
|
+
},
|
|
70969
|
+
"anonymous_access_enabled": {
|
|
70970
|
+
"type": "boolean",
|
|
70971
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
70836
70972
|
}
|
|
70837
70973
|
},
|
|
70838
70974
|
"required": [
|
|
@@ -72728,6 +72864,10 @@
|
|
|
72728
72864
|
"starred_at": {
|
|
72729
72865
|
"type": "string",
|
|
72730
72866
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
72867
|
+
},
|
|
72868
|
+
"anonymous_access_enabled": {
|
|
72869
|
+
"type": "boolean",
|
|
72870
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
72731
72871
|
}
|
|
72732
72872
|
},
|
|
72733
72873
|
"required": [
|
|
@@ -74958,6 +75098,10 @@
|
|
|
74958
75098
|
"starred_at": {
|
|
74959
75099
|
"type": "string",
|
|
74960
75100
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
75101
|
+
},
|
|
75102
|
+
"anonymous_access_enabled": {
|
|
75103
|
+
"type": "boolean",
|
|
75104
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
74961
75105
|
}
|
|
74962
75106
|
},
|
|
74963
75107
|
"required": [
|
|
@@ -76916,6 +77060,10 @@
|
|
|
76916
77060
|
"starred_at": {
|
|
76917
77061
|
"type": "string",
|
|
76918
77062
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
77063
|
+
},
|
|
77064
|
+
"anonymous_access_enabled": {
|
|
77065
|
+
"type": "boolean",
|
|
77066
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
76919
77067
|
}
|
|
76920
77068
|
},
|
|
76921
77069
|
"required": [
|
|
@@ -78775,6 +78923,10 @@
|
|
|
78775
78923
|
"starred_at": {
|
|
78776
78924
|
"type": "string",
|
|
78777
78925
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
78926
|
+
},
|
|
78927
|
+
"anonymous_access_enabled": {
|
|
78928
|
+
"type": "boolean",
|
|
78929
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
78778
78930
|
}
|
|
78779
78931
|
},
|
|
78780
78932
|
"required": [
|
|
@@ -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": {
|
|
@@ -2738,6 +2738,14 @@
|
|
|
2738
2738
|
]
|
|
2739
2739
|
}
|
|
2740
2740
|
}
|
|
2741
|
+
},
|
|
2742
|
+
"examples": {
|
|
2743
|
+
"default": {
|
|
2744
|
+
"summary": "Example request body",
|
|
2745
|
+
"value": {
|
|
2746
|
+
"permissions": "write"
|
|
2747
|
+
}
|
|
2748
|
+
}
|
|
2741
2749
|
}
|
|
2742
2750
|
}
|
|
2743
2751
|
}
|
|
@@ -7728,6 +7736,10 @@
|
|
|
7728
7736
|
"starred_at": {
|
|
7729
7737
|
"type": "string",
|
|
7730
7738
|
"example": "\"2020-07-09T00:17:42Z\""
|
|
7739
|
+
},
|
|
7740
|
+
"anonymous_access_enabled": {
|
|
7741
|
+
"type": "boolean",
|
|
7742
|
+
"description": "Whether anonymous git access is enabled for this repository"
|
|
7731
7743
|
}
|
|
7732
7744
|
},
|
|
7733
7745
|
"required": [
|