PUT
/
notes
/
{id}

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

The id that needs to be updated

Body

id
string

The unique identifier for the note.

title
string

The title of the note.

body
string

The body of the note.

created_date
string

The date and time the note was created.

last_modified_date
string

The date and time the note was last modified.