Update README

This commit is contained in:
Alex Yatskov 2021-06-08 20:50:53 -07:00
parent c9f0cc61c3
commit 689cbf2d86

View File

@ -1407,23 +1407,23 @@ corresponding to when the API was available for use.
* **version** * **version**
Gets the version of the API exposed by this plugin. Currently versions `1` through `6` are defined. Gets the version of the API exposed by this plugin. Currently versions `1` through `6` are defined.
*Sample request*: *Sample request*:
```json ```json
{ {
"action": "version", "action": "version",
"version": 6 "version": 6
} }
``` ```
*Sample result*: *Sample result*:
```json ```json
{ {
"result": 6, "result": 6,
"error": null "error": null
} }
``` ```
* **sync** * **sync**