Update Item
keychain_update_itemApply a patch to a vault item by ID to update only the provided fields, keeping other values intact. Use for targeted changes without 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. |