Scan Modes
Validate cron expression
Validates a cron expression to ensure it's properly formatted
post/api/scan-modes/verify
Request body
Response
The cron validation with next execution times
Example response
{
"isValid": true,
"nextExecutions": [
"2024-01-01T00:00:00.000Z",
"2024-01-02T00:00:00.000Z",
"2024-01-03T00:00:00.000Z"
],
"humanReadableForm": "At 00:00 every day"
}