Files
IDHAN/docs/api/paths/version.yaml
2024-11-10 17:45:13 -05:00

12 lines
245 B
YAML

get:
tags:
- public
summary: Returns version info
security: [ ]
responses:
"200":
description: Json object with info
content:
application/json:
schema:
$ref: '../schemas/VersionInfo.yaml'