/api/version
Info
Requires authentication
Requires WEBSITE_SHOW_VERSION
GET Get version info
200 Ok (JSON)
| Field Name | Type | Description | 
|---|---|---|
| isUpstream | boolean | If the instance is on stable or upstream git | 
| update | boolean | If the instances needs an update | 
| updateToType | stableORupstream | The instance's recommended update | 
| version.stable | string | Latest stable version | 
| version.upstream | string | Latest upstream version | 
| version.current | string | Instance's current version, either a commit hash or a semver. Commit hash is shortened on the dashboard. | 
{"isUpstream": true,"update": true,"updateToType": "upstream","versions": {"stable": "4.0.0","upstream": "b842d594f78e0c5b97c1ab83cf6224509a41c402","current": "3.7.13"}}
403 Unauthorized (JSON)
- version hidden- The- WEBSITE_SHOW_VERSIONis set to- false, therefore the version is hidden.
Last updated: 3/3/2025
Edit this page on GitHub