forked from lix-project/hydra
hydra-api: add missing properties to PUT /project/{id}
This commit is contained in:
parent
453b8479be
commit
36da978489
|
@ -163,6 +163,15 @@ paths:
|
||||||
displayname:
|
displayname:
|
||||||
description: name of the project
|
description: name of the project
|
||||||
type: string
|
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:
|
enabled:
|
||||||
description: when set to true the project gets scheduled for evaluation
|
description: when set to true the project gets scheduled for evaluation
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
Loading…
Reference in a new issue