Skip to main content
PATCH

Authorizations

Authorization
string
header
required

Bearer Token necessary to use API

Path Parameters

note_id
string
required

The ID of the note to retrieve

Body

application/json

Update Note Request

content
string

The content of the note

resource
object
metadata
object | null

Set of key-value pairs for storing additional information on the note. Learn more about metadata.

Response

Note updated

Single Note

note
object

Note

meta
object