docs: fix incorrect identify method
Signed-off-by: Mathis Mensing <matmen@dreadful.tech>
This commit is contained in:
parent
a700725681
commit
ee312ee9c6
|
@ -182,7 +182,7 @@ JSON-RPC request (Websocket Only):
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"jsonrpc": "2.0",
|
"jsonrpc": "2.0",
|
||||||
"method": "server.connection.idenity",
|
"method": "server.connection.identify",
|
||||||
"params": {
|
"params": {
|
||||||
"client_name": "moontest",
|
"client_name": "moontest",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
|
Loading…
Reference in New Issue