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

Changed in 10 of the 44 revisions of this API.1012

  • ff63915cb29a12See the full diff
    • removed the request property sync/allOf[SyncSettingsPatchDto]/autoSync

      request-property-removed

    • added the new optional request property sync/allOf[SyncSettingsPatchDto]/autoSyncEnabled

      new-optional-request-property

    • added the new optional request property sync/allOf[SyncSettingsPatchDto]/syncEnabled

      new-optional-request-property

    • added the new optional request property quickPanel/allOf[QuickPanelSettingsPatchDto]/doubleTapModifier

      new-optional-request-property

    • removed the request property general/allOf[GeneralSettingsPatchDto]/lightweightStart

      request-property-removed

    • removed the request property general/allOf[GeneralSettingsPatchDto]/silentStart

      request-property-removed

    • added the new optional request property general/allOf[GeneralSettingsPatchDto]/startupMode

      new-optional-request-property

    • added the new optional request property fileSync/allOf[FileSyncSettingsPatchDto]/autoSaveDir

      new-optional-request-property

    • added the new optional request property general/allOf[GeneralSettingsPatchDto]/lightweightStart

      new-optional-request-property

    • added the new optional request property general/allOf[GeneralSettingsPatchDto]/restoreLastEntryOnStartup

      new-optional-request-property

    • added the new optional request property sync/allOf[SyncSettingsPatchDto]/syncOnRestore

      new-optional-request-property

    • added the new optional request property network/allOf[NetworkSettingsPatchDto]/congestionController

      new-optional-request-property

    • added the new optional request property general/allOf[GeneralSettingsPatchDto]/debugMode

      new-optional-request-property

    • added the new optional request property quickPanel/allOf[QuickPanelSettingsPatchDto]/position

      new-optional-request-property

    • removed the request property fileSync/allOf[FileSyncSettingsPatchDto]/autoSaveDir

      request-property-removed

    • removed the request property general/allOf[GeneralSettingsPatchDto]/debugMode

      request-property-removed

    • removed the request property general/allOf[GeneralSettingsPatchDto]/restoreLastEntryOnStartup

      request-property-removed

    • removed the request property general/allOf[GeneralSettingsPatchDto]/startupMode

      request-property-removed

    • removed the request property network/allOf[NetworkSettingsPatchDto]/congestionController

      request-property-removed

    • removed the request property quickPanel/allOf[QuickPanelSettingsPatchDto]/position

      request-property-removed

    • removed the request property sync/allOf[SyncSettingsPatchDto]/syncOnRestore

      request-property-removed

    • added the new optional request property general/allOf[GeneralSettingsPatchDto]/silentStart

      new-optional-request-property

    This revision also has 74 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog