ClassesOn this pageUpdateActorRequest Index Propertiesactor_permission_levelcategoriesdefault_run_optionsdescriptionis_publicmodel_confignamepricing_infosrestart_on_errorseo_descriptionseo_titletagged_buildstitleversionsProperties actor_permission_levelactor_permission_level: ActorPermissionLevel | Nonecategoriescategories: list[str] | Nonedefault_run_optionsdefault_run_options: DefaultRunOptions | Nonedescriptiondescription: str | Noneis_publicis_public: boolmodel_configmodel_config: Undefinednamename: strpricing_infospricing_infos: list[((PayPerEventActorPricingInfo | PricePerDatasetItemActorPricingInfo) | FlatPricePerMonthActorPricingInfo) | FreeActorPricingInfo] | Nonerestart_on_errorrestart_on_error: bool | Noneseo_descriptionseo_description: str | Noneseo_titleseo_title: str | Nonetagged_buildstagged_builds: dict[str, Any] | NoneAn object to modify tags on the Actor's builds. The key is the tag name (e.g., latest), and the value is either an object with a buildId or null. This operation is a patch; any existing tags that you omit from this object will be preserved. To create or reassign a tag, provide the tag name with a buildId. e.g., to assign the latest tag: { "latest": { "buildId": "z2EryhbfhgSyqj6Hn" }} To remove a tag, provide the tag name with a null value. e.g., to remove the beta tag: { "beta": null} To perform multiple operations, combine them. The following reassigns latest and removes beta, while preserving any other existing tags. { "latest": { "buildId": "z2EryhbfhgSyqj6Hn" }, "beta": null}titletitle: str | Noneversionsversions: list[CreateOrUpdateVersionRequest]
An object to modify tags on the Actor's builds. The key is the tag name (e.g., latest), and the value is either an object with a
buildIdornull.This operation is a patch; any existing tags that you omit from this object will be preserved.
buildId. e.g., to assign the latest tag:
nullvalue. e.g., to remove the beta tag: