pub async fn dcim_devices_partial_update(
configuration: &Configuration,
id: i32,
patched_writable_device_with_config_context_request: Option<PatchedWritableDeviceWithConfigContextRequest>,
) -> Result<DeviceWithConfigContext, Error<DcimDevicesPartialUpdateError>>Expand description
Patch a device object.