Updates the status of a task along with actual execution metrics such as duration and cost.
/tasks/{taskId}/updateStatus
ID of the task to update
3700
155
completed
in_progress
curl -L \ --request PUT \ --url 'https://infa.idefi.ai/api/tasks/{taskId}/updateStatus' \ --header 'Content-Type: application/json' \ --data '{ "actualDuration": 3700, "actualCost": 155, "status": "completed" }'
No body