update_note
Replace the entire content of an existing note in Apple's Notes app with new HTML content, overwriting all previous data.
Instructions
Replace the entire body of an existing note. WARNING: This overwrites all content. Read the note first if you need to preserve parts of it. Attachments may be lost.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note ID (x-coredata:// format) | |
| body | Yes | New HTML body to replace existing content |