hydra-api: hidden -> visible

The PUT API doesn't accept `hidden` (even though the GET API responds with it).
This commit is contained in:
Cole Helbling 2021-04-26 15:28:20 -07:00
parent 2dfcd411da
commit 221cc0663d
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C

View file

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