API (notes) : PUT /notes/{numEtud}/{idModule} #46

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

Fonctionnalité à ajouter :
Modifier la note d'un étudiant dans un module.
Accessible uniquement par un administrateur ou le professeur responsable du module.

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

Paramètres path :

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

Exemples

PUT /notes/21212006/JIN702C

{
  "note": 16.0
}

**Fonctionnalité à ajouter :** Modifier la note d'un étudiant dans un module. Accessible uniquement par un administrateur ou le professeur responsable du module. **Route :** `PUT /notes/{numEtud}/{idModule}` **Paramètres path :** | Paramètre | Type | Description | |-----------|---------|------------------------| | numEtud | integer | Numéro de l'étudiant | | idModule | string | Identifiant du module | **Exemples** `PUT /notes/21212006/JIN702C` ```json { "note": 16.0 } ``` ---
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:08 +00:00
djalim changed title from API : PUT /notes/{numEtud}/{idModule} to API (notes) : PUT /notes/{numEtud}/{idModule} 2026-03-31 11:52:48 +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:03 +00:00
clement moved this to ⚙️ in progress in Module Managment on 2026-04-23 09:28:13 +00:00
clement moved this to ✅ done in Module Managment on 2026-04-26 17:06:43 +00:00
anys added reference feature/put-delete-notes-id-46-47 2026-04-26 17:19:46 +00:00
anys closed this issue 2026-04-26 17:19:51 +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#46