@wildix/wim-knowledge-base-client > DataSourceItem > syncSchedule
DataSourceItem.syncSchedule property
Automatic synchronization schedule for keeping the data source up-to-date. Options: 'DISABLED' (manual sync only), 'EVERY_SIX_HOURS', 'EVERY_TWELVE_HOURS', 'EVERY_DAY', 'EVERY_WEEK'. Defaults to 'EVERY_DAY' if not specified
Signature:
syncSchedule?: ScheduleConfiguration | undefined;