Update Item
keychain_update_itemUpdate specific fields of a vault item by ID, leaving omitted fields unchanged. Use for partial edits instead of full item reconstruction.
Instructions
Update selected fields of an item by id. The patch is applied to the current item, so omitted fields stay unchanged while explicit nulls and empty arrays overwrite the stored folder, collection, login URI, or custom-field values. Use this for partial edits instead of reconstructing the full item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stable Bitwarden object id returned by list/search/get/create tools. | |
| patch | Yes | Partial item fields to update on the current item. |