glpi_update_item
Update a GLPI item by specifying its type, ID, and fields to modify in a JSON string. Enables modifying inventory, tickets, or security fields through the GLPI REST API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the item to update | |
| input | Yes | JSON string representing the fields to update | |
| itemType | Yes | The type of item to update |