diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 05a3793c9..c279e1fe9 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -13969,7 +13969,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, @@ -124339,21 +124339,32 @@ }, "workflow-run-id": { "title": "Workflow Run ID", - "description": "The unique identifier for a workflow run", + "description": "The ID of the workflow run.", "type": "integer", "format": "int64" }, "workflow-dispatch-response": { "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID", + "description": "Response containing the workflow run ID and URLs.", "type": "object", "properties": { "workflow_run_id": { "$ref": "#/components/schemas/workflow-run-id" + }, + "run_url": { + "type": "string", + "format": "uri", + "description": "The URL to the workflow run." + }, + "html_url": { + "type": "string", + "format": "uri" } }, "required": [ - "workflow_run_id" + "workflow_run_id", + "run_url", + "html_url" ] }, "workflow-usage": { @@ -300848,7 +300859,9 @@ }, "workflow-dispatch-response": { "value": { - "workflow_run_id": 1 + "workflow_run_id": 1, + "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", + "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" } }, "workflow-usage": { diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 54573bf1c..78a5e57db 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -10099,7 +10099,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: @@ -90218,18 +90219,27 @@ components: - updated_at workflow-run-id: title: Workflow Run ID - description: The unique identifier for a workflow run + description: The ID of the workflow run. type: integer format: int64 workflow-dispatch-response: title: Workflow Dispatch Response - description: Response containing the workflow run ID + description: Response containing the workflow run ID and URLs. type: object properties: workflow_run_id: "$ref": "#/components/schemas/workflow-run-id" + run_url: + type: string + format: uri + description: The URL to the workflow run. + html_url: + type: string + format: uri required: - workflow_run_id + - run_url + - html_url workflow-usage: title: Workflow Usage description: Workflow Usage @@ -222778,6 +222788,8 @@ components: workflow-dispatch-response: value: workflow_run_id: 1 + run_url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/1 + html_url: https://github.com/octo-org/octo-repo/actions/runs/1 workflow-usage: value: billable: diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 05a3793c9..c279e1fe9 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -13969,7 +13969,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, @@ -124339,21 +124339,32 @@ }, "workflow-run-id": { "title": "Workflow Run ID", - "description": "The unique identifier for a workflow run", + "description": "The ID of the workflow run.", "type": "integer", "format": "int64" }, "workflow-dispatch-response": { "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID", + "description": "Response containing the workflow run ID and URLs.", "type": "object", "properties": { "workflow_run_id": { "$ref": "#/components/schemas/workflow-run-id" + }, + "run_url": { + "type": "string", + "format": "uri", + "description": "The URL to the workflow run." + }, + "html_url": { + "type": "string", + "format": "uri" } }, "required": [ - "workflow_run_id" + "workflow_run_id", + "run_url", + "html_url" ] }, "workflow-usage": { @@ -300848,7 +300859,9 @@ }, "workflow-dispatch-response": { "value": { - "workflow_run_id": 1 + "workflow_run_id": 1, + "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", + "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" } }, "workflow-usage": { diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 54573bf1c..78a5e57db 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -10099,7 +10099,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: @@ -90218,18 +90219,27 @@ components: - updated_at workflow-run-id: title: Workflow Run ID - description: The unique identifier for a workflow run + description: The ID of the workflow run. type: integer format: int64 workflow-dispatch-response: title: Workflow Dispatch Response - description: Response containing the workflow run ID + description: Response containing the workflow run ID and URLs. type: object properties: workflow_run_id: "$ref": "#/components/schemas/workflow-run-id" + run_url: + type: string + format: uri + description: The URL to the workflow run. + html_url: + type: string + format: uri required: - workflow_run_id + - run_url + - html_url workflow-usage: title: Workflow Usage description: Workflow Usage @@ -222778,6 +222788,8 @@ components: workflow-dispatch-response: value: workflow_run_id: 1 + run_url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/1 + html_url: https://github.com/octo-org/octo-repo/actions/runs/1 workflow-usage: value: billable: diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index e72800b67..38a7a34f9 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -99862,7 +99862,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index d25fea90c..37353bd99 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -25470,7 +25470,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index e72800b67..38a7a34f9 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -99862,7 +99862,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index d25fea90c..37353bd99 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -25470,7 +25470,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 47bb3ad4d..a7dd6cd67 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -146397,7 +146397,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index adf6872a3..6d32b1ebb 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -38548,7 +38548,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 47bb3ad4d..a7dd6cd67 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -146397,7 +146397,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index adf6872a3..6d32b1ebb 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -38548,7 +38548,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 0e7ec099f..df879edb5 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -23725,7 +23725,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, @@ -145661,21 +145661,32 @@ }, "workflow-run-id": { "title": "Workflow Run ID", - "description": "The unique identifier for a workflow run", + "description": "The ID of the workflow run.", "type": "integer", "format": "int64" }, "workflow-dispatch-response": { "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID", + "description": "Response containing the workflow run ID and URLs.", "type": "object", "properties": { "workflow_run_id": { "$ref": "#/components/schemas/workflow-run-id" + }, + "run_url": { + "type": "string", + "format": "uri", + "description": "The URL to the workflow run." + }, + "html_url": { + "type": "string", + "format": "uri" } }, "required": [ - "workflow_run_id" + "workflow_run_id", + "run_url", + "html_url" ] }, "workflow-usage": { @@ -325211,7 +325222,9 @@ }, "workflow-dispatch-response": { "value": { - "workflow_run_id": 1 + "workflow_run_id": 1, + "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", + "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" } }, "workflow-usage": { diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 513ecd7bd..40731306a 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -17060,7 +17060,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: @@ -105528,18 +105529,27 @@ components: - updated_at workflow-run-id: title: Workflow Run ID - description: The unique identifier for a workflow run + description: The ID of the workflow run. type: integer format: int64 workflow-dispatch-response: title: Workflow Dispatch Response - description: Response containing the workflow run ID + description: Response containing the workflow run ID and URLs. type: object properties: workflow_run_id: "$ref": "#/components/schemas/workflow-run-id" + run_url: + type: string + format: uri + description: The URL to the workflow run. + html_url: + type: string + format: uri required: - workflow_run_id + - run_url + - html_url workflow-usage: title: Workflow Usage description: Workflow Usage @@ -240249,6 +240259,8 @@ components: workflow-dispatch-response: value: workflow_run_id: 1 + run_url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/1 + html_url: https://github.com/octo-org/octo-repo/actions/runs/1 workflow-usage: value: billable: diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 0e7ec099f..df879edb5 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -23725,7 +23725,7 @@ }, "deployment_name": { "type": "string", - "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}\n", + "description": "The unique identifier for the deployment represented by the new record. To accommodate differing\ncontainers and namespaces within a record set, the following format is recommended:\n{namespaceName}-{deploymentName}-{containerName}.\nThe deployment_name must be unique across all entries in the deployments array.\n", "minLength": 1, "maxLength": 128 }, @@ -145661,21 +145661,32 @@ }, "workflow-run-id": { "title": "Workflow Run ID", - "description": "The unique identifier for a workflow run", + "description": "The ID of the workflow run.", "type": "integer", "format": "int64" }, "workflow-dispatch-response": { "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID", + "description": "Response containing the workflow run ID and URLs.", "type": "object", "properties": { "workflow_run_id": { "$ref": "#/components/schemas/workflow-run-id" + }, + "run_url": { + "type": "string", + "format": "uri", + "description": "The URL to the workflow run." + }, + "html_url": { + "type": "string", + "format": "uri" } }, "required": [ - "workflow_run_id" + "workflow_run_id", + "run_url", + "html_url" ] }, "workflow-usage": { @@ -325211,7 +325222,9 @@ }, "workflow-dispatch-response": { "value": { - "workflow_run_id": 1 + "workflow_run_id": 1, + "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", + "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" } }, "workflow-usage": { diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index 513ecd7bd..40731306a 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -17060,7 +17060,8 @@ paths: description: | The unique identifier for the deployment represented by the new record. To accommodate differing containers and namespaces within a record set, the following format is recommended: - {namespaceName}-{deploymentName}-{containerName} + {namespaceName}-{deploymentName}-{containerName}. + The deployment_name must be unique across all entries in the deployments array. minLength: 1 maxLength: 128 github_repository: @@ -105528,18 +105529,27 @@ components: - updated_at workflow-run-id: title: Workflow Run ID - description: The unique identifier for a workflow run + description: The ID of the workflow run. type: integer format: int64 workflow-dispatch-response: title: Workflow Dispatch Response - description: Response containing the workflow run ID + description: Response containing the workflow run ID and URLs. type: object properties: workflow_run_id: "$ref": "#/components/schemas/workflow-run-id" + run_url: + type: string + format: uri + description: The URL to the workflow run. + html_url: + type: string + format: uri required: - workflow_run_id + - run_url + - html_url workflow-usage: title: Workflow Usage description: Workflow Usage @@ -240249,6 +240259,8 @@ components: workflow-dispatch-response: value: workflow_run_id: 1 + run_url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/1 + html_url: https://github.com/octo-org/octo-repo/actions/runs/1 workflow-usage: value: billable: diff --git a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json index 7b1c5cd5a..def8942d0 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json +++ b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.json @@ -111543,21 +111543,32 @@ }, "workflow-run-id": { "title": "Workflow Run ID", - "description": "The unique identifier for a workflow run", + "description": "The ID of the workflow run.", "type": "integer", "format": "int64" }, "workflow-dispatch-response": { "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID", + "description": "Response containing the workflow run ID and URLs.", "type": "object", "properties": { "workflow_run_id": { "$ref": "#/components/schemas/workflow-run-id" + }, + "run_url": { + "type": "string", + "format": "uri", + "description": "The URL to the workflow run." + }, + "html_url": { + "type": "string", + "format": "uri" } }, "required": [ - "workflow_run_id" + "workflow_run_id", + "run_url", + "html_url" ] }, "activity": { @@ -276778,7 +276789,9 @@ }, "workflow-dispatch-response": { "value": { - "workflow_run_id": 1 + "workflow_run_id": 1, + "run_url": "https://api.github.com/repos/octo-org/octo-repo/actions/runs/1", + "html_url": "https://github.com/octo-org/octo-repo/actions/runs/1" } }, "activity-items": { diff --git a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml index 7c089d678..46629abef 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml +++ b/descriptions-next/ghes-3.14/ghes-3.14.2022-11-28.yaml @@ -80312,18 +80312,27 @@ components: - updated_at workflow-run-id: title: Workflow Run ID - description: The unique identifier for a workflow run + description: The ID of the workflow run. type: integer format: int64 workflow-dispatch-response: title: Workflow Dispatch Response - description: Response containing the workflow run ID + description: Response containing the workflow run ID and URLs. type: object properties: workflow_run_id: "$ref": "#/components/schemas/workflow-run-id" + run_url: + type: string + format: uri + description: The URL to the workflow run. + html_url: + type: string + format: uri required: - workflow_run_id + - run_url + - html_url activity: title: Activity description: Activity @@ -204182,6 +204191,8 @@ components: workflow-dispatch-response: value: workflow_run_id: 1 + run_url: https://api.github.com/repos/octo-org/octo-repo/actions/runs/1 + html_url: https://github.com/octo-org/octo-repo/actions/runs/1 activity-items: value: - id: 1296269 diff --git a/descriptions-next/ghes-3.14/ghes-3.14.json b/descriptions-next/ghes-3.14/ghes-3.14.json index 7b1c5cd5a..def8942d0 100644 --- a/descriptions-next/ghes-3.14/ghes-3.14.json +++ b/descriptions-next/ghes-3.14/ghes-3.14.json @@ -111543,21 +111543,32 @@ }, "workflow-run-id": { "title": "Workflow Run ID", - "description": "The unique identifier for a workflow run", + "description": "The ID of the workflow run.", "type": "integer", "format": "int64" }, "workflow-dispatch-response": { "title": "Workflow Dispatch Response", - "description": "Response containing the workflow run ID", + "description": "Response containing the workflow run ID and URLs.", "type": "object", "properties": { "workflow_run_id": { "$ref": "#/components/schemas/workflow-run-id" + }, + "run_url": { + "type": "string", + "format": "uri", + "description": "The URL to the workflow run." + }, + "html_url": { + "type": "{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}