@octokit/openapi 7.7.0 → 7.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/generated/api.github.com.deref.json +619 -24
  2. package/generated/api.github.com.json +44 -20
  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 +356 -4
  6. package/generated/ghes-3.2-diff-to-ghes-3.3.json +19 -4
  7. package/generated/ghes-3.2.deref.json +460 -15
  8. package/generated/ghes-3.2.json +31 -15
  9. package/generated/ghes-3.3-diff-to-ghes-3.4.deref.json +19 -3
  10. package/generated/ghes-3.3-diff-to-ghes-3.4.json +14 -3
  11. package/generated/ghes-3.3.deref.json +467 -16
  12. package/generated/ghes-3.3.json +38 -16
  13. package/generated/ghes-3.4-diff-to-ghes-3.5.deref.json +145 -1
  14. package/generated/ghes-3.4-diff-to-ghes-3.5.json +5 -1
  15. package/generated/ghes-3.4.deref.json +495 -16
  16. package/generated/ghes-3.4.json +38 -16
  17. package/generated/ghes-3.5-diff-to-api.github.com.deref.json +1 -1
  18. package/generated/ghes-3.5-diff-to-api.github.com.json +1 -1
  19. package/generated/ghes-3.5-diff-to-ghes-3.6.deref.json +418 -4
  20. package/generated/ghes-3.5-diff-to-ghes-3.6.json +22 -4
  21. package/generated/ghes-3.5.deref.json +508 -16
  22. package/generated/ghes-3.5.json +38 -16
  23. package/generated/ghes-3.6-anicca-diff-to-api.github.com.deref.json +15 -0
  24. package/generated/ghes-3.6-diff-to-api.github.com.deref.json +28 -2
  25. package/generated/ghes-3.6-diff-to-api.github.com.json +16 -2
  26. package/generated/ghes-3.6.deref.json +508 -16
  27. package/generated/ghes-3.6.json +38 -16
  28. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +15 -0
  29. package/generated/github.ae-diff-to-api.github.com.deref.json +363 -5
  30. package/generated/github.ae-diff-to-api.github.com.json +26 -5
  31. package/generated/github.ae.deref.json +467 -16
  32. package/generated/github.ae.json +38 -16
  33. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.7.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": {
@@ -12549,17 +12549,6 @@
12549
12549
  }
12550
12550
  }
12551
12551
  },
12552
- "302": {
12553
- "description": "Response if requester is not an organization member",
12554
- "headers": {
12555
- "Location": {
12556
- "example": "https://api.github.com/orgs/github/public_members",
12557
- "schema": {
12558
- "type": "string"
12559
- }
12560
- }
12561
- }
12562
- },
12563
12552
  "422": {
12564
12553
  "$ref": "#/components/responses/validation_failed"
12565
12554
  }
@@ -20596,6 +20585,11 @@
20596
20585
  "url_template": {
20597
20586
  "type": "string",
20598
20587
  "description": "The URL must contain `<num>` for the reference number."
20588
+ },
20589
+ "is_alphanumeric": {
20590
+ "type": "boolean",
20591
+ "default": "true",
20592
+ "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."
20599
20593
  }
20600
20594
  },
20601
20595
  "required": [
@@ -20607,7 +20601,8 @@
20607
20601
  "default": {
20608
20602
  "value": {
20609
20603
  "key_prefix": "TICKET-",
20610
- "url_template": "https://example.com/TICKET?query=<num>"
20604
+ "url_template": "https://example.com/TICKET?query=<num>",
20605
+ "is_alphanumeric": true
20611
20606
  }
20612
20607
  }
20613
20608
  }
@@ -26629,6 +26624,9 @@
26629
26624
  },
26630
26625
  "500": {
26631
26626
  "$ref": "#/components/responses/internal_error"
26627
+ },
26628
+ "503": {
26629
+ "$ref": "#/components/responses/service_unavailable"
26632
26630
  }
26633
26631
  },
26634
26632
  "x-github": {
@@ -27038,6 +27036,9 @@
27038
27036
  },
27039
27037
  "500": {
27040
27038
  "$ref": "#/components/responses/internal_error"
27039
+ },
27040
+ "503": {
27041
+ "$ref": "#/components/responses/service_unavailable"
27041
27042
  }
27042
27043
  },
27043
27044
  "x-github": {
@@ -36877,6 +36878,9 @@
36877
36878
  },
36878
36879
  "500": {
36879
36880
  "$ref": "#/components/responses/internal_error"
36881
+ },
36882
+ "503": {
36883
+ "$ref": "#/components/responses/service_unavailable"
36880
36884
  }
36881
36885
  },
36882
36886
  "x-github": {
@@ -37424,6 +37428,9 @@
37424
37428
  },
37425
37429
  "500": {
37426
37430
  "$ref": "#/components/responses/internal_error"
37431
+ },
37432
+ "503": {
37433
+ "$ref": "#/components/responses/service_unavailable"
37427
37434
  }
37428
37435
  },
