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: description of the project
|
description: description of the project
|
||||||
type: string
|
type: string
|
||||||
|
homepage:
|
||||||
|
description: homepage of the project
|
||||||
|
type: string
|
||||||
hidden:
|
hidden:
|
||||||
description: when set to true the project is not displayed in the web interface
|
description: when set to true the project is not displayed in the web interface
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
|
@ -251,6 +251,7 @@ my %hint = (
|
||||||
"name",
|
"name",
|
||||||
"displayname",
|
"displayname",
|
||||||
"description",
|
"description",
|
||||||
|
"homepage",
|
||||||
"enabled",
|
"enabled",
|
||||||
"hidden",
|
"hidden",
|
||||||
"owner"
|
"owner"
|
||||||
|
|
Loading…
Reference in a new issue