@@ 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