Version object
The Version object contains the source code of a specific version of an actor.
The sourceType
property indicates where the source code is hosted, and based
on its value the Version object has the following additional property:
"SOURCE_FILES" | Source code is comprised of multiple files specified in the
"TEXT"
or "BASE64" Source files can be shown and edited in the Apify Console's Web IDE. |
"GIT_REPO" | Source code is cloned from a Git repository, whose URL is specified in
the |
"TARBALL" | Source code is downloaded using a tarball or Zip file from a URL specified
in the |
"GITHUB_GIST" | Source code is taken from a GitHub Gist, whose URL is specified in the
|
For more information about source code and actor versions, see Source code in Actors documentation.
Get version
/acts/{actorId}/versions/{versionNumber}
Update version
/acts/{actorId}/versions/{versionNumber}
Delete version
/acts/{actorId}/versions/{versionNumber}