Skip to main content
PUT
Update task

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json

Partial task update. Accepts the same fields as create where applicable, plus the two fields below. Omitted fields are left unchanged.

status
enum<string>
Available options:
active,
paused,
completed,
failed
clear_modular_configuration
boolean

Remove the task's modular action configuration and return it to a classic extraction task.

Response

200 - application/json

OK

success
boolean
data
any