Skip to main content

Upsert Note

Ability to upsert a note.

PropertyTypeDefault ValueOptionsDescription
titlestring(empty)N/AThe title of the note.
textstring(empty)N/AThe content of the note.
itemKeystring(empty)N/AThe key of the item to relate the note to.

Examples

Example 1: Upsert a note

{
"upsert": {
"title": "This is my note title",
"text": "This is my note text",
"itemKey": "[item]"
}
}