update RPC docs

This commit is contained in:
Maxime Van Hees
2025-09-10 16:34:01 +02:00
parent e5b844deee
commit 052cf2ecdb

View File

@@ -2,7 +2,7 @@
HeroDB provides a JSON-RPC 2.0 interface for database management operations. The RPC server runs on a separate port (default 8080) and can be enabled with the `--enable-rpc` flag.
All RPC methods are prefixed with the namespace `herodb`.
All RPC methods are prefixed with the namespace `herodb`. With the exception fo the `rpc.discover` call (using the `rpc` namespace), which returns the OpenRPC spec.
## Available Commands