AviatoAviato
DeveloperAPI ReferenceUpdates

/api/updates

GET
/api/updates

Response Body

application/json

curl -X GET "https://example.com/api/updates"
{
  "currentVersion": "string",
  "currentReleasedAt": "string",
  "channel": "stable",
  "latestVersion": "string",
  "isUpdateAvailable": true,
  "releasedAt": "string",
  "downloadUrl": "http://example.com",
  "lastCheckedAt": "string",
  "lastError": "string",
  "suppressed": true
}