Skip to main content

Update schedule

PUT 

/v2/schedules/:scheduleId

ClientsApify API Python Client ReferenceApify API JavaScript Client ReferenceUpdates a schedule using values specified by a schedule object passed as JSON in the POST payload. If the object does not define a specific property, its value will not be updated.

The response is the full schedule object as returned by the Get schedule endpoint.

The request needs to specify the Content-Type: application/json HTTP header!

When providing your API authentication token, we recommend using the request's Authorization header, rather than the URL. (More info).

Request

Responses

Response Headers