Skip to content

[v2] feat: add version api endpoint#2707

Closed
svenvg93 wants to merge 2 commits into
alexjustesen:2.xfrom
svenvg93:v2-feat-info-api
Closed

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

Conversation

@svenvg93
Copy link
Copy Markdown
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

@svenvg93
Copy link
Copy Markdown
Contributor Author

Closing for future plan reason

@svenvg93 svenvg93 closed this Apr 15, 2026
@svenvg93 svenvg93 deleted the v2-feat-info-api branch May 26, 2026 18:23
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