Update a journal note
journal_update_noteReplace a day note's text and/or move it to another date by note ID, returning the updated note. To append, read the current text and send the full new version.
Instructions
Replace a day note's text and/or move it to another day, by note id (from journal_get_day or journal_search_notes). The body is replaced whole — to append, read the current text first and send the full new version. Trade notes are edited with journal_update_trade, not here. Returns the updated note. Requires signing in with a LuxAlgo account (OAuth).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | The full new text. | |
| date | No | Move the note to this day, YYYY-MM-DD in the journal timezone. | |
| noteId | Yes | The note's `id`. |