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": [
"2023-01-01T00:00:00Z",
"2023-01-02T00:00:00Z",
"2023-01-03T00:00:00Z",
"2023-01-04T00:00:00Z",
"2023-01-05T00:00:00Z"
],
"humanReadableForm": "At 00:00 every day"
}