hydra-api: add enable_dynamic_run_command to Project PUT

This commit is contained in:
Cole Helbling 2021-12-20 11:20:17 -08:00 committed by Graham Christensen
parent a22a8fa62d
commit 8c3122cacd

View file

@ -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