API (notes) : PUT /ajustements/{numEtud}/{idUE} #51

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

Fonctionnalité à ajouter :
Modifier la valeur d'un ajustement existant.
Accessible uniquement par un administrateur.

Route :
PUT /ajustements/{numEtud}/{idUE}

Paramètres path :

Paramètre Type Description
numEtud integer Numéro de l'étudiant
idUE integer Identifiant de l'UE

Exemples

PUT /ajustements/21212006/1

{
  "valeur": 14.0
}

**Fonctionnalité à ajouter :** Modifier la valeur d'un ajustement existant. Accessible uniquement par un administrateur. **Route :** `PUT /ajustements/{numEtud}/{idUE}` **Paramètres path :** | Paramètre | Type | Description | |-----------|---------|------------------------| | numEtud | integer | Numéro de l'étudiant | | idUE | integer | Identifiant de l'UE | **Exemples** `PUT /ajustements/21212006/1` ```json { "valeur": 14.0 } ``` ---
djalim added this to the Module Managment project 2026-03-31 11:48:51 +00:00
djalim moved this to Low priority in Module Managment on 2026-03-31 11:49:12 +00:00
djalim moved this to Project Backlog in Module Managment on 2026-03-31 11:49:13 +00:00
djalim changed title from API : PUT /ajustements/{numEtud}/{idUE} to API (notes) : PUT /ajustements/{numEtud}/{idUE} 2026-03-31 11:52:05 +00:00
djalim moved this to Low priority in Module Managment on 2026-03-31 12:13:10 +00:00
djalim moved this to Project Backlog in Module Managment on 2026-03-31 12:13:22 +00:00
clement moved this to ⚙️ in progress in Module Managment on 2026-04-21 15:03:26 +00:00
clement self-assigned this 2026-04-21 15:03:36 +00:00
clement moved this to 🗂️ Project Backlog in Module Managment on 2026-04-22 06:29:19 +00:00
clement removed their assignment 2026-04-22 06:31:13 +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:53:53 +00:00
clement was unassigned by anys 2026-04-22 15:59:36 +00:00
anys self-assigned this 2026-04-22 15:59:36 +00:00
anys moved this to ⚙️ in progress in Module Managment on 2026-04-23 08:44:34 +00:00
anys added reference feature/api-ajustements-put 2026-04-23 09:33:33 +00:00
djalim moved this to ✅ done in Module Managment on 2026-04-23 12:07:15 +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#51