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.
Request body
Response
Settings persisted; carries success + restart-required signal
Changes
Changed in 10 of the 44 revisions of this API.1012
- ●
removed the request property
sync/allOf[SyncSettingsPatchDto]/autoSyncrequest-property-removed
- ○
added the new optional request property
sync/allOf[SyncSettingsPatchDto]/autoSyncEnablednew-optional-request-property
- ○
added the new optional request property
sync/allOf[SyncSettingsPatchDto]/syncEnablednew-optional-request-property
- ●
- ○
added the new optional request property
quickPanel/allOf[QuickPanelSettingsPatchDto]/doubleTapModifiernew-optional-request-property
- ○
- ●
removed the request property
general/allOf[GeneralSettingsPatchDto]/lightweightStartrequest-property-removed
- ●
removed the request property
general/allOf[GeneralSettingsPatchDto]/silentStartrequest-property-removed
- ○
added the new optional request property
general/allOf[GeneralSettingsPatchDto]/startupModenew-optional-request-property
- ●
- ○
added the new optional request property
fileSync/allOf[FileSyncSettingsPatchDto]/autoSaveDirnew-optional-request-property
- ○
- ○
added the new optional request property
general/allOf[GeneralSettingsPatchDto]/lightweightStartnew-optional-request-property
- ○
added the new optional request property
general/allOf[GeneralSettingsPatchDto]/restoreLastEntryOnStartupnew-optional-request-property
- ○
- ○
added the new optional request property
sync/allOf[SyncSettingsPatchDto]/syncOnRestorenew-optional-request-property
- ○
- ○
added the new optional request property
network/allOf[NetworkSettingsPatchDto]/congestionControllernew-optional-request-property
- ○
- ○
added the new optional request property
general/allOf[GeneralSettingsPatchDto]/debugModenew-optional-request-property
- ○
- ○
added the new optional request property
quickPanel/allOf[QuickPanelSettingsPatchDto]/positionnew-optional-request-property
- ○
- ●
removed the request property
fileSync/allOf[FileSyncSettingsPatchDto]/autoSaveDirrequest-property-removed
- ●
removed the request property
general/allOf[GeneralSettingsPatchDto]/debugModerequest-property-removed
- ●
removed the request property
general/allOf[GeneralSettingsPatchDto]/restoreLastEntryOnStartuprequest-property-removed
- ●
removed the request property
general/allOf[GeneralSettingsPatchDto]/startupModerequest-property-removed
- ●
removed the request property
network/allOf[NetworkSettingsPatchDto]/congestionControllerrequest-property-removed
- ●
removed the request property
quickPanel/allOf[QuickPanelSettingsPatchDto]/positionrequest-property-removed
- ●
removed the request property
sync/allOf[SyncSettingsPatchDto]/syncOnRestorerequest-property-removed
- ○
added the new optional request property
general/allOf[GeneralSettingsPatchDto]/silentStartnew-optional-request-property
This revision also has 74 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●