OptionalcallbackUrl?: string | nullOptional webhook URL to call after each scheduled import execution. The URL will receive a POST request with execution status.
The ID of the import schedule to update
The ID of the import source
The frequency of the scheduled import. ONCE: runs only at startTime. DAILY: runs every day at the specified time. WEEKLY: runs every 7 days. MONTHLY: runs on the same day of each month.
The date and time when the first import should execute, in ISO 8601 format (e.g., '2024-01-15T02:00:00Z'). Must be in the future.
Optionaloptions: RequestOptions
Updates an existing scheduled import configuration. You can modify the start time, run interval, or callback URL.