pub async fn functions_update_variable(
configuration: &Configuration,
function_id: &str,
variable_id: &str,
payload: Option<FunctionsUpdateVariableRequest>,
) -> Result<Variable, Error<FunctionsUpdateVariableError>>Expand description
Update variable by its unique ID.