GET
/
updatecheck
curl --request GET \
  --url https://cloud.local.wirtual.dev/api/v2/updatecheck
{
  "current": true,
  "url": "<string>",
  "version": "<string>"
}

Response

200 - application/json
OK
current
boolean

Current indicates whether the server version is the same as the latest.

url
string

URL to download the latest release of Wirtual.

version
string

Version is the semantic version for the latest release of Wirtual.