Update/Delete Local Task Variables
POST/task/:id/localVariables
Updates or deletes the variables in the context of a task. Updates precede deletions. So, if a variable is updated AND deleted, the deletion overrides the update.
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.