API (notes) : PUT /ues/{idUE} #35

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

Fonctionnalité à ajouter :
Modifier une UE existante.
Accessible uniquement par un administrateur.

Route :
PUT /ues/{idUE}

Paramètres path :

Paramètre Type Description
idUE integer Identifiant de l'UE

Exemples

PUT /ues/1

{
  "nom": "UE Mathématiques"
}

Réponse 200 :

{
  "id": 1,
  "nom": "UE Mathématiques"
}

Réponse 404 :

{
  "error": "Ressource introuvable"
}

**Fonctionnalité à ajouter :** Modifier une UE existante. Accessible uniquement par un administrateur. **Route :** `PUT /ues/{idUE}` **Paramètres path :** | Paramètre | Type | Description | |-----------|---------|---------------------| | idUE | integer | Identifiant de l'UE | **Exemples** `PUT /ues/1` ```json { "nom": "UE Mathématiques" } ``` **Réponse 200 :** ```json { "id": 1, "nom": "UE Mathématiques" } ``` **Réponse 404 :** ```json { "error": "Ressource introuvable" } ``` ---
djalim changed title from PUT /ues/{idUE} to API : PUT /ues/{idUE} 2026-03-31 11:42:22 +00:00
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:00 +00:00
djalim changed title from API : PUT /ues/{idUE} to API (notes) : PUT /ues/{idUE} 2026-03-31 11:54:10 +00:00
clement was assigned by djalim 2026-04-22 12:53:33 +00:00
djalim moved this to 🟡 moderate priority in Module Managment on 2026-04-22 12:53:56 +00:00
djalim moved this to 🟢 Low priority in Module Managment on 2026-04-22 12:55:42 +00:00
clement moved this to ⚙️ in progress in Module Managment on 2026-04-22 16:27:50 +00:00
anys added reference feature/put-ues-id-35 2026-04-22 16:45:22 +00:00
djalim moved this to ✅ done in Module Managment on 2026-04-23 12:07:17 +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#35