@@ -855,7 +855,7 @@ Return information about the actor version.
855855
856856***
857857
858- #### [ ] ( #actorversionclient-update ) ` ActorVersionClient.update(*, build_tag=None, env_vars=None, apply_env_vars_to_build=None, source_type=None, source_code=None, base_docker_image=None, source_files=None, git_repo_url=None, tarball_url=None, github_gist_url=None) `
858+ #### [ ] ( #actorversionclient-update ) ` ActorVersionClient.update(*, build_tag=None, env_vars=None, apply_env_vars_to_build=None, source_type=None, source_files=None, git_repo_url=None, tarball_url=None, github_gist_url=None) `
859859
860860Update the actor version with specified fields.
861861
@@ -873,13 +873,6 @@ Update the actor version with specified fields.
873873
874874 * ** source_type** ([ ` ActorSourceType ` ] ( #actorsourcetype ) , * optional* ) – What source type is the actor version using.
875875
876- * ** source_code** (` str ` , * optional* ) – Source code as a single JavaScript/Node.js file,
877- using the base Docker image specified in ` baseDockerImage ` .
878- Required when ` source_type ` is [ ` ActorSourceType.SOURCE_CODE ` ] ( #actorsourcetype-source_code ) .
879-
880- * ** base_docker_image** (` str ` , * optional* ) – The base Docker image to use for single-file actors.
881- Required when ` source_type ` is [ ` ActorSourceType.SOURCE_CODE ` ] ( #actorsourcetype-source_code ) .
882-
883876 * ** source_files** (` list of dict ` , * optional* ) – Source code comprised of multiple files, each an item of the array.
884877 Required when ` source_type ` is [ ` ActorSourceType.SOURCE_FILES ` ] ( #actorsourcetype-source_files ) . See the API docs for the exact structure.
885878
@@ -939,7 +932,7 @@ List the available actor versions.
939932
940933***
941934
942- #### [ ] ( #actorversioncollectionclient-create ) ` ActorVersionCollectionClient.create(*, version_number, build_tag=None, env_vars=None, apply_env_vars_to_build=None, source_type, source_code=None, base_docker_image=None, source_files=None, git_repo_url=None, tarball_url=None, github_gist_url=None) `
935+ #### [ ] ( #actorversioncollectionclient-create ) ` ActorVersionCollectionClient.create(*, version_number, build_tag=None, env_vars=None, apply_env_vars_to_build=None, source_type, source_files=None, git_repo_url=None, tarball_url=None, github_gist_url=None) `
943936
944937Create a new actor version.
945938
@@ -959,13 +952,6 @@ Create a new actor version.
959952
960953 * ** source_type** ([ ` ActorSourceType ` ] ( #actorsourcetype ) ) – What source type is the actor version using.
961954
962- * ** source_code** (` str ` , * optional* ) – Source code as a single JavaScript/Node.js file,
963- using the base Docker image specified in ` baseDockerImage ` .
964- Required when ` source_type ` is [ ` ActorSourceType.SOURCE_CODE ` ] ( #actorsourcetype-source_code ) .
965-
966- * ** base_docker_image** (` str ` , * optional* ) – The base Docker image to use for single-file actors.
967- Required when ` source_type ` is [ ` ActorSourceType.SOURCE_CODE ` ] ( #actorsourcetype-source_code ) .
968-
969955 * ** source_files** (` list of dict ` , * optional* ) – Source code comprised of multiple files, each an item of the array.
970956 Required when ` source_type ` is [ ` ActorSourceType.SOURCE_FILES ` ] ( #actorsourcetype-source_files ) . See the API docs for the exact structure.
971957
@@ -2909,20 +2895,13 @@ Actor job aborted by user
29092895
29102896Available source types for actors.
29112897
2912- * [ SOURCE\_ CODE] ( #actorsourcetype-source\_ code )
29132898* [ SOURCE\_ FILES] ( #actorsourcetype-source\_ files )
29142899* [ GIT\_ REPO] ( #actorsourcetype-git\_ repo )
29152900* [ TARBALL] ( #actorsourcetype-tarball )
29162901* [ GITHUB\_ GIST] ( #actorsourcetype-github\_ gist )
29172902
29182903***
29192904
2920- #### [ ] ( #actorsourcetype-source_code ) ` ActorSourceType.SOURCE_CODE `
2921-
2922- Actor source code is a single JavaScript/Node.js file
2923-
2924- ***
2925-
29262905#### [ ] ( #actorsourcetype-source_files ) ` ActorSourceType.SOURCE_FILES `
29272906
29282907Actor source code is comprised of multiple files
0 commit comments