Update Task

Update a task

put

Update a task. Only the owner service or extension can update a task. Use this endpoint to update progress, ETA, and parameters.

Path parameters
idstringRequired

The task ID.

Body
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
statusstring · enumOptionalPossible values:
codestringOptional
queuestringOptional
descriptionstringOptional
progressnumber · float · nullableOptional
etastring · date-time · nullableOptional
parametersany · nullableOptional
resultstring · nullableOptional
externalIdstring · nullableOptional
Responses
put
/public/v1/system/tasks/{id}
200

OK

Last updated

Was this helpful?