@octokit/openapi 6.6.0 → 6.6.3

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.6.0",
4
+ "version": "6.6.3",
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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -321,7 +321,7 @@
321
321
  "required": true
322
322
  }
323
323
  ],
324
- "x-octokit": { "diff": { "ghes-3.3.json": { "type": "changed" } } }
324
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
325
325
  }
326
326
  },
327
327
  "/admin/hooks/{hook_id}": {
@@ -373,7 +373,7 @@
373
373
  }
374
374
  ]
375
375
  },
376
- "x-octokit": { "diff": { "ghes-3.3.json": { "type": "changed" } } }
376
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
377
377
  },
378
378
  "patch": {
379
379
  "summary": "Update a global webhook",
@@ -475,7 +475,7 @@
475
475
  }
476
476
  ]
477
477
  },
478
- "x-octokit": { "diff": { "ghes-3.3.json": { "type": "changed" } } }
478
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
479
479
  },
480
480
  "delete": {
481
481
  "summary": "Delete a global webhook",
@@ -2494,7 +2494,7 @@
2494
2494
  "category": "apps",
2495
2495
  "subcategory": null
2496
2496
  },
2497
- "x-octokit": {}
2497
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
2498
2498
  }
2499
2499
  },
2500
2500
  "/app/installations/{installation_id}/suspended": {
@@ -3245,6 +3245,18 @@
3245
3245
  "type": "string"
3246
3246
  }
3247
3247
  }
3248
+ },
3249
+ "examples": {
3250
+ "default": {
3251
+ "summary": "Create an authorization",
3252
+ "value": {
3253
+ "scopes": ["public_repo"],
3254
+ "note": "optional note",
3255
+ "note_url": "http://optional/note/url",
3256
+ "client_id": "abcde12345fghij67890",
3257
+ "client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f"
3258
+ }
3259
+ }
3248
3260
  }
3249
3261
  }
3250
3262
  }
@@ -3295,7 +3307,7 @@
3295
3307
  "description": "API method documentation",
3296
3308
  "url": "https://docs.github.com/enterprise-server@3.2/rest/reference/oauth-authorizations#get-or-create-an-authorization-for-a-specific-app"
3297
3309
  },
3298
- "parameters": [{ "$ref": "#/components/parameters/client-id" }],
3310
+ "parameters": [{ "$ref": "#/components/parameters/oauth-client-id" }],
3299
3311
  "requestBody": {
3300
3312
  "required": true,
3301
3313
  "content": {
@@ -3330,6 +3342,17 @@
3330
3342
  },
3331
3343
  "required": ["client_secret"],
3332
3344
  "type": "object"
3345
+ },
3346
+ "examples": {
3347
+ "default": {
3348
+ "summary": "Create an authorization for an app",
3349
+ "value": {
3350
+ "client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f",
3351
+ "scopes": ["public_repo"],
3352
+ "note": "optional note",
3353
+ "note_url": "http://optional/note/url"
3354
+ }
3355
+ }
3333
3356
  }
3334
3357
  }
3335
3358
  }
@@ -3399,7 +3422,7 @@
3399
3422
  "url": "https://docs.github.com/enterprise-server@3.2/rest/reference/oauth-authorizations#get-or-create-an-authorization-for-a-specific-app-and-fingerprint"
3400
3423
  },
3401
3424
  "parameters": [
3402
- { "$ref": "#/components/parameters/client-id" },
3425
+ { "$ref": "#/components/parameters/oauth-client-id" },
3403
3426
  {
3404
3427
  "name": "fingerprint",
3405
3428
  "in": "path",
@@ -3437,6 +3460,17 @@
3437
3460
  },
3438
3461
  "required": ["client_secret"],
3439
3462
  "type": "object"
3463
+ },
3464
+ "examples": {
3465
+ "default": {
3466
+ "summary": "Create an authorization for an app and fingerprint",
3467
+ "value": {
3468
+ "client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f",
3469
+ "scopes": ["public_repo"],
3470
+ "note": "optional note",
3471
+ "note_url": "http://optional/note/url"
3472
+ }
3473
+ }
3440
3474
  }
3441
3475
  }
3442
3476
  }
@@ -5183,7 +5217,7 @@
5183
5217
  "category": "actions",
5184
5218
  "subcategory": "self-hosted-runners"
5185
5219
  },
5186
- "x-octokit": {}
5220
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
5187
5221
  }
5188
5222
  },
5189
5223
  "/enterprises/{enterprise}/actions/runners/remove-token": {
@@ -5220,7 +5254,7 @@
5220
5254
  "category": "actions",
5221
5255
  "subcategory": "self-hosted-runners"
5222
5256
  },
5223
- "x-octokit": {}
5257
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
5224
5258
  }
5225
5259
  },
5226
5260
  "/enterprises/{enterprise}/actions/runners/{runner_id}": {
@@ -5322,7 +5356,7 @@
5322
5356
  "category": "activity",
5323
5357
  "subcategory": "events"
5324
5358
  },
5325
- "x-octokit": {}
5359
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
5326
5360
  }
5327
5361
  },
5328
5362
  "/feeds": {
@@ -6399,7 +6433,7 @@
6399
6433
  }
6400
6434
  ]
6401
6435
  },
6402
- "x-octokit": {}
6436
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
6403
6437
  }
6404
6438
  },
6405
6439
  "/installation/token": {
@@ -6543,7 +6577,7 @@
6543
6577
  }
6544
6578
  ]
6545
6579
  },
6546
- "x-octokit": {}
6580
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
6547
6581
  }
6548
6582
  },
6549
6583
  "/licenses": {
@@ -6819,7 +6853,7 @@
6819
6853
  "category": "activity",
6820
6854
  "subcategory": "events"
6821
6855
  },
6822
- "x-octokit": {}
6856
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
6823
6857
  }
6824
6858
  },
6825
6859
  "/notifications": {
@@ -6867,7 +6901,7 @@
6867
6901
  "category": "activity",
6868
6902
  "subcategory": "notifications"
6869
6903
  },
6870
- "x-octokit": {}
6904
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
6871
6905
  },
6872
6906
  "put": {
6873
6907
  "summary": "Mark notifications as read",
@@ -6972,7 +7006,7 @@
6972
7006
  "category": "activity",
6973
7007
  "subcategory": "notifications"
6974
7008
  },
6975
- "x-octokit": {}
7009
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
6976
7010
  },
6977
7011
  "patch": {
6978
7012
  "summary": "Mark a thread as read",
@@ -7327,7 +7361,7 @@
7327
7361
  },
7328
7362
  "members_allowed_repository_creation_type": {
7329
7363
  "type": "string",
7330
- "description": "Specifies which types of repositories non-admin organization members can create. `private` is only available to repositories that are part of an organization on GitHub Enterprise Cloud. \n**Note:** This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in `members_can_create_repositories`. See the parameter deprecation notice in the operation description for details.",
7364
+ "description": "Specifies which types of repositories non-admin organization members can create. \n**Note:** This parameter is deprecated and will be removed in the future. Its return value ignores internal repositories. Using this parameter overrides values set in `members_can_create_repositories`. See the parameter deprecation notice in the operation description for details.",
7331
7365
  "enum": ["all", "private", "none"]
7332
7366
  },
7333
7367
  "members_can_create_pages": {
@@ -7533,7 +7567,7 @@
7533
7567
  "category": "actions",
7534
7568
  "subcategory": "permissions"
7535
7569
  },
7536
- "x-octokit": {}
7570
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
7537
7571
  },
7538
7572
  "put": {
7539
7573
  "summary": "Set selected repositories enabled for GitHub Actions in an organization",
@@ -8006,7 +8040,7 @@
8006
8040
  "category": "actions",
8007
8041
  "subcategory": "self-hosted-runner-groups"
8008
8042
  },
