> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Hardware

Partially updates a specific asset.

<Note>
  To update the values of custom fields, use the DB Field Name value in your Settings > Custom Fields for the field you want to update.
  Use the name of the custom field in the `Fields` input of the action.

  If you don't see that column, be sure to use the column selector to un-hide it
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter   | Description                                               |
  | ----------- | --------------------------------------------------------- |
  | Hardware ID | The ID of the asset to update.                            |
  | Model ID    | Valid model ID. Obtained via the "List Models" action.    |
  | Name        | Asset name.                                               |
  | Status ID   | Valid status ID. Obtained via the "List Statuses" action. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                    |
  | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Fields    | The list of parameters to add to the object.<br /><br />For a full list, view the [Snipe-IT documentation](https://snipe-it.readme.io/reference/hardware-partial-update) under<br />the *BODY PARAMS* section. |
</div>

## Example Output

```json theme={"dark"}
{
	"status": "success",
	"messages": "Asset updated successfully.",
	"payload": {
		"id": 1,
		"name": "name",
		"asset_tag": "LKL-IT-03-1325125",
		"model_id": 1,
		"serial": null,
		"purchase_date": null,
		"purchase_cost": null,
		"order_number": null,
		"assigned_to": null,
		"notes": "I am a note!",
		"image": null,
		"user_id": 1,
		"created_at": "2023-02-23T14:43:48.000000Z",
		"updated_at": "2023-02-23T14:43:51.000000Z",
		"physical": 1,
		"deleted_at": null,
		"status_id": 1,
		"archived": 0,
		"warranty_months": null,
		"depreciate": 0,
		"supplier_id": null,
		"requestable": 0,
		"rtd_location_id": null,
		"accepted": null,
		"last_checkout": null,
		"expected_checkin": null,
		"company_id": null,
		"assigned_type": null,
		"last_audit_date": null,
		"next_audit_date": null,
		"location_id": null,
		"checkin_counter": 0,
		"checkout_counter": 0,
		"requests_counter": 0,
		"byod": false
	}
}
```

## Workflow Library Example

[Update Hardware with Snipe It and Send Results Via Email](https://library.blinkops.com/workflows/update-hardware-with-snipe-it-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-hardware-with-snipe-it-and-send-results-via-email/canvas" />
</div>
