updating readme
This commit is contained in:
parent
7e3e6fd5fc
commit
0b9fae13fd
20
README.md
20
README.md
@ -390,6 +390,7 @@ Below is a list of currently supported actions. Requests with invalid actions or
|
|||||||
```
|
```
|
||||||
true
|
true
|
||||||
```
|
```
|
||||||
|
|
||||||
* **guiDeckOverview**
|
* **guiDeckOverview**
|
||||||
|
|
||||||
Opens the Deck Overview screen for the deck with the given name; returns `true` if succeeded or `false` otherwise.
|
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
|
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**
|
* **upgrade**
|
||||||
|
|
||||||
Displays a confirmation dialog box in Anki asking the user if they wish to upgrade AnkiConnect to the latest version
|
Displays a confirmation dialog box in Anki asking the user if they wish to upgrade AnkiConnect to the latest version
|
||||||
|
Loading…
Reference in New Issue
Block a user