v1

latestSwagger 2.02026-07-17221224.2 KB
tasks

Update an existing task

patch/tasks/{id}

Path parameters

idstring required

Request body

idstring

Task ID

typestring

Task type, one of 'stream' or 'batch'

scriptstring

TICKscript content

statusstring

Enabled/Disabled status of the task

dotstring

Graphviz DOT syntax representation of the task DAG

executingboolean

Whether the task is currently executing

{"stackTrail":"components:schemas:Task:properties:error","oasType":"schema","type":"unknown","description":"Any error the task may have encountered while executing"}
createdstring dateTime

Date task was first created

modifiedstring dateTime

Date task was last modified

last-enabledstring dateTime

Date task was last enabled

template-idstring

Template ID

varsobject

Set of vars to overwrite any TICKscript vars.

Response

Update succeeded

idstring

Task ID

typestring

Task type, one of 'stream' or 'batch'

scriptstring

TICKscript content

statusstring

Enabled/Disabled status of the task

dotstring

Graphviz DOT syntax representation of the task DAG

executingboolean

Whether the task is currently executing

{"stackTrail":"components:schemas:Task:properties:error","oasType":"schema","type":"unknown","description":"Any error the task may have encountered while executing"}
createdstring dateTime

Date task was first created

modifiedstring dateTime

Date task was last modified

last-enabledstring dateTime

Date task was last enabled

template-idstring

Template ID

varsobject

Set of vars to overwrite any TICKscript vars.