create_settings_jobs_by_job_id_schedule
Modify the run schedule of a specific automated job using its ID and new schedule data to control execution frequency.
Instructions
Modify job schedule.
POST /api/v1/settings/jobs/{jobId}/schedule
Args: job_id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |