Skip to main content
PUT
Update a note

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

The UUID or integer ID of the note.

Body

application/json
note
string
required

The updated note content. Supports basic HTML formatting (e.g. , ,
).

Maximum string length: 500

Response

OK

success
boolean
Example:

true

status
integer
Example:

200

data
object
Last modified on April 29, 2026