8009
- "x-octokit": {}
8043
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
8010
8044
  },
8011
8045
  "put": {
8012
8046
  "summary": "Set repository access for a self-hosted runner group in an organization",
@@ -8368,7 +8402,7 @@
8368
8402
  "category": "actions",
8369
8403
  "subcategory": "self-hosted-runners"
8370
8404
  },
8371
- "x-octokit": {}
8405
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
8372
8406
  }
8373
8407
  },
8374
8408
  "/orgs/{org}/actions/runners/remove-token": {
@@ -8405,7 +8439,7 @@
8405
8439
  "category": "actions",
8406
8440
  "subcategory": "self-hosted-runners"
8407
8441
  },
8408
- "x-octokit": {}
8442
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
8409
8443
  }
8410
8444
  },
8411
8445
  "/orgs/{org}/actions/runners/{runner_id}": {
@@ -8739,7 +8773,7 @@
8739
8773
  "category": "actions",
8740
8774
  "subcategory": "secrets"
8741
8775
  },
8742
- "x-octokit": {}
8776
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
8743
8777
  },
8744
8778
  "put": {
8745
8779
  "summary": "Set selected repositories for an organization secret",
@@ -8898,7 +8932,7 @@
8898
8932
  "category": "activity",
8899
8933
  "subcategory": "events"
8900
8934
  },
8901
- "x-octokit": {}
8935
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
8902
8936
  }
8903
8937
  },
8904
8938
  "/orgs/{org}/hooks": {
@@ -9617,7 +9651,7 @@
9617
9651
  }
9618
9652
  ]
9619
9653
  },
9620
- "x-octokit": {}
9654
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
9621
9655
  }
9622
9656
  },
9623
9657
  "/orgs/{org}/members": {
@@ -10619,7 +10653,7 @@
10619
10653
  }
10620
10654
  ]
10621
10655
  },
10622
- "x-octokit": {}
10656
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
10623
10657
  },
10624
10658
  "post": {
10625
10659
  "summary": "Create an organization repository",
@@ -10712,11 +10746,6 @@
10712
10746
  "description": "Either `true` to allow rebase-merging pull requests, or `false` to prevent rebase-merging.",
10713
10747
  "default": true
10714
10748
  },
10715
- "allow_auto_merge": {
10716
- "type": "boolean",
10717
- "description": "Either `true` to allow auto-merge on pull requests, or `false` to disallow auto-merge.",
10718
- "default": false
10719
- },
10720
10749
  "delete_branch_on_merge": {
10721
10750
  "type": "boolean",
10722
10751
  "description": "Either `true` to allow automatically deleting head branches when pull requests are merged, or `false` to prevent automatic deletion.",
@@ -10771,9 +10800,20 @@
10771
10800
  "githubCloudOnly": false,
10772
10801
  "enabledForGitHubApps": true,
10773
10802
  "category": "repos",
10774
- "subcategory": null
10803
+ "previews": [
10804
+ {
10805
+ "required": false,
10806
+ "name": "nebula",
10807
+ "note": "You can set the visibility of a repository using the new `visibility` parameter in the [Repositories API](https://docs.github.com/enterprise-server@3.2/rest/reference/repos/), and get a repository's visibility with a new response key. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes/).\n\nTo access repository visibility during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.nebula-preview+json\n```"
10808
+ },
10809
+ {
10810
+ "required": false,
10811
+ "name": "baptiste",
10812
+ "note": "The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/enterprise-server@3.2/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
10813
+ }
10814
+ ]
10775
10815
  },
10776
- "x-octokit": {}
10816
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
10777
10817
  }
10778
10818
  },
10779
10819
  "/orgs/{org}/teams": {
@@ -12372,7 +12412,7 @@
12372
12412
  "category": "teams",
12373
12413
  "subcategory": null
12374
12414
  },
12375
- "x-octokit": {}
12415
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
12376
12416
  }
12377
12417
  },
12378
12418
  "/orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}": {
@@ -12418,7 +12458,7 @@
12418
12458
  "category": "teams",
12419
12459
  "subcategory": null
12420
12460
  },
12421
- "x-octokit": {}
12461
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
12422
12462
  },
12423
12463
  "put": {
12424
12464
  "summary": "Add or update team repository permissions",
@@ -13901,7 +13941,7 @@
13901
13941
  }
13902
13942
  ]
13903
13943
  },
13904
- "x-octokit": {}
13944
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
13905
13945
  },
13906
13946
  "patch": {
13907
13947
  "summary": "Update a repository",
@@ -14021,11 +14061,6 @@
14021
14061
  "description": "Either `true` to allow rebase-merging pull requests, or `false` to prevent rebase-merging.",
14022
14062
  "default": true
14023
14063
  },
14024
- "allow_auto_merge": {
14025
- "type": "boolean",
14026
- "description": "Either `true` to allow auto-merge on pull requests, or `false` to disallow auto-merge.",
14027
- "default": false
14028
- },
14029
14064
  "delete_branch_on_merge": {
14030
14065
  "type": "boolean",
14031
14066
  "description": "Either `true` to allow automatically deleting head branches when pull requests are merged, or `false` to prevent automatic deletion.",
@@ -14090,9 +14125,20 @@
14090
14125
  "githubCloudOnly": false,
14091
14126
  "enabledForGitHubApps": true,
14092
14127
  "category": "repos",
14093
- "subcategory": null
14128
+ "previews": [
14129
+ {
14130
+ "required": false,
14131
+ "name": "nebula",
14132
+ "note": "You can set the visibility of a repository using the new `visibility` parameter in the [Repositories API](https://docs.github.com/enterprise-server@3.2/rest/reference/repos/), and get a repository's visibility with a new response key. For more information, see the [blog post](https://developer.github.com/changes/2019-12-03-internal-visibility-changes/).\n\nTo access repository visibility during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n```shell\napplication/vnd.github.nebula-preview+json\n```"
14133
+ },
14134
+ {
14135
+ "required": false,
14136
+ "name": "baptiste",
14137
+ "note": "The `is_template` and `template_repository` keys are currently available for developer to preview. See [Create a repository using a template](https://docs.github.com/enterprise-server@3.2/rest/reference/repos#create-a-repository-using-a-template) to learn how to create template repositories. To access these new response keys during the preview period, you must provide a custom [media type](https://docs.github.com/enterprise-server@3.2/rest/overview/media-types) in the `Accept` header:\n\n```shell\napplication/vnd.github.baptiste-preview+json\n```"
14138
+ }
14139
+ ]
14094
14140
  },
14095
- "x-octokit": {}
14141
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
14096
14142
  },
14097
14143
  "delete": {
14098
14144
  "summary": "Delete a repository",
@@ -14327,7 +14373,7 @@
14327
14373
  "category": "actions",
14328
14374
  "subcategory": "workflow-jobs"
14329
14375
  },
14330
- "x-octokit": { "diff": { "ghes-3.3.json": { "type": "changed" } } }
14376
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
14331
14377
  }
14332
14378
  },
14333
14379
  "/repos/{owner}/{repo}/actions/jobs/{job_id}/logs": {
@@ -14659,7 +14705,7 @@
14659
14705
  "category": "actions",
14660
14706
  "subcategory": "self-hosted-runners"
14661
14707
  },
14662
- "x-octokit": {}
14708
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
14663
14709
  }
14664
14710
  },
14665
14711
  "/repos/{owner}/{repo}/actions/runners/remove-token": {
@@ -14699,7 +14745,7 @@
14699
14745
  "category": "actions",
14700
14746
  "subcategory": "self-hosted-runners"
14701
14747
  },
14702
- "x-octokit": {}
14748
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
14703
14749
  }
14704
14750
  },
14705
14751
  "/repos/{owner}/{repo}/actions/runners/{runner_id}": {
@@ -14816,7 +14862,7 @@
14816
14862
  "category": "actions",
14817
14863
  "subcategory": "workflow-runs"
14818
14864
  },
14819
- "x-octokit": {}
14865
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
14820
14866
  }
14821
14867
  },
14822
14868
  "/repos/{owner}/{repo}/actions/runs/{run_id}": {
@@ -14854,7 +14900,7 @@
14854
14900
  "category": "actions",
14855
14901
  "subcategory": "workflow-runs"
14856
14902
  },
14857
- "x-octokit": {}
14903
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
14858
14904
  },
14859
14905
  "delete": {
14860
14906
  "summary": "Delete a workflow run",
@@ -15073,7 +15119,7 @@
15073
15119
  "category": "actions",
15074
15120
  "subcategory": "workflow-jobs"
15075
15121
  },
15076
- "x-octokit": { "diff": { "ghes-3.3.json": { "type": "changed" } } }
15122
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
15077
15123
  }
15078
15124
  },
15079
15125
  "/repos/{owner}/{repo}/actions/runs/{run_id}/logs": {
@@ -15763,7 +15809,7 @@
15763
15809
  "category": "actions",
15764
15810
  "subcategory": "workflow-runs"
15765
15811
  },
15766
- "x-octokit": {}
15812
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
15767
15813
  }
15768
15814
  },
15769
15815
  "/repos/{owner}/{repo}/assignees": {
@@ -18580,7 +18626,7 @@
18580
18626
  "category": "checks",
18581
18627
  "subcategory": "suites"
18582
18628
  },
18583
- "x-octokit": {}
18629
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
18584
18630
  }
18585
18631
  },
18586
18632
  "/repos/{owner}/{repo}/check-suites/preferences": {
@@ -18658,7 +18704,7 @@
18658
18704
  "category": "checks",
18659
18705
  "subcategory": "suites"
18660
18706
  },
18661
- "x-octokit": {}
18707
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
18662
18708
  }
18663
18709
  },
18664
18710
  "/repos/{owner}/{repo}/check-suites/{check_suite_id}": {
@@ -18695,7 +18741,7 @@
18695
18741
  "category": "checks",
18696
18742
  "subcategory": "suites"
18697
18743
  },
18698
- "x-octokit": {}
18744
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
18699
18745
  }
18700
18746
  },
18701
18747
  "/repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs": {
@@ -18915,7 +18961,7 @@
18915
18961
  "before": { "name": "alert_id" }
18916
18962
  }
18917
18963
  ],
18918
- "diff": { "ghes-3.3.json": { "type": "changed" } }
18964
+ "diff": { "ghes-3.3": { "type": "changed" } }
18919
18965
  }
18920
18966
  },
18921
18967
  "patch": {
@@ -18987,7 +19033,7 @@
18987
19033
  "githubCloudOnly": false,
18988
19034
  "category": "code-scanning"
18989
19035
  },
18990
- "x-octokit": { "diff": { "ghes-3.3.json": { "type": "changed" } } }
19036
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
18991
19037
  }
18992
19038
  },
18993
19039
  "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances": {
@@ -19114,7 +19160,7 @@
19114
19160
  "githubCloudOnly": false,
19115
19161
  "category": "code-scanning"
19116
19162
  },
19117
- "x-octokit": { "diff": { "ghes-3.3.json": { "type": "changed" } } }
19163
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
19118
19164
  }
19119
19165
  },
19120
19166
  "/repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}": {
@@ -19173,7 +19219,7 @@
19173
19219
  "githubCloudOnly": false,
19174
19220
  "category": "code-scanning"
19175
19221
  },
19176
- "x-octokit": { "diff": { "ghes-3.3.json": { "type": "changed" } } }
19222
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
19177
19223
  },
19178
19224
  "delete": {
19179
19225
  "summary": "Delete a code scanning analysis from a repository",
@@ -19528,7 +19574,7 @@
19528
19574
  "category": "repos",
19529
19575
  "subcategory": "collaborators"
19530
19576
  },
19531
- "x-octokit": {}
19577
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
19532
19578
  },
19533
19579
  "delete": {
19534
19580
  "summary": "Remove a repository collaborator",
@@ -19922,7 +19968,7 @@
19922
19968
  }
19923
19969
  ]
19924
19970
  },
19925
- "x-octokit": { "diff": { "ghes-3.3.json": { "type": "changed" } } }
19971
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
19926
19972
  }
19927
19973
  },
19928
19974
  "/repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}": {
@@ -20268,7 +20314,7 @@
20268
20314
  }
20269
20315
  ]
20270
20316
  },
20271
- "x-octokit": {}
20317
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
20272
20318
  }
20273
20319
  },
20274
20320
  "/repos/{owner}/{repo}/commits/{ref}": {
@@ -20463,7 +20509,7 @@
20463
20509
  "category": "checks",
20464
20510
  "subcategory": "suites"
20465
20511
  },
20466
- "x-octokit": {}
20512
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
20467
20513
  }
20468
20514
  },
20469
20515
  "/repos/{owner}/{repo}/commits/{ref}/status": {
@@ -20514,7 +20560,7 @@
20514
20560
  "category": "repos",
20515
20561
  "subcategory": "statuses"
20516
20562
  },
20517
- "x-octokit": {}
20563
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
20518
20564
  }
20519
20565
  },
20520
20566
  "/repos/{owner}/{repo}/commits/{ref}/statuses": {
@@ -21936,7 +21982,7 @@
21936
21982
  "category": "activity",
21937
21983
  "subcategory": "events"
21938
21984
  },
21939
- "x-octokit": {}
21985
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
21940
21986
  }
21941
21987
  },
21942
21988
  "/repos/{owner}/{repo}/forks": {
@@ -21992,7 +22038,7 @@
21992
22038
  "category": "repos",
21993
22039
  "subcategory": "forks"
21994
22040
  },
21995
- "x-octokit": {}
22041
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
21996
22042
  },
21997
22043
  "post": {
21998
22044
  "summary": "Create a fork",
@@ -22047,7 +22093,7 @@
22047
22093
  "category": "repos",
22048
22094
  "subcategory": "forks"
22049
22095
  },
22050
- "x-octokit": {}
22096
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
22051
22097
  }
22052
22098
  },
22053
22099
  "/repos/{owner}/{repo}/git/blobs": {
@@ -23608,7 +23654,7 @@
23608
23654
  "category": "repos",
23609
23655
  "subcategory": "invitations"
23610
23656
  },
23611
- "x-octokit": {}
23657
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
23612
23658
  }
23613
23659
  },
23614
23660
  "/repos/{owner}/{repo}/invitations/{invitation_id}": {
@@ -23666,7 +23712,7 @@
23666
23712
  "category": "repos",
23667
23713
  "subcategory": "invitations"
23668
23714
  },
23669
- "x-octokit": {}
23715
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
23670
23716
  },
23671
23717
  "delete": {
23672
23718
  "summary": "Delete a repository invitation",
@@ -23798,7 +23844,7 @@
23798
23844
  }
23799
23845
  ]
23800
23846
  },
23801
- "x-octokit": {}
23847
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
23802
23848
  },
23803
23849
  "post": {
23804
23850
  "summary": "Create an issue",
@@ -23917,7 +23963,7 @@
23917
23963
  "category": "issues",
23918
23964
  "subcategory": null
23919
23965
  },
23920
- "x-octokit": {}
23966
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
23921
23967
  }
23922
23968
  },
23923
23969
  "/repos/{owner}/{repo}/issues/comments": {
@@ -24340,7 +24386,7 @@
24340
24386
  }
24341
24387
  ]
