put
https://senaps.eratos.com/api/analysis/schedules/
idandworkflowidmust be included in the request however they cannot be modified.
cronexpressions can be submitted in eitherstringorjsonformat.
cron string format example:
"cron": "0 */1 * * *",
...
cron json format example:
"cron": {
"minutes": "0",
"hours":"*/1",
"dayofmonth": "*",
"month": "*",
"dayofweek": "*"
},
...
