vikunja/pkg/routes/api
kolaente 5c0e266042 feat(api/v2): expose healthcheck as a documented endpoint
Adds GET /api/v2/health as a Huma operation so it appears in the v2
OpenAPI spec with a clean JSON schema ({"status": "OK"}). It runs the
same health.Check() probe as the v1 healthcheck and is public — it opts
out of the global bearer auth and is listed in unauthenticatedAPIPaths.
2026-06-17 21:37:48 +02:00
..
shared refactor(testing): extract e2e fixture reset/truncate into shared package 2026-06-17 12:13:50 +00:00
v1 fix(api): close the user data export reader after download 2026-06-17 18:39:38 +00:00
v2 feat(api/v2): expose healthcheck as a documented endpoint 2026-06-17 21:37:48 +02:00