update_note
Modify an existing note by ID, changing its title, custom fields, or Markdown content to keep Fastidious AI notes accurate.
Instructions
Update an existing note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the note to update | |
| title | No | New title for the note | |
| fields | No | Custom fields to update | |
| content | No | New content in Markdown format |