update_item
Update an existing Zotero item's bibliographic fields in place, keeping its key stable so Word citations continue working. Version check rejects edits if the item changed since it was read.
Instructions
Edit bibliographic fields (title, date, DOI, url, abstractNote,
publicationTitle, creators, etc.) on an existing item, in place. Safe:
the item's key is unchanged, so any Word citation referencing it keeps
working. creators (if included) replaces the whole author/editor
list -- e.g. [{"creatorType": "author", "firstName": "Ada",
"lastName": "Lovelace"}], not a merge into the existing list.
version: the item's current version (from search_items/get_item) -- the edit is refused if this doesn't match the server's current version (someone else changed the item since you read it; re-fetch and retry). fields may NOT include tags/collections -- use add_tags/remove_tags/ set_tags and add_to_collection/remove_from_collection for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| fields | Yes | ||
| version | Yes |