Function update_user_variable

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