cbrx_exit
Restart the API.
Syntax: See API Call Structure
{ "method": "cbrx_exit" } |
Returns:
{ "result": true } |
Errors
If there is an error in the API method then a JSON-RPC Error Object will be returned.
Examples
Example JSON-RPC request:
Copy
{
"jsonrpc": "2.0",
"id": 0,
"method": "cbrx_exit"
}
Example successful response:
Copy
{
"jsonrpc": "2.0",
"id": 0,
"result": true
}