v70

latestOpenAPI 3.0.0EUPLraw.githubusercontent.com2026-08-031426201.0 MB
Scan Modes

Update scan mode

Updates an existing scan mode with new configuration

put/api/scan-modes/{scanModeId}

Path parameters

scanModeIdstring required

Request body

namestring required

The name of the scan mode.

descriptionstring required

A description of the scan mode's purpose or behavior.

cronstring required

A cron expression defining the scan schedule.

Example request

{
  "name": "Daily Backup Scan",
  "description": "Scans for new backup data every day at midnight",
  "cron": "0 0 * * *"
}

Response

Scan mode updated successfully