latestOpenAPI 3.0.3MIT2026-08-124031,2925.8 MB

ea4a3480f8d3

Database tables

Updates the periodic data sync interval, if the user has the right permissions. This is an enterprise feature.

patch/api/data-sync/{data_sync_id}/periodic-interval/

Path parameters

data_sync_idinteger required

Updates the data sync related to the provided value.

Request body

interval'MANUAL' | 'DAILY' | 'HOURLY'
  • MANUAL - MANUAL
  • DAILY - DAILY
  • HOURLY - HOURLY
whenstring time
automatically_deactivatedboolean

Indicates whether the periodic data sync has been deactivated.

Response

interval'MANUAL' | 'DAILY' | 'HOURLY'
  • MANUAL - MANUAL
  • DAILY - DAILY
  • HOURLY - HOURLY
whenstring time required
automatically_deactivatedboolean required

Indicates whether the periodic data sync has been deactivated.