Get version information and check for updates
GET
/version
Get version information and check for updates. Server: localhost:8081
Authorizations
bearerAuth
TypeHTTP (bearer)
Responses
OK
application/json
JSON
{
"status": "string",
"version": "string",
"latest_release": {
"tag_name": "string",
"name": "string",
"published_at": "string",
"html_url": "string"
},
"cached": true,
"cache_age": 0
}