v2

latestOpenAPI 3.1.02026-07-263411923.0 MB
Notes

Update a note

"Notes" in the web interface are referenced as "pages" from API endpoints.

put/pages/{id}

Path parameters

idstring required

Id identifier

Request body

Example request

{
  "page": {
    "name": "New name for the note",
    "description_attributes": {
      "body": "<p>An awesome new note</p>",
      "table_of_contents_enabled": true
    }
  }
}

Response

Successful operation