pub async fn patch_repository_variable(
configuration: &Configuration,
repo_ref: &str,
variable_identifier: &str,
variable_patch_input: VariablePatchInput,
) -> Result<VariableModel, Error<PatchRepositoryVariableError>>pub async fn patch_repository_variable(
configuration: &Configuration,
repo_ref: &str,
variable_identifier: &str,
variable_patch_input: VariablePatchInput,
) -> Result<VariableModel, Error<PatchRepositoryVariableError>>