backend script API documentation

This commit is contained in:
azivner
2018-08-23 10:10:04 +02:00
parent d4fbe28517
commit 0e7372adbf
5 changed files with 230 additions and 69 deletions

View File

@@ -111,6 +111,7 @@ async function setNoteToParent(noteId, prefix, parentNoteId) {
}
else {
branch.parentNoteId = parentNoteId;
branch.prefix = prefix;
}
await branch.save();