Update/Delete Task Variables
POST/task/:id/variables
Updates or deletes the variables visible from the task. Updates precede deletions. So, if a variable is updated AND deleted, the deletion overrides the update. A variable is visible from the task if it is a local task variable or declared in a parent scope of the task. See documentation on visiblity of variables.
Request
Responses
- 204
- 400
- 500
Request successful.
The variable value or type is invalid. For example the value could not be parsed to an Integer value
or the passed variable type is not supported. See the
Introduction
for the error response format.
Update or delete could not be executed because the task is null or does not exist. See the
Introduction
for the error response format.