v1
latestOpenAPI 3.0.02026-08-068926279.2 KBNotes
Create a note
Creates a new note attached to a resource (client, project, invoice, etc.)
post/notes
Request body
Example request
{
"body": "Client requested changes to the design",
"notable_type": "Client",
"notable_id": 1
}Response
Successful response
Example response
{
"id": 1,
"body": "Client requested changes to the design"
}