fieldnotesai
Preparing search index...
src/services/sessionNotesService
saveSessionNote
Function saveSessionNote
saveSessionNote
(
recordingId
:
string
|
null
|
undefined
,
content
:
string
,
)
:
Promise
<
SessionNote
>
Save a single session note (legacy). Prefer saveSessionNotes for multiple notes.
Parameters
recordingId
:
string
|
null
|
undefined
content
:
string
Returns
Promise
<
SessionNote
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fieldnotesai
Loading...
Save a single session note (legacy). Prefer saveSessionNotes for multiple notes.