pub async fn update_service_instance(
configuration: &Configuration,
site_id: &str,
addon: &str,
instance_id: &str,
config: Value,
) -> Result<(), Error<UpdateServiceInstanceError>>
pub async fn update_service_instance(
configuration: &Configuration,
site_id: &str,
addon: &str,
instance_id: &str,
config: Value,
) -> Result<(), Error<UpdateServiceInstanceError>>