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