Fix the wrong order of examples (#60)
This commit is contained in:
parent
5ce0f55f35
commit
d029d6684c
16
docs/API.md
16
docs/API.md
@ -153,9 +153,11 @@ Request:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"servers": [],
|
"servers": [
|
||||||
"type": "server_list",
|
"alpha"
|
||||||
"args": ""
|
],
|
||||||
|
"type": "bird",
|
||||||
|
"args": "show status"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -179,11 +181,9 @@ Request:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"servers": [
|
"servers": [],
|
||||||
"alpha"
|
"type": "server_list",
|
||||||
],
|
"args": ""
|
||||||
"type": "bird",
|
|
||||||
"args": "show status"
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user