From ed06e5c276d7dfa5563a1373aa8456988a3e023c Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Sat, 4 May 2019 23:24:13 +0200 Subject: [PATCH] Add documentation for return value of guiAddCards --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fb5bd8..7a22248 100644 --- a/README.md +++ b/README.md @@ -1594,6 +1594,8 @@ guarantee that your application continues to function properly in the future. The `closeAfterAdding` member inside `options` group can be set to true to create a dialog that closes upon adding the note. Invoking the action mutliple times with this option will create _multiple windows_. + The result is the ID of the note which would be added, if the user chose to confirm the *Add Cards* dialogue. + *Sample request*: ```json { @@ -1621,7 +1623,7 @@ guarantee that your application continues to function properly in the future. *Sample result*: ```json { - "result": null, + "result": 1496198395707, "error": null } ```