/api/persist

POST /api/persist/set-refresh-schedule

Set the cron schedule to refresh persisted models. Shape should be JSON like {cron: "0 30 1/8 * * ? *"}.

post/api/persist/set-refresh-schedule

Request body

cronstring required

Value must be a string representing a cron schedule of format <seconds> <minutes> <hours> <day of month> <month> <day of week> <year>

Response

Successful response

Changes