API (notes) : PUT /ue-modules/{idModule}/{idUE}/{idPromo} #40

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

Fonctionnalité à ajouter :
Modifier le coefficient d'une association UE-Module existante.
Accessible uniquement par un administrateur.

Route :
PUT /ue-modules/{idModule}/{idUE}/{idPromo}

Paramètres path :

Paramètre Type Description
idModule string Identifiant du module
idUE integer Identifiant de l'UE
idPromo string Identifiant de la promo

Exemples

PUT /ue-modules/JIN702C/1/4AFISE25%2F26

{
  "coeff": 4.0
}

Réponse 200 :

{
  "idModule": "JIN702C",
  "idUE": 1,
  "idPromo": "4AFISE25/26",
  "coeff": 4.0
}

**Fonctionnalité à ajouter :** Modifier le coefficient d'une association UE-Module existante. Accessible uniquement par un administrateur. **Route :** `PUT /ue-modules/{idModule}/{idUE}/{idPromo}` **Paramètres path :** | Paramètre | Type | Description | |-----------|---------|------------------------| | idModule | string | Identifiant du module | | idUE | integer | Identifiant de l'UE | | idPromo | string | Identifiant de la promo| **Exemples** `PUT /ue-modules/JIN702C/1/4AFISE25%2F26` ```json { "coeff": 4.0 } ``` **Réponse 200 :** ```json { "idModule": "JIN702C", "idUE": 1, "idPromo": "4AFISE25/26", "coeff": 4.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:05 +00:00
djalim changed title from API : PUT /ue-modules/{idModule}/{idUE}/{idPromo} to API (notes) : PUT /ue-modules/{idModule}/{idUE}/{idPromo} 2026-03-31 11:53:41 +00:00
clement was assigned by djalim 2026-04-22 12:53:33 +00:00
djalim moved this to 🟢 Low priority in Module Managment on 2026-04-22 12:54:01 +00:00
clement was unassigned by anys 2026-04-23 09:48:52 +00:00
anys self-assigned this 2026-04-23 09:48:52 +00:00
anys moved this to ⚙️ in progress in Module Managment on 2026-04-23 09:49:04 +00:00
djalim moved this to ✅ done in Module Managment on 2026-04-23 12:07:00 +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#40