Save / persist
Persist runtime REST changes with /settings/save and check save status.
Categories:
Runtime changes are held until they are saved. Trigger a manual save with:
PUT /settings/save (token required; no JSON body)
curl -X PUT "http://${IP}/rest-api/settings/save" \
-H "token: f4005bf8507999192162d989d5a60823"
Check save / autosave state with GET /status/save.
Note
The device may also autosave. Integrators that change many parameters in a burst should still call /settings/save when a persistent result is required (power cycle / reboot).