@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.
Files changed (34) hide show
  1. package/generated/api.github.com.deref.json +2249 -268
  2. package/generated/api.github.com.json +1222 -129
  3. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +1 -1
  4. package/generated/ghes-3.2-diff-to-api.github.com.json +1 -1
  5. package/generated/ghes-3.2-diff-to-ghes-3.3.deref.json +386 -28
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +43 -17
  7. package/generated/ghes-3.2.deref.json +778 -256
  8. package/generated/ghes-3.2.json +588 -40
  9. package/generated/ghes-3.3-anicca-diff-to-ghes-3.4.deref.json +0 -16
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +205 -225
  11. package/generated/ghes-3.3-diff-to-ghes-3.4.json +445 -12
  12. package/generated/ghes-3.3.deref.json +785 -257
  13. package/generated/ghes-3.3.json +595 -41
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +153 -1
  15. package/generated/ghes-3.4-diff-to-ghes-3.5.json +13 -1
  16. package/generated/ghes-3.4.deref.json +816 -243
  17. package/generated/ghes-3.4.json +603 -43
  18. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  19. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  20. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +462 -42
  21. package/generated/ghes-3.5-diff-to-ghes-3.6.json +304 -18
  22. package/generated/ghes-3.5.deref.json +829 -243
  23. package/generated/ghes-3.5.json +603 -43
  24. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +519 -89
  25. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +18071 -6614
  26. package/generated/ghes-3.6-diff-to-api.github.com.json +6665 -4290
  27. package/generated/ghes-3.6.deref.json +1048 -256
  28. package/generated/ghes-3.6.json +826 -56
  29. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +347 -32
  30. package/generated/github.ae-diff-to-api.github.com.deref.json +11634 -3854
  31. package/generated/github.ae-diff-to-api.github.com.json +1185 -40
  32. package/generated/github.ae.deref.json +1087 -178
  33. package/generated/github.ae.json +865 -50
  34. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.5.0",
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": {
@@ -804,14 +804,6 @@
804
804
  "write"
805
805
  ]
806
806
  },
807
- "organization_custom_roles": {
808
- "type": "string",
809
- "description": "The level of permission to grant the access token for custom roles management.",
810
- "enum": [
811
- "read",
812
- "write"
813
- ]
814
- },
815
807
  "deployments": {
816
808
  "type": "string",
817
809
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -1105,14 +1097,6 @@
1105
1097
  "write"
1106
1098
  ]
1107
1099
  },
1108
- "organization_custom_roles": {
1109
- "type": "string",
1110
- "description": "The level of permission to grant the access token for custom roles management.",
1111
- "enum": [
1112
- "read",
1113
- "write"
1114
- ]
1115
- },
1116
1100
  "deployments": {
1117
1101
  "type": "string",
1118
1102
  "description": "The level of permission to grant the access token for deployments and deployment statuses.",
@@ -2367,6 +2351,10 @@
2367
2351
  "starred_at": {
2368
2352
  "type": "string",
2369
2353
  "example": "\"2020-07-09T00:17:42Z\""
2354
+ },
2355
+ "anonymous_access_enabled": {
2356
+ "type": "boolean",
2357
+ "description": "Whether anonymous git access is enabled for this repository"
2370
2358
  }
2371
2359
  },
2372
2360
  "required": [
@@ -3849,6 +3837,10 @@
3849
3837
  "starred_at": {
3850
3838
  "type": "string",
3851
3839
  "example": "\"2020-07-09T00:17:42Z\""
3840
+ },
3841
+ "anonymous_access_enabled": {
3842
+ "type": "boolean",
3843
+ "description": "Whether anonymous git access is enabled for this repository"
3852
3844
  }
3853
3845
  },
3854
3846
  "required": [
@@ -5049,6 +5041,10 @@
5049
5041
  "starred_at": {
5050
5042
  "type": "string",
5051
5043
  "example": "\"2020-07-09T00:17:42Z\""
5044
+ },
5045
+ "anonymous_access_enabled": {
5046
+ "type": "boolean",
5047
+ "description": "Whether anonymous git access is enabled for this repository"
5052
5048
  }
5053
5049
  },
5054
5050
  "required": [
@@ -7229,6 +7225,10 @@
7229
7225
  "starred_at": {
7230
7226
  "type": "string",
7231
7227
  "example": "\"2020-07-09T00:17:42Z\""
7228
+ },
7229
+ "anonymous_access_enabled": {
7230
+ "type": "boolean",
7231
+ "description": "Whether anonymous git access is enabled for this repository"
7232
7232
  }
7233
7233
  },
7234
7234
  "required": [
@@ -9390,6 +9390,10 @@
9390
9390
  "starred_at": {
9391
9391
  "type": "string",
9392
9392
  "example": "\"2020-07-09T00:17:42Z\""
9393
+ },
9394
+ "anonymous_access_enabled": {
9395
+ "type": "boolean",
9396
+ "description": "Whether anonymous git access is enabled for this repository"
9393
9397
  }
9394
9398
  },
9395
9399
  "required": [
@@ -11750,6 +11754,10 @@
11750
11754
  "starred_at": {
11751
11755
  "type": "string",
11752
11756
  "example": "\"2020-07-09T00:17:42Z\""
11757
+ },
11758
+ "anonymous_access_enabled": {
11759
+ "type": "boolean",
11760
+ "description": "Whether anonymous git access is enabled for this repository"
11753
11761
  }
11754
11762
  },
11755
11763
  "required": [
@@ -14638,6 +14646,10 @@
14638
14646
  "starred_at": {
14639
14647
  "type": "string",
14640
14648
  "example": "\"2020-07-09T00:17:42Z\""
14649
+ },
14650
+ "anonymous_access_enabled": {
14651
+ "type": "boolean",
14652
+ "description": "Whether anonymous git access is enabled for this repository"
14641
14653
  }
14642
14654
  },
