Submit a complete markdown body for a note and optionally set updated_at.
Send the full desired body in content (not a partial markdown patch).
The first line of content becomes the updated title.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
UUID of the note to update. Use an ID returned by create/list/search. The caller must be able to edit this note.
Complete markdown body to submit for this write. Send the full desired note body (partial patch semantics are not supported in this request payload). The first line is interpreted as the title.
200000"# Updated Meeting Notes\n\nDiscussion Topics:\n- Sprint planning\n- Release checklist\n\nAction Items:\n- Finalize scope by Friday\n- Share release notes draft"
Optional "last updated" timestamp for this write (ISO 8601). If omitted, the current server time is used.
"2025-04-02T09:15:22Z"
OK
Identifier for this API request. Useful for tracing and support.
UUID of the updated note.
Current note title after the update.
Full markdown content stored after the update.
Collection UUIDs currently associated with this note.
Creation timestamp for the note in ISO 8601 format.
Last modification timestamp after the update in ISO 8601 format.