update_notes_bulk
Update multiple Anki notes simultaneously in a batch operation to improve efficiency when modifying card content or tags.
Instructions
Update multiple notes in a single batch operation for efficiency. Each update should contain note_id and fields to update.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | List of update dictionaries, each containing 'note_id', 'fields' dict, and optionally 'tags' list |