From 36da9784896aecadd3b3781463ed203dc2c65e63 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Mon, 26 Apr 2021 11:49:40 -0700 Subject: [PATCH] hydra-api: add missing properties to PUT /project/{id} --- hydra-api.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hydra-api.yaml b/hydra-api.yaml index 7eb05bd2..da74b8b4 100644 --- a/hydra-api.yaml +++ b/hydra-api.yaml @@ -163,6 +163,15 @@ paths: displayname: description: name of the project type: string + description: + description: description of the project + type: string + homepage: + description: homepage of the project + type: string + owner: + description: owner of the project + type: string enabled: description: when set to true the project gets scheduled for evaluation type: boolean