settings

PUT /settings/relay

Saves the relay URL list and its credential as one recoverable operation.

put/settings/relay

Request body

urlstring required

Response

Relay settings and credential saved

tsinteger required

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

Changes

Changed in 2 of the 44 revisions of this API.115

  • ff63915cb29a114See the full diff
    • removed the required property data/settings/sync/autoSync from the response with the 200 status

      response-required-property-removed

    • removed the request property settings/sync/allOf[SyncSettingsPatchDto]/autoSync

      request-property-removed

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

      new-optional-request-property

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

      new-optional-request-property

    • added the required property data/settings/sync/autoSyncEnabled to the response with the 200 status

      response-required-property-added

    • added the required property data/settings/sync/syncEnabled to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added