update_schedule
Modify an existing cron-based content generation schedule by updating its name, timing, target repositories, output type, and optional auto-publish settings.
Instructions
Update an existing content generation schedule
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Schedule name (1-120 characters) | |
| enabled | Yes | Whether the schedule is active | |
| targets | Yes | Repositories the schedule should target | |
| outputType | Yes | Type of content to generate | |
| scheduleId | Yes | The schedule ID to update | |
| sourceType | Yes | Schedule trigger type | |
| autoPublish | No | Whether to auto-publish generated content (default false) | |
| outputConfig | No | Optional publishing and voice settings | |
| sourceConfig | Yes | Cron trigger configuration | |
| lookbackWindow | No | Time window for gathering data before generation (default: last_7_days) |