Update Note
update_noteModify an existing Joplin note's title or body by note_id. Provided fields change; body replaces the full note body, so include all content you want to keep.
Instructions
Update an existing note's title and/or body. Only provided fields are
changed, but body, if provided, REPLACES the entire note body - it is
not a patch or append, and any content not included in body is lost.
For a targeted edit to part of a note, use update_note_section; to add
content to the end without resending the whole body, use
append_note_section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| title | No | ||
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |