Update Inventory_item_template
netbox_update_inventory_item_templateUpdate a NetBox inventory item template by specifying its ID and the fields to change; omitted fields remain unchanged.
Instructions
Update an existing inventory_item_template in NetBox (PATCH semantics — only provided fields are changed).
Supply the numeric 'id' and only the fields you want to change. Omitting a field leaves it unchanged.
Returns: Markdown summary of the updated object (default) or JSON with the full NetBox response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric id of the inventory_item_template to update. | |
| name | No | ||
| role | No | ||
| label | No | ||
| parent | No | ||
| part_id | No | ||
| description | No | ||
| device_type | No | ||
| component_id | No | ||
| manufacturer | No | ||
| component_type | No | ||
| response_format | No | Output format: 'markdown' (default, human-readable) or 'json' (full structured payload). Use 'json' when chaining follow-up tool calls. | markdown |