forked from lix-project/hydra
hydra-api: add missing name
property
The Hydra website allows you to change the name of a Project, so it only makes sense for the API to expose this functionality as well.
This commit is contained in:
parent
fa5811eabf
commit
9128802727
|
@ -160,9 +160,12 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
displayname:
|
name:
|
||||||
description: name of the project
|
description: name of the project
|
||||||
type: string
|
type: string
|
||||||
|
displayname:
|
||||||
|
description: display name of the project
|
||||||
|
type: string
|
||||||
description:
|
description:
|
||||||
description: description of the project
|
description: description of the project
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Reference in a new issue