start new swagger
This commit is contained in:
15
public/swagger/v1/version.yaml
Normal file
15
public/swagger/v1/version.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user