Merge pull request #932 from cole-h/project

Add homepage to Projects schema
This commit is contained in:
Graham Christensen 2021-04-26 18:57:02 -04:00 committed by GitHub
commit 683b8c41c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

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

View file

@ -251,6 +251,7 @@ my %hint = (
"name",
"displayname",
"description",
"homepage",
"enabled",
"hidden",
"owner"