@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.
- package/generated/api.github.com.deref.json +423 -3
- package/generated/api.github.com.json +73 -8
- package/generated/ghes-2.22-diff-to-ghes-3.0.deref.json +1 -1
- package/generated/ghes-2.22-diff-to-ghes-3.0.json +1 -1
- package/generated/ghes-2.22.deref.json +1 -1
- package/generated/ghes-2.22.json +1 -1
- package/generated/ghes-3.0-anicca-diff-to-ghes-3.1.deref.json +145 -0
- package/generated/ghes-3.0-diff-to-ghes-3.1.deref.json +14378 -3642
- package/generated/ghes-3.0-diff-to-ghes-3.1.json +1522 -240
- package/generated/ghes-3.0.deref.json +50 -26
- package/generated/ghes-3.0.json +42 -29
- package/generated/ghes-3.1-anicca-diff-to-ghes-3.2.deref.json +1292 -111
- package/generated/ghes-3.1-diff-to-ghes-3.2.deref.json +72178 -24463
- package/generated/ghes-3.1-diff-to-ghes-3.2.json +8486 -3212
- package/generated/ghes-3.1.deref.json +81 -57
- package/generated/ghes-3.1.json +73 -60
- package/generated/ghes-3.2-anicca-diff-to-api.github.com.deref.json +155 -0
- package/generated/ghes-3.2-diff-to-api.github.com.deref.json +3162 -894
- package/generated/ghes-3.2-diff-to-api.github.com.json +931 -100
- package/generated/ghes-3.2.deref.json +65 -27
- package/generated/ghes-3.2.json +72 -33
- package/generated/github.ae-anicca-diff-to-api.github.com.deref.json +52 -22
- package/generated/github.ae-diff-to-api.github.com.deref.json +4920 -29
- package/generated/github.ae-diff-to-api.github.com.json +2883 -282
- package/generated/github.ae.deref.json +434 -10
- package/generated/github.ae.json +83 -14
- package/package.json +5 -4
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.3",
|
|
3
3
|
"info": {
|
|
4
|
-
"version": "5.
|
|
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" },
|
|
@@ -19788,13 +19788,13 @@
|
|
|
19788
19788
|
"category": "enterprise-admin",
|
|
19789
19789
|
"subcategory": "actions"
|
|
19790
19790
|
},
|
|
19791
|
-
"x-octokit": {}
|
|
19791
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
19792
19792
|
}
|
|
19793
19793
|
},
|
|
19794
19794
|
"/enterprises/{enterprise}/actions/runner-groups": {
|
|
19795
19795
|
"get": {
|
|
19796
19796
|
"summary": "List self-hosted runner groups for an enterprise",
|
|
19797
|
-
"description": "Lists all self-hosted runner groups for an enterprise.\n\nYou must authenticate using an access token with the `
|
|
19797
|
+
"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.",
|
|
19798
19798
|
"operationId": "enterprise-admin/list-self-hosted-runner-groups-for-enterprise",
|
|
19799
19799
|
"tags": ["enterprise-admin"],
|
|
19800
19800
|
"externalDocs": {
|
|
@@ -19906,7 +19906,7 @@
|
|
|
19906
19906
|
},
|
|
19907
19907
|
"post": {
|
|
19908
19908
|
"summary": "Create a self-hosted runner group for an enterprise",
|
|
19909
|
-
"description": "Creates a new self-hosted runner group for an enterprise.\n\nYou must authenticate using an access token with the `
|
|
19909
|
+
"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.",
|
|
19910
19910
|
"operationId": "enterprise-admin/create-self-hosted-runner-group-for-enterprise",
|
|
19911
19911
|
"tags": ["enterprise-admin"],
|
|
19912
19912
|
"externalDocs": {
|
|
@@ -20021,7 +20021,7 @@
|
|
|
20021
20021
|
"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}": {
|
|
20022
20022
|
"get": {
|
|
20023
20023
|
"summary": "Get a self-hosted runner group for an enterprise",
|
|
20024
|
-
"description": "Gets a specific self-hosted runner group for an enterprise.\n\nYou must authenticate using an access token with the `
|
|
20024
|
+
"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.",
|
|
20025
20025
|
"operationId": "enterprise-admin/get-self-hosted-runner-group-for-enterprise",
|
|
20026
20026
|
"tags": ["enterprise-admin"],
|
|
20027
20027
|
"externalDocs": {
|
|
@@ -20097,7 +20097,7 @@
|
|
|
20097
20097
|
},
|
|
20098
20098
|
"patch": {
|
|
20099
20099
|
"summary": "Update a self-hosted runner group for an enterprise",
|
|
20100
|
-
"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 `
|
|
20100
|
+
"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.",
|
|
20101
20101
|
"operationId": "enterprise-admin/update-self-hosted-runner-group-for-enterprise",
|
|
20102
20102
|
"tags": ["enterprise-admin"],
|
|
20103
20103
|
"externalDocs": {
|
|
@@ -20198,7 +20198,7 @@
|
|
|
20198
20198
|
},
|
|
20199
20199
|
"delete": {
|
|
20200
20200
|
"summary": "Delete a self-hosted runner group from an enterprise",
|
|
20201
|
-
"description": "Deletes a self-hosted runner group for an enterprise.\n\nYou must authenticate using an access token with the `
|
|
20201
|
+
"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.",
|
|
20202
20202
|
"operationId": "enterprise-admin/delete-self-hosted-runner-group-from-enterprise",
|
|
20203
20203
|
"tags": ["enterprise-admin"],
|
|
20204
20204
|
"externalDocs": {
|
|
@@ -20235,7 +20235,7 @@
|
|
|
20235
20235
|
"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations": {
|
|
20236
20236
|
"get": {
|
|
20237
20237
|
"summary": "List organization access to a self-hosted runner group in an enterprise",
|
|
20238
|
-
"description": "Lists the organizations with access to a self-hosted runner group.\n\nYou must authenticate using an access token with the `
|
|
20238
|
+
"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.",
|
|
20239
20239
|
"operationId": "enterprise-admin/list-org-access-to-self-hosted-runner-group-in-enterprise",
|
|
20240
20240
|
"tags": ["enterprise-admin"],
|
|
20241
20241
|
"externalDocs": {
|
|
@@ -20390,7 +20390,7 @@
|
|
|
20390
20390
|
},
|
|
20391
20391
|
"put": {
|
|
20392
20392
|
"summary": "Set organization access for a self-hosted runner group in an enterprise",
|
|
20393
|
-
"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 `
|
|
20393
|
+
"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.",
|
|
20394
20394
|
"operationId": "enterprise-admin/set-org-access-to-self-hosted-runner-group-in-enterprise",
|
|
20395
20395
|
"tags": ["enterprise-admin"],
|
|
20396
20396
|
"externalDocs": {
|
|
@@ -20449,7 +20449,7 @@
|
|
|
20449
20449
|
"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations/{org_id}": {
|
|
20450
20450
|
"put": {
|
|
20451
20451
|
"summary": "Add organization access to a self-hosted runner group in an enterprise",
|
|
20452
|
-
"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 `
|
|
20452
|
+
"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.",
|
|
20453
20453
|
"operationId": "enterprise-admin/add-org-access-to-self-hosted-runner-group-in-enterprise",
|
|
20454
20454
|
"tags": ["enterprise-admin"],
|
|
20455
20455
|
"externalDocs": {
|
|
@@ -20491,7 +20491,7 @@
|
|
|
20491
20491
|
},
|
|
20492
20492
|
"delete": {
|
|
20493
20493
|
"summary": "Remove organization access to a self-hosted runner group in an enterprise",
|
|
20494
|
-
"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 `
|
|
20494
|
+
"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.",
|
|
20495
20495
|
"operationId": "enterprise-admin/remove-org-access-to-self-hosted-runner-group-in-enterprise",
|
|
20496
20496
|
"tags": ["enterprise-admin"],
|
|
20497
20497
|
"externalDocs": {
|
|
@@ -20535,7 +20535,7 @@
|
|
|
20535
20535
|
"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners": {
|
|
20536
20536
|
"get": {
|
|
20537
20537
|
"summary": "List self-hosted runners in a group for an enterprise",
|
|
20538
|
-
"description": "Lists the self-hosted runners that are in a specific enterprise group.\n\nYou must authenticate using an access token with the `
|
|
20538
|
+
"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.",
|
|
20539
20539
|
"operationId": "enterprise-admin/list-self-hosted-runners-in-group-for-enterprise",
|
|
20540
20540
|
"tags": ["enterprise-admin"],
|
|
20541
20541
|
"externalDocs": {
|
|
@@ -20705,7 +20705,7 @@
|
|
|
20705
20705
|
},
|
|
20706
20706
|
"put": {
|
|
20707
20707
|
"summary": "Set self-hosted runners in a group for an enterprise",
|
|
20708
|
-
"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 `
|
|
20708
|
+
"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.",
|
|
20709
20709
|
"operationId": "enterprise-admin/set-self-hosted-runners-in-group-for-enterprise",
|
|
20710
20710
|
"tags": ["enterprise-admin"],
|
|
20711
20711
|
"externalDocs": {
|
|
@@ -20764,7 +20764,7 @@
|
|
|
20764
20764
|
"/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/runners/{runner_id}": {
|
|
20765
20765
|
"put": {
|
|
20766
20766
|
"summary": "Add a self-hosted runner to a group for an enterprise",
|
|
20767
|
-
"description": "Adds a self-hosted runner to a runner group configured in an enterprise.\n\nYou must authenticate using an access token with the `
|
|
20767
|
+
"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.",
|
|
20768
20768
|
"operationId": "enterprise-admin/add-self-hosted-runner-to-group-for-enterprise",
|
|
20769
20769
|
"tags": ["enterprise-admin"],
|
|
20770
20770
|
"externalDocs": {
|
|
@@ -20806,7 +20806,7 @@
|
|
|
20806
20806
|
},
|
|
20807
20807
|
"delete": {
|
|
20808
20808
|
"summary": "Remove a self-hosted runner from a group for an enterprise",
|
|
20809
|
-
"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 `
|
|
20809
|
+
"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.",
|
|
20810
20810
|
"operationId": "enterprise-admin/remove-self-hosted-runner-from-group-for-enterprise",
|
|
20811
20811
|
"tags": ["enterprise-admin"],
|
|
20812
20812
|
"externalDocs": {
|
|
@@ -20850,7 +20850,7 @@
|
|
|
20850
20850
|
"/enterprises/{enterprise}/actions/runners": {
|
|
20851
20851
|
"get": {
|
|
20852
20852
|
"summary": "List self-hosted runners for an enterprise",
|
|
20853
|
-
"description": "Lists all self-hosted runners configured for an enterprise.\n\nYou must authenticate using an access token with the `
|
|
20853
|
+
"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.",
|
|
20854
20854
|
"operationId": "enterprise-admin/list-self-hosted-runners-for-enterprise",
|
|
20855
20855
|
"tags": ["enterprise-admin"],
|
|
20856
20856
|
"externalDocs": {
|
|
@@ -21014,7 +21014,7 @@
|
|
|
21014
21014
|
"/enterprises/{enterprise}/actions/runners/downloads": {
|
|
21015
21015
|
"get": {
|
|
21016
21016
|
"summary": "List runner applications for an enterprise",
|
|
21017
|
-
"description": "Lists binaries for the runner application that you can download and run.\n\nYou must authenticate using an access token with the `
|
|
21017
|
+
"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.",
|
|
21018
21018
|
"operationId": "enterprise-admin/list-runner-applications-for-enterprise",
|
|
21019
21019
|
"tags": ["enterprise-admin"],
|
|
21020
21020
|
"externalDocs": {
|
|
@@ -21123,7 +21123,7 @@
|
|
|
21123
21123
|
"/enterprises/{enterprise}/actions/runners/registration-token": {
|
|
21124
21124
|
"post": {
|
|
21125
21125
|
"summary": "Create a registration token for an enterprise",
|
|
21126
|
-
"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 `
|
|
21126
|
+
"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```",
|
|
21127
21127
|
"operationId": "enterprise-admin/create-registration-token-for-enterprise",
|
|
21128
21128
|
"tags": ["enterprise-admin"],
|
|
21129
21129
|
"externalDocs": {
|
|
@@ -22024,7 +22024,7 @@
|
|
|
22024
22024
|
"/enterprises/{enterprise}/actions/runners/remove-token": {
|
|
22025
22025
|
"post": {
|
|
22026
22026
|
"summary": "Create a remove token for an enterprise",
|
|
22027
|
-
"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 `
|
|
22027
|
+
"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```",
|
|
22028
22028
|
"operationId": "enterprise-admin/create-remove-token-for-enterprise",
|
|
22029
22029
|
"tags": ["enterprise-admin"],
|
|
22030
22030
|
"externalDocs": {
|
|
@@ -22925,7 +22925,7 @@
|
|
|
22925
22925
|
"/enterprises/{enterprise}/actions/runners/{runner_id}": {
|
|
22926
22926
|
"get": {
|
|
22927
22927
|
"summary": "Get a self-hosted runner for an enterprise",
|
|
22928
|
-
"description": "Gets a specific self-hosted runner configured in an enterprise.\n\nYou must authenticate using an access token with the `
|
|
22928
|
+
"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.",
|
|
22929
22929
|
"operationId": "enterprise-admin/get-self-hosted-runner-for-enterprise",
|
|
22930
22930
|
"tags": ["enterprise-admin"],
|
|
22931
22931
|
"externalDocs": {
|
|
@@ -23035,7 +23035,7 @@
|
|
|
23035
23035
|
},
|
|
23036
23036
|
"delete": {
|
|
23037
23037
|
"summary": "Delete a self-hosted runner from an enterprise",
|
|
23038
|
-
"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 `
|
|
23038
|
+
"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.",
|
|
23039
23039
|
"operationId": "enterprise-admin/delete-self-hosted-runner-from-enterprise",
|
|
23040
23040
|
"tags": ["enterprise-admin"],
|
|
23041
23041
|
"externalDocs": {
|
|
@@ -44684,7 +44684,7 @@
|
|
|
44684
44684
|
}
|
|
44685
44685
|
]
|
|
44686
44686
|
},
|
|
44687
|
-
"x-octokit": {}
|
|
44687
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
44688
44688
|
}
|
|
44689
44689
|
},
|
|
44690
44690
|
"/orgs/{org}/actions/permissions": {
|
|
@@ -46047,7 +46047,7 @@
|
|
|
46047
46047
|
"category": "actions",
|
|
46048
46048
|
"subcategory": "permissions"
|
|
46049
46049
|
},
|
|
46050
|
-
"x-octokit": {}
|
|
46050
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
46051
46051
|
}
|
|
46052
46052
|
},
|
|
46053
46053
|
"/orgs/{org}/actions/runner-groups": {
|
|
@@ -90947,7 +90947,7 @@
|
|
|
90947
90947
|
"category": "actions",
|
|
90948
90948
|
"subcategory": "permissions"
|
|
90949
90949
|
},
|
|
90950
|
-
"x-octokit": {}
|
|
90950
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
90951
90951
|
}
|
|
90952
90952
|
},
|
|
90953
90953
|
"/repos/{owner}/{repo}/actions/runners": {
|
|
@@ -93288,6 +93288,13 @@
|
|
|
93288
93288
|
"in": "query",
|
|
93289
93289
|
"required": false,
|
|
93290
93290
|
"schema": { "type": "string", "format": "date-time" }
|
|
93291
|
+
},
|
|
93292
|
+
{
|
|
93293
|
+
"name": "exclude_pull_requests",
|
|
93294
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
93295
|
+
"in": "query",
|
|
93296
|
+
"required": false,
|
|
93297
|
+
"schema": { "type": "boolean", "default": false }
|
|
93291
93298
|
}
|
|
93292
93299
|
],
|
|
93293
93300
|
"responses": {
|
|
@@ -96469,6 +96476,13 @@
|
|
|
96469
96476
|
"in": "path",
|
|
96470
96477
|
"required": true,
|
|
96471
96478
|
"schema": { "type": "integer" }
|
|
96479
|
+
},
|
|
96480
|
+
{
|
|
96481
|
+
"name": "exclude_pull_requests",
|
|
96482
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
96483
|
+
"in": "query",
|
|
96484
|
+
"required": false,
|
|
96485
|
+
"schema": { "type": "boolean", "default": false }
|
|
96472
96486
|
}
|
|
96473
96487
|
],
|
|
96474
96488
|
"responses": {
|
|
@@ -102372,6 +102386,13 @@
|
|
|
102372
102386
|
"in": "query",
|
|
102373
102387
|
"required": false,
|
|
102374
102388
|
"schema": { "type": "string", "format": "date-time" }
|
|
102389
|
+
},
|
|
102390
|
+
{
|
|
102391
|
+
"name": "exclude_pull_requests",
|
|
102392
|
+
"description": "If `true` pull requests are omitted from the response (empty array).",
|
|
102393
|
+
"in": "query",
|
|
102394
|
+
"required": false,
|
|
102395
|
+
"schema": { "type": "boolean", "default": false }
|
|
102375
102396
|
}
|
|
102376
102397
|
],
|
|
102377
102398
|
"responses": {
|
|
@@ -129454,7 +129475,7 @@
|
|
|
129454
129475
|
"previews": [],
|
|
129455
129476
|
"category": "code-scanning"
|
|
129456
129477
|
},
|
|
129457
|
-
"x-octokit": {}
|
|
129478
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
129458
129479
|
}
|
|
129459
129480
|
},
|
|
129460
129481
|
"/repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances": {
|
|
@@ -248067,7 +248088,7 @@
|
|
|
248067
248088
|
"category": "repos",
|
|
248068
248089
|
"subcategory": "releases"
|
|
248069
248090
|
},
|
|
248070
|
-
"x-octokit": {}
|
|
248091
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
248071
248092
|
}
|
|
248072
248093
|
},
|
|
248073
248094
|
"/repos/{owner}/{repo}/releases/assets/{asset_id}": {
|
|
@@ -250671,7 +250692,7 @@
|
|
|
250671
250692
|
"category": "repos",
|
|
250672
250693
|
"subcategory": "releases"
|
|
250673
250694
|
},
|
|
250674
|
-
"x-octokit": {}
|
|
250695
|
+
"x-octokit": { "diff": { "api.github.com": { "type": "changed" } } }
|
|
250675
250696
|
},
|
|
250676
250697
|
"delete": {
|
|
250677
250698
|
"summary": "Delete a release",
|
|
@@ -251220,6 +251241,9 @@
|
|
|
251220
251241
|
}
|
|
251221
251242
|
}
|
|
251222
251243
|
}
|
|
251244
|
+
},
|
|
251245
|
+
"422": {
|
|
251246
|
+
"description": "Response if you upload an asset with the same filename as another uploaded asset"
|
|
251223
251247
|
}
|
|
251224
251248
|
},
|
|
251225
251249
|
"x-github": {
|
|
@@ -319564,6 +319588,20 @@
|
|
|
319564
319588
|
"responses": { "501": { "description": "Not Implemented" } }
|
|
319565
319589
|
}
|
|
319566
319590
|
},
|
|
319591
|
+
"/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs": {
|
|
319592
|
+
"get": {
|
|
319593
|
+
"summary": "List jobs for a workflow run attempt",
|
|
319594
|
+
"description": "This endpoint does not exist ghes-3.2. It was added in api.github.com",
|
|
319595
|
+
"tags": ["actions"],
|
|
319596
|
+
"operationId": "actions/list-jobs-for-workflow-run-attempt",
|
|
319597
|
+
"externalDocs": {
|
|
319598
|
+
"description": "API method documentation",
|
|
319599
|
+
"url": "https://docs.github.com/rest/reference/actions#list-jobs-for-a-workflow-run-attempt"
|
|
319600
|
+
},
|
|
319601
|
+
"x-octokit": { "api.github.com": "removed" },
|
|
319602
|
+
"responses": { "501": { "description": "Not Implemented" } }
|
|
319603
|
+
}
|
|
319604
|
+
},
|
|
319567
319605
|
"/repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs": {
|
|
319568
319606
|
"get": {
|
|
319569
319607
|
"summary": "Download workflow run attempt logs",
|