add version to websocket tool

This commit is contained in:
ddawson
2024-05-17 16:58:40 -07:00
parent bedd174645
commit 74cbd11ca1

View File

@@ -499,6 +499,14 @@
"command": "server_info"
}
},
{
"name": "version",
"description": "Retrieves the API version information.",
"link": "/docs/references/http-websocket-apis/public-api-methods/server-info-methods/version",
"body": {
"command": "version"
}
},
{
"name": "server_state",
"description": "Reports a machine-readable version of various information about the rippled server being queried.",