Misc
Get the software version string.
The version number includes the date and time of the release build as well as a short representation of the Git commit hash.
GET
/versionThe version number includes the date and time of the release build as well as a short representation of the Git commit hash.
Response Body
text/plain
application/json
curl -X GET "https://example.com/version""string"{
"type": "string",
"title": "string",
"detail": "string",
"trace_id": "string",
"metadata": {}
}