24342
24388
  },
24343
- "x-octokit": {}
24389
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
24344
24390
  }
24345
24391
  },
24346
24392
  "/repos/{owner}/{repo}/issues/events/{event_id}": {
@@ -24392,7 +24438,7 @@
24392
24438
  }
24393
24439
  ]
24394
24440
  },
24395
- "x-octokit": {}
24441
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
24396
24442
  }
24397
24443
  },
24398
24444
  "/repos/{owner}/{repo}/issues/{issue_number}": {
@@ -24439,7 +24485,7 @@
24439
24485
  }
24440
24486
  ]
24441
24487
  },
24442
- "x-octokit": {}
24488
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
24443
24489
  },
24444
24490
  "patch": {
24445
24491
  "summary": "Update an issue",
@@ -24560,7 +24606,7 @@
24560
24606
  "category": "issues",
24561
24607
  "subcategory": null
24562
24608
  },
24563
- "x-octokit": {}
24609
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
24564
24610
  }
24565
24611
  },
24566
24612
  "/repos/{owner}/{repo}/issues/{issue_number}/assignees": {
@@ -24617,7 +24663,7 @@
24617
24663
  "category": "issues",
24618
24664
  "subcategory": "assignees"
24619
24665
  },
24620
- "x-octokit": {}
24666
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
24621
24667
  },
24622
24668
  "delete": {
24623
24669
  "summary": "Remove assignees from an issue",
@@ -26430,7 +26476,7 @@
26430
26476
  "category": "activity",
26431
26477
  "subcategory": "notifications"
26432
26478
  },
26433
- "x-octokit": {}
26479
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
26434
26480
  },
26435
26481
  "put": {
26436
26482
  "summary": "Mark repository notifications as read",
@@ -27334,7 +27380,7 @@
27334
27380
  "category": "pulls",
27335
27381
  "subcategory": null
27336
27382
  },
27337
- "x-octokit": {}
27383
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
27338
27384
  },
27339
27385
  "post": {
27340
27386
  "summary": "Create a pull request",
@@ -28446,7 +28492,7 @@
28446
28492
  "/repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers": {
28447
28493
  "get": {
28448
28494
  "summary": "List requested reviewers for a pull request",
28449
- "description": "",
28495
+ "description": "Lists the users or teams whose review is requested for a pull request. Once a requested reviewer submits a review, they are no longer considered a requested reviewer. Their review will instead be returned by the [List reviews for a pull request](https://docs.github.com/enterprise-server@3.2/rest/pulls/reviews#list-reviews-for-a-pull-request) operation.",
28450
28496
  "tags": ["pulls"],
28451
28497
  "operationId": "pulls/list-requested-reviewers",
28452
28498
  "externalDocs": {
@@ -28562,7 +28608,7 @@
28562
28608
  "category": "pulls",
28563
28609
  "subcategory": "review-requests"
28564
28610
  },
28565
- "x-octokit": {}
28611
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
28566
28612
  },
28567
28613
  "delete": {
28568
28614
  "summary": "Remove requested reviewers from a pull request",
@@ -29422,7 +29468,7 @@
29422
29468
  "category": "repos",
29423
29469
  "subcategory": "releases"
29424
29470
  },
29425
- "x-octokit": { "diff": { "ghes-3.3.json": { "type": "changed" } } }
29471
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
29426
29472
  }
29427
29473
  },
29428
29474
  "/repos/{owner}/{repo}/releases/assets/{asset_id}": {
@@ -29940,7 +29986,7 @@
29940
29986
  }
29941
29987
  ]
29942
29988
  },
29943
- "x-octokit": { "diff": { "ghes-3.3.json": { "type": "changed" } } }
29989
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
29944
29990
  },
29945
29991
  "post": {
29946
29992
  "summary": "Create reaction for a release",
@@ -30926,7 +30972,7 @@
30926
30972
  }
30927
30973
  ]
30928
30974
  },
30929
- "x-octokit": { "diff": { "ghes-3.3.json": { "type": "changed" } } }
30975
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
30930
30976
  },
30931
30977
  "put": {
30932
30978
  "summary": "Replace all repository topics",
@@ -30992,7 +31038,7 @@
30992
31038
  }
30993
31039
  ]
30994
31040
  },
30995
- "x-octokit": { "diff": { "ghes-3.3.json": { "type": "changed" } } }
31041
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
30996
31042
  }
30997
31043
  },
30998
31044
  "/repos/{owner}/{repo}/transfer": {
@@ -31057,7 +31103,7 @@
31057
31103
  "category": "repos",
31058
31104
  "subcategory": null
31059
31105
  },
31060
- "x-octokit": {}
31106
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
31061
31107
  }
31062
31108
  },
31063
31109
  "/repos/{owner}/{repo}/zipball/{ref}": {
@@ -31209,7 +31255,7 @@
31209
31255
  }
31210
31256
  ]
31211
31257
  },
31212
- "x-octokit": {}
31258
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
31213
31259
  }
31214
31260
  },
31215
31261
  "/repositories": {
@@ -31269,7 +31315,7 @@
31269
31315
  "category": "repos",
31270
31316
  "subcategory": null
31271
31317
  },
31272
- "x-octokit": {}
31318
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
31273
31319
  }
31274
31320
  },
31275
31321
  "/repositories/{repository_id}/environments/{environment_name}/secrets": {
@@ -31552,7 +31598,7 @@
31552
31598
  "category": "search",
31553
31599
  "subcategory": null
31554
31600
  },
31555
- "x-octokit": {}
31601
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
31556
31602
  }
31557
31603
  },
31558
31604
  "/search/commits": {
@@ -31628,7 +31674,7 @@
31628
31674
  }
31629
31675
  ]
31630
31676
  },
31631
- "x-octokit": {}
31677
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
31632
31678
  }
31633
31679
  },
31634
31680
  "/search/issues": {
@@ -31713,7 +31759,7 @@
31713
31759
  "category": "search",
31714
31760
  "subcategory": null
31715
31761
  },
31716
- "x-octokit": {}
31762
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
31717
31763
  }
31718
31764
  },
31719
31765
  "/search/labels": {
@@ -31934,7 +31980,7 @@
31934
31980
  }
31935
31981
  ]
31936
31982
  },
31937
- "x-octokit": { "diff": { "ghes-3.3.json": { "type": "changed" } } }
31983
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
31938
31984
  }
31939
31985
  },
31940
31986
  "/search/users": {
@@ -34150,7 +34196,7 @@
34150
34196
  "subcategory": null
34151
34197
  },
34152
34198
  "deprecated": true,
34153
- "x-octokit": {}
34199
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
34154
34200
  }
34155
34201
  },
34156
34202
  "/teams/{team_id}/repos/{owner}/{repo}": {
@@ -34198,7 +34244,7 @@
34198
34244
  "subcategory": null
34199
34245
  },
34200
34246
  "deprecated": true,
34201
- "x-octokit": {}
34247
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
34202
34248
  },
34203
34249
  "put": {
34204
34250
  "summary": "Add or update team repository permissions (Legacy)",
@@ -35164,7 +35210,7 @@
35164
35210
  }
35165
35211
  ]
35166
35212
  },
35167
- "x-octokit": {}
35213
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
35168
35214
  }
35169
35215
  },
35170
35216
  "/user/installations/{installation_id}/repositories/{repository_id}": {
@@ -35334,7 +35380,7 @@
35334
35380
  }
35335
35381
  ]
35336
35382
  },
35337
- "x-octokit": {}
35383
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
35338
35384
  }
35339
35385
  },
35340
35386
  "/user/keys": {
@@ -35806,7 +35852,7 @@
35806
35852
  }
35807
35853
  ]
35808
35854
  },
