Update Source Schedule
Enable/disable + configure a connector source’s automatic (cron) re-sync.
Enabling requires sync_interval_seconds (schema-enforced) and is floored
server-side at kb_scheduled_sync_min_interval_seconds; the first run is
seeded with a randomized initial delay so a batch of newly-enabled sources
doesn’t stampede the first sweep. Disabling clears the interval + next run.
Authorizations
Body
Configure a source's automatic (cron) re-sync schedule — ENG-196.
sync_interval_seconds is required when enabling; the server-authoritative
minimum (kb_scheduled_sync_min_interval_seconds) is enforced in the
service layer (this only floors at 1s). Disabling ignores the interval.
Response
Successful Response