Update/Delete Local Execution Variables
POST/execution/:id/localVariables
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.
Request
Responses
- 204
- 400
- 500
Request successful. This method returns no content.
The variable value or type is invalid, for example if 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, for example because the execution does not exist.