update_printer
Update printer records by ID, changing only the fields you specify. Modify status, title, serial number, notes, purchase price, maintenance notes, or manufacturer.
Instructions
Update a printer record. Only the fields you provide will be changed.
Args: printer_id: The ID of the printer to update. title: New title. status: New status (e.g. 'Active', 'Under Repair', 'Retired'). serial_number: Serial number. notes: Free-text notes. purchase_price: Purchase price. maintenance_notes: Maintenance notes. manufacturer: Manufacturer/brand name (will be created if new).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| title | No | ||
| status | No | ||
| printer_id | Yes | ||
| manufacturer | No | ||
| serial_number | No | ||
| purchase_price | No | ||
| maintenance_notes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |