app-version
Check app version
Checks if the app version needs to be updated. Returns whether update is required and if it is a force update.
post/app-version/check
Request body
Example request
{
"platform": "android",
"current_version": "1.0.0"
}Response
Version check completed
Example response
{
"update_required": true,
"latest_version": "1.1.0",
"minimum_required_version": "1.0.0",
"release_notes": "New features and bug fixes",
"current_version": "1.0.0"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.