{ "noteId": "string", "body": { "type": "string", "text": "string", "content": [ {} ], "marks": [ {} ], "attrs": { "property1": "string", "property2": "string" } } }
curl --location --request POST '/api/open/api/v1/note/edit' \ --header 'Authorization: Bearer {{API-KEY}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "noteId": "string", "body": { "type": "string", "text": "string", "content": [ {} ], "marks": [ {} ], "attrs": { "property1": "string", "property2": "string" } } }'
{ "noteId": "string" }