get batched certificates endpoint

This commit is contained in:
Fred KISSIE
2026-07-24 19:07:37 +01:00
parent 832e382888
commit e128b8c282
4 changed files with 98 additions and 37 deletions
+7
View File
@@ -175,6 +175,13 @@ authenticated.get(
certificates.getCertificate
);
authenticated.get(
"/org/:orgId/batched-certificates",
verifyOrgAccess,
verifyUserHasAction(ActionsEnum.getCertificate),
certificates.getBatchedCertificates
);
authenticated.post(
"/org/:orgId/certificate/:certId/restart",
verifyValidLicense,