docs: fix JSON-RPC typo
Removed trailing comma in the JSON-RPC request example for "Get Server Config", as that will raise an error. Signed-off-by: Carl Rothe (carlrothe@gmail.com)
This commit is contained in:
parent
1a5cf56532
commit
aa0f89c2a4
|
@ -313,7 +313,7 @@ JSON-RPC request:
|
|||
{
|
||||
"jsonrpc": "2.0",
|
||||
"method": "server.config",
|
||||
"id": 5616,
|
||||
"id": 5616
|
||||
}
|
||||
```
|
||||
Returns:
|
||||
|
|
Loading…
Reference in New Issue