EntryNote
A diary note attached to an entry cell.
idstringrequired
Unique identifier for the note
Example:
note_12345textstringrequired
The note text content
Example:
Worked on bug fixes for the login modulemodifiedboolean
Whether the note has been modified since creation
Example:
falseEntryNote
{
"id": "note_12345",
"text": "Worked on bug fixes for the login module",
"modified": false
}