Added

Scan schedules — update endpoint

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 to false.
  • web_ports_only — Whether the scan is limited to web ports. Defaults to false.
  • upload_to_drata — Whether scan results are uploaded to Drata. Defaults to false.
  • upload_to_vanta — Whether scan results are uploaded to Vanta. Defaults to false.

For more information, see the API documentation for scan schedules.