@octokit/openapi 5.7.0 → 5.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 (27) hide show
  1. package/generated/api.github.com.deref.json +31 -3
  2. package/generated/api.github.com.json +16 -5
  3. package/generated/ghes-2.22-diff-to-ghes-3.0.deref.json +1 -1
  4. package/generated/ghes-2.22-diff-to-ghes-3.0.json +1 -1
  5. package/generated/ghes-2.22.deref.json +1 -1
  6. package/generated/ghes-2.22.json +1 -1
  7. package/generated/ghes-3.0-anicca-diff-to-ghes-3.1.deref.json +145 -0
  8. package/generated/ghes-3.0-diff-to-ghes-3.1.deref.json +14378 -3642
  9. package/generated/ghes-3.0-diff-to-ghes-3.1.json +1522 -240
  10. package/generated/ghes-3.0.deref.json +47 -26
  11. package/generated/ghes-3.0.json +39 -29
  12. package/generated/ghes-3.1-anicca-diff-to-ghes-3.2.deref.json +1292 -111
  13. package/generated/ghes-3.1-diff-to-ghes-3.2.deref.json +72178 -24463
  14. package/generated/ghes-3.1-diff-to-ghes-3.2.json +8486 -3212
  15. package/generated/ghes-3.1.deref.json +78 -57
  16. package/generated/ghes-3.1.json +70 -60
  17. package/generated/ghes-3.2-anicca-diff-to-api.github.com.deref.json +152 -0
  18. package/generated/ghes-3.2-diff-to-api.github.com.deref.json +3162 -894
  19. package/generated/ghes-3.2-diff-to-api.github.com.json +931 -100
  20. package/generated/ghes-3.2.deref.json +48 -27
  21. package/generated/ghes-3.2.json +54 -30
  22. package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +52 -22
  23. package/generated/github.ae-diff-to-api.github.com.deref.json +4920 -29
  24. package/generated/github.ae-diff-to-api.github.com.json +2883 -282
  25. package/generated/github.ae.deref.json +42 -10
  26. package/generated/github.ae.json +26 -11
  27. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "5.7.0",
4
+ "version": "5.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": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -2123,7 +2123,7 @@
2123
2123
  "category": "enterprise-admin",
2124
2124
  "subcategory": "users"
2125
2125
  },
2126
- "x-octokit": {}
2126
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
2127
2127
  },
2128
2128
  "delete": {
2129
2129
  "summary": "Delete an impersonation OAuth token",
@@ -2520,7 +2520,7 @@
2520
2520
  "category": "apps",
2521
2521
  "subcategory": null
2522
2522
  },
2523
- "x-octokit": {}
2523
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
2524
2524
  }
2525
2525
  },
2526
2526
  "/app/installations/{installation_id}/suspended": {
@@ -2823,7 +2823,7 @@
2823
2823
  "category": "apps",
2824
2824
  "subcategory": "oauth-applications"
2825
2825
  },
2826
- "x-octokit": {}
2826
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
2827
2827
  },
2828
2828
  "patch": {
2829
2829
  "summary": "Reset a token",
@@ -2875,7 +2875,7 @@
2875
2875
  "category": "apps",
2876
2876
  "subcategory": "oauth-applications"
2877
2877
  },
2878
- "x-octokit": {}
2878
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
2879
2879
  },
2880
2880
  "delete": {
2881
2881
  "summary": "Delete an app token",
@@ -2998,7 +2998,7 @@
2998
2998
  "category": "apps",
2999
2999
  "subcategory": "oauth-applications"
3000
3000
  },
3001
- "x-octokit": {}
3001
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
3002
3002
  }
3003
3003
  },
3004
3004
  "/applications/{client_id}/tokens/{access_token}": {
@@ -3083,7 +3083,7 @@
3083
3083
  "subcategory": "oauth-applications"
3084
3084
  },
3085
3085
  "deprecated": true,
3086
- "x-octokit": {}
3086
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
3087
3087
  },
3088
3088
  "delete": {
3089
3089
  "summary": "Revoke an authorization for an application",
@@ -3290,7 +3290,7 @@
3290
3290
  "subcategory": null
3291
3291
  },
