API (notes) : POST /ajustements #49

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

Fonctionnalité à ajouter :
Créer un nouvel ajustement pour un étudiant dans une UE.
Accessible uniquement par un administrateur.

Route :
POST /ajustements

Exemples

POST /ajustements

{
  "numEtud": 21212006,
  "idUE": 1,
  "valeur": 13.25
}

Réponse 201 :

{
  "numEtud": 21212006,
  "idUE": 1,
  "valeur": 13.25
}

**Fonctionnalité à ajouter :** Créer un nouvel ajustement pour un étudiant dans une UE. Accessible uniquement par un administrateur. **Route :** `POST /ajustements` **Exemples** `POST /ajustements` ```json { "numEtud": 21212006, "idUE": 1, "valeur": 13.25 } ``` **Réponse 201 :** ```json { "numEtud": 21212006, "idUE": 1, "valeur": 13.25 } ``` ---
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:11 +00:00
djalim changed title from API : POST /ajustements to API (notes) : POST /ajustements 2026-03-31 11:52:24 +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
djalim moved this to 🟡 moderate priority in Module Managment on 2026-04-22 12:56:15 +00:00
clement was unassigned by anys 2026-04-22 15:59:10 +00:00
anys self-assigned this 2026-04-22 15:59:10 +00:00
anys moved this to ⚙️ in progress in Module Managment on 2026-04-22 16:12:28 +00:00
anys added reference feature/api-ajustements-get_post 2026-04-22 16:33:49 +00:00
anys closed this issue 2026-04-23 08:43:23 +00:00
anys moved this to ✅ done in Module Managment on 2026-04-23 08:43:35 +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#49