35809
- "x-octokit": { "diff": { "ghes-3.3.json": { "type": "changed" } } }
35855
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
35810
35856
  }
35811
35857
  },
35812
35858
  "/user/public_emails": {
@@ -35957,7 +36003,7 @@
35957
36003
  "category": "repos",
35958
36004
  "subcategory": null
35959
36005
  },
35960
- "x-octokit": {}
36006
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
35961
36007
  },
35962
36008
  "post": {
35963
36009
  "summary": "Create a repository for the authenticated user",
@@ -36048,12 +36094,6 @@
36048
36094
  "type": "boolean",
36049
36095
  "example": true
36050
36096
  },
36051
- "allow_auto_merge": {
36052
- "description": "Whether to allow Auto-merge to be used on pull requests.",
36053
- "default": false,
36054
- "type": "boolean",
36055
- "example": false
36056
- },
36057
36097
  "delete_branch_on_merge": {
36058
36098
  "description": "Whether to delete head branches when pull requests are merged",
36059
36099
  "default": false,
@@ -36110,7 +36150,7 @@
36110
36150
  "category": "repos",
36111
36151
  "subcategory": null
36112
36152
  },
36113
- "x-octokit": {}
36153
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
36114
36154
  }
36115
36155
  },
36116
36156
  "/user/repository_invitations": {
@@ -36158,7 +36198,7 @@
36158
36198
  "category": "repos",
36159
36199
  "subcategory": "invitations"
36160
36200
  },
36161
- "x-octokit": {}
36201
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
36162
36202
  }
36163
36203
  },
36164
36204
  "/user/repository_invitations/{invitation_id}": {
@@ -36284,7 +36324,7 @@
36284
36324
  "category": "activity",
36285
36325
  "subcategory": "starring"
36286
36326
  },
36287
- "x-octokit": {}
36327
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
36288
36328
  }
36289
36329
  },
36290
36330
  "/user/starred/{owner}/{repo}": {
@@ -36424,7 +36464,7 @@
36424
36464
  "category": "activity",
36425
36465
  "subcategory": "watching"
36426
36466
  },
36427
- "x-octokit": {}
36467
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
36428
36468
  }
36429
36469
  },
36430
36470
  "/user/teams": {
@@ -36601,7 +36641,7 @@
36601
36641
  "category": "activity",
36602
36642
  "subcategory": "events"
36603
36643
  },
36604
- "x-octokit": {}
36644
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
36605
36645
  }
36606
36646
  },
36607
36647
  "/users/{username}/events/orgs/{org}": {
@@ -36644,7 +36684,7 @@
36644
36684
  "category": "activity",
36645
36685
  "subcategory": "events"
36646
36686
  },
36647
- "x-octokit": {}
36687
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
36648
36688
  }
36649
36689
  },
36650
36690
  "/users/{username}/events/public": {
@@ -36686,7 +36726,7 @@
36686
36726
  "category": "activity",
36687
36727
  "subcategory": "events"
36688
36728
  },
36689
- "x-octokit": {}
36729
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
36690
36730
  }
36691
36731
  },
36692
36732
  "/users/{username}/followers": {
@@ -37166,7 +37206,7 @@
37166
37206
  "category": "activity",
37167
37207
  "subcategory": "events"
37168
37208
  },
37169
- "x-octokit": {}
37209
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
37170
37210
  }
37171
37211
  },
37172
37212
  "/users/{username}/received_events/public": {
@@ -37208,7 +37248,7 @@
37208
37248
  "category": "activity",
37209
37249
  "subcategory": "events"
37210
37250
  },
37211
- "x-octokit": {}
37251
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
37212
37252
  }
37213
37253
  },
37214
37254
  "/users/{username}/repos": {
@@ -37286,7 +37326,7 @@
37286
37326
  }
37287
37327
  ]
37288
37328
  },
37289
- "x-octokit": {}
37329
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
37290
37330
  }
37291
37331
  },
37292
37332
  "/users/{username}/site_admin": {
@@ -37424,7 +37464,7 @@
37424
37464
  "category": "activity",
37425
37465
  "subcategory": "watching"
37426
37466
  },
37427
- "x-octokit": {}
37467
+ "x-octokit": { "diff": { "ghes-3.3": { "type": "changed" } } }
37428
37468
  }
37429
37469
  },
37430
37470
  "/users/{username}/suspended": {
@@ -37705,175 +37745,175 @@
37705
37745
  "get": {
37706
37746
  "summary": "Get the audit log for an enterprise",
37707
37747
  "operationId": "enterprise-admin/get-audit-log",
37708
- "description": "This endpoint does not exist ghes-3.2.json. It was added in ghes-3.3.json",
37748
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
37709
37749
  "tags": ["enterprise-admin"],
37710
37750
  "externalDocs": {
37711
37751
  "description": "API method documentation",
37712
37752
  "url": "https://docs.github.com/enterprise-server@3.3/rest/reference/enterprise-admin#get-the-audit-log-for-an-enterprise"
37713
37753
  },
37714
- "x-octokit": { "ghes-3.3.json": "removed" },
37754
+ "x-octokit": { "ghes-3.3": "removed" },
37715
37755
  "responses": { "501": { "description": "Not Implemented" } }
37716
37756
  }
37717
37757
  },
37718
37758
  "/orgs/{org}/audit-log": {
37719
37759
  "get": {
37720
37760
  "summary": "Get the audit log for an organization",
37721
- "description": "This endpoint does not exist ghes-3.2.json. It was added in ghes-3.3.json",
37761
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
37722
37762
  "operationId": "orgs/get-audit-log",
37723
37763
  "tags": ["orgs"],
37724
37764
  "externalDocs": {
37725
37765
  "description": "API method documentation",
37726
37766
  "url": "https://docs.github.com/enterprise-server@3.3/rest/reference/orgs#get-audit-log"
37727
37767
  },
37728
- "x-octokit": { "ghes-3.3.json": "removed" },
37768
+ "x-octokit": { "ghes-3.3": "removed" },
37729
37769
  "responses": { "501": { "description": "Not Implemented" } }
37730
37770
  }
37731
37771
  },
37732
37772
  "/orgs/{org}/secret-scanning/alerts": {
37733
37773
  "get": {
37734
37774
  "summary": "List secret scanning alerts for an organization",
37735
- "description": "This endpoint does not exist ghes-3.2.json. It was added in ghes-3.3.json",
37775
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
37736
37776
  "tags": ["secret-scanning"],
37737
37777
  "operationId": "secret-scanning/list-alerts-for-org",
37738
37778
  "externalDocs": {
37739
37779
  "description": "API method documentation",
37740
37780
  "url": "https://docs.github.com/enterprise-server@3.3/rest/reference/secret-scanning#list-secret-scanning-alerts-for-an-organization"
37741
37781
  },
37742
- "x-octokit": { "ghes-3.3.json": "removed" },
37782
+ "x-octokit": { "ghes-3.3": "removed" },
37743
37783
  "responses": { "501": { "description": "Not Implemented" } }
37744
37784
  }
37745
37785
  },
