Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ You can send outcomes with a status of `running`, `passed`, or `failed`, but it

### Request Body

The PATCH request submits a JSON object with the following properties as a request payload. This payload is also described in the [JSON schema for run task results](https://github.com/hashicorp/web-unified-docs/content/terraform-docs-common/public/schema/run-tasks/runtask-result.json).
The PATCH request submits a JSON object with the following properties as a request payload. This payload is also described in the [JSON schema for run task results](https://github.com/hashicorp/web-unified-docs/blob/main/content/terraform-docs-common/public/schema/run-tasks/runtask-result.json).

| Key path | Type | Description |
| ----------------------------- | ------ | --------------------------------------------------------------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Here's what the data flow looks like:
![Screenshot: a diagram of the user and data flow for an HCP Terraform run task](/img/docs/terraform-cloud-run-tasks-diagram.png)


Refer to the [run task integration API](/terraform/cloud-docs/api-docs/run-tasks/run-tasks-integration#structured-results) for the exact payload specifications, and the [JSON schema for run task results](https://github.com/hashicorp/web-unified-docs/content/terraform-docs-common/public/schema/run-tasks/runtask-result.json) for code generation and payload validation.
Refer to the [run task integration API](/terraform/cloud-docs/api-docs/run-tasks/run-tasks-integration#structured-results) for the exact payload specifications, and the [JSON schema for run task results](https://github.com/hashicorp/web-unified-docs/blob/main/content/terraform-docs-common/public/schema/run-tasks/runtask-result.json) for code generation and payload validation.


## Securing your Run Task
Expand Down
Loading