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:
quarkvalk 2023-06-01 18:16:04 -05:00 committed by Eric Callahan
parent 1a5cf56532
commit aa0f89c2a4
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ JSON-RPC request:
{
"jsonrpc": "2.0",
"method": "server.config",
"id": 5616,
"id": 5616
}
```
Returns: