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