Get notes
GET
/api/sessions/:id/notesResponse
object
Tiptap JSON content
string
AI-generated notes
string
Last update timestamp
string
Client ID of last editor
Update notes
PUT
/api/sessions/:id/notesRequest body
object
required
Tiptap JSON content
string
AI-generated notes
string
Client ID for conflict detection
Response
boolean
required
Always true on success

