Save
Save
Normally the controller saves the configuration on clean exit or a minute of no configuration changes, so that any temporary configuration changes that were not yet persisted to the configuration file are rolled back in the event of a malfunction.
This API request forces an instantaneous safe of the configuration to disk, persisting any changes made without needing to shut down the controller to do so.
The requests looks as follows:
{
"save": true //value is ignored
}
There is no response.