# Status of restart required GET returns whether a restart of Syncthing is required for the current config to take effect. Endpoint: GET /syncthing/config/restart-required Version: 6.6.1 ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.requiresRestart` (boolean)