PUT
/
notes
/
{id_note}
{
  "id": "<string>",
  "content": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "is_deleted": true,
  "is_edited": true,
  "is_pinned": true
}

Path Parameters

id_note
string
required

The unique identifier of the note to update.

Query Parameters

content
string
required

Updated content of the note.

Response

200
application/json
Note updated successfully

The response is of type object.