v2
latestOpenAPI 3.1.02026-07-263411923.0 MBNotes
Create a note
"Notes" in the web interface are referenced as "pages" from API endpoints.
post/products/{product_id}/pages
Path parameters
product_idstring required
ProductId 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