start new swagger

This commit is contained in:
breel
2020-08-09 19:03:25 -06:00
parent 02c5d795cf
commit f11261f0da
11 changed files with 275 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
paths:
get:
tags:
- version
summary: "Get the running server version"
responses:
200:
content:
application/json:
schema:
type: object
properties:
version:
type: string
example: "02c5d795cf631a33528234a9cf52907c6cd34834"