From 9128802727ee464f313ded605d971d6e47a856a1 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Mon, 26 Apr 2021 18:55:10 -0700 Subject: [PATCH] hydra-api: add missing `name` property The Hydra website allows you to change the name of a Project, so it only makes sense for the API to expose this functionality as well. --- hydra-api.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hydra-api.yaml b/hydra-api.yaml index 212fd00f..dbca2b3d 100644 --- a/hydra-api.yaml +++ b/hydra-api.yaml @@ -160,9 +160,12 @@ paths: schema: type: object properties: - displayname: + name: description: name of the project type: string + displayname: + description: display name of the project + type: string description: description: description of the project type: string