Is it possible to update multiple Notes in the same .db file at once? Update Note requires a Note ID, so it looks like we can only update 1 Note at once with it. Would it be possible to somehow use Add Note or something else to update multiple Notes in the same .db file at once?
Hi @yunzheng,
Unfortunately it’s not possible to perform any of these updates with a single request (as both note.add
and note.update
take a file
arg that is just a single Notefile name).
Thanks,
Rob