API (notes) : DELETE /notes/{numEtud}/{idModule} #47

Closed
opened 2026-03-31 11:47:00 +00:00 by djalim · 0 comments
Collaborator

Fonctionnalité à ajouter :
Supprimer la note d'un étudiant dans un module.
Accessible uniquement par un administrateur.

Route :
DELETE /notes/{numEtud}/{idModule}

Paramètres path :

Paramètre Type Description
numEtud integer Numéro de l'étudiant
idModule string Identifiant du module

Réponse 204 : (pas de contenu)


**Fonctionnalité à ajouter :** Supprimer la note d'un étudiant dans un module. Accessible uniquement par un administrateur. **Route :** `DELETE /notes/{numEtud}/{idModule}` **Paramètres path :** | Paramètre | Type | Description | |-----------|---------|------------------------| | numEtud | integer | Numéro de l'étudiant | | idModule | string | Identifiant du module | **Réponse 204 :** _(pas de contenu)_ ---
djalim added this to the Module Managment project 2026-03-31 11:48:50 +00:00
djalim moved this to Project Backlog in Module Managment on 2026-03-31 11:49:09 +00:00
djalim changed title from API : DELETE /notes/{numEtud}/{idModule} to API (notes) : DELETE /notes/{numEtud}/{idModule} 2026-03-31 11:52:37 +00:00
clement was assigned by djalim 2026-04-22 12:53:24 +00:00
djalim moved this to 🟢 Low priority in Module Managment on 2026-04-22 12:54:04 +00:00
clement moved this to ⚙️ in progress in Module Managment on 2026-04-23 09:30:36 +00:00
clement moved this to ✅ done in Module Managment on 2026-04-26 17:03:22 +00:00
clement added reference feature/put-delete-notes-id-46-47 2026-04-26 17:04:38 +00:00
clement moved this to ⚙️ in progress in Module Managment on 2026-04-26 17:06:31 +00:00
clement moved this to ✅ done in Module Managment on 2026-04-26 17:06:44 +00:00
anys closed this issue 2026-04-26 17:19:09 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/PolyMPR#47