Skip to main content

Update Variables

This function allows you to update variables inside your flows.

The variable types that can be updated are:

  • Data schema
  • Keystore
  • Apps
  • Webhooks
  • Interfaces

Input parameters​

VariableDescriptionMandatory
VariableThe variable to be updated.No
ValueThe new value that will be assigned to this variable.No

Response parameters​

ParameterUsage
resultWhether the update was successful or not.
parametersThe list of parameters that have been updated.
errorThis field will contain an error message if the update fails.