From 1c2d8cd4f106477a5954b945709c9ecb0c9f8bf2 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:50:41 -0700 Subject: [PATCH] Add x-max-steps-override to tasks api (#595) Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- docs/running-tasks/api-spec.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/running-tasks/api-spec.mdx b/docs/running-tasks/api-spec.mdx index 2a08dc3a..b9be3242 100644 --- a/docs/running-tasks/api-spec.mdx +++ b/docs/running-tasks/api-spec.mdx @@ -15,6 +15,7 @@ Production:`https://api.skyvern.com/api/v1/tasks/` | Parameter | Type | Required? | Sample Value | Description | | --- | --- | --- | --- | --- | | x-api-key | String | yes | [your-api-key-here] | Bearer token that gives your backend access to the Skyvern API. This will be manually provided by us | +| x-max-steps-override | int | no | 10 | Overrides any max step configuration for the initiated task | ### Body