GET
/api/versions/{version_name}
curl \
-X GET https://lztup.toil.cc/api/versions/{version_name}
Response examples (200)
{
"version_id": 42,
"name": "string",
"release_type": "string",
"changes": [
{}
],
"update_url": "string",
"created_at": 42
}
Response examples (503)
{
"detail": "Can't connect to MySQL server on '[SERVER]'"
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}