forked from lix-project/hydra
hydra-api: add enable_dynamic_run_command to Project PUT
This commit is contained in:
parent
a22a8fa62d
commit
8c3122cacd
|
@ -178,6 +178,9 @@ paths:
|
|||
enabled:
|
||||
description: when set to true the project gets scheduled for evaluation
|
||||
type: boolean
|
||||
enable_dynamic_run_command:
|
||||
description: when true the project's jobsets support executing dynamically defined RunCommand hooks. Requires the server and project's configuration to also enable dynamic RunCommand.
|
||||
type: boolean
|
||||
visible:
|
||||
description: when set to true the project is displayed in the web interface
|
||||
type: boolean
|
||||
|
|
Loading…
Reference in a new issue