17 lines
355 B
YAML
17 lines
355 B
YAML
paths:
|
|
get:
|
|
tags:
|
|
- version
|
|
summary: "Get the running server version"
|
|
responses:
|
|
200:
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
version:
|
|
type: string
|
|
example: "02c5d795cf631a33528234a9cf52907c6cd34834"
|
|
|