Merge pull request #928 from cole-h/put-project

hydra-api: add missing properties to PUT /project/{id}
This commit is contained in:
Graham Christensen 2021-04-26 15:06:05 -04:00 committed by GitHub
commit 2dfcd411da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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