@octokit/openapi 5.7.0 → 5.9.1

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 +423 -3
  2. package/generated/api.github.com.json +73 -8
  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 +50 -26
  11. package/generated/ghes-3.0.json +42 -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 +81 -57
  16. package/generated/ghes-3.1.json +73 -60
  17. package/generated/ghes-3.2-anicca-diff-to-api.github.com.deref.json +155 -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 +65 -27
  21. package/generated/ghes-3.2.json +72 -33
  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 +434 -10
  26. package/generated/github.ae.json +83 -14
  27. package/package.json +5 -4
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "5.7.0",
4
+ "version": "5.9.1",
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" },
@@ -4627,13 +4627,15 @@
4627
4627
  "category": "enterprise-admin",
4628
4628
  "subcategory": "actions"
4629
4629
  },
4630
- "x-octokit": {}
4630
+ "x-octokit": {
4631
+ "diff": { "api.github.com.json": { "type": "changed" } }
4632
+ }
4631
4633
  }
4632
4634
  },
4633
4635
  "/enterprises/{enterprise}/actions/runner-groups": {
4634
4636
  "get": {
4635
4637
  "summary": "List self-hosted runner groups for an enterprise",
4636
- "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.",
4638
+ "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.",
4637
4639
  "operationId": "enterprise-admin/list-self-hosted-runner-groups-for-enterprise",
4638
4640
  "tags": ["enterprise-admin"],
4639
4641
  "externalDocs": {
@@ -4683,7 +4685,7 @@
4683
4685
  },
4684
4686
  "post": {
4685
4687
  "summary": "Create a self-hosted runner group for an enterprise",
4686
- "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.",
4688
+ "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.",
4687
4689
  "operationId": "enterprise-admin/create-self-hosted-runner-group-for-enterprise",
4688
4690
  "tags": ["enterprise-admin"],
4689
4691
  "externalDocs": {
@@ -4765,7 +4767,7 @@
4765
4767
  "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}": {
4766
4768
  "get": {
4767
4769
  "summary": "Get a self-hosted runner group for an enterprise",
4768
- "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.",
4770
+ "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.",
4769
4771
  "operationId": "enterprise-admin/get-self-hosted-runner-group-for-enterprise",
4770
4772
  "tags": ["enterprise-admin"],
4771
4773
  "externalDocs": {
@@ -4804,7 +4806,7 @@
4804
4806
  },
4805
4807
  "patch": {
4806
4808
  "summary": "Update a self-hosted runner group for an enterprise",
4807
- "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.",
4809
+ "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.",
4808
4810
  "operationId": "enterprise-admin/update-self-hosted-runner-group-for-enterprise",
4809
4811
  "tags": ["enterprise-admin"],
4810
4812
  "externalDocs": {
@@ -4868,7 +4870,7 @@
4868
4870
  },
4869
4871
  "delete": {
4870
4872
  "summary": "Delete a self-hosted runner group from an enterprise",
4871
- "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.",
4873
+ "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.",
4872
4874
  "operationId": "enterprise-admin/delete-self-hosted-runner-group-from-enterprise",
4873
4875
  "tags": ["enterprise-admin"],
4874
4876
  "externalDocs": {
@@ -4893,7 +4895,7 @@
4893
4895
  "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations": {
4894
4896
  "get": {
4895
4897
  "summary": "List organization access to a self-hosted runner group in an enterprise",
4896
- "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.",
4898
+ "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.",
4897
4899
  "operationId": "enterprise-admin/list-org-access-to-self-hosted-runner-group-in-enterprise",
4898
4900
  "tags": ["enterprise-admin"],
4899
4901
  "externalDocs": {
@@ -4944,7 +4946,7 @@
4944
4946
  },
4945
4947
  "put": {
4946
4948
  "summary": "Set organization access for a self-hosted runner group in an enterprise",
4947
- "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.",
4949
+ "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.",
4948
4950
  "operationId": "enterprise-admin/set-org-access-to-self-hosted-runner-group-in-enterprise",
4949
4951
  "tags": ["enterprise-admin"],
4950
4952
  "externalDocs": {
@@ -4991,7 +4993,7 @@
4991
4993
  "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}": {
4992
4994
  "put": {
4993
4995
  "summary": "Add organization access to a self-hosted runner group in an enterprise",
4994
- "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.",
4996
+ "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.",
4995
4997
  "operationId": "enterprise-admin/add-org-access-to-self-hosted-runner-group-in-enterprise",
4996
4998
  "tags": ["enterprise-admin"],
4997
4999
  "externalDocs": {
@@ -5015,7 +5017,7 @@
5015
5017
  },
5016
5018
  "delete": {
5017
5019
  "summary": "Remove organization access to a self-hosted runner group in an enterprise",
5018
- "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.",
5020
+ "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.",
5019
5021
  "operationId": "enterprise-admin/remove-org-access-to-self-hosted-runner-group-in-enterprise",
5020
5022
  "tags": ["enterprise-admin"],
5021
5023
  "externalDocs": {
@@ -5041,7 +5043,7 @@
5041
5043
  "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners": {
5042
5044
  "get": {
5043
5045
  "summary": "List self-hosted runners in a group for an enterprise",
5044
- "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.",
5046
+ "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.",
5045
5047
  "operationId": "enterprise-admin/list-self-hosted-runners-in-group-for-enterprise",
5046
5048
  "tags": ["enterprise-admin"],
5047
5049
  "externalDocs": {
@@ -5091,7 +5093,7 @@
5091
5093
  },
5092
5094
  "put": {
5093
5095
  "summary": "Set self-hosted runners in a group for an enterprise",
5094
- "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.",
5096
+ "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.",
5095
5097
  "operationId": "enterprise-admin/set-self-hosted-runners-in-group-for-enterprise",
5096
5098
  "tags": ["enterprise-admin"],
5097
5099
  "externalDocs": {
@@ -5138,7 +5140,7 @@
5138
5140
  "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners/{runner_id}": {
5139
5141
  "put": {
5140
5142
  "summary": "Add a self-hosted runner to a group for an enterprise",
5141
- "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.",
5143
+ "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.",
5142
5144
  "operationId": "enterprise-admin/add-self-hosted-runner-to-group-for-enterprise",
5143
5145
  "tags": ["enterprise-admin"],
5144
5146
  "externalDocs": {
@@ -5162,7 +5164,7 @@
5162
5164
  },
5163
5165
  "delete": {
5164
5166
  "summary": "Remove a self-hosted runner from a group for an enterprise",
5165
- "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.",
5167
+ "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.",
5166
5168
  "operationId": "enterprise-admin/remove-self-hosted-runner-from-group-for-enterprise",
5167
5169
  "tags": ["enterprise-admin"],
5168
5170
  "externalDocs": {
@@ -5188,7 +5190,7 @@
5188
5190
  "/enterprises/{enterprise}/actions/runners": {
5189
5191
  "get": {
5190
5192
  "summary": "List self-hosted runners for an enterprise",
5191
- "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.",
5193
+ "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.",
5192
5194
  "operationId": "enterprise-admin/list-self-hosted-runners-for-enterprise",
5193
5195
  "tags": ["enterprise-admin"],
5194
5196
  "externalDocs": {
@@ -5238,7 +5240,7 @@
5238
5240
  "/enterprises/{enterprise}/actions/runners/downloads": {
5239
5241
  "get": {
5240
5242
  "summary": "List runner applications for an enterprise",
5241
- "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.",
5243
+ "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.",
5242
5244
  "operationId": "enterprise-admin/list-runner-applications-for-enterprise",
5243
5245
  "tags": ["enterprise-admin"],
5244
5246
  "externalDocs": {
@@ -5277,7 +5279,7 @@
5277
5279
  "/enterprises/{enterprise}/actions/runners/registration-token": {
5278
5280
  "post": {
5279
5281
  "summary": "Create a registration token for an enterprise",
5280
- "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```",
5282
+ "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```",
5281
5283
  "operationId": "enterprise-admin/create-registration-token-for-enterprise",
5282
5284
  "tags": ["enterprise-admin"],
5283
5285
  "externalDocs": {
@@ -5315,7 +5317,7 @@
5315
5317
  "/enterprises/{enterprise}/actions/runners/remove-token": {
5316
5318
  "post": {
5317
5319
  "summary": "Create a remove token for an enterprise",
5318
- "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```",
5320
+ "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```",
5319
5321
  "operationId": "enterprise-admin/create-remove-token-for-enterprise",
5320
5322
  "tags": ["enterprise-admin"],
5321
5323
  "externalDocs": {
@@ -5353,7 +5355,7 @@
5353
5355
  "/enterprises/{enterprise}/actions/runners/{runner_id}": {
5354
5356
  "get": {
5355
5357
  "summary": "Get a self-hosted runner for an enterprise",
5356
- "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.",
5358
+ "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.",
5357
5359
  "operationId": "enterprise-admin/get-self-hosted-runner-for-enterprise",
5358
5360
  "tags": ["enterprise-admin"],
5359
5361
  "externalDocs": {
@@ -5388,7 +5390,7 @@
5388
5390
  },
5389
5391
  "delete": {
5390
5392
  "summary": "Delete a self-hosted runner from an enterprise",
5391
- "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.",
5393
+ "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.",
5392
5394
  "operationId": "enterprise-admin/delete-self-hosted-runner-from-enterprise",
5393
5395
  "tags": ["enterprise-admin"],
5394
5396
  "externalDocs": {
@@ -7495,7 +7497,9 @@
7495
7497
  }
7496
7498
  ]
7497
7499
  },
7498
- "x-octokit": {}
7500
+ "x-octokit": {
7501
+ "diff": { "api.github.com.json": { "type": "changed" } }
7502
+ }
7499
7503
  }
7500
7504
  },
7501
7505
  "/orgs/{org}/actions/permissions": {
@@ -7786,7 +7790,9 @@
7786
7790
  "category": "actions",
7787
7791
  "subcategory": "permissions"
7788
7792
  },
7789
- "x-octokit": {}
7793
+ "x-octokit": {
7794
+ "diff": { "api.github.com.json": { "type": "changed" } }
7795
+ }
7790
7796
  }
7791
7797
  },
7792
7798
  "/orgs/{org}/actions/runner-groups": {
@@ -14517,7 +14523,9 @@
14517
14523
  "category": "actions",
14518
14524
  "subcategory": "permissions"
14519
14525
  },
14520
- "x-octokit": {}
14526
+ "x-octokit": {
14527
+ "diff": { "api.github.com.json": { "type": "changed" } }
14528
+ }
14521
14529
  }
14522
14530
  },
14523
14531
  "/repos/{owner}/{repo}/actions/runners": {
@@ -14777,7 +14785,8 @@
14777
14785
  { "$ref": "#/components/parameters/workflow-run-status" },
14778
14786
  { "$ref": "#/components/parameters/per-page" },
14779
14787
  { "$ref": "#/components/parameters/page" },
14780
- { "$ref": "#/components/parameters/created" }
14788
+ { "$ref": "#/components/parameters/created" },
14789
+ { "$ref": "#/components/parameters/exclude-pull-requests" }
14781
14790
  ],
14782
14791
  "responses": {
14783
14792
  "200": {
@@ -14828,7 +14837,8 @@
14828
14837
  "parameters": [
14829
14838
  { "$ref": "#/components/parameters/owner" },
14830
14839
  { "$ref": "#/components/parameters/repo" },
14831
- { "$ref": "#/components/parameters/run-id" }
14840
+ { "$ref": "#/components/parameters/run-id" },
14841
+ { "$ref": "#/components/parameters/exclude-pull-requests" }
14832
14842
  ],
14833
14843
  "responses": {
14834
14844
  "200": {
@@ -15727,7 +15737,8 @@
15727
15737
  { "$ref": "#/components/parameters/workflow-run-status" },
15728
15738
  { "$ref": "#/components/parameters/per-page" },
15729
15739
  { "$ref": "#/components/parameters/page" },
15730
- { "$ref": "#/components/parameters/created" }
15740
+ { "$ref": "#/components/parameters/created" },
15741
+ { "$ref": "#/components/parameters/exclude-pull-requests" }
15731
15742
  ],
15732
15743
  "responses": {
15733
15744
  "200": {
@@ -18924,7 +18935,9 @@
18924
18935
  "previews": [],
18925
18936
  "category": "code-scanning"
18926
18937
  },
18927
- "x-octokit": {}
18938
+ "x-octokit": {
18939
+ "diff": { "api.github.com.json": { "type": "changed" } }
18940
+ }
18928
18941
  }
18929
18942
  },
18930
18943
  "/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances": {
@@ -29281,7 +29294,9 @@
29281
29294
  "category": "repos",
29282
29295
  "subcategory": "releases"
29283
29296
  },
29284
- "x-octokit": {}
29297
+ "x-octokit": {
29298
+ "diff": { "api.github.com.json": { "type": "changed" } }
29299
+ }
29285
29300
  }
29286
29301
  },
29287
29302
  "/repos/{owner}/{repo}/releases/assets/{asset_id}": {
@@ -29610,7 +29625,9 @@
29610
29625
  "category": "repos",
29611
29626
  "subcategory": "releases"
29612
29627
  },
29613
- "x-octokit": {}
29628
+ "x-octokit": {
29629
+ "diff": { "api.github.com.json": { "type": "changed" } }
29630
+ }
29614
29631
  },
29615
29632
  "delete": {
29616
29633
  "summary": "Delete a release",
@@ -29734,6 +29751,9 @@
29734
29751
  }
29735
29752
  }
29736
29753
  }
29754
+ },
29755
+ "422": {
29756
+ "description": "Response if you upload an asset with the same filename as another uploaded asset"
29737
29757
  }
29738
29758
  },
29739
29759
  "x-github": {
@@ -37233,9 +37253,7 @@
37233
37253
  "application/json": {
37234
37254
  "schema": { "$ref": "#/components/schemas/code-of-conduct" },
37235
37255
  "examples": {
37236
- "default": {
37237
- "$ref": "#/components/examples/code-of-conduct-2"
37238
- }
37256
+ "default": { "$ref": "#/components/examples/code-of-conduct" }
37239
37257
  }
37240
37258
  }
37241
37259
  }
@@ -37926,6 +37944,20 @@
37926
37944
  "responses": { "501": { "description": "Not Implemented" } }
37927
37945
  }
37928
37946
  },
37947
+ "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs": {
37948
+ "get": {
37949
+ "summary": "List jobs for a workflow run attempt",
37950
+ "description": "This endpoint does not exist ghes-3.2.json. It was added in api.github.com.json",
37951
+ "tags": ["actions"],
37952
+ "operationId": "actions/list-jobs-for-workflow-run-attempt",
37953
+ "externalDocs": {
37954
+ "description": "API method documentation",
37955
+ "url": "https://docs.github.com/rest/reference/actions#list-jobs-for-a-workflow-run-attempt"
37956
+ },
37957
+ "x-octokit": { "api.github.com.json": "removed" },
37958
+ "responses": { "501": { "description": "Not Implemented" } }
37959
+ }
37960
+ },
37929
37961
  "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs": {
37930
37962
  "get": {
37931
37963
  "summary": "Download workflow run attempt logs",
@@ -39524,6 +39556,13 @@
39524
39556
  "required": false,
39525
39557
  "schema": { "type": "string", "format": "date-time" }
39526
39558
  },
39559
+ "exclude-pull-requests": {
39560
+ "name": "exclude_pull_requests",
39561
+ "description": "If `true` pull requests are omitted from the response (empty array).",
39562
+ "in": "query",
39563
+ "required": false,
39564
+ "schema": { "type": "boolean", "default": false }
39565
+ },
39527
39566
  "run-id": {
39528
39567
  "name": "run_id",
39529
39568
  "description": "The id of the workflow run.",
@@ -5091,31 +5091,61 @@
5091
5091
  }
5092
5092
  },
5093
5093
  "changed": {
5094
- "/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs": {
5095
- "get": {
5096
- "parameters": {
5097
- "added": [
5098
- {
5099
- "description": "The id of the workflow run.",
5100
- "in": "path",
5101
- "name": "run_id",
5102
- "required": true,
5103
- "schema": { "type": "integer" },
5104
- "style": "simple"
5105
- }
5106
- ],
5107
- "removed": [
5108
- {
5109
- "description": "The attempt number of the workflow run.",
5110
- "in": "path",
5111
- "name": "attempt_num",
5112
- "required": true,
5113
- "schema": { "type": "integer" },
5114
- "style": "simple"
5094
+ "/repos/{owner}/{repo}": {
5095
+ "patch": {
5096
+ "request_body": {
5097
+ "content_changed": {
5098
+ "changed": {
5099
+ "application/json": {
5100
+ "schema_changed": {
5101
+ "properties_changed": {
5102
+ "removed": ["security_and_analysis"]
5103
+ }
5104
+ }
5105
+ }
5115
5106
  }
5116
- ]
5107
+ }
5117
5108
  }
5118
5109
  }
5110
+ },
5111
+ "/repos/{owner}/{repo}/releases": {
5112
+ "post": {
5113
+ "request_body": {
5114
+ "content_changed": {
5115
+ "changed": {
5116
+ "application/json": {
5117
+ "schema_changed": {
5118
+ "properties_changed": {
5119
+ "removed": [
5120
+ "discussion_category_name",
5121
+ "generate_release_notes"
5122
+ ]
5123
+ }
5124
+ }
5125
+ }
5126
+ }
5127
+ }
5128
+ },
5129
+ "responses": { "removed": ["404"] }
5130
+ }
5131
+ },
5132
+ "/repos/{owner}/{repo}/releases/{release_id}": {
5133
+ "patch": {
5134
+ "request_body": {
5135
+ "content_changed": {
5136
+ "changed": {
5137
+ "application/json": {
5138
+ "schema_changed": {
5139
+ "properties_changed": {
5140
+ "removed": ["discussion_category_name"]
5141
+ }
5142
+ }
5143
+ }
5144
+ }
5145
+ }
5146
+ },
5147
+ "responses": { "removed": ["404"] }
5148
+ }
5119
5149
  }
5120
5150
  },
5121
5151
  "removed": {