updates README.md

This commit is contained in:
Sudarshan Gaikaiwari 2018-02-21 11:01:37 -06:00
parent 834b5ace7b
commit 8d1fb1989b

View File

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