~foosoft/anki-connect

8d1fb1989bd9c01cb173a15f7ffa413c8853f55e — Sudarshan Gaikaiwari 7 years ago 834b5ac
updates README.md
1 files changed, 21 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +21 -0
@@ 191,6 191,27 @@ guarantee that your application continues to function properly in the future.
    }
    ```

*   **sync**

    Synchronizes the local anki collections with ankiweb.
    
    *Sample request*:
    ```json
    {
        "action": "sync",
        "version": 5

    }
    ```

    *Sample result*:
    ```json
    {
        "result": null,
        "error": null
    }


*   **multi**

    Performs multiple actions in one request, returning an array with the response of each action (in the given order).

Do not follow this link