14643
14655
  "required": [
@@ -17299,6 +17311,10 @@
17299
17311
  "starred_at": {
17300
17312
  "type": "string",
17301
17313
  "example": "\"2020-07-09T00:17:42Z\""
17314
+ },
17315
+ "anonymous_access_enabled": {
17316
+ "type": "boolean",
17317
+ "description": "Whether anonymous git access is enabled for this repository"
17302
17318
  }
17303
17319
  },
17304
17320
  "required": [
@@ -19297,6 +19313,10 @@
19297
19313
  "starred_at": {
19298
19314
  "type": "string",
19299
19315
  "example": "\"2020-07-09T00:17:42Z\""
19316
+ },
19317
+ "anonymous_access_enabled": {
19318
+ "type": "boolean",
19319
+ "description": "Whether anonymous git access is enabled for this repository"
19300
19320
  }
19301
19321
  },
19302
19322
  "required": [
@@ -20806,6 +20826,10 @@
20806
20826
  "starred_at": {
20807
20827
  "type": "string",
20808
20828
  "example": "\"2020-07-09T00:17:42Z\""
20829
+ },
20830
+ "anonymous_access_enabled": {
20831
+ "type": "boolean",
20832
+ "description": "Whether anonymous git access is enabled for this repository"
20809
20833
  }
20810
20834
  },
20811
20835
  "required": [
@@ -22557,6 +22581,10 @@
22557
22581
  "starred_at": {
22558
22582
  "type": "string",
22559
22583
  "example": "\"2020-07-09T00:17:42Z\""
22584
+ },
22585
+ "anonymous_access_enabled": {
22586
+ "type": "boolean",
22587
+ "description": "Whether anonymous git access is enabled for this repository"
22560
22588
  }
22561
22589
  },
22562
22590
  "required": [
@@ -24116,6 +24144,10 @@
24116
24144
  "starred_at": {
24117
24145
  "type": "string",
24118
24146
  "example": "\"2020-07-09T00:17:42Z\""
24147
+ },
24148
+ "anonymous_access_enabled": {
24149
+ "type": "boolean",
24150
+ "description": "Whether anonymous git access is enabled for this repository"
24119
24151
  }
24120
24152
  },
24121
24153
  "required": [
@@ -25316,6 +25348,10 @@
25316
25348
  "starred_at": {
25317
25349
  "type": "string",
25318
25350
  "example": "\"2020-07-09T00:17:42Z\""
25351
+ },
25352
+ "anonymous_access_enabled": {
25353
+ "type": "boolean",
25354
+ "description": "Whether anonymous git access is enabled for this repository"
25319
25355
  }
25320
25356
  },
25321
25357
  "required": [
@@ -26960,6 +26996,10 @@
26960
26996
  "starred_at": {
26961
26997
  "type": "string",
26962
26998
  "example": "\"2020-07-09T00:17:42Z\""
26999
+ },
27000
+ "anonymous_access_enabled": {
27001
+ "type": "boolean",
27002
+ "description": "Whether anonymous git access is enabled for this repository"
26963
27003
  }
26964
27004
  },
26965
27005
  "required": [
@@ -29336,6 +29376,10 @@
29336
29376
  "starred_at": {
29337
29377
  "type": "string",
29338
29378
  "example": "\"2020-07-09T00:17:42Z\""
29379
+ },
29380
+ "anonymous_access_enabled": {
29381
+ "type": "boolean",
29382
+ "description": "Whether anonymous git access is enabled for this repository"
29339
29383
  }
29340
29384
  },
29341
29385
  "required": [
@@ -32414,6 +32458,10 @@
32414
32458
  "starred_at": {
32415
32459
  "type": "string",
32416
32460
  "example": "\"2020-07-09T00:17:42Z\""
32461
+ },
32462
+ "anonymous_access_enabled": {
32463
+ "type": "boolean",
32464
+ "description": "Whether anonymous git access is enabled for this repository"
32417
32465
  }
32418
32466
  },
32419
32467
  "required": [
@@ -34704,6 +34752,10 @@
34704
34752
  "starred_at": {
34705
34753
  "type": "string",
34706
34754
  "example": "\"2020-07-09T00:17:42Z\""
34755
+ },
34756
+ "anonymous_access_enabled": {
34757
+ "type": "boolean",
34758
+ "description": "Whether anonymous git access is enabled for this repository"
34707
34759
  }
34708
34760
  },
34709
34761
  "required": [
@@ -36260,6 +36312,10 @@
36260
36312
  "starred_at": {
36261
36313
  "type": "string",
36262
36314
  "example": "\"2020-07-09T00:17:42Z\""
36315
+ },
36316
+ "anonymous_access_enabled": {
36317
+ "type": "boolean",
36318
+ "description": "Whether anonymous git access is enabled for this repository"
36263
36319
  }
36264
36320
  },
36265
36321
  "required": [
@@ -38102,6 +38158,10 @@
38102
38158
  "starred_at": {
38103
38159
  "type": "string",
38104
38160
  "example": "\"2020-07-09T00:17:42Z\""
38161
+ },
38162
+ "anonymous_access_enabled": {
38163
+ "type": "boolean",
38164
+ "description": "Whether anonymous git access is enabled for this repository"
38105
38165
  }
38106
38166
  },
38107
38167
  "required": [
@@ -40056,6 +40116,10 @@
40056
40116
  "starred_at": {
40057
40117
  "type": "string",
40058
40118
  "example": "\"2020-07-09T00:17:42Z\""
40119
+ },
40120
+ "anonymous_access_enabled": {
40121
+ "type": "boolean",
40122
+ "description": "Whether anonymous git access is enabled for this repository"
40059
40123
  }
40060
40124
  },
