pub async fn update_user_variable(
configuration: &Configuration,
variablename: &str,
body: Option<UpdateVariableOption>,
) -> Result<(), Error<UpdateUserVariableError>>
pub async fn update_user_variable(
configuration: &Configuration,
variablename: &str,
body: Option<UpdateVariableOption>,
) -> Result<(), Error<UpdateUserVariableError>>