Skip to main content

Update version

PUT 

/v2/acts/:actorId/versions/:versionNumber

ClientsApify API Python Client ReferenceUpdates Actor version using values specified by a Version object passed as JSON in the POST payload.

If the object does not define a specific property, its value will not be updated.

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).

The response is the Version object as returned by the Get version endpoint.

Request

Responses

Response Headers