40061
40125
  "required": [
@@ -42060,6 +42124,10 @@
42060
42124
  "starred_at": {
42061
42125
  "type": "string",
42062
42126
  "example": "\"2020-07-09T00:17:42Z\""
42127
+ },
42128
+ "anonymous_access_enabled": {
42129
+ "type": "boolean",
42130
+ "description": "Whether anonymous git access is enabled for this repository"
42063
42131
  }
42064
42132
  },
42065
42133
  "required": [
@@ -43354,6 +43422,10 @@
43354
43422
  "starred_at": {
43355
43423
  "type": "string",
43356
43424
  "example": "\"2020-07-09T00:17:42Z\""
43425
+ },
43426
+ "anonymous_access_enabled": {
43427
+ "type": "boolean",
43428
+ "description": "Whether anonymous git access is enabled for this repository"
43357
43429
  }
43358
43430
  },
43359
43431
  "required": [
@@ -44453,6 +44525,10 @@
44453
44525
  "starred_at": {
44454
44526
  "type": "string",
44455
44527
  "example": "\"2020-07-09T00:17:42Z\""
44528
+ },
44529
+ "anonymous_access_enabled": {
44530
+ "type": "boolean",
44531
+ "description": "Whether anonymous git access is enabled for this repository"
44456
44532
  }
44457
44533
  },
44458
44534
  "required": [
@@ -47527,6 +47603,10 @@
47527
47603
  "starred_at": {
47528
47604
  "type": "string",
47529
47605
  "example": "\"2020-07-09T00:17:42Z\""
47606
+ },
47607
+ "anonymous_access_enabled": {
47608
+ "type": "boolean",
47609
+ "description": "Whether anonymous git access is enabled for this repository"
47530
47610
  }
47531
47611
  },
47532
47612
  "required": [
@@ -48821,6 +48901,10 @@
48821
48901
  "starred_at": {
48822
48902
  "type": "string",
48823
48903
  "example": "\"2020-07-09T00:17:42Z\""
48904
+ },
48905
+ "anonymous_access_enabled": {
48906
+ "type": "boolean",
48907
+ "description": "Whether anonymous git access is enabled for this repository"
48824
48908
  }
48825
48909
  },
48826
48910
  "required": [
@@ -49920,6 +50004,10 @@
49920
50004
  "starred_at": {
49921
50005
  "type": "string",
49922
50006
  "example": "\"2020-07-09T00:17:42Z\""
50007
+ },
50008
+ "anonymous_access_enabled": {
50009
+ "type": "boolean",
50010
+ "description": "Whether anonymous git access is enabled for this repository"
49923
50011
  }
49924
50012
  },
49925
50013
  "required": [
@@ -52244,6 +52332,10 @@
52244
52332
  "starred_at": {
52245
52333
  "type": "string",
52246
52334
  "example": "\"2020-07-09T00:17:42Z\""
52335
+ },
52336
+ "anonymous_access_enabled": {
52337
+ "type": "boolean",
52338
+ "description": "Whether anonymous git access is enabled for this repository"
52247
52339
  }
52248
52340
  },
52249
52341
  "required": [
@@ -53453,6 +53545,10 @@
53453
53545
  "starred_at": {
53454
53546
  "type": "string",
53455
53547
  "example": "\"2020-07-09T00:17:42Z\""
53548
+ },
53549
+ "anonymous_access_enabled": {
53550
+ "type": "boolean",
53551
+ "description": "Whether anonymous git access is enabled for this repository"
53456
53552
  }
53457
53553
  },
53458
53554
  "required": [
@@ -55441,6 +55537,10 @@
55441
55537
  "starred_at": {
55442
55538
  "type": "string",
55443
55539
  "example": "\"2020-07-09T00:17:42Z\""
55540
+ },
55541
+ "anonymous_access_enabled": {
55542
+ "type": "boolean",
55543
+ "description": "Whether anonymous git access is enabled for this repository"
55444
55544
  }
55445
55545
  },
55446
55546
  "required": [
@@ -57105,6 +57205,10 @@
57105
57205
  "starred_at": {
57106
57206
  "type": "string",
57107
57207
  "example": "\"2020-07-09T00:17:42Z\""
57208
+ },
57209
+ "anonymous_access_enabled": {
57210
+ "type": "boolean",
57211
+ "description": "Whether anonymous git access is enabled for this repository"
57108
57212
  }
57109
57213
  },
57110
57214
  "required": [
@@ -59346,6 +59450,10 @@
59346
59450
  "starred_at": {
59347
59451
  "type": "string",
59348
59452
  "example": "\"2020-07-09T00:17:42Z\""
59453
+ },
59454
+ "anonymous_access_enabled": {
59455
+ "type": "boolean",
59456
+ "description": "Whether anonymous git access is enabled for this repository"
59349
59457
  }
59350
59458
  },
59351
59459
  "required": [
@@ -61010,6 +61118,10 @@
61010
61118
  "starred_at": {
61011
61119
  "type": "string",
61012
61120
  "example": "\"2020-07-09T00:17:42Z\""
61121
+ },
61122
+ "anonymous_access_enabled": {
61123
+ "type": "boolean",
61124
+ "description": "Whether anonymous git access is enabled for this repository"
61013
61125
  }
61014
61126
  },
61015
61127
  "required": [
@@ -63714,6 +63826,10 @@
63714
63826
  "starred_at": {
63715
63827
  "type": "string",
63716
63828
  "example": "\"2020-07-09T00:17:42Z\""
63829
+ },
63830
+ "anonymous_access_enabled": {
63831
+ "type": "boolean",
63832
+ "description": "Whether anonymous git access is enabled for this repository"
63717
63833
  }
63718
63834
  },
63719
63835
  "required": [
@@ -65378,6 +65494,10 @@
65378
65494
  "starred_at": {
65379
65495
  "type": "string",
65380
65496
  "example": "\"2020-07-09T00:17:42Z\""
65497
+ },
65498
+ "anonymous_access_enabled": {
65499
+ "type": "boolean",
65500
+ "description": "Whether anonymous git access is enabled for this repository"
65381
65501
  }
65382
65502
  },
65383
65503
  "required": [
@@ -67757,6 +67877,10 @@
67757
67877
  "starred_at": {
67758
67878
  "type": "string",
67759
67879
  "example": "\"2020-07-09T00:17:42Z\""
67880
+ },
67881
+ "anonymous_access_enabled": {
67882
+ "type": "boolean",
67883
+ "description": "Whether anonymous git access is enabled for this repository"
67760
67884
  }
67761
67885
  },
67762
67886
  "required": [
@@ -70239,6 +70363,10 @@
70239
70363
  "starred_at": {
70240
70364
  "type": "string",
70241
70365
  "example": "\"2020-07-09T00:17:42Z\""
70366
+ },
70367
+ "anonymous_access_enabled": {
70368
+ "type": "boolean",
70369
+ "description": "Whether anonymous git access is enabled for this repository"
70242
70370
  }
70243
70371
  },
70244
70372
  "required": [
@@ -72444,6 +72572,10 @@
72444
72572
  "starred_at": {
72445
72573
  "type": "string",
72446
72574
  "example": "\"2020-07-09T00:17:42Z\""
72575
+ },
72576
+ "anonymous_access_enabled": {
72577
+ "type": "boolean",
72578
+ "description": "Whether anonymous git access is enabled for this repository"
72447
72579
  }
72448
72580
  },
72449
72581
  "required": [
@@ -74822,6 +74954,10 @@
74822
74954
  "starred_at": {
74823
74955
  "type": "string",
74824
74956
  "example": "\"2020-07-09T00:17:42Z\""
74957
+ },
74958
+ "anonymous_access_enabled": {
74959
+ "type": "boolean",
74960
+ "description": "Whether anonymous git access is enabled for this repository"
74825
74961
  }
74826
74962
  },
74827
74963
  "required": [
@@ -75742,6 +75878,11 @@
75742
75878
  "nullable": true,
75743
75879
  "type": "string",
75744
75880
  "description": "Detailed documentation for the rule as GitHub Flavored Markdown."
75881
+ },
75882
+ "help_uri": {
75883
+ "nullable": true,
75884
+ "type": "string",
75885
+ "description": "A link to the documentation for the rule used to detect the alert."
75745
75886
  }
75746
75887
  }
75747
75888
  },
@@ -75904,7 +76045,8 @@
75904
76045
  "security",
75905
76046
  "external/cwe/cwe-022"
75906
76047
  ],
75907
- "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 ..."
76048
+ "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 ...",
76049
+ "help_uri": "https://codeql.github.com/"
75908
76050
  },
75909
76051
  "tool": {
75910
76052
  "name": "CodeQL",
@@ -76360,6 +76502,11 @@
76360
76502
  "nullable": true,
76361
76503
  "type": "string",
76362
76504
  "description": "Detailed documentation for the rule as GitHub Flavored Markdown."
76505
+ },
76506
+ "help_uri": {
76507
+ "nullable": true,
76508
+ "type": "string",
76509
+ "description": "A link to the documentation for the rule used to detect the alert."
76363
76510
  }
76364
76511
  }
76365
76512
  },
@@ -76522,7 +76669,8 @@
76522
76669
  "security",
76523
76670
  "external/cwe/cwe-022"
76524
76671
  ],
76525
- "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 ..."
76672
+ "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 ...",
76673
+ "help_uri": "https://codeql.github.com/"
76526
76674
  },
76527
76675
  "tool": {
76528
76676
  "name": "CodeQL",
@@ -78852,6 +79000,10 @@
78852
79000
  "starred_at": {
78853
79001
  "type": "string",
78854
79002
  "example": "\"2020-07-09T00:17:42Z\""
79003
+ },
79004
+ "anonymous_access_enabled": {
79005
+ "type": "boolean",
79006
+ "description": "Whether anonymous git access is enabled for this repository"
78855
79007
  }
78856
79008
  },
78857
79009
  "required": [
@@ -82305,6 +82457,10 @@
82305
82457
  "starred_at": {
82306
82458
  "type": "string",
82307
82459
  "example": "\"2020-07-09T00:17:42Z\""
82460
+ },
82461
+ "anonymous_access_enabled": {
82462
+ "type": "boolean",
82463
+ "description": "Whether anonymous git access is enabled for this repository"
82308
82464
  }
82309
82465
  },
82310
82466
  "required": [
@@ -83545,6 +83701,10 @@
83545
83701
  "starred_at": {
83546
83702
  "type": "string",
83547
83703
  "example": "\"2020-07-09T00:17:42Z\""
83704
+ },
83705
+ "anonymous_access_enabled": {
83706
+ "type": "boolean",
83707
+ "description": "Whether anonymous git access is enabled for this repository"
83548
83708
  }
83549
83709
  },
83550
83710
  "required": [
@@ -86589,6 +86749,10 @@
86589
86749
  "starred_at": {
86590
86750
  "type": "string",
86591
86751
  "example": "\"2020-07-09T00:17:42Z\""
86752
+ },
86753
+ "anonymous_access_enabled": {
86754
+ "type": "boolean",
86755
+ "description": "Whether anonymous git access is enabled for this repository"
86592
86756
  }
86593
86757
  },
