Note
Edit an existing note
PATCH
/
api
/v1
/note
/edit
/{noteId}
Authorization
Authorization
Required<token>
Please enter a valid access token
In: header
Request Body
application/json
OptionalThe updated note data
title
string | null
content
string | null
textContent
string | null
Path Parameters
noteId
Requiredstring
The ID of the note to edit
OK