Note API
Update Note
Update details of a specific note
Update details of a specific note by its ID.
Path Parameters
The unique identifier of the note
Request Body
The title of the meeting note
Visibility/permission setting for the note. Options: workspace
, private
,
shared
Note content written by the user in markdown format
Array of tag IDs to associate with the note
Response
Returns the updated note with the same structure as the GET /notes/ endpoint.
Note details (same as GET /notes/ response)