Task
Update Task
Updates an existing task’s configuration and reprocesses the document. The original configuration will be used for all values that are not provided in the update.
Requirements:
- Task must have status
Succeeded
orFailed
- New configuration must be different from the current one
The returned task will typically be in a Starting
or Processing
state.
Use the GET /task/{task_id}
endpoint to poll for completion.
PATCH
Authorizations
Path Parameters
Body
application/json
JSON request to update an task
The body is of type object
.
Response
200
application/json
Detailed information describing the task, its status and processed outputs
The response is of type object
.