The method and parameters
This Server.Reload method allows you to apply non-critical changes to the service configuration. The service rereads the configuration file, while capture and streaming don’t stop.
string Server.Reload (string reason, string who)
The parameters
string reason required – the reason for service restart. A logging message will be added.
string who required – who requests the relaod.
|
POST /api/ |
|
200 |
|
bool – the operation execution result. JSON
|
|
400 |
|
The JSON-RPC error JSON
|
|
500 |
|
The server error |