Merge pull request #934 from DeterminateSystems/missing-name

hydra-api: add missing `name` property
This commit is contained in:
Graham Christensen 2021-04-26 22:02:14 -04:00 committed by GitHub
commit ada497db4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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