Update an existing note in the workspace.
public or private.
public: The note is visible to all users in the workspace.private: The note is visible only to the current user.John Doe with ID usr_6526333c-1502-46e3-aa01-8f6130f69814:
API key for authentication
The ID of the note to update.
40The content of the note. Can be in plain text or in markdown format.
1 - 100000"This is a note about **John Doe**"
The visibility of the note.
public: The note is visible to all users in the workspace.private: The note is visible only to the current user.public, private The updated note in the workspace.
A note linked to an entity.
{
"id": "nte_91118b73-5a75-480b-b8e3-a33671c35cdc",
"entity": {
"id": "per_55175e81-9a52-4ac3-930e-82792c23499b",
"entityType": "person",
"fullName": "John Doe"
},
"visibility": "public",
"content": "This is a note about John Doe",
"author": {
"type": "user",
"id": "usr_14c18444-a0c7-459a-86b0-ccd70ebcd65c",
"fullName": "John Doe",
"email": "[email protected]",
"deleted": false
},
"createdAt": "2021-01-01T00:00:00.000Z",
"parentNote": {
"id": "nte_14c18444-a0c7-459a-86b0-ccd70ebcd65c",
"entity": {
"id": "per_55175e81-9a52-4ac3-930e-82792c23499b",
"entityType": "person",
"fullName": "John Doe"
},
"content": "This is a parent note about John Doe",
"visibility": "public",
"author": {
"type": "user",
"id": "usr_14c18444-a0c7-459a-86b0-ccd70ebcd65c",
"fullName": "John Doe",
"email": "[email protected]",
"deleted": false
},
"createdAt": "2021-01-01T00:00:00.000Z",
"deleted": false
}
}["This field is deprecated"]