Update note
update_noteUpdate an existing note by replacing its title, body, or tags while leaving unspecified fields unchanged.
Instructions
Replace the title, body, and/or tags of an existing note. Omitted fields are left untouched. The slug never changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | New markdown body, replacing the old one. | |
| slug | Yes | Slug of the note to update. | |
| tags | No | New tag list, replacing the old one. | |
| title | No | New title. |