update_note
Modify specific fields of an existing note without replacing the entire body, and use an etag to prevent overwriting concurrent changes.
Instructions
Update a note. Only the supplied fields change. Passing content replaces the whole body — use append_to_note to add to it. Pass the etag from get_note to refuse the write if someone else changed the note first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| etag | No | Last known etag, for conflict detection. | |
| title | No | ||
| content | No | Replaces the entire note body. | |
| category | No | ||
| favorite | No |