Update a scheduled task
access_key
and the payload. The API will return the scheduled task updated.
X-Access-Key
header to pass your access key.
You can find your access key in your account dashboard.
screenshot
screencast
pdf
scrape
access_key
parameter.
The querystring can be URL-encoded.For example, url=https%3A%2F%2Fexample.com
is the URL-encoded version of url=https://example.com
.every_minute
every_hour
every_day
every_month
custom
(use standard cron syntax)frequency
is set to custom
.
Cron expression used to the scheduled task. You can create one easily using the Unix Cron Format with this tool Unix Cron Generator.The cron expression is a string that represents a schedule in the Unix cron format. It consists of five fields separated by spaces, each representing a different unit of time.
The fields are:*
(any value), ,
(list of values), -
(range of values), and /
(step values).34 9 28 * *
means “run at 9:34 AM on the 28th day of every month”.screenshot
, screencast
, pdf
and scrape
.access_key
parameter.
The querystring can be URL-encoded.For example, url=https%3A%2F%2Fexample.com
is the URL-encoded version of url=https://example.com
.every_minute
, every_hour
, every_day
, every_month
and custom
(use standard cron syntax).Code | Type | Details |
---|---|---|
201 | OK | The request was successful. |
400 | Bad Request | The request was rejected due to a missing or invalid parameter. |
401 | Unauthorized | The request was rejected due to an invalid access key. |
402 | Payment Required | Access denied due to an unpaid invoice. |
404 | Not Found | The requested resource was not found. |
423 | Locked | The request was denied due to insufficient quota. |
429 | Too Many Requests | The rate limit has been exceeded (too many requests per minute). |
500 | Internal server error | The request failed due to an internal server error. |