86594
86758
  "required": [
@@ -88715,6 +88879,10 @@
88715
88879
  "starred_at": {
88716
88880
  "type": "string",
88717
88881
  "example": "\"2020-07-09T00:17:42Z\""
88882
+ },
88883
+ "anonymous_access_enabled": {
88884
+ "type": "boolean",
88885
+ "description": "Whether anonymous git access is enabled for this repository"
88718
88886
  }
88719
88887
  },
88720
88888
  "required": [
@@ -91170,6 +91338,10 @@
91170
91338
  "starred_at": {
91171
91339
  "type": "string",
91172
91340
  "example": "\"2020-07-09T00:17:42Z\""
91341
+ },
91342
+ "anonymous_access_enabled": {
91343
+ "type": "boolean",
91344
+ "description": "Whether anonymous git access is enabled for this repository"
91173
91345
  }
91174
91346
  },
91175
91347
  "required": [
@@ -93736,6 +93908,10 @@
93736
93908
  "starred_at": {
93737
93909
  "type": "string",
93738
93910
  "example": "\"2020-07-09T00:17:42Z\""
93911
+ },
93912
+ "anonymous_access_enabled": {
93913
+ "type": "boolean",
93914
+ "description": "Whether anonymous git access is enabled for this repository"
93739
93915
  }
93740
93916
  },
93741
93917
  "required": [
@@ -95695,6 +95871,10 @@
95695
95871
  "starred_at": {
95696
95872
  "type": "string",
95697
95873
  "example": "\"2020-07-09T00:17:42Z\""
95874
+ },
95875
+ "anonymous_access_enabled": {
95876
+ "type": "boolean",
95877
+ "description": "Whether anonymous git access is enabled for this repository"
95698
95878
  }
95699
95879
  },
95700
95880
  "required": [
@@ -96989,6 +97169,10 @@
96989
97169
  "starred_at": {
96990
97170
  "type": "string",
96991
97171
  "example": "\"2020-07-09T00:17:42Z\""
97172
+ },
97173
+ "anonymous_access_enabled": {
97174
+ "type": "boolean",
97175
+ "description": "Whether anonymous git access is enabled for this repository"
96992
97176
  }
96993
97177
  },
96994
97178
  "required": [
@@ -98088,6 +98272,10 @@
98088
98272
  "starred_at": {
98089
98273
  "type": "string",
98090
98274
  "example": "\"2020-07-09T00:17:42Z\""
98275
+ },
98276
+ "anonymous_access_enabled": {
98277
+ "type": "boolean",
98278
+ "description": "Whether anonymous git access is enabled for this repository"
98091
98279
  }
98092
98280
  },
98093
98281
  "required": [
@@ -100560,6 +100748,10 @@
100560
100748
  "starred_at": {
100561
100749
  "type": "string",
100562
100750
  "example": "\"2020-07-09T00:17:42Z\""
100751
+ },
100752
+ "anonymous_access_enabled": {
100753
+ "type": "boolean",
100754
+ "description": "Whether anonymous git access is enabled for this repository"
100563
100755
  }
100564
100756
  },
100565
100757
  "required": [
@@ -101269,6 +101461,14 @@
101269
101461
  ]
101270
101462
  }
101271
101463
  }
101464
+ },
101465
+ "examples": {
101466
+ "default": {
101467
+ "summary": "Example request body",
101468
+ "value": {
101469
+ "permissions": "write"
101470
+ }
101471
+ }
101272
101472
  }
101273
101473
  }
101274
101474
  }
@@ -102740,6 +102940,10 @@
102740
102940
  "starred_at": {
102741
102941
  "type": "string",
102742
102942
  "example": "\"2020-07-09T00:17:42Z\""
102943
+ },
102944
+ "anonymous_access_enabled": {
102945
+ "type": "boolean",
102946
+ "description": "Whether anonymous git access is enabled for this repository"
102743
102947
  }
102744
102948
  },
102745
102949
  "required": [
@@ -105443,6 +105647,10 @@
105443
105647
  "starred_at": {
105444
105648
  "type": "string",
105445
105649
  "example": "\"2020-07-09T00:17:42Z\""
105650
+ },
105651
+ "anonymous_access_enabled": {
105652
+ "type": "boolean",
105653
+ "description": "Whether anonymous git access is enabled for this repository"
105446
105654
  }
105447
105655
  },
105448
105656
  "required": [
@@ -106016,7 +106224,8 @@
106016
106224
  "type": "User",
106017
106225
  "site_admin": false
106018
106226
  },
106019
- "author_association": "COLLABORATOR"
106227
+ "author_association": "COLLABORATOR",
106228
+ "state_reason": "completed"
106020
106229
  }
106021
106230
  ]
106022
106231
  }
@@ -108220,6 +108429,10 @@
108220
108429
  "starred_at": {
108221
108430
  "type": "string",
108222
108431
  "example": "\"2020-07-09T00:17:42Z\""
108432
+ },
108433
+ "anonymous_access_enabled": {
108434
+ "type": "boolean",
108435
+ "description": "Whether anonymous git access is enabled for this repository"
108223
108436
  }
108224
108437
  },
108225
108438
  "required": [
@@ -108791,7 +109004,8 @@
108791
109004
  "type": "User",
108792
109005
  "site_admin": false
108793
109006
  },
108794
- "author_association": "COLLABORATOR"
109007
+ "author_association": "COLLABORATOR",
109008
+ "state_reason": "completed"
108795
109009
  }
108796
109010
  }
108797
109011
  }
@@ -111113,6 +111327,10 @@
111113
111327
  "starred_at": {
111114
111328
  "type": "string",
111115
111329
  "example": "\"2020-07-09T00:17:42Z\""
111330
+ },
111331
+ "anonymous_access_enabled": {
111332
+ "type": "boolean",
111333
+ "description": "Whether anonymous git access is enabled for this repository"
111116
111334
  }
111117
111335
  },
111118
111336
  "required": [
@@ -112725,7 +112943,8 @@
112725
112943
  "closed_at": null,
112726
112944
  "created_at": "2011-04-22T13:33:48Z",
112727
112945
  "updated_at": "2011-04-22T13:33:48Z",
112728
- "author_association": "COLLABORATOR"
112946
+ "author_association": "COLLABORATOR",
112947
+ "state_reason": "completed"
112729
112948
  }
112730
112949
  }
112731
112950
  ]
@@ -114943,6 +115162,10 @@
114943
115162
  "starred_at": {
114944
115163
  "type": "string",
114945
115164
  "example": "\"2020-07-09T00:17:42Z\""
115165
+ },
115166
+ "anonymous_access_enabled": {
115167
+ "type": "boolean",
115168
+ "description": "Whether anonymous git access is enabled for this repository"
114946
115169
  }
114947
115170
  },
114948
115171
  "required": [
@@ -116593,7 +116816,8 @@
116593
116816
  "closed_at": null,
116594
116817
  "created_at": "2011-04-22T13:33:48Z",
116595
116818
  "updated_at": "2011-04-22T13:33:48Z",
116596
- "author_association": "COLLABORATOR"
116819
+ "author_association": "COLLABORATOR",
116820
+ "state_reason": "completed"
116597
116821
  }
116598
116822
  }
116599
116823
  }
@@ -118655,6 +118879,10 @@
118655
118879
  "starred_at": {
118656
118880
  "type": "string",
118657
118881
  "example": "\"2020-07-09T00:17:42Z\""
118882
+ },
118883
+ "anonymous_access_enabled": {
118884
+ "type": "boolean",
118885
+ "description": "Whether anonymous git access is enabled for this repository"
118658
118886
  }
118659
118887
  },
118660
118888
  "required": [
@@ -119226,7 +119454,8 @@
119226
119454
  "type": "User",
119227
119455
  "site_admin": false
119228
119456
  },
119229
- "author_association": "COLLABORATOR"
119457
+ "author_association": "COLLABORATOR",
119458
+ "state_reason": "completed"
119230
119459
  }
119231
119460
  }
119232
119461
  }
@@ -119411,6 +119640,12 @@
119411
119640
  "closed"
119412
119641
  ]
119413
119642
  },
119643
+ "state_reason": {
119644
+ "type": "string",
119645
+ "nullable": true,
119646
+ "description": "The reason for the current state",
119647
+ "example": "not_planned"
119648
+ },
119414
119649
  "milestone": {
119415
119650
  "oneOf": [
119416
119651
  {
@@ -121394,6 +121629,10 @@
121394
121629
  "starred_at": {
121395
121630
  "type": "string",
121396
121631
  "example": "\"2020-07-09T00:17:42Z\""
121632
+ },
121633
+ "anonymous_access_enabled": {
121634
+ "type": "boolean",
121635
+ "description": "Whether anonymous git access is enabled for this repository"
121397
121636
  }
121398
121637
  },
121399
121638
  "required": [
@@ -121965,7 +122204,8 @@
121965
122204
  "type": "User",
121966
122205
  "site_admin": false
121967
122206
  },
121968
- "author_association": "COLLABORATOR"
122207
+ "author_association": "COLLABORATOR",
122208
+ "state_reason": "completed"
121969
122209
  }
121970
122210
  }
121971
122211
  }
@@ -124165,6 +124405,10 @@
124165
124405
  "starred_at": {
124166
124406
  "type": "string",
124167
124407
  "example": "\"2020-07-09T00:17:42Z\""
124408
+ },
124409
+ "anonymous_access_enabled": {
124410
+ "type": "boolean",
124411
+ "description": "Whether anonymous git access is enabled for this repository"
124168
124412
  }
124169
124413
  },
124170
124414
  "required": [
@@ -124736,7 +124980,8 @@
124736
124980
  "type": "User",
124737
124981
  "site_admin": false
124738
124982
  },
124739
- "author_association": "COLLABORATOR"
124983
+ "author_association": "COLLABORATOR",
124984
+ "state_reason": "completed"
124740
124985
  }
124741
124986
  }
124742
124987
  }
@@ -126316,6 +126561,10 @@
126316
126561
  "starred_at": {
126317
126562
  "type": "string",
126318
126563
  "example": "\"2020-07-09T00:17:42Z\""
126564
+ },
126565
+ "anonymous_access_enabled": {
126566
+ "type": "boolean",
126567
+ "description": "Whether anonymous git access is enabled for this repository"
126319
126568
  }
126320
126569
  },
126321
126570
  "required": [
@@ -128883,6 +129132,10 @@
128883
129132
  "starred_at": {
128884
129133
  "type": "string",
128885
129134
  "example": "\"2020-07-09T00:17:42Z\""
129135
+ },
129136
+ "anonymous_access_enabled": {
129137
+ "type": "boolean",
129138
+ "description": "Whether anonymous git access is enabled for this repository"
128886
129139
  }
128887
129140
  },
128888
129141
  "required": [
@@ -130123,6 +130376,10 @@
130123
130376
  "starred_at": {
130124
130377
  "type": "string",
130125
130378
  "example": "\"2020-07-09T00:17:42Z\""
130379
+ },
130380
+ "anonymous_access_enabled": {
130381
+ "type": "boolean",
130382
+ "description": "Whether anonymous git access is enabled for this repository"
130126
130383
  }
130127
130384
  },
130128
130385
  "required": [
@@ -133442,6 +133699,10 @@
133442
133699
  "starred_at": {
133443
133700
  "type": "string",
133444
133701
  "example": "\"2020-07-09T00:17:42Z\""
133702
+ },
133703
+ "anonymous_access_enabled": {
133704
+ "type": "boolean",
133705
+ "description": "Whether anonymous git access is enabled for this repository"
133445
133706
  }
133446
133707
  },
