mirror of
https://github.com/zadam/trilium.git
synced 2025-01-30 10:57:51 +08:00
updated API docs
This commit is contained in:
parent
4f92fbf8a5
commit
03e4c49f89
2 changed files with 2 additions and 2 deletions
|
@ -1054,7 +1054,7 @@ JSON MIME type. See also createNewNote() for more options.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<dt class="important tag-deprecated">Deprecated:</dt><dd><ul class="dummy"><li>please use createNewNote() API method instead</li></ul></dd>
|
<dt class="important tag-deprecated">Deprecated:</dt><dd><ul class="dummy"><li>please use createTextNote() with similar API for simpler use cases or createNewNote() for more complex needs</li></ul></dd>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -277,7 +277,7 @@ function BackendScriptApi(currentNote, apiParams) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @method
|
* @method
|
||||||
* @deprecated please use createNewNote() API method instead
|
* @deprecated please use createTextNote() with similar API for simpler use cases or createNewNote() for more complex needs
|
||||||
*
|
*
|
||||||
* @param {string} parentNoteId - create new note under this parent
|
* @param {string} parentNoteId - create new note under this parent
|
||||||
* @param {string} title
|
* @param {string} title
|
||||||
|
|
Loading…
Reference in a new issue