Add x-max-steps-override to tasks api (#595)

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
This commit is contained in:
mintlify[bot]
2024-07-11 13:50:41 -07:00
committed by GitHub
parent 7df4263388
commit 1c2d8cd4f1

View File

@@ -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