> ## 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 License

Updates information of an existing license.

## Basic Parameters

<div className="integrations-table">
  | Parameter   | Description                                      |
  | ----------- | ------------------------------------------------ |
  | Category ID | ID of the category the license should belong to. |
  | ID          | ID (not name) of the license to update.          |
  | Name        | Name of license being created.                   |
  | Seats       | Number of license seats owned.                   |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Expiration Date | Date of license expiration.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  | Extra Fields    | Any additional fields to add to the license.<br /><br />Can be one of:<br /> - company\_id: id number of the company the license belongs to<br /> - license\_name: name of the contact person<br /> - serial: product key of the license<br /> - maintained: whether the license is being maintained (true/false)<br /> - manufacturer\_id: ID number of the manufacturer<br /> - order\_number: the order number of the license purchase<br /> - purchase\_cost: the cost of the license<br /> - purchase\_date: when the license was purchased<br /> - purchase\_order: the order number of the license<br /> - reassignable: whether the license is reassignable (true/false)<br /> - supplier\_id: the ID number of the license supplier<br /> - termination\_date: when the license will be terminated. |
  | License Email   | Email address associated with license.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  | Notes           | License Notes.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
</div>

## Example Output

```json theme={"dark"}
{
	"status": "<string>",
	"messages": "<string>",
	"payload": {
		"id": 7,
		"name": "<string>",
		"serial": "<string>",
		"purchase_date": null,
		"purchase_cost": "<string>",
		"order_number": null,
		"seats": "<string>",
		"notes": "<string>",
		"created_by": null,
		"depreciation_id": null,
		"created_at": "2025-04-02T05:14:12.000000Z",
		"updated_at": "2025-04-02T05:14:13.000000Z",
		"deleted_at": null,
		"license_name": null,
		"license_email": "<string>",
		"depreciate": null,
		"supplier_id": null,
		"expiration_date": null,
		"purchase_order": null,
		"termination_date": null,
		"maintained": null,
		"reassignable": 2,
		"company_id": null,
		"manufacturer_id": null,
		"category_id": 0,
		"min_amt": null,
		"free_seat_count": 15,
		"license_seats_relation": [
			{
				"license_id": 13,
				"count": 12
			}
		],
		"assigned_count": []
	}
}
```

## Workflow Library Example

[Update License with Snipe It and Send Results Via Email](https://library.blinkops.com/workflows/update-license-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-license-with-snipe-it-and-send-results-via-email/canvas" />
</div>
