API (notes) : POST /notes #43

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

Fonctionnalité à ajouter :
Créer une nouvelle note pour un étudiant dans un module.
Accessible uniquement par un administrateur ou le professeur responsable du module.

Route :
POST /notes

Exemples

POST /notes

{
  "note": 15.5,
  "numEtud": 21212006,
  "idModule": "JIN702C"
}

Réponse 201 :

{
  "note": 15.5,
  "numEtud": 21212006,
  "idModule": "JIN702C"
}

**Fonctionnalité à ajouter :** Créer une nouvelle note pour un étudiant dans un module. Accessible uniquement par un administrateur ou le professeur responsable du module. **Route :** `POST /notes` **Exemples** `POST /notes` ```json { "note": 15.5, "numEtud": 21212006, "idModule": "JIN702C" } ``` **Réponse 201 :** ```json { "note": 15.5, "numEtud": 21212006, "idModule": "JIN702C" } ``` ---
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:05 +00:00
djalim changed title from API : POST /notes to API (notes) : POST /notes 2026-03-31 11:53:23 +00:00
clement moved this to ⚙️ in progress in Module Managment on 2026-04-22 12:41:13 +00:00
clement self-assigned this 2026-04-22 12:41:22 +00:00
djalim moved this to ✅ done in Module Managment on 2026-04-22 12:41:40 +00:00
djalim reopened this issue 2026-04-22 15:40:54 +00:00
djalim moved this to 🟡 moderate priority in Module Managment on 2026-04-22 15:41:05 +00:00
djalim moved this to ⚙️ in progress in Module Managment on 2026-04-22 15:41:11 +00:00
anys added reference feature/post-notes-43 2026-04-22 16:44:33 +00:00
clement moved this to ✅ done in Module Managment on 2026-04-26 17:06:38 +00:00
anys closed this issue 2026-04-26 17:21:10 +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#43