Sets the next execution time for a cron job. Returns (Task)
Overview of SetNextCronJobRunAsync goes here.
| Name | Description |
|---|---|
| cronJob | The cron job to update the next run time for |
Example in C#
// Returns: nothing
await client.SetNextCronJobRunAsync(CronJobInfo cronJob);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/i/INSTANCE.KEY/cronjobs/CRONJOB.KEY/setnextrun \
-H 'Authorization: Bearer TOKEN_GOES_HERE' \
-H 'Content-Type: application/json' \
-d '{}'