更新本地执行变量 (Binary)
Sets the serialized value for a binary variable or the binary value for a file variable in the context of a given execution by id.
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
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 execution to set the variable for.
The name of the variable to set.
Body
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. This method returns no content.