diff --git a/lib/rest/static/decorated/api.github.com.json b/lib/rest/static/decorated/api.github.com.json index 5586aec763..b801eacd11 100644 --- a/lib/rest/static/decorated/api.github.com.json +++ b/lib/rest/static/decorated/api.github.com.json @@ -28575,12 +28575,25 @@ } } ], - "bodyParameters": [], + "bodyParameters": [ + { + "type": "boolean", + "default": false, + "description": "

Whether to enable debug logging for the re-run.

", + "name": "enable_debug_logging", + "in": "body", + "rawType": "boolean", + "rawDescription": "Whether to enable debug logging for the re-run.", + "isRequired": false, + "childParamsGroups": [] + } + ], "enabledForGitHubApps": true, "codeExamples": [ { "key": "default", "request": { + "contentType": "application/json", "description": "Example", "acceptHeader": "application/vnd.github.v3+json", "parameters": { @@ -46586,12 +46599,25 @@ } } ], - "bodyParameters": [], + "bodyParameters": [ + { + "type": "boolean", + "default": false, + "description": "

Whether to enable debug logging for the re-run.

", + "name": "enable_debug_logging", + "in": "body", + "rawType": "boolean", + "rawDescription": "Whether to enable debug logging for the re-run.", + "isRequired": false, + "childParamsGroups": [] + } + ], "enabledForGitHubApps": false, "codeExamples": [ { "key": "default", "request": { + "contentType": "application/json", "description": "Example", "acceptHeader": "application/vnd.github.v3+json", "parameters": { @@ -46651,12 +46677,25 @@ } } ], - "bodyParameters": [], + "bodyParameters": [ + { + "type": "boolean", + "default": false, + "description": "

Whether to enable debug logging for the re-run.

", + "name": "enable_debug_logging", + "in": "body", + "rawType": "boolean", + "rawDescription": "Whether to enable debug logging for the re-run.", + "isRequired": false, + "childParamsGroups": [] + } + ], "enabledForGitHubApps": true, "codeExamples": [ { "key": "default", "request": { + "contentType": "application/json", "description": "Example", "acceptHeader": "application/vnd.github.v3+json", "parameters": { diff --git a/lib/rest/static/decorated/ghes-3.1.json b/lib/rest/static/decorated/ghes-3.1.json index 20dbd4a9a8..9a68774036 100644 --- a/lib/rest/static/decorated/ghes-3.1.json +++ b/lib/rest/static/decorated/ghes-3.1.json @@ -33826,6 +33826,7 @@ { "key": "default", "request": { + "contentType": "application/json", "description": "Example", "acceptHeader": "application/vnd.github.v3+json", "parameters": { diff --git a/lib/rest/static/decorated/ghes-3.2.json b/lib/rest/static/decorated/ghes-3.2.json index 857fce1a6e..4d2e4e863b 100644 --- a/lib/rest/static/decorated/ghes-3.2.json +++ b/lib/rest/static/decorated/ghes-3.2.json @@ -36261,6 +36261,7 @@ { "key": "default", "request": { + "contentType": "application/json", "description": "Example", "acceptHeader": "application/vnd.github.v3+json", "parameters": { diff --git a/lib/rest/static/decorated/ghes-3.3.json b/lib/rest/static/decorated/ghes-3.3.json index 638fef1b76..1a97168db5 100644 --- a/lib/rest/static/decorated/ghes-3.3.json +++ b/lib/rest/static/decorated/ghes-3.3.json @@ -36398,6 +36398,7 @@ { "key": "default", "request": { + "contentType": "application/json", "description": "Example", "acceptHeader": "application/vnd.github.v3+json", "parameters": { diff --git a/lib/rest/static/decorated/ghes-3.4.json b/lib/rest/static/decorated/ghes-3.4.json index f4d25a32c1..ada620bdf8 100644 --- a/lib/rest/static/decorated/ghes-3.4.json +++ b/lib/rest/static/decorated/ghes-3.4.json @@ -38531,6 +38531,7 @@ { "key": "default", "request": { + "contentType": "application/json", "description": "Example", "acceptHeader": "application/vnd.github.v3+json", "parameters": { diff --git a/lib/rest/static/decorated/ghes-3.5.json b/lib/rest/static/decorated/ghes-3.5.json index 356f3e000e..502924a81d 100644 --- a/lib/rest/static/decorated/ghes-3.5.json +++ b/lib/rest/static/decorated/ghes-3.5.json @@ -28544,6 +28544,7 @@ { "key": "default", "request": { + "contentType": "application/json", "description": "Example", "acceptHeader": "application/vnd.github.v3+json", "parameters": { @@ -46482,6 +46483,7 @@ { "key": "default", "request": { + "contentType": "application/json", "description": "Example", "acceptHeader": "application/vnd.github.v3+json", "parameters": { @@ -46547,6 +46549,7 @@ { "key": "default", "request": { + "contentType": "application/json", "description": "Example", "acceptHeader": "application/vnd.github.v3+json", "parameters": { diff --git a/lib/rest/static/decorated/github.ae.json b/lib/rest/static/decorated/github.ae.json index 25536e73ab..2a66c05229 100644 --- a/lib/rest/static/decorated/github.ae.json +++ b/lib/rest/static/decorated/github.ae.json @@ -37292,6 +37292,7 @@ { "key": "default", "request": { + "contentType": "application/json", "description": "Example", "acceptHeader": "application/vnd.github.v3+json", "parameters": { diff --git a/lib/rest/static/dereferenced/api.github.com.deref.json b/lib/rest/static/dereferenced/api.github.com.deref.json index f024d23255..9f11a8d35a 100644 --- a/lib/rest/static/dereferenced/api.github.com.deref.json +++ b/lib/rest/static/dereferenced/api.github.com.deref.json @@ -161875,6 +161875,26 @@ } } ], + "requestBody": { + "required": false, + "content": { + "application/json": { + "schema": { + "type": [ + "object", + "null" + ], + "properties": { + "enable_debug_logging": { + "type": "boolean", + "default": false, + "description": "Whether to enable debug logging for the re-run." + } + } + } + } + } + }, "responses": { "201": { "description": "Response", @@ -186268,6 +186288,26 @@ } } ], + "requestBody": { + "required": false, + "content": { + "application/json": { + "schema": { + "type": [ + "object", + "null" + ], + "properties": { + "enable_debug_logging": { + "type": "boolean", + "default": false, + "description": "Whether to enable debug logging for the re-run." + } + } + } + } + } + }, "responses": { "201": { "description": "Response", @@ -186286,11 +186326,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "deprecationDate": "2021-09-14", "category": "actions", "subcategory": "workflow-runs" - }, - "deprecated": true + } } }, "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs": { @@ -186334,6 +186372,26 @@ } } ], + "requestBody": { + "required": false, + "content": { + "application/json": { + "schema": { + "type": [ + "object", + "null" + ], + "properties": { + "enable_debug_logging": { + "type": "boolean", + "default": false, + "description": "Whether to enable debug logging for the re-run." + } + } + } + } + } + }, "responses": { "201": { "description": "Response", diff --git a/lib/rest/static/dereferenced/ghes-3.1.deref.json b/lib/rest/static/dereferenced/ghes-3.1.deref.json index 0c225cdb6d..59dd213e88 100644 --- a/lib/rest/static/dereferenced/ghes-3.1.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.1.deref.json @@ -146367,6 +146367,19 @@ } } ], + "requestBody": { + "required": false, + "content": { + "application/json": { + "schema": { + "type": [ + "object", + "null" + ] + } + } + } + }, "responses": { "201": { "description": "Response", @@ -146385,11 +146398,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "deprecationDate": "2021-09-14", "category": "actions", "subcategory": "workflow-runs" - }, - "deprecated": true + } } }, "/repos/{owner}/{repo}/actions/secrets": { diff --git a/lib/rest/static/dereferenced/ghes-3.2.deref.json b/lib/rest/static/dereferenced/ghes-3.2.deref.json index f4b0f58571..5966a18486 100644 --- a/lib/rest/static/dereferenced/ghes-3.2.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.2.deref.json @@ -150684,6 +150684,19 @@ } } ], + "requestBody": { + "required": false, + "content": { + "application/json": { + "schema": { + "type": [ + "object", + "null" + ] + } + } + } + }, "responses": { "201": { "description": "Response", @@ -150702,11 +150715,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "deprecationDate": "2021-09-14", "category": "actions", "subcategory": "workflow-runs" - }, - "deprecated": true + } } }, "/repos/{owner}/{repo}/actions/secrets": { diff --git a/lib/rest/static/dereferenced/ghes-3.3.deref.json b/lib/rest/static/dereferenced/ghes-3.3.deref.json index 7fd72b173d..e44cc39047 100644 --- a/lib/rest/static/dereferenced/ghes-3.3.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.3.deref.json @@ -153644,6 +153644,19 @@ } } ], + "requestBody": { + "required": false, + "content": { + "application/json": { + "schema": { + "type": [ + "object", + "null" + ] + } + } + } + }, "responses": { "201": { "description": "Response", @@ -153662,11 +153675,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "deprecationDate": "2021-09-14", "category": "actions", "subcategory": "workflow-runs" - }, - "deprecated": true + } } }, "/repos/{owner}/{repo}/actions/secrets": { diff --git a/lib/rest/static/dereferenced/ghes-3.4.deref.json b/lib/rest/static/dereferenced/ghes-3.4.deref.json index 00e281c4df..d4ed2596c3 100644 --- a/lib/rest/static/dereferenced/ghes-3.4.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.4.deref.json @@ -166570,6 +166570,19 @@ } } ], + "requestBody": { + "required": false, + "content": { + "application/json": { + "schema": { + "type": [ + "object", + "null" + ] + } + } + } + }, "responses": { "201": { "description": "Response", @@ -166588,11 +166601,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "deprecationDate": "2021-09-14", "category": "actions", "subcategory": "workflow-runs" - }, - "deprecated": true + } } }, "/repos/{owner}/{repo}/actions/secrets": { diff --git a/lib/rest/static/dereferenced/ghes-3.5.deref.json b/lib/rest/static/dereferenced/ghes-3.5.deref.json index 0885b1acb9..64b18fa06e 100644 --- a/lib/rest/static/dereferenced/ghes-3.5.deref.json +++ b/lib/rest/static/dereferenced/ghes-3.5.deref.json @@ -153682,6 +153682,19 @@ } } ], + "requestBody": { + "required": false, + "content": { + "application/json": { + "schema": { + "type": [ + "object", + "null" + ] + } + } + } + }, "responses": { "201": { "description": "Response", @@ -177809,6 +177822,19 @@ } } ], + "requestBody": { + "required": false, + "content": { + "application/json": { + "schema": { + "type": [ + "object", + "null" + ] + } + } + } + }, "responses": { "201": { "description": "Response", @@ -177827,11 +177853,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "deprecationDate": "2021-09-14", "category": "actions", "subcategory": "workflow-runs" - }, - "deprecated": true + } } }, "/repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs": { @@ -177875,6 +177899,19 @@ } } ], + "requestBody": { + "required": false, + "content": { + "application/json": { + "schema": { + "type": [ + "object", + "null" + ] + } + } + } + }, "responses": { "201": { "description": "Response", diff --git a/lib/rest/static/dereferenced/github.ae.deref.json b/lib/rest/static/dereferenced/github.ae.deref.json index b15b43017a..46c8e71494 100644 --- a/lib/rest/static/dereferenced/github.ae.deref.json +++ b/lib/rest/static/dereferenced/github.ae.deref.json @@ -132740,6 +132740,19 @@ } } ], + "requestBody": { + "required": false, + "content": { + "application/json": { + "schema": { + "type": [ + "object", + "null" + ] + } + } + } + }, "responses": { "201": { "description": "Response", @@ -132758,11 +132771,9 @@ "x-github": { "githubCloudOnly": false, "enabledForGitHubApps": false, - "deprecationDate": "2021-09-14", "category": "actions", "subcategory": "workflow-runs" - }, - "deprecated": true + } } }, "/repos/{owner}/{repo}/actions/runs/{run_id}/timing": {