update_note
Update an existing note by specifying its ID and optionally modifying title, content, or topics.
Instructions
Update a note.
Args:
note_id: Note ID
title: Optional new title
content: Optional new content
topics: Optional list of topics
Returns:
Updated note details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| title | No | ||
| content | No | ||
| topics | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||