Update README
This commit is contained in:
parent
c9f0cc61c3
commit
689cbf2d86
30
README.md
30
README.md
@ -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**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user