Update a task instance

Updates an instance of a task and save it to the database.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
taskIdstringOptional
treeIdstringOptional
taskParamsobjectOptional
optionsobjectOptional

Response

Response of whether the update operation failed or succeeded.

Errors

500
Internal Server Error