Skip to content

[v2] feat: add version api endpoint#2707

Open
svenvg93 wants to merge 2 commits intoalexjustesen:2.xfrom
svenvg93:v2-feat-info-api
Open

[v2] feat: add version api endpoint#2707
svenvg93 wants to merge 2 commits intoalexjustesen:2.xfrom
svenvg93:v2-feat-info-api

Conversation

@svenvg93
Copy link
Contributor

@svenvg93 svenvg93 commented Feb 12, 2026

📃 Description

This PR adds an API endpoint to check the app version and if there is an update available.

{
    "data": {
        "app": {
            "version": "v1.13.7",
            "build_date": "2026-02-04T00:00:00+00:00"
        },
        "updates": {
            "latest_version": "v1.13.9",
            "update_available": true
        }
    },
    "message": "ok"
}

Closes #2701

📖 Documentation

OpenAPI spec is updated.

🪵 Changelog

➕ Added

  • admin:read token for this API endpoint.
  • VersionController exposes the current and latest version and performs an update availability check.
  • /version route in /api/v1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants