Added
Scan schedules — update endpoint
16 days ago by Mike Jarrett
Scans API — Update a scan schedule
You can now update an existing scan schedule using the new PATCH endpoint.
Endpoint: PATCH /v1/scans/schedules/{id}/
name— The name of the scan schedule.first_scan_time— The time of day the scan should start.scan_frequency— How often the scan runs. One of:daily,weekly,monthly,quarterly.tags(optional) — Tag names to include in the scan.targets(optional) — Target IDs to include in the scan.throttled— Whether the scan is throttled. Defaults tofalse.web_ports_only— Whether the scan is limited to web ports. Defaults tofalse.upload_to_drata— Whether scan results are uploaded to Drata. Defaults tofalse.upload_to_vanta— Whether scan results are uploaded to Vanta. Defaults tofalse.
For more information, see the API documentation for scan schedules.
