pub async fn update_service_settings(
configuration: &mut Configuration,
params: UpdateServiceSettingsParams,
) -> Result<SettingsResponse, Error<UpdateServiceSettingsError>>
Expand description
Update the settings for a particular service and version. NOTE: If you override TTLs with custom VCL, any general.default_ttl value will not be honored and the expected behavior may change.