~foosoft/anki-connect

0b9fae13fdb5f8a8bde61f509934efefd28b41fb — Alex Yatskov 7 years ago 7e3e6fd
updating readme
1 files changed, 20 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +20 -0
@@ 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

Do not follow this link