3292
3292
  "deprecated": true,
3293
- "x-octokit": {}
3293
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
3294
3294
  }
3295
3295
  },
3296
3296
  "/authorizations/clients/{client_id}": {
@@ -3394,7 +3394,7 @@
3394
3394
  "subcategory": null
3395
3395
  },
3396
3396
  "deprecated": true,
3397
- "x-octokit": {}
3397
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
3398
3398
  }
3399
3399
  },
3400
3400
  "/authorizations/clients/{client_id}/{fingerprint}": {
@@ -3499,7 +3499,7 @@
3499
3499
  "subcategory": null
3500
3500
  },
3501
3501
  "deprecated": true,
3502
- "x-octokit": {}
3502
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
3503
3503
  }
3504
3504
  },
3505
3505
  "/authorizations/{authorization_id}": {
@@ -3616,7 +3616,7 @@
3616
3616
  "subcategory": null
3617
3617
  },
3618
3618
  "deprecated": true,
3619
- "x-octokit": {}
3619
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
3620
3620
  },
3621
3621
  "delete": {
3622
3622
  "summary": "Delete an authorization",
@@ -4525,7 +4525,7 @@
4525
4525
  "/enterprises/{enterprise}/actions/runner-groups": {
4526
4526
  "get": {
4527
4527
  "summary": "List self-hosted runner groups for an enterprise",
4528
- "description": "Lists all self-hosted runner groups for an enterprise.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
4528
+ "description": "Lists all self-hosted runner groups for an enterprise.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
4529
4529
  "operationId": "enterprise-admin/list-self-hosted-runner-groups-for-enterprise",
4530
4530
  "tags": ["enterprise-admin"],
4531
4531
  "externalDocs": {
@@ -4575,7 +4575,7 @@
4575
4575
  },
4576
4576
  "post": {
4577
4577
  "summary": "Create a self-hosted runner group for an enterprise",
4578
- "description": "Creates a new self-hosted runner group for an enterprise.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
4578
+ "description": "Creates a new self-hosted runner group for an enterprise.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
4579
4579
  "operationId": "enterprise-admin/create-self-hosted-runner-group-for-enterprise",
4580
4580
  "tags": ["enterprise-admin"],
4581
4581
  "externalDocs": {
@@ -4657,7 +4657,7 @@
4657
4657
  "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}": {
4658
4658
  "get": {
4659
4659
  "summary": "Get a self-hosted runner group for an enterprise",
4660
- "description": "Gets a specific self-hosted runner group for an enterprise.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
4660
+ "description": "Gets a specific self-hosted runner group for an enterprise.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
4661
4661
  "operationId": "enterprise-admin/get-self-hosted-runner-group-for-enterprise",
4662
4662
  "tags": ["enterprise-admin"],
4663
4663
  "externalDocs": {
@@ -4696,7 +4696,7 @@
4696
4696
  },
4697
4697
  "patch": {
4698
4698
  "summary": "Update a self-hosted runner group for an enterprise",
4699
- "description": "Updates the `name` and `visibility` of a self-hosted runner group in an enterprise.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
4699
+ "description": "Updates the `name` and `visibility` of a self-hosted runner group in an enterprise.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
4700
4700
  "operationId": "enterprise-admin/update-self-hosted-runner-group-for-enterprise",
4701
4701
  "tags": ["enterprise-admin"],
4702
4702
  "externalDocs": {
@@ -4760,7 +4760,7 @@
4760
4760
  },
4761
4761
  "delete": {
4762
4762
  "summary": "Delete a self-hosted runner group from an enterprise",
4763
- "description": "Deletes a self-hosted runner group for an enterprise.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
4763
+ "description": "Deletes a self-hosted runner group for an enterprise.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
4764
4764
  "operationId": "enterprise-admin/delete-self-hosted-runner-group-from-enterprise",
4765
4765
  "tags": ["enterprise-admin"],
4766
4766
  "externalDocs": {
@@ -4785,7 +4785,7 @@
4785
4785
  "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations": {
4786
4786
  "get": {
4787
4787
  "summary": "List organization access to a self-hosted runner group in an enterprise",
4788
- "description": "Lists the organizations with access to a self-hosted runner group.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
4788
+ "description": "Lists the organizations with access to a self-hosted runner group.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
4789
4789
  "operationId": "enterprise-admin/list-org-access-to-self-hosted-runner-group-in-enterprise",
4790
4790
  "tags": ["enterprise-admin"],
4791
4791
  "externalDocs": {
@@ -4836,7 +4836,7 @@
4836
4836
  },
4837
4837
  "put": {
4838
4838
  "summary": "Set organization access for a self-hosted runner group in an enterprise",
4839
- "description": "Replaces the list of organizations that have access to a self-hosted runner configured in an enterprise.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
4839
+ "description": "Replaces the list of organizations that have access to a self-hosted runner configured in an enterprise.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
4840
4840
  "operationId": "enterprise-admin/set-org-access-to-self-hosted-runner-group-in-enterprise",
4841
4841
  "tags": ["enterprise-admin"],
4842
4842
  "externalDocs": {
@@ -4883,7 +4883,7 @@
4883
4883
  "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}": {
4884
4884
  "put": {
4885
4885
  "summary": "Add organization access to a self-hosted runner group in an enterprise",
4886
- "description": "Adds an organization to the list of selected organizations that can access a self-hosted runner group. The runner group must have `visibility` set to `selected`. For more information, see \"[Create a self-hosted runner group for an enterprise](#create-a-self-hosted-runner-group-for-an-enterprise).\"\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
4886
+ "description": "Adds an organization to the list of selected organizations that can access a self-hosted runner group. The runner group must have `visibility` set to `selected`. For more information, see \"[Create a self-hosted runner group for an enterprise](#create-a-self-hosted-runner-group-for-an-enterprise).\"\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
4887
4887
  "operationId": "enterprise-admin/add-org-access-to-self-hosted-runner-group-in-enterprise",
4888
4888
  "tags": ["enterprise-admin"],
4889
4889
  "externalDocs": {
@@ -4907,7 +4907,7 @@
4907
4907
  },
4908
4908
  "delete": {
4909
4909
  "summary": "Remove organization access to a self-hosted runner group in an enterprise",
4910
- "description": "Removes an organization from the list of selected organizations that can access a self-hosted runner group. The runner group must have `visibility` set to `selected`. For more information, see \"[Create a self-hosted runner group for an enterprise](#create-a-self-hosted-runner-group-for-an-enterprise).\"\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
4910
+ "description": "Removes an organization from the list of selected organizations that can access a self-hosted runner group. The runner group must have `visibility` set to `selected`. For more information, see \"[Create a self-hosted runner group for an enterprise](#create-a-self-hosted-runner-group-for-an-enterprise).\"\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
4911
4911
  "operationId": "enterprise-admin/remove-org-access-to-self-hosted-runner-group-in-enterprise",
4912
4912
  "tags": ["enterprise-admin"],
4913
4913
  "externalDocs": {
@@ -4933,7 +4933,7 @@
4933
4933
  "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners": {
4934
4934
  "get": {
4935
4935
  "summary": "List self-hosted runners in a group for an enterprise",
4936
- "description": "Lists the self-hosted runners that are in a specific enterprise group.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
4936
+ "description": "Lists the self-hosted runners that are in a specific enterprise group.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
4937
4937
  "operationId": "enterprise-admin/list-self-hosted-runners-in-group-for-enterprise",
4938
4938
  "tags": ["enterprise-admin"],
4939
4939
  "externalDocs": {
@@ -4983,7 +4983,7 @@
4983
4983
  },
4984
4984
  "put": {
4985
4985
  "summary": "Set self-hosted runners in a group for an enterprise",
4986
- "description": "Replaces the list of self-hosted runners that are part of an enterprise runner group.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
4986
+ "description": "Replaces the list of self-hosted runners that are part of an enterprise runner group.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
4987
4987
  "operationId": "enterprise-admin/set-self-hosted-runners-in-group-for-enterprise",
4988
4988
  "tags": ["enterprise-admin"],
4989
4989
  "externalDocs": {
@@ -5030,7 +5030,7 @@
5030
5030
  "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners/{runner_id}": {
5031
5031
  "put": {
5032
5032
  "summary": "Add a self-hosted runner to a group for an enterprise",
5033
- "description": "Adds a self-hosted runner to a runner group configured in an enterprise.\n\nYou must authenticate using an access token with the `manage_runners:enterprise`\nscope to use this endpoint.",
5033
+ "description": "Adds a self-hosted runner to a runner group configured in an enterprise.\n\nYou must authenticate using an access token with the `admin:enterprise`\nscope to use this endpoint.",
5034
5034
  "operationId": "enterprise-admin/add-self-hosted-runner-to-group-for-enterprise",
5035
5035
  "tags": ["enterprise-admin"],
5036
5036
  "externalDocs": {
@@ -5054,7 +5054,7 @@
5054
5054
  },
5055
5055
  "delete": {
5056
5056
  "summary": "Remove a self-hosted runner from a group for an enterprise",
5057
- "description": "Removes a self-hosted runner from a group configured in an enterprise. The runner is then returned to the default group.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
5057
+ "description": "Removes a self-hosted runner from a group configured in an enterprise. The runner is then returned to the default group.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
5058
5058
  "operationId": "enterprise-admin/remove-self-hosted-runner-from-group-for-enterprise",
5059
5059
  "tags": ["enterprise-admin"],
5060
5060
  "externalDocs": {
@@ -5080,7 +5080,7 @@
5080
5080
  "/enterprises/{enterprise}/actions/runners": {
5081
5081
  "get": {
5082
5082
  "summary": "List self-hosted runners for an enterprise",
5083
- "description": "Lists all self-hosted runners configured for an enterprise.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
5083
+ "description": "Lists all self-hosted runners configured for an enterprise.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
5084
5084
  "operationId": "enterprise-admin/list-self-hosted-runners-for-enterprise",
5085
5085
  "tags": ["enterprise-admin"],
5086
5086
  "externalDocs": {
@@ -5130,7 +5130,7 @@
5130
5130
  "/enterprises/{enterprise}/actions/runners/downloads": {
5131
5131
  "get": {
5132
5132
  "summary": "List runner applications for an enterprise",
5133
- "description": "Lists binaries for the runner application that you can download and run.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
5133
+ "description": "Lists binaries for the runner application that you can download and run.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
5134
5134
  "operationId": "enterprise-admin/list-runner-applications-for-enterprise",
5135
5135
  "tags": ["enterprise-admin"],
5136
5136
  "externalDocs": {
@@ -5169,7 +5169,7 @@
5169
5169
  "/enterprises/{enterprise}/actions/runners/registration-token": {
5170
5170
  "post": {
5171
5171
  "summary": "Create a registration token for an enterprise",
5172
- "description": "Returns a token that you can pass to the `config` script. The token expires after one hour.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.\n\n#### Example using registration token\n\nConfigure your self-hosted runner, replacing `TOKEN` with the registration token provided by this endpoint.\n\n```\n./config.sh --url https://github.com/enterprises/octo-enterprise --token TOKEN\n```",
5172
+ "description": "Returns a token that you can pass to the `config` script. The token expires after one hour.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.\n\n#### Example using registration token\n\nConfigure your self-hosted runner, replacing `TOKEN` with the registration token provided by this endpoint.\n\n```\n./config.sh --url https://github.com/enterprises/octo-enterprise --token TOKEN\n```",
5173
5173
  "operationId": "enterprise-admin/create-registration-token-for-enterprise",
5174
5174
  "tags": ["enterprise-admin"],
5175
5175
  "externalDocs": {
@@ -5201,13 +5201,13 @@
5201
5201
  "category": "enterprise-admin",
5202
5202
  "subcategory": "actions"
5203
5203
  },
5204
- "x-octokit": {}
5204
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
5205
5205
  }
5206
5206
  },
5207
5207
  "/enterprises/{enterprise}/actions/runners/remove-token": {
5208
5208
  "post": {
5209
5209
  "summary": "Create a remove token for an enterprise",
5210
- "description": "Returns a token that you can pass to the `config` script to remove a self-hosted runner from an enterprise. The token expires after one hour.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.\n\n#### Example using remove token\n\nTo remove your self-hosted runner from an enterprise, replace `TOKEN` with the remove token provided by this\nendpoint.\n\n```\n./config.sh remove --token TOKEN\n```",
5210
+ "description": "Returns a token that you can pass to the `config` script to remove a self-hosted runner from an enterprise. The token expires after one hour.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.\n\n#### Example using remove token\n\nTo remove your self-hosted runner from an enterprise, replace `TOKEN` with the remove token provided by this\nendpoint.\n\n```\n./config.sh remove --token TOKEN\n```",
5211
5211
  "operationId": "enterprise-admin/create-remove-token-for-enterprise",
5212
5212
  "tags": ["enterprise-admin"],
5213
5213
  "externalDocs": {
@@ -5239,13 +5239,13 @@
5239
5239
  "category": "enterprise-admin",
5240
5240
  "subcategory": "actions"
5241
5241
  },
5242
- "x-octokit": {}
5242
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
5243
5243
  }
5244
5244
  },
5245
5245
  "/enterprises/{enterprise}/actions/runners/{runner_id}": {
5246
5246
  "get": {
5247
5247
  "summary": "Get a self-hosted runner for an enterprise",
5248
- "description": "Gets a specific self-hosted runner configured in an enterprise.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
5248
+ "description": "Gets a specific self-hosted runner configured in an enterprise.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
5249
5249
  "operationId": "enterprise-admin/get-self-hosted-runner-for-enterprise",
5250
5250
  "tags": ["enterprise-admin"],
5251
5251
  "externalDocs": {
@@ -5280,7 +5280,7 @@
5280
5280
  },
5281
5281
  "delete": {
5282
5282
  "summary": "Delete a self-hosted runner from an enterprise",
5283
- "description": "Forces the removal of a self-hosted runner from an enterprise. You can use this endpoint to completely remove the runner when the machine you were using no longer exists.\n\nYou must authenticate using an access token with the `manage_runners:enterprise` scope to use this endpoint.",
5283
+ "description": "Forces the removal of a self-hosted runner from an enterprise. You can use this endpoint to completely remove the runner when the machine you were using no longer exists.\n\nYou must authenticate using an access token with the `admin:enterprise` scope to use this endpoint.",
5284
5284
  "operationId": "enterprise-admin/delete-self-hosted-runner-from-enterprise",
5285
5285
  "tags": ["enterprise-admin"],
5286
5286
  "externalDocs": {
@@ -8349,7 +8349,7 @@
8349
8349
  "category": "actions",
8350
8350
  "subcategory": "self-hosted-runners"
8351
8351
  },
8352
- "x-octokit": {}
8352
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
8353
8353
  }
8354
8354
  },
8355
8355
  "/orgs/{org}/actions/runners/remove-token": {
@@ -8387,7 +8387,7 @@
8387
8387
  "category": "actions",
8388
8388
  "subcategory": "self-hosted-runners"
8389
8389
  },
8390
- "x-octokit": {}
8390
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
8391
8391
  }
8392
8392
  },
8393
8393
  "/orgs/{org}/actions/runners/{runner_id}": {
@@ -9071,7 +9071,7 @@
9071
9071
  "category": "orgs",
9072
9072
  "subcategory": "webhooks"
9073
9073
  },
9074
- "x-octokit": {}
9074
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
9075
9075
  }
9076
9076
  },
9077
9077
  "/orgs/{org}/hooks/{hook_id}": {
@@ -9189,7 +9189,7 @@
9189
9189
  "category": "orgs",
9190
9190
  "subcategory": "webhooks"
9191
9191
  },
9192
- "x-octokit": {}
9192
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
9193
9193
  },
9194
9194
  "delete": {
9195
9195
  "summary": "Delete an organization webhook",
@@ -10649,7 +10649,7 @@
10649
10649
  }
10650
10650
  ]
10651
10651
  },
10652
- "x-octokit": {}
10652
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
10653
10653
  }
10654
10654
  },
10655
10655
  "/orgs/{org}/teams": {
@@ -13834,7 +13834,7 @@
13834
13834
  }
13835
13835
  ]
13836
13836
  },
13837
- "x-octokit": {}
13837
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
13838
13838
  },
13839
13839
  "delete": {
13840
13840
  "summary": "Delete a repository",
@@ -14405,7 +14405,7 @@
14405
14405
  "category": "actions",
14406
14406
  "subcategory": "self-hosted-runners"
14407
14407
  },
14408
- "x-octokit": {}
14408
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
14409
14409
  }
14410
14410
  },
14411
14411
  "/repos/{owner}/{repo}/actions/runners/remove-token": {
@@ -14446,7 +14446,7 @@
14446
14446
  "category": "actions",
14447
14447
  "subcategory": "self-hosted-runners"
14448
14448
  },
14449
- "x-octokit": {}
14449
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
14450
14450
  }
14451
14451
  },
14452
14452
  "/repos/{owner}/{repo}/actions/runners/{runner_id}": {
@@ -14530,7 +14530,8 @@
14530
14530
  { "$ref": "#/components/parameters/workflow-run-status" },
14531
14531
  { "$ref": "#/components/parameters/per-page" },
14532
14532
  { "$ref": "#/components/parameters/page" },
14533
- { "$ref": "#/components/parameters/created" }
14533
+ { "$ref": "#/components/parameters/created" },
14534
+ { "$ref": "#/components/parameters/exclude-pull-requests" }
14534
14535
  ],
14535
14536
  "responses": {
14536
14537
  "200": {
@@ -14581,7 +14582,8 @@
14581
14582
  "parameters": [
14582
14583
  { "$ref": "#/components/parameters/owner" },
14583
14584
  { "$ref": "#/components/parameters/repo" },
14584
- { "$ref": "#/components/parameters/run-id" }
14585
+ { "$ref": "#/components/parameters/run-id" },
14586
+ { "$ref": "#/components/parameters/exclude-pull-requests" }
14585
14587
  ],
14586
14588
  "responses": {
14587
14589
  "200": {
@@ -15319,7 +15321,8 @@
15319
15321
  { "$ref": "#/components/parameters/workflow-run-status" },
15320
15322
  { "$ref": "#/components/parameters/per-page" },
15321
15323
  { "$ref": "#/components/parameters/page" },
15322
- { "$ref": "#/components/parameters/created" }
15324
+ { "$ref": "#/components/parameters/created" },
15325
+ { "$ref": "#/components/parameters/exclude-pull-requests" }
15323
15326
  ],
15324
15327
  "responses": {
15325
15328
  "200": {
@@ -18111,7 +18114,7 @@
18111
18114
  "category": "checks",
18112
18115
  "subcategory": "suites"
18113
18116
  },
18114
- "x-octokit": {}
18117
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
18115
18118
  }
18116
18119
  },
18117
18120
  "/repos/{owner}/{repo}/check-suites/preferences": {
@@ -18186,7 +18189,7 @@
18186
18189
  "category": "checks",
18187
18190
  "subcategory": "suites"
18188
18191
  },
18189
- "x-octokit": {}
18192
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
18190
18193
  }
18191
18194
  },
18192
18195
  "/repos/{owner}/{repo}/check-suites/{check_suite_id}": {
@@ -18516,7 +18519,7 @@
18516
18519
  "previews": [],
18517
18520
  "category": "code-scanning"
18518
18521
  },
18519
- "x-octokit": {}
18522
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
18520
18523
  }
18521
18524
  },
18522
18525
  "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances": {
@@ -19044,7 +19047,7 @@
19044
19047
  "category": "repos",
19045
19048
  "subcategory": "collaborators"
19046
19049
  },
19047
- "x-octokit": {}
19050
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
19048
19051
  },
19049
19052
  "delete": {
19050
19053
  "summary": "Remove a repository collaborator",
@@ -21370,7 +21373,7 @@
21370
21373
  "category": "repos",
21371
21374
  "subcategory": "forks"
21372
21375
  },
21373
- "x-octokit": {}
21376
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
21374
21377
  }
21375
21378
  },
21376
21379
  "/repos/{owner}/{repo}/git/blobs": {
@@ -22394,7 +22397,7 @@
22394
22397
  "category": "repos",
22395
22398
  "subcategory": "webhooks"
22396
22399
  },
22397
- "x-octokit": {}
22400
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
22398
22401
  }
22399
22402
  },
22400
22403
  "/repos/{owner}/{repo}/hooks/{hook_id}": {
@@ -22531,7 +22534,7 @@
22531
22534
  "category": "repos",
22532
22535
  "subcategory": "webhooks"
22533
22536
  },
22534
- "x-octokit": {}
22537
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
22535
22538
  },
22536
22539
  "delete": {
22537
22540
  "summary": "Delete a repository webhook",
@@ -22862,7 +22865,7 @@
22862
22865
  "category": "repos",
22863
22866
  "subcategory": "invitations"
22864
22867
  },
22865
- "x-octokit": {}
22868
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
22866
22869
  },
22867
22870
  "delete": {
22868
22871
  "summary": "Delete a repository invitation",
@@ -23111,7 +23114,7 @@
23111
23114
  "category": "issues",
23112
23115
  "subcategory": null
23113
23116
  },
23114
- "x-octokit": {}
23117
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
23115
23118
  }
23116
23119
  },
23117
23120
  "/repos/{owner}/{repo}/issues/comments": {
@@ -23752,7 +23755,7 @@
23752
23755
  "category": "issues",
23753
23756
  "subcategory": null
23754
23757
  },
23755
- "x-octokit": {}
23758
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
23756
23759
  }
23757
23760
  },
23758
23761
  "/repos/{owner}/{repo}/issues/{issue_number}/assignees": {
@@ -23807,7 +23810,7 @@
23807
23810
  "category": "issues",
23808
23811
  "subcategory": "assignees"
23809
23812
  },
23810
- "x-octokit": {}
23813
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
23811
23814
  },
23812
23815
  "delete": {
23813
23816
  "summary": "Remove assignees from an issue",
@@ -27708,7 +27711,7 @@
27708
27711
  "category": "pulls",
27709
27712
  "subcategory": "review-requests"
27710
27713
  },
27711
- "x-octokit": {}
27714
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
27712
27715
  },
27713
27716
  "delete": {
27714
27717
  "summary": "Remove requested reviewers from a pull request",
@@ -28555,7 +28558,7 @@
28555
28558
  "category": "repos",
28556
28559
  "subcategory": "releases"
28557
28560
  },
28558
- "x-octokit": {}
28561
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
28559
28562
  }
28560
28563
  },
28561
28564
  "/repos/{owner}/{repo}/releases/assets/{asset_id}": {
@@ -28878,7 +28881,7 @@
28878
28881
  "category": "repos",
28879
28882
  "subcategory": "releases"
28880
28883
  },
28881
- "x-octokit": {}
28884
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
28882
28885
  },
28883
28886
  "delete": {
28884
28887
  "summary": "Delete a release",
@@ -29974,7 +29977,7 @@
29974
29977
  "category": "repos",
29975
29978
  "subcategory": null
29976
29979
  },
29977
- "x-octokit": {}
29980
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
29978
29981
  }
29979
29982
  },
29980
29983
  "/repos/{owner}/{repo}/zipball/{ref}": {
@@ -30123,7 +30126,7 @@
30123
30126
  }
30124
30127
  ]
30125
30128
  },
30126
- "x-octokit": {}
30129
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
30127
30130
  }
30128
30131
  },
30129
30132
  "/repositories": {
@@ -34643,7 +34646,7 @@
34643
34646
  }
34644
34647
  ]
34645
34648
  },
34646
- "x-octokit": {}
34649
+ "x-octokit": { "diff": { "ghes-3.2.json": { "type": "changed" } } }
34647
34650
  }
34648
34651
  },
34649
34652
  "/user/repository_invitations": {
@@ -36885,6 +36888,13 @@
36885
36888
  "required": false,
36886
36889
  "schema": { "type": "string", "format": "date-time" }
36887
36890
  },
36891
+ "exclude-pull-requests": {
36892
+ "name": "exclude_pull_requests",
36893
+ "description": "If `true` pull requests are omitted from the response (empty array).",
36894
+ "in": "query",
36895
+ "required": false,
36896
+ "schema": { "type": "boolean", "default": false }
36897
+ },
36888
36898
  "run-id": {
36889
36899
  "name": "run_id",
36890
36900
  "description": "The id of the workflow run.",