Function update_variable

Source
pub async fn update_variable(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    edit_variable: EditVariable,
    already_encrypted: Option<bool>,
) -> Result<String, Error<UpdateVariableError>>