Update/Delete Local Execution Variables
Execution
Update/Delete Local Execution Variables
Updates or deletes the variables in the context of an execution by id. The updates do not propagate upwards in the execution hierarchy. Updates precede deletions. So, if a variable is updated AND deleted, the deletion overrides the update.
POST
Update/Delete Local Execution Variables
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 variables for.
Body
application/json
Response
Request successful. This method returns no content.