attach label to item

This commit is contained in:
Fred KISSIE
2026-05-05 21:35:10 +02:00
parent 09baf2f32e
commit 0d04cc365f
6 changed files with 177 additions and 15 deletions

View File

@@ -757,6 +757,14 @@ authenticated.patch(
labels.updateOrgLabel
);
authenticated.put(
"/org/:orgId/label/:labelId/attach",
verifyValidLicense,
verifyOrgAccess,
verifyUserHasAction(ActionsEnum.attachLabelToItem),
labels.attachLabelToItem
);
authenticated.get(
"/org/:orgId/health-checks",
verifyValidLicense,