diff --git a/docs/backend_api/BackendScriptApi.html b/docs/backend_api/BackendScriptApi.html
index deed4723a..eef147b0d 100644
--- a/docs/backend_api/BackendScriptApi.html
+++ b/docs/backend_api/BackendScriptApi.html
@@ -396,7 +396,7 @@ the backend.
Source:
@@ -870,6 +870,290 @@ JSON MIME type. See also createNewNote() for more options.
+Returns:
+
+
+
+ object contains newly created entities note and branch
+
+
+
+
+
+ -
+ Type
+
+ -
+
+Promise.<{note: Note, branch: Branch}>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ createNote(parentNoteId, title, contentopt, extraOptionsopt) → {Promise.<{note: Note, branch: Branch}>}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Parameters:
+
+
+
+
+
+
+ Name |
+
+
+ Type |
+
+
+ Attributes |
+
+
+
+ Default |
+
+
+ Description |
+
+
+
+
+
+
+
+
+ parentNoteId |
+
+
+
+
+
+string
+
+
+
+ |
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+ create new note under this parent |
+
+
+
+
+
+
+ title |
+
+
+
+
+
+string
+
+
+
+ |
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+ content |
+
+
+
+
+
+string
+
+
+
+ |
+
+
+
+
+ <optional>
+
+
+
+
+
+ |
+
+
+
+
+
+ ""
+
+ |
+
+
+ |
+
+
+
+
+
+
+ extraOptions |
+
+
+
+
+
+CreateNoteExtraOptions
+
+
+
+ |
+
+
+
+
+ <optional>
+
+
+
+
+
+ |
+
+
+
+
+
+ {}
+
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ - Source:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Returns:
@@ -1531,7 +1815,7 @@ JSON MIME type. See also createNewNote() for more options.
Source:
@@ -1995,7 +2279,7 @@ JSON MIME type. See also createNewNote() for more options.
Source:
@@ -2763,7 +3047,7 @@ if some action needs to happen on only one specific instance.
Source:
@@ -3416,7 +3700,7 @@ if some action needs to happen on only one specific instance.
Source:
@@ -3522,7 +3806,7 @@ if some action needs to happen on only one specific instance.
Source:
@@ -3700,7 +3984,7 @@ if some action needs to happen on only one specific instance.
Source:
@@ -3855,7 +4139,7 @@ if some action needs to happen on only one specific instance.
Source:
@@ -4005,7 +4289,7 @@ if some action needs to happen on only one specific instance.
Source:
@@ -4508,7 +4792,7 @@ This method looks similar to toggleNoteInParent() but differs because we're look
Source:
@@ -4641,7 +4925,7 @@ This method looks similar to toggleNoteInParent() but differs because we're look
Source:
@@ -5016,7 +5300,7 @@ transactional by default.
Source: