forked from lix-project/hydra
Merge pull request #932 from cole-h/project
Add homepage to Projects schema
This commit is contained in:
commit
683b8c41c1
|
@ -533,6 +533,9 @@ components:
|
|||
description:
|
||||
description: description of the project
|
||||
type: string
|
||||
homepage:
|
||||
description: homepage of the project
|
||||
type: string
|
||||
hidden:
|
||||
description: when set to true the project is not displayed in the web interface
|
||||
type: boolean
|
||||
|
|
|
@ -251,6 +251,7 @@ my %hint = (
|
|||
"name",
|
||||
"displayname",
|
||||
"description",
|
||||
"homepage",
|
||||
"enabled",
|
||||
"hidden",
|
||||
"owner"
|
||||
|
|
Loading…
Reference in a new issue