♻️ batch healthcheck status history

This commit is contained in:
Fred KISSIE
2026-07-22 21:06:40 +01:00
parent 262f7bd090
commit b0ff7d2707
5 changed files with 171 additions and 4 deletions
+8
View File
@@ -853,6 +853,14 @@ authenticated.get(
healthChecks.getHealthCheckStatusHistory
);
authenticated.get(
"/org/:orgId/health-check-status-histories",
verifyValidLicense,
verifyOrgAccess,
verifyUserHasAction(ActionsEnum.getTarget),
healthChecks.getBatchedHealthCheckStatusHistory
);
authenticated.get(
"/client/:clientId/verify-associations-cache",
verifyClientAccess,