Update Item
keychain_update_itemUpdate specific fields of a vault item without reconstructing the entire object. Omitted fields remain unchanged; explicit nulls remove folder, collection, or custom fields.
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. |