Update Task Variable (Binary)
POST/task/:id/variables/:varName/data
Sets the serialized value for a binary variable or the binary value for a file variable visible from the task. 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 if no filename is set. See the Introduction for the error response format.
Variable name is null, or the Task id is null or does not exist. See the
Introduction
for the error response format.