Update Item
keychain_update_itemUpdate selected fields of a vault item by ID without replacing the entire item. Use partial patches to modify name, login, notes, folder, or custom fields; omitted fields stay unchanged.
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. |