update_note
Replace an existing note's title and body using its note ID, keeping your knowledge base current with revised content.
Instructions
Replace an existing note's title and body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| title | Yes | ||
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| title | Yes | ||
| created_at | Yes | ||
| updated_at | Yes |