Reload configuration of the wallet.
POST/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."
}
Loading...