mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
added version to /config
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
b8ccc800ad
commit
5bf64c735f
1 changed files with 11 additions and 0 deletions
|
@ -619,6 +619,17 @@ components:
|
||||||
type: string
|
type: string
|
||||||
format: uri
|
format: uri
|
||||||
description: Link to the imprint
|
description: Link to the imprint
|
||||||
|
version:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
version:
|
||||||
|
type: string
|
||||||
|
sourceCodeUrl:
|
||||||
|
type: string
|
||||||
|
format: uri
|
||||||
|
issueTrackerUrl:
|
||||||
|
type: string
|
||||||
|
format: uri
|
||||||
Note:
|
Note:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Reference in a new issue