Changes to PUT /settings/relay

PUT /settings/relay

Every recorded change to this endpoint, newest first. Back to the operation

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

  1. ff63915cb29a114
  2. 225bdf35611e1

What changed

  • 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