pub async fn ipam_services_partial_update(
configuration: &Configuration,
id: i32,
patched_writable_service_request: Option<PatchedWritableServiceRequest>,
) -> Result<Service, Error<IpamServicesPartialUpdateError>>Expand description
Patch a application service object.