Create a note
"Notes" in the web interface are referenced as "pages" from API endpoints.
Path parameters
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
Changes
Changed in 2 of the 5 revisions of this API.221
- ▲
the response property
page/workflow_status/workflow_status_categorybecame nullable for the status200response-property-became-nullable
- ▲
the
page/workflow_status/workflow_status_categoryresponse's property type/format changed fromobject/tonull/for status200response-property-type-changed
- ●
removed the optional property
page/workflow_status/workflow_status_category/idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
page/workflow_status/workflow_status_category/namefrom the response with the200statusresponse-optional-property-removed
- ▲
- ○
added the optional property
page/workflow_status/workflow_status_categoryto the response with the200statusresponse-optional-property-added
- ○