update_note
Update an existing note in LunaTask by providing its note ID and optional fields like name, content, notebook, or date.
Instructions
Update an existing note in LunaTask. Requires note_id (UUID). Optional fields: name, content (replaces entire content due to E2E encryption), notebook_id (to move note), date_on (YYYY-MM-DD). At least one field must be provided. Returns updated note data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| name | No | ||
| content | No | ||
| notebook_id | No | ||
| date_on | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||