Update Local Task Variable (Binary)
Sets the serialized value for a binary variable or the binary value for a file variable.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the task to retrieve the variable for.
The name of the variable to retrieve.
Body
For binary variables a multipart form submit with the following parts:
The binary data to be set. For File variables, this multipart can contain the filename, binary value and MIME type of the file variable to be set Only the filename is mandatory.
The name of the variable type. Either Bytes for a byte array variable or File for a file variable.
Bytes, File Response
Request successful.