From 0b9fae13fdb5f8a8bde61f509934efefd28b41fb Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 2 Jul 2017 17:33:59 -0700 Subject: [PATCH] updating readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index a288292..038cb2f 100644 --- a/README.md +++ b/README.md @@ -390,6 +390,7 @@ Below is a list of currently supported actions. Requests with invalid actions or ``` true ``` + * **guiDeckOverview** Opens the Deck Overview screen for the deck with the given name; returns `true` if succeeded or `false` otherwise. @@ -425,6 +426,25 @@ Below is a list of currently supported actions. Requests with invalid actions or null ``` +* **guiDeckReview** + + Starts review for the deck with the given name; returns `true` if succeeded or `false` otherwise. + + *Sample request*: + ``` + { + "action": "guiDeckReview", + "params": { + "name": "Default" + } + } + ``` + + *Sample response*: + ``` + null + ``` + * **upgrade** Displays a confirmation dialog box in Anki asking the user if they wish to upgrade AnkiConnect to the latest version