Skip to main content
PATCH

Path Parameters

string
required
The unique identifier of the note

Request Body

string
The title of the meeting note
string
Visibility/permission setting for the note. Options: workspace, public, only-me, private, sharedNote: private is an alias for only-me, shared is an alias for public
string
Note content written by the user in markdown format
string[]
deprecated
Deprecated: Tags have been removed. This parameter is accepted but ignored for backward compatibility

Response

Note
The updated note object with all fields (same schema as Get Note)