Update note
update_noteReplace an Apple Note's body and optionally its title, returning the old body for undo. Clear error if the note is password protected.
Instructions
Replace an existing note's body, and optionally its title. Unlike append_to_note, this overwrites the note's existing content; the previous body is returned as undo material. Fails with a clear error if the note is password protected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Id of the note to update. | |
| body | Yes | New plain-text body. Each line becomes one paragraph. | |
| title | No | New title. When omitted, the note's existing title is kept. |