pub async fn dcim_interfaces_partial_update(
configuration: &Configuration,
id: i32,
patched_writable_interface_request: Option<PatchedWritableInterfaceRequest>,
) -> Result<Interface, Error<DcimInterfacesPartialUpdateError>>Expand description
Patch a interface object.