pub async fn update_custom_vcl(
configuration: &mut Configuration,
params: UpdateCustomVclParams,
) -> Result<VclResponse, Error<UpdateCustomVclError>>
Expand description
Update the uploaded VCL for a particular service and version.
pub async fn update_custom_vcl(
configuration: &mut Configuration,
params: UpdateCustomVclParams,
) -> Result<VclResponse, Error<UpdateCustomVclError>>
Update the uploaded VCL for a particular service and version.