Update a note
update_noteUpdate a plain-text note's title, body, or folder by specifying its filename or numeric id. Only the fields you provide are changed.
Instructions
Update a plain-text note's title, body, and/or folder, addressed by exact filename or numeric id. Only the fields you supply change; omitted fields are left untouched. Rich-format and append-only notes reject body/title edits. Provide exactly one of filename or id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Exact filename of the note to update. | |
| id | No | Numeric id of the note to update. | |
| title | No | New title (omit to leave unchanged). | |
| body | No | New full plain-text body (replaces the existing body; omit to leave unchanged). | |
| folder_id | No | New folder id, or null to remove from its folder. Omit to leave unchanged. |