37746
37786
  "/repos/{owner}/{repo}/autolinks": {
37747
37787
  "get": {
37748
37788
  "summary": "List all autolinks of a repository",
37749
- "description": "This endpoint does not exist ghes-3.2.json. It was added in ghes-3.3.json",
37789
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
37750
37790
  "tags": ["repos"],
37751
37791
  "operationId": "repos/list-autolinks",
37752
37792
  "externalDocs": {
37753
37793
  "description": "API method documentation",
37754
37794
  "url": "https://docs.github.com/enterprise-server@3.3/v3/repos#list-autolinks"
37755
37795
  },
37756
- "x-octokit": { "ghes-3.3.json": "removed" },
37796
+ "x-octokit": { "ghes-3.3": "removed" },
37757
37797
  "responses": { "501": { "description": "Not Implemented" } }
37758
37798
  },
37759
37799
  "post": {
37760
37800
  "summary": "Create an autolink reference for a repository",
37761
- "description": "This endpoint does not exist ghes-3.2.json. It was added in ghes-3.3.json",
37801
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
37762
37802
  "tags": ["repos"],
37763
37803
  "operationId": "repos/create-autolink",
37764
37804
  "externalDocs": {
37765
37805
  "description": "API method documentation",
37766
37806
  "url": "https://docs.github.com/enterprise-server@3.3/v3/repos#create-an-autolink"
37767
37807
  },
37768
- "x-octokit": { "ghes-3.3.json": "removed" },
37808
+ "x-octokit": { "ghes-3.3": "removed" },
37769
37809
  "responses": { "501": { "description": "Not Implemented" } }
37770
37810
  }
37771
37811
  },
37772
37812
  "/repos/{owner}/{repo}/autolinks/{autolink_id}": {
37773
37813
  "get": {
37774
37814
  "summary": "Get an autolink reference of a repository",
37775
- "description": "This endpoint does not exist ghes-3.2.json. It was added in ghes-3.3.json",
37815
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
37776
37816
  "tags": ["repos"],
37777
37817
  "operationId": "repos/get-autolink",
37778
37818
  "externalDocs": {
37779
37819
  "description": "API method documentation",
37780
37820
  "url": "https://docs.github.com/enterprise-server@3.3/v3/repos#get-autolink"
37781
37821
  },
37782
- "x-octokit": { "ghes-3.3.json": "removed" },
37822
+ "x-octokit": { "ghes-3.3": "removed" },
37783
37823
  "responses": { "501": { "description": "Not Implemented" } }
37784
37824
  },
37785
37825
  "delete": {
37786
37826
  "summary": "Delete an autolink reference from a repository",
37787
- "description": "This endpoint does not exist ghes-3.2.json. It was added in ghes-3.3.json",
37827
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
37788
37828
  "tags": ["repos"],
37789
37829
  "operationId": "repos/delete-autolink",
37790
37830
  "externalDocs": {
37791
37831
  "description": "API method documentation",
37792
37832
  "url": "https://docs.github.com/enterprise-server@3.3/v3/repos#delete-autolink"
37793
37833
  },
37794
- "x-octokit": { "ghes-3.3.json": "removed" },
37834
+ "x-octokit": { "ghes-3.3": "removed" },
37795
37835
  "responses": { "501": { "description": "Not Implemented" } }
37796
37836
  }
37797
37837
  },
37798
37838
  "/repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest": {
37799
37839
  "post": {
37800
37840
  "summary": "Rerequest a check run",
37801
- "description": "This endpoint does not exist ghes-3.2.json. It was added in ghes-3.3.json",
37841
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
37802
37842
  "tags": ["checks"],
37803
37843
  "operationId": "checks/rerequest-run",
37804
37844
  "externalDocs": {
37805
37845
  "description": "API method documentation",
37806
37846
  "url": "https://docs.github.com/enterprise-server@3.3/rest/reference/checks#rerequest-a-check-run"
37807
37847
  },
37808
- "x-octokit": { "ghes-3.3.json": "removed" },
37848
+ "x-octokit": { "ghes-3.3": "removed" },
37809
37849
  "responses": { "501": { "description": "Not Implemented" } }
37810
37850
  }
37811
37851
  },
37812
37852
  "/repos/{owner}/{repo}/lfs": {
37813
37853
  "put": {
37814
37854
  "summary": "Enable Git LFS for a repository",
37815
- "description": "This endpoint does not exist ghes-3.2.json. It was added in ghes-3.3.json",
37855
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
37816
37856
  "operationId": "repos/enable-lfs-for-repo",
37817
37857
  "tags": ["repos"],
37818
37858
  "externalDocs": {
37819
37859
  "description": "API method documentation",
37820
37860
  "url": "https://docs.github.com/enterprise-server@3.3/rest/reference/repos#enable-git-lfs-for-a-repository"
37821
37861
  },
37822
- "x-octokit": { "ghes-3.3.json": "removed" },
37862
+ "x-octokit": { "ghes-3.3": "removed" },
37823
37863
  "responses": { "501": { "description": "Not Implemented" } }
37824
37864
  },
37825
37865
  "delete": {
37826
37866
  "summary": "Disable Git LFS for a repository",
37827
- "description": "This endpoint does not exist ghes-3.2.json. It was added in ghes-3.3.json",
37867
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
37828
37868
  "operationId": "repos/disable-lfs-for-repo",
37829
37869
  "tags": ["repos"],
37830
37870
  "externalDocs": {
37831
37871
  "description": "API method documentation",
37832
37872
  "url": "https://docs.github.com/enterprise-server@3.3/rest/reference/repos#disable-git-lfs-for-a-repository"
37833
37873
  },
37834
- "x-octokit": { "ghes-3.3.json": "removed" },
37874
+ "x-octokit": { "ghes-3.3": "removed" },
37835
37875
  "responses": { "501": { "description": "Not Implemented" } }
37836
37876
  }
37837
37877
  },
37838
37878
  "/repos/{owner}/{repo}/merge-upstream": {
37839
37879
  "post": {
37840
37880
  "summary": "Sync a fork branch with the upstream repository",
37841
- "description": "This endpoint does not exist ghes-3.2.json. It was added in ghes-3.3.json",
37881
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
37842
37882
  "tags": ["repos"],
37843
37883
  "operationId": "repos/merge-upstream",
37844
37884
  "externalDocs": {
37845
37885
  "description": "API method documentation",
37846
37886
  "url": "https://docs.github.com/enterprise-server@3.3/rest/reference/repos#sync-a-fork-branch-with-the-upstream-repository"
37847
37887
  },
37848
- "x-octokit": { "ghes-3.3.json": "removed" },
37888
+ "x-octokit": { "ghes-3.3": "removed" },
37849
37889
  "responses": { "501": { "description": "Not Implemented" } }
37850
37890
  }
37851
37891
  },
37852
37892
  "/repos/{owner}/{repo}/releases/generate-notes": {
37853
37893
  "post": {
37854
37894
  "summary": "Generate release notes content for a release",
37855
- "description": "This endpoint does not exist ghes-3.2.json. It was added in ghes-3.3.json",
37895
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
37856
37896
  "tags": ["repos"],
37857
37897
  "operationId": "repos/generate-release-notes",
37858
37898
  "externalDocs": {
37859
37899
  "description": "API method documentation",
37860
37900
  "url": "https://docs.github.com/enterprise-server@3.3/rest/reference/repos#generate-release-notes"
37861
37901
  },
37862
- "x-octokit": { "ghes-3.3.json": "removed" },
37902
+ "x-octokit": { "ghes-3.3": "removed" },
37863
37903
  "responses": { "501": { "description": "Not Implemented" } }
37864
37904
  }
37865
37905
  },
37866
37906
  "/repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations": {
37867
37907
  "get": {
37868
37908
  "summary": "List locations for a secret scanning alert",
37869
- "description": "This endpoint does not exist ghes-3.2.json. It was added in ghes-3.3.json",
37909
+ "description": "This endpoint does not exist in GitHub Enterprise Server 3.2. It was added in 3.3",
37870
37910
  "tags": ["secret-scanning"],
37871
37911
  "operationId": "secret-scanning/list-locations-for-alert",
37872
37912
  "externalDocs": {
37873
37913
  "description": "API method documentation",
37874
37914
  "url": "https://docs.github.com/enterprise-server@3.3/rest/reference/secret-scanning#list-locations-for-a-secret-scanning-alert"
37875
37915
  },
37876
- "x-octokit": { "ghes-3.3.json": "removed" },
37916
+ "x-octokit": { "ghes-3.3": "removed" },
37877
37917
  "responses": { "501": { "description": "Not Implemented" } }
37878
37918
  }
37879
37919
  }
@@ -39884,7 +39924,6 @@
39884
39924
  "allow_rebase_merge": { "type": "boolean" },
39885
39925
  "temp_clone_token": { "type": "string" },
39886
39926
  "allow_squash_merge": { "type": "boolean" },
39887
- "allow_auto_merge": { "type": "boolean" },
39888
39927
  "delete_branch_on_merge": { "type": "boolean" },
39889
39928
  "allow_update_branch": { "type": "boolean" },
39890
39929
  "allow_merge_commit": { "type": "boolean" },
@@ -39899,12 +39938,6 @@
39899
39938
  "type": "boolean",
39900
39939
  "example": true
39901
39940
  },
39902
- "allow_auto_merge": {
39903
- "description": "Whether to allow Auto-merge to be used on pull requests.",
39904
- "default": false,
39905
- "type": "boolean",
39906
- "example": false
39907
- },
39908
39941
  "delete_branch_on_merge": {
39909
39942
  "description": "Whether to delete head branches when pull requests are merged",
39910
39943
  "default": false,
@@ -42049,7 +42082,6 @@
42049
42082
  "allow_rebase_merge": { "type": "boolean" },
42050
42083
  "temp_clone_token": { "type": "string" },
42051
42084
  "allow_squash_merge": { "type": "boolean" },
42052
- "allow_auto_merge": { "type": "boolean" },
42053
42085
  "delete_branch_on_merge": { "type": "boolean" },
42054
42086
  "allow_update_branch": { "type": "boolean" },
42055
42087
  "allow_merge_commit": { "type": "boolean" },
@@ -42064,12 +42096,6 @@
42064
42096
  "type": "boolean",
42065
42097
  "example": true
42066
42098
  },
42067
- "allow_auto_merge": {
42068
- "description": "Whether to allow Auto-merge to be used on pull requests.",
42069
- "default": false,
42070
- "type": "boolean",
42071
- "example": false
42072
- },
42073
42099
  "delete_branch_on_merge": {
42074
42100
  "description": "Whether to delete head branches when pull requests are merged",
42075
42101
  "default": false,
@@ -44490,7 +44516,6 @@
44490
44516
  },
44491
44517
  "temp_clone_token": { "type": "string", "nullable": true },
44492
44518
  "allow_squash_merge": { "type": "boolean", "example": true },
44493
- "allow_auto_merge": { "type": "boolean", "example": false },
44494
44519
  "delete_branch_on_merge": { "type": "boolean", "example": false },
44495
44520
  "allow_merge_commit": { "type": "boolean", "example": true },
44496
44521
  "allow_update_branch": { "type": "boolean", "example": true },
@@ -58738,8 +58763,6 @@
58738
58763
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
58739
58764
  "svn_url": "https://svn.github.com/octocat/Hello-World",
58740
58765
  "homepage": "https://github.com",
58741
- "organization": null,
58742
- "language": null,
58743
58766
  "forks": 9,
58744
58767
  "forks_count": 9,
58745
58768
  "stargazers_count": 80,
@@ -58772,10 +58795,8 @@
58772
58795
  "updated_at": "2011-01-26T19:14:43Z",
58773
58796
  "permissions": { "admin": false, "push": false, "pull": true },
58774
58797
  "allow_rebase_merge": true,
58775
- "template_repository": null,
58776
58798
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
58777
58799
  "allow_squash_merge": true,
58778
- "allow_auto_merge": false,
58779
58800
  "delete_branch_on_merge": true,
58780
58801
  "allow_merge_commit": true,
58781
58802
  "subscribers_count": 42,
@@ -59846,7 +59867,6 @@
59846
59867
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
59847
59868
  "svn_url": "https://svn.github.com/octocat/Hello-World",
59848
59869
  "homepage": "https://github.com",
59849
- "language": null,
59850
59870
  "forks_count": 9,
59851
59871
  "forks": 9,
59852
59872
  "stargazers_count": 80,
@@ -59943,7 +59963,6 @@
59943
59963
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
59944
59964
  "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
59945
59965
  "homepage": "https://github.com",
59946
- "language": null,
59947
59966
  "forks": 9,
59948
59967
  "forks_count": 9,
59949
59968
  "stargazers_count": 80,
@@ -59978,7 +59997,6 @@
59978
59997
  "allow_rebase_merge": true,
59979
59998
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
59980
59999
  "allow_squash_merge": true,
59981
- "allow_auto_merge": false,
59982
60000
  "delete_branch_on_merge": true,
59983
60001
  "allow_merge_commit": true,
59984
60002
  "subscribers_count": 42,
@@ -59986,7 +60004,6 @@
59986
60004
  },
59987
60005
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
59988
60006
  "allow_squash_merge": true,
59989
- "allow_auto_merge": false,
59990
60007
  "delete_branch_on_merge": true,
59991
60008
  "allow_merge_commit": true,
59992
60009
  "subscribers_count": 42,
@@ -60090,7 +60107,6 @@
60090
60107
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
60091
60108
  "svn_url": "https://svn.github.com/octocat/Hello-World",
60092
60109
  "homepage": "https://github.com",
60093
- "language": null,
60094
60110
  "forks_count": 9,
60095
60111
  "stargazers_count": 80,
60096
60112
  "watchers_count": 80,
@@ -60114,7 +60130,6 @@
60114
60130
  "allow_rebase_merge": true,
60115
60131
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
60116
60132
  "allow_squash_merge": true,
60117
- "allow_auto_merge": false,
60118
60133
  "delete_branch_on_merge": true,
60119
60134
  "allow_merge_commit": true,
60120
60135
  "subscribers_count": 42,
@@ -60203,7 +60218,6 @@
60203
60218
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
60204
60219
  "svn_url": "https://svn.github.com/octocat/Hello-World",
60205
60220
  "homepage": "https://github.com",
60206
- "language": null,
60207
60221
  "forks_count": 9,
60208
60222
  "stargazers_count": 80,
60209
60223
  "watchers_count": 80,
@@ -60227,7 +60241,6 @@
60227
60241
  "allow_rebase_merge": true,
60228
60242
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
60229
60243
  "allow_squash_merge": true,
60230
- "allow_auto_merge": false,
60231
60244
  "delete_branch_on_merge": true,
60232
60245
  "allow_merge_commit": true,
60233
60246
  "subscribers_count": 42,
@@ -60320,7 +60333,6 @@
60320
60333
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
60321
60334
  "svn_url": "https://svn.github.com/octocat/Hello-World",
60322
60335
  "homepage": "https://github.com",
60323
- "language": null,
60324
60336
  "forks_count": 9,
60325
60337
  "forks": 9,
60326
60338
  "stargazers_count": 80,
@@ -60417,7 +60429,6 @@
60417
60429
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
60418
60430
  "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
60419
60431
  "homepage": "https://github.com",
60420
- "language": null,
60421
60432
  "forks": 9,
60422
60433
  "forks_count": 9,
60423
60434
  "stargazers_count": 80,
@@ -60452,7 +60463,6 @@
60452
60463
  "allow_rebase_merge": true,
60453
60464
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
60454
60465
  "allow_squash_merge": true,
60455
- "allow_auto_merge": false,
60456
60466
  "delete_branch_on_merge": true,
60457
60467
  "allow_merge_commit": true,
60458
60468
  "subscribers_count": 42,
@@ -60460,7 +60470,6 @@
60460
60470
  },
60461
60471
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
60462
60472
  "allow_squash_merge": true,
60463
- "allow_auto_merge": false,
60464
60473
  "delete_branch_on_merge": true,
60465
60474
  "allow_merge_commit": true,
60466
60475
  "subscribers_count": 42,
@@ -60564,7 +60573,6 @@
60564
60573
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
60565
60574
  "svn_url": "https://svn.github.com/octocat/Hello-World",
60566
60575
  "homepage": "https://github.com",
60567
- "language": null,
60568
60576
  "forks_count": 9,
60569
60577
  "stargazers_count": 80,
60570
60578
  "watchers_count": 80,
@@ -60588,7 +60596,6 @@
60588
60596
  "allow_rebase_merge": true,
60589
60597
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
60590
60598
  "allow_squash_merge": true,
60591
- "allow_auto_merge": false,
60592
60599
  "delete_branch_on_merge": true,
60593
60600
  "allow_merge_commit": true,
60594
60601
  "subscribers_count": 42,
@@ -60677,7 +60684,6 @@
60677
60684
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
60678
60685
  "svn_url": "https://svn.github.com/octocat/Hello-World",
60679
60686
  "homepage": "https://github.com",
60680
- "language": null,
60681
60687
  "forks_count": 9,
60682
60688
  "stargazers_count": 80,
60683
60689
  "watchers_count": 80,
@@ -60701,7 +60707,6 @@
60701
60707
  "allow_rebase_merge": true,
60702
60708
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
60703
60709
  "allow_squash_merge": true,
60704
- "allow_auto_merge": false,
60705
60710
  "delete_branch_on_merge": true,
60706
60711
  "allow_merge_commit": true,
60707
60712
  "subscribers_count": 42,
@@ -60807,7 +60812,6 @@
60807
60812
  "node_id": "MDc6TGljZW5zZW1pdA==",
60808
60813
  "html_url": "https://github.com/licenses/mit"
60809
60814
  },
60810
- "language": null,
60811
60815
  "forks_count": 9,
60812
60816
  "forks": 9,
60813
60817
  "stargazers_count": 80,
@@ -60904,7 +60908,6 @@
60904
60908
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
60905
60909
  "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
60906
60910
  "homepage": "https://github.com",
60907
- "language": null,
60908
60911
  "forks": 9,
60909
60912
  "forks_count": 9,
60910
60913
  "stargazers_count": 80,
@@ -60939,7 +60942,6 @@
60939
60942
  "allow_rebase_merge": true,
60940
60943
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
60941
60944
  "allow_squash_merge": true,
60942
- "allow_auto_merge": false,
60943
60945
  "delete_branch_on_merge": true,
60944
60946
  "allow_merge_commit": true,
60945
60947
  "subscribers_count": 42,
@@ -60947,7 +60949,6 @@
60947
60949
  },
60948
60950
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
60949
60951
  "allow_squash_merge": true,
60950
- "allow_auto_merge": false,
60951
60952
  "delete_branch_on_merge": true,
60952
60953
  "allow_merge_commit": true,
60953
60954
  "allow_forking": true,
@@ -61045,7 +61046,6 @@
61045
61046
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
61046
61047
  "svn_url": "https://svn.github.com/octocat/Hello-World",
61047
61048
  "homepage": "https://github.com",
61048
- "language": null,
61049
61049
  "forks_count": 9,
61050
61050
  "stargazers_count": 80,
61051
61051
  "watchers_count": 80,
@@ -61069,7 +61069,6 @@
61069
61069
  "allow_rebase_merge": true,
61070
61070
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
61071
61071
  "allow_squash_merge": true,
61072
- "allow_auto_merge": false,
61073
61072
  "delete_branch_on_merge": true,
61074
61073
  "allow_merge_commit": true,
61075
61074
  "subscribers_count": 42,
@@ -61158,7 +61157,6 @@
61158
61157
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
61159
61158
  "svn_url": "https://svn.github.com/octocat/Hello-World",
61160
61159
  "homepage": "https://github.com",
61161
- "language": null,
61162
61160
  "forks_count": 9,
61163
61161
  "stargazers_count": 80,
61164
61162
  "watchers_count": 80,
@@ -61182,7 +61180,6 @@
61182
61180
  "allow_rebase_merge": true,
61183
61181
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
61184
61182
  "allow_squash_merge": true,
61185
- "allow_auto_merge": false,
61186
61183
  "delete_branch_on_merge": true,
61187
61184
  "allow_merge_commit": true,
61188
61185
  "subscribers_count": 42,
@@ -70159,7 +70156,6 @@
70159
70156
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
70160
70157
  "svn_url": "https://svn.github.com/octocat/Hello-World",
70161
70158
  "homepage": "https://github.com",
70162
- "language": null,
70163
70159
  "forks_count": 9,
70164
70160
  "stargazers_count": 80,
70165
70161
  "watchers_count": 80,
@@ -70252,7 +70248,6 @@
70252
70248
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World-Template/hooks",
70253
70249
  "svn_url": "https://svn.github.com/octocat/Hello-World-Template",
70254
70250
  "homepage": "https://github.com",
70255
- "language": null,
70256
70251
  "forks": 9,
70257
70252
  "forks_count": 9,
70258
70253
  "stargazers_count": 80,
@@ -70287,7 +70282,6 @@
70287
70282
  "allow_rebase_merge": true,
70288
70283
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
70289
70284
  "allow_squash_merge": true,
70290
- "allow_auto_merge": false,
70291
70285
  "delete_branch_on_merge": true,
70292
70286
  "allow_merge_commit": true,
70293
70287
  "allow_forking": true,
@@ -70369,7 +70363,6 @@
70369
70363
  "hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
70370
70364
  "svn_url": "https://svn.github.com/octocat/Hello-World",
70371
70365
  "homepage": "https://github.com",
70372
- "language": null,
70373
70366
  "forks_count": 9,
70374
70367
  "forks": 9,
70375
70368
  "stargazers_count": 80,
@@ -70394,7 +70387,6 @@
70394
70387
  "updated_at": "2011-01-26T19:14:43Z",
70395
70388
  "permissions": { "admin": false, "push": false, "pull": true },
70396
70389
  "allow_rebase_merge": true,
70397
- "allow_auto_merge": false,
70398
70390
  "license": {
70399
70391
  "key": "mit",
70400
70392
  "name": "MIT License",
@@ -70402,7 +70394,8 @@
70402
70394
  "spdx_id": "MIT",
70403
70395
  "node_id": "MDc6TGljZW5zZW1pdA==",
70404
70396
  "html_url": "https://github.com/licenses/mit"
70405
- }
70397
+ },
70398
+ "template_repository": {}
70406
70399
  }
70407
70400
  },
70408
70401
  "public-repository-items": {
@@ -72116,7 +72109,6 @@
72116
72109
  "template_repository": null,
72117
72110
  "temp_clone_token": "ABTLWHOULUVAXGTRYU7OC2876QJ2O",
72118
72111
  "allow_squash_merge": true,
72119
- "allow_auto_merge": false,
72120
72112
  "delete_branch_on_merge": true,
72121
72113
  "allow_merge_commit": true,
72122
72114
  "subscribers_count": 42,
@@ -72922,6 +72914,14 @@
72922
72914
  "required": true,
72923
72915
  "schema": { "type": "string" }
72924
72916
  },
72917
+ "oauth-client-id": {
72918
+ "name": "client_id",
72919
+ "in": "path",
72920
+ "required": true,
72921
+ "description": "The client ID of the OAuth app.",
72922
+ "schema": { "type": "string" },
72923
+ "examples": { "default": { "value": "abcde12345fghij67890" } }
72924
+ },
72925
72925
  "authorization-id": {
72926
72926
  "name": "authorization_id",
72927
72927
  "description": "The unique identifier of the authorization.",