pub async fn dcim_inventory_items_partial_update(
configuration: &Configuration,
id: i32,
patched_writable_inventory_item_request: Option<PatchedWritableInventoryItemRequest>,
) -> Result<InventoryItem, Error<DcimInventoryItemsPartialUpdateError>>Expand description
Patch a inventory item object.