API resource
Notes
Notes are text entries attached to WordPress sites. Use Notes to keep site context, handoff details, investigation findings, reminders, and work history connected to each site. Previous content remains available as note versions after edits.
List site notes
Returns current notes attached to the selected site.
/sites/{site_id}/notes POSTCreate site note
Creates one note for the selected site.
/sites/{site_id}/notes GETShow site note
Returns one current note attached to the selected site.
/sites/{site_id}/notes/{note_id} DELETEDelete site note
Removes one note from the selected site.
/sites/{site_id}/notes/{note_id} POSTUpdate site note
Updates the content of one note for the selected site.
/sites/{site_id}/notes/{note_id}/update GETList note versions
Returns previous content versions for one note, ordered from most recent
/sites/{site_id}/notes/{note_id}/versions