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.
This commit is contained in:
Cole Helbling 2021-04-26 18:55:10 -07:00
parent fa5811eabf
commit 9128802727
No known key found for this signature in database
GPG key ID: B37E0F2371016A4C

View file

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