Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.vida.dev/api/v2/tasks/{taskId} \ --header 'Content-Type: application/json' \ --data ' { "state": "canceled", "context": "New context", "waitToGreet": true } '
Update fields on an existing task by ID.
Task ID
"canceled"
"New context"
true
Task updated successfully