update_note
Modify an existing note's content in place while preserving its key. Supply the current version from list_notes to prevent overwriting concurrent changes.
Instructions
Edit a note's content, in place. Safe, key-preserving. version: the note's current version (from list_notes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| content | Yes | ||
| version | Yes |