133447
133708
  "required": [
@@ -134682,6 +134943,10 @@
134682
134943
  "starred_at": {
134683
134944
  "type": "string",
134684
134945
  "example": "\"2020-07-09T00:17:42Z\""
134946
+ },
134947
+ "anonymous_access_enabled": {
134948
+ "type": "boolean",
134949
+ "description": "Whether anonymous git access is enabled for this repository"
134685
134950
  }
134686
134951
  },
134687
134952
  "required": [
@@ -138796,6 +139061,10 @@
138796
139061
  "starred_at": {
138797
139062
  "type": "string",
138798
139063
  "example": "\"2020-07-09T00:17:42Z\""
139064
+ },
139065
+ "anonymous_access_enabled": {
139066
+ "type": "boolean",
139067
+ "description": "Whether anonymous git access is enabled for this repository"
138799
139068
  }
138800
139069
  },
138801
139070
  "required": [
@@ -139257,7 +139526,7 @@
139257
139526
  "/repos/{template_owner}/{template_repo}/generate": {
139258
139527
  "post": {
139259
139528
  "summary": "Create a repository using a template",
139260
- "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. 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.2/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.2/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",
139529
+ "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.2/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.2/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",
139261
139530
  "tags": [
139262
139531
  "repos"
139263
139532
  ],
@@ -140358,6 +140627,10 @@
140358
140627
  "starred_at": {
140359
140628
  "type": "string",
140360
140629
  "example": "\"2020-07-09T00:17:42Z\""
140630
+ },
140631
+ "anonymous_access_enabled": {
140632
+ "type": "boolean",
140633
+ "description": "Whether anonymous git access is enabled for this repository"
140361
140634
  }
140362
140635
  },
140363
140636
  "required": [
@@ -142084,6 +142357,10 @@
142084
142357
  "starred_at": {
142085
142358
  "type": "string",
142086
142359
  "example": "\"2020-07-09T00:17:42Z\""
142360
+ },
142361
+ "anonymous_access_enabled": {
142362
+ "type": "boolean",
142363
+ "description": "Whether anonymous git access is enabled for this repository"
142087
142364
  }
142088
142365
  },
142089
142366
  "required": [
@@ -144037,6 +144314,10 @@
144037
144314
  "starred_at": {
144038
144315
  "type": "string",
144039
144316
  "example": "\"2020-07-09T00:17:42Z\""
144317
+ },
144318
+ "anonymous_access_enabled": {
144319
+ "type": "boolean",
144320
+ "description": "Whether anonymous git access is enabled for this repository"
144040
144321
  }
144041
144322
  },
144042
144323
  "required": [
@@ -146374,6 +146655,10 @@
146374
146655
  "starred_at": {
146375
146656
  "type": "string",
146376
146657
  "example": "\"2020-07-09T00:17:42Z\""
146658
+ },
146659
+ "anonymous_access_enabled": {
146660
+ "type": "boolean",
146661
+ "description": "Whether anonymous git access is enabled for this repository"
146377
146662
  }
146378
146663
  },
146379
146664
  "required": [
@@ -148715,6 +149000,10 @@
148715
149000
  "starred_at": {
148716
149001
  "type": "string",
148717
149002
  "example": "\"2020-07-09T00:17:42Z\""
149003
+ },
149004
+ "anonymous_access_enabled": {
149005
+ "type": "boolean",
149006
+ "description": "Whether anonymous git access is enabled for this repository"
148718
149007
  }
148719
149008
  },
148720
149009
  "required": [
@@ -149225,7 +149514,8 @@
149225
149514
  "body": "...",
149226
149515
  "score": 1,
149227
149516
  "locked": true,
149228
- "author_association": "COLLABORATOR"
149517
+ "author_association": "COLLABORATOR",
149518
+ "state_reason": "completed"
149229
149519
  }
149230
149520
  ]
149231
149521
  }
@@ -151231,6 +151521,10 @@
151231
151521
  "starred_at": {
151232
151522
  "type": "string",
151233
151523
  "example": "\"2020-07-09T00:17:42Z\""
151524
+ },
151525
+ "anonymous_access_enabled": {
151526
+ "type": "boolean",
151527
+ "description": "Whether anonymous git access is enabled for this repository"
151234
151528
  }
151235
151529
  },
151236
151530
  "required": [
@@ -153205,6 +153499,10 @@
153205
153499
  "starred_at": {
153206
153500
  "type": "string",
153207
153501
  "example": "\"2020-07-09T00:17:42Z\""
153502
+ },
153503
+ "anonymous_access_enabled": {
153504
+ "type": "boolean",
153505
+ "description": "Whether anonymous git access is enabled for this repository"
153208
153506
  }
153209
153507
  },
153210
153508
  "required": [
@@ -154775,6 +155073,10 @@
154775
155073
  "starred_at": {
154776
155074
  "type": "string",
154777
155075
  "example": "\"2020-07-09T00:17:42Z\""
155076
+ },
155077
+ "anonymous_access_enabled": {
155078
+ "type": "boolean",
155079
+ "description": "Whether anonymous git access is enabled for this repository"
154778
155080
  }
154779
155081
  },
154780
155082
  "required": [
@@ -157104,6 +157406,10 @@
157104
157406
  "starred_at": {
157105
157407
  "type": "string",
157106
157408
  "example": "\"2020-07-09T00:17:42Z\""
157409
+ },
157410
+ "anonymous_access_enabled": {
157411
+ "type": "boolean",
157412
+ "description": "Whether anonymous git access is enabled for this repository"
157107
157413
  }
157108
157414
  },
157109
157415
  "required": [
@@ -159437,6 +159743,10 @@
159437
159743
  "starred_at": {
159438
159744
  "type": "string",
159439
159745
  "example": "\"2020-07-09T00:17:42Z\""
159746
+ },
159747
+ "anonymous_access_enabled": {
159748
+ "type": "boolean",
159749
+ "description": "Whether anonymous git access is enabled for this repository"
159440
159750
  }
159441
159751
  },
159442
159752
  "required": [
@@ -160965,6 +161275,10 @@
160965
161275
  "starred_at": {
160966
161276
  "type": "string",
160967
161277
  "example": "\"2020-07-09T00:17:42Z\""
161278
+ },
161279
+ "anonymous_access_enabled": {
161280
+ "type": "boolean",
161281
+ "description": "Whether anonymous git access is enabled for this repository"
160968
161282
  }
160969
161283
  },
160970
161284
  "required": [
@@ -162905,6 +163219,10 @@
162905
163219
  "starred_at": {
162906
163220
  "type": "string",
162907
163221
  "example": "\"2020-07-09T00:17:42Z\""
163222
+ },
163223
+ "anonymous_access_enabled": {
163224
+ "type": "boolean",
163225
+ "description": "Whether anonymous git access is enabled for this repository"
162908
163226
  }
162909
163227
  },
162910
163228
  "required": [
@@ -164723,6 +165041,10 @@
164723
165041
  "starred_at": {
164724
165042
  "type": "string",
164725
165043
  "example": "\"2020-07-09T00:17:42Z\""
165044
+ },
165045
+ "anonymous_access_enabled": {
165046
+ "type": "boolean",
165047
+ "description": "Whether anonymous git access is enabled for this repository"
164726
165048
  }
164727
165049
  },
164728
165050
  "required": [
@@ -165965,6 +166287,10 @@
165965
166287
  "starred_at": {
165966
166288
  "type": "string",
165967
166289
  "example": "\"2020-07-09T00:17:42Z\""
166290
+ },
166291
+ "anonymous_access_enabled": {
166292
+ "type": "boolean",
166293
+ "description": "Whether anonymous git access is enabled for this repository"
165968
166294
  }
165969
166295
  },
165970
166296
  "required": [
@@ -167756,6 +168082,10 @@
167756
168082
  "starred_at": {
167757
168083
  "type": "string",
167758
168084
  "example": "\"2020-07-09T00:17:42Z\""
168085
+ },
168086
+ "anonymous_access_enabled": {
168087
+ "type": "boolean",
168088
+ "description": "Whether anonymous git access is enabled for this repository"
167759
168089
  }
167760
168090
  },
167761
168091
  "required": [
@@ -170225,6 +170555,10 @@
170225
170555
  "starred_at": {
170226
170556
  "type": "string",
170227
170557
  "example": "\"2020-07-09T00:17:42Z\""
170558
+ },
170559
+ "anonymous_access_enabled": {
170560
+ "type": "boolean",
170561
+ "description": "Whether anonymous git access is enabled for this repository"
170228
170562
  }
170229
170563
  },
170230
170564
  "required": [
@@ -173339,6 +173673,10 @@
173339
173673
  "starred_at": {
173340
173674
  "type": "string",
173341
173675
  "example": "\"2020-07-09T00:17:42Z\""
173676
+ },
173677
+ "anonymous_access_enabled": {
173678
+ "type": "boolean",
173679
+ "description": "Whether anonymous git access is enabled for this repository"
173342
173680
  }
173343
173681
  },
173344
173682
  "required": [
@@ -176455,6 +176793,10 @@
176455
176793
  "starred_at": {
176456
176794
  "type": "string",
176457
176795
  "example": "\"2020-07-09T00:17:42Z\""
176796
+ },
176797
+ "anonymous_access_enabled": {
176798
+ "type": "boolean",
176799
+ "description": "Whether anonymous git access is enabled for this repository"
176458
176800
  }
176459
176801
  },
176460
176802
  "required": [
@@ -179560,6 +179902,10 @@
179560
179902
  "starred_at": {
179561
179903
  "type": "string",
179562
179904
  "example": "\"2020-07-09T00:17:42Z\""
179905
+ },
179906
+ "anonymous_access_enabled": {
179907
+ "type": "boolean",
179908
+ "description": "Whether anonymous git access is enabled for this repository"
179563
179909
  }
179564
179910
  },
179565
179911
  "required": [
@@ -182676,6 +183022,10 @@
182676
183022
  "starred_at": {
182677
183023
  "type": "string",
182678
183024
  "example": "\"2020-07-09T00:17:42Z\""
183025
+ },
183026
+ "anonymous_access_enabled": {
183027
+ "type": "boolean",
183028
+ "description": "Whether anonymous git access is enabled for this repository"
182679
183029
  }
182680
183030
  },
182681
183031
  "required": [
@@ -185272,6 +185622,10 @@
185272
185622
  "starred_at": {
185273
185623
  "type": "string",
185274
185624
  "example": "\"2020-07-09T00:17:42Z\""
185625
+ },
185626
+ "anonymous_access_enabled": {
185627
+ "type": "boolean",
185628
+ "description": "Whether anonymous git access is enabled for this repository"
185275
185629
  }
185276
185630
  },
185277
185631
  "required": [
@@ -187127,6 +187481,10 @@
187127
187481
  "starred_at": {
187128
187482
  "type": "string",
187129
187483
  "example": "\"2020-07-09T00:17:42Z\""
187484
+ },
187485
+ "anonymous_access_enabled": {
187486
+ "type": "boolean",
187487
+ "description": "Whether anonymous git access is enabled for this repository"
187130
187488
  }
187131
187489
  },
187132
187490
  "required": [