updating readme

This commit is contained in:
Alex Yatskov 2017-07-02 17:33:59 -07:00
parent 7e3e6fd5fc
commit 0b9fae13fd

View File

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