37429
37436
  "x-github": {
@@ -41243,7 +41250,7 @@
41243
41250
  "/repos/{template_owner}/{template_repo}/generate": {
41244
41251
  "post": {
41245
41252
  "summary": "Create a repository using a template",
41246
- "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.3/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.3/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",
41253
+ "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.3/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.3/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",
41247
41254
  "tags": [
41248
41255
  "repos"
41249
41256
  ],
@@ -53631,6 +53638,10 @@
53631
53638
  "starred_at": {
53632
53639
  "type": "string",
53633
53640
  "example": "\"2020-07-09T00:17:42Z\""
53641
+ },
53642
+ "anonymous_access_enabled": {
53643
+ "type": "boolean",
53644
+ "description": "Whether anonymous git access is enabled for this repository"
53634
53645
  }
53635
53646
  },
53636
53647
  "required": [
@@ -57180,6 +57191,10 @@
57180
57191
  "starred_at": {
57181
57192
  "type": "string",
57182
57193
  "example": "\"2020-07-09T00:17:42Z\""
57194
+ },
57195
+ "anonymous_access_enabled": {
57196
+ "type": "boolean",
57197
+ "description": "Whether anonymous git access is enabled for this repository"
57183
57198
  }
57184
57199
  },
57185
57200
  "required": [
@@ -63944,6 +63959,11 @@
63944
63959
  "nullable": true,
63945
63960
  "type": "string",
63946
63961
  "description": "Detailed documentation for the rule as GitHub Flavored Markdown."
63962
+ },
63963
+ "help_uri": {
63964
+ "nullable": true,
63965
+ "type": "string",
63966
+ "description": "A link to the documentation for the rule used to detect the alert."
63947
63967
  }
63948
63968
  }
63949
63969
  },
@@ -85339,7 +85359,8 @@
85339
85359
  "security",
85340
85360
  "external/cwe/cwe-022"
85341
85361
  ],
85342
- "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 ..."
85362
+ "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 ...",
85363
+ "help_uri": "https://codeql.github.com/"
85343
85364
  },
85344
85365
  "tool": {
85345
85366
  "name": "CodeQL",
@@ -85409,7 +85430,8 @@
85409
85430
  "security",
85410
85431
  "external/cwe/cwe-022"
85411
85432
  ],
85412
- "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 ..."
85433
+ "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 ...",
85434
+ "help_uri": "https://codeql.github.com/"
85413
85435
  },
85414
85436
  "tool": {
85415
85437
  "name": "CodeQL",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.7.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": {
@@ -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": [
@@ -53485,6 +53577,10 @@
53485
53577
  "starred_at": {
53486
53578
  "type": "string",
53487
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"
53488
53584
  }
53489
53585
  },
53490
53586
  "required": [
@@ -55690,6 +55786,10 @@
55690
55786
  "starred_at": {
55691
55787
  "type": "string",
55692
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"
55693
55793
  }
55694
55794
  },
55695
55795
  "required": [
@@ -58653,6 +58753,10 @@
58653
58753
  "starred_at": {
58654
58754
  "type": "string",
58655
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"
58656
58760
  }
58657
58761
  },
58658
58762
  "required": [
@@ -60620,6 +60724,10 @@
60620
60724
  "starred_at": {
60621
60725
  "type": "string",
60622
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"
60623
60731
  }
60624
60732
  },
60625
60733
  "required": [
@@ -62582,6 +62690,10 @@
62582
62690
  "starred_at": {
62583
62691
  "type": "string",
62584
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"
62585
62697
  }
62586
62698
  },
62587
62699
  "required": [
@@ -64928,6 +65040,10 @@
64928
65040
  "starred_at": {
64929
65041
  "type": "string",
64930
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"
64931
65047
  }
64932
65048
  },
64933
65049
  "required": [
@@ -66866,6 +66982,10 @@
66866
66982
  "starred_at": {
66867
66983
  "type": "string",
66868
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"
66869
66989
  }
66870
66990
  },
66871
66991
  "required": [
@@ -68849,6 +68969,10 @@
68849
68969
  "starred_at": {
68850
68970
  "type": "string",
68851
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"
68852
68976
  }
68853
68977
  },
68854
68978
  "required": [
@@ -70841,6 +70965,10 @@
70841
70965
  "starred_at": {
70842
70966
  "type": "string",
70843
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"
70844
70972
  }
70845
70973
  },
70846
70974
  "required": [
@@ -72736,6 +72864,10 @@
72736
72864
  "starred_at": {
72737
72865
  "type": "string",
72738
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"
72739
72871
  }
72740
72872
  },
72741
72873
  "required": [
@@ -74966,6 +75098,10 @@
74966
75098
  "starred_at": {
74967
75099
  "type": "string",
74968
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"
74969
75105
  }
74970
75106
  },
74971
75107
  "required": [
@@ -76924,6 +77060,10 @@
76924
77060
  "starred_at": {
76925
77061
  "type": "string",
76926
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"
76927
77067
  }
76928
77068
  },
76929
77069
  "required": [
@@ -78783,6 +78923,10 @@
78783
78923
  "starred_at": {
78784
78924
  "type": "string",
78785
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"
78786
78930
  }
78787
78931
  },
78788
78932
  "required": [
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "7.7.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": {
@@ -7736,6 +7736,10 @@
7736
7736
  "starred_at": {
7737
7737
  "type": "string",
7738
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"
7739
7743
  }
7740
7744
  },
7741
7745
  "required": [