cURL
curl --request POST \ --url https://in.rough.app/api/v1/note \ --header 'Content-Type: application/json' \ --data ' { "createdByUserId": "<string>", "content": "<string>", "contentFormat": "markdown", "referenceId": "<string>", "personId": "<string>", "lastModifiedAt": "2023-11-07T05:31:56Z" } '
{ "id": "<string>", "publicId": 123, "status": "DRAFT", "contentId": "<string>", "referenceId": "<string>", "personId": "<string>", "lastModifiedByUserId": "<string>", "lastModifiedAt": 123 }
Create a note
plaintext
markdown
DRAFT
ACTIVE
INITIAL
Was this page helpful?