Summary
Update a task instance.
Description
Update an instance of a task and save it to the database.
Route
PUT /configuration_manager/tasks/instance
Roles
admin
apiwrite
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
taskId | string | yes | ID of the task instance. |
treeId | string | yes | ID of the tree which the task instance belongs to. |
taskParams | object | yes | The parameters to be passed into the task/method call. |
options | object | yes | Additional options. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
response | object | Response of whether the update operation failed or succeeded. |