update_item
Update an existing item in a Directus collection by providing the item ID and the fields to modify.
Instructions
Update an existing item in a collection. Provide the item ID and fields to update. Example: {collection: "articles", id: 1, data: {status: "published"}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Collection name | |
| id | Yes | Item ID to update | |
| data | Yes | Generic key-value object |