Skip to content

Commit 97d13b4

Browse files
committed
add missing updatable parameters in docstring
1 parent a339580 commit 97d13b4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

dataikuapi/dss/admin.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -695,13 +695,14 @@ def set_definition(self, env):
695695
696696
* env.permissions, env.usableByAll, env.desc.owner
697697
* env.specCondaEnvironment, env.specPackageList, env.externalCondaEnvName, env.desc.installCorePackages,
698-
env.desc.installJupyterSupport, env.desc.yarnPythonBin
698+
env.desc.corePackagesSet, env.desc.installJupyterSupport, env.desc.yarnPythonBin
699699
700700
Fields that can be updated in automation node (where {version} is the updated version):
701701
702-
* env.permissions, env.usableByAll, env.owner
702+
* env.permissions, env.usableByAll, env.owner, env.envSettings
703703
* env.{version}.specCondaEnvironment, env.{version}.specPackageList, env.{version}.externalCondaEnvName,
704-
env.{version}.desc.installCorePackages, env.{version}.desc.installJupyterSupport, env.{version}.desc.yarnPythonBin
704+
env.{version}.desc.installCorePackages, env.{version}.corePackagesSet, env.{version}.desc.installJupyterSupport
705+
env.{version}.desc.yarnPythonBin, env.{version}.desc.yarnRBin
705706
706707
Note: this call requires an API key with admin rights
707708

0 commit comments

Comments
 (0)