settings

PUT /settings

Updates application settings. Accepts a partial settings object and merges it with the existing settings.

NOTE: Unlike the Tauri command, this handler does NOT apply OS-level side effects (no autostart registration, no keyboard shortcut updates). It only persists the settings domain model.

put/settings

Request body

Response

Settings persisted; carries success + restart-required signal

tsinteger required

Server time when the response was built (unix epoch milliseconds).

Changes