Skip to content

Commit 6e2e7ea

Browse files
authored
Merge pull request #864 from hashicorp/mr/increase-task-storagesize
Add the size limit for task outcome
2 parents 7968f7f + e15c3da commit 6e2e7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/cloud-docs/api-docs/run-tasks/run-tasks-integration.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ A run task result may optionally contain one or more detailed outcomes, which im
186186
| ------------------------- | ------ | ----------------------------------------------------------------------------------------------- |
187187
| `outcome-id` | string | A partner supplied identifier for this outcome. |
188188
| `description` | string | A one-line description of the result. |
189-
| `body` | string | (Optional) A detailed message for the result in Markdown format. |
189+
| `body` | string | (Optional) A detailed message for the result in Markdown format. It is recommended to keep it under 1MB, with a maximum allowable limit of 5MB. |
190190
| `url` | string | (Optional) A URL that a user can navigate to for more information about this result. |
191191
| `tags` | object | (Optional) An object containing tag arrays, named by the property key. |
192192
| `tags.key` | string | The two or three word name of the header tag. [Special handling](#severity-and-status-tags) is given to `severity` and `status` keys. |

0 commit comments

Comments
 (0)