mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-10-26 11:38:13 +00:00
Added serverVersion to status by using SemVer
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
b5a99b585c
commit
f1dddb8a41
@ -755,6 +755,20 @@ components:
|
||||
ServerStatus:
|
||||
type: object
|
||||
properties:
|
||||
serverVersion:
|
||||
type: object
|
||||
properties:
|
||||
major:
|
||||
type: integer
|
||||
minor:
|
||||
type: integer
|
||||
patch:
|
||||
type: integer
|
||||
preRelease:
|
||||
type: string
|
||||
commit:
|
||||
type: string
|
||||
description: Version of the server specified according to SemVer specification
|
||||
onlineNotes:
|
||||
type: integer
|
||||
description: How many notes are edited at the moment.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user