Reload configuration of the wallet.
POSThttps://localhost:8000/reload-config
Reload configuration of the wallet.
Responses
- 200
A JSON with the indication of success or error.
- application/json
- Schema
- success
- Non-recoverable config change
Schema
any
Success
{
"success": true
}
The running app cannot successfully recover from this change.
{
"success": false,
"error": "A non recoverable change in the config was made, the service will shutdown."
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
ResponseClear