fix: ENG-QA-GAUNTLET-135 — Add build_info dict to /health response #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/eng-qa-gauntlet-135"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automated fix for ENG-QA-GAUNTLET-135.
Extend the existing /api/v1/health endpoint to return a build_info object alongside the status field. Fields: version (read from app.config.settings or hardcode '0.1.0'), timestamp (current UTC ISO 8601), environment (from APP_ENV env var or 'production'). Keep the existing {"status": "ok"} response shape, add build_info as a sibling key.