From 221cc0663d7a4ee4c1bc748dbeea2fc8f70b8bee Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Mon, 26 Apr 2021 15:28:20 -0700 Subject: [PATCH] hydra-api: hidden -> visible The PUT API doesn't accept `hidden` (even though the GET API responds with it). --- hydra-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra-api.yaml b/hydra-api.yaml index da74b8b4..09eb9868 100644 --- a/hydra-api.yaml +++ b/hydra-api.yaml @@ -175,7 +175,7 @@ paths: enabled: description: when set to true the project gets scheduled for evaluation type: boolean - hidden: + visible: description: when set to true the project is displayed in the web interface type: boolean responses: