feat(api): implement UE-Module coefficient update and deletion endpoint #134

Merged
djalim merged 1 commits from feature/api-UEModules-put_delete into develop 2026-04-23 12:02:24 +00:00

1 Commits

Author SHA1 Message Date
anys 66183c2ad8 feat(api): implement UE-Module coefficient update and deletion endpoint
- PUT /ue-modules/{idModule}/{idUE}/{idPromo}: update coeff for
  UE-Module-Promo association
- DELETE /ue-modules/{idModule}/{idUE}/{idPromo}: remove UE-Module-Promo
  association
- requires employee role
2026-04-23 14:01:40 +02:00