API (notes) : POST /ues #33

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

Fonctionnalité à ajouter :
Créer une nouvelle UE.
Accessible uniquement par un administrateur.

Route :
POST /ues

Exemples

POST /ues

{
  "nom": "UE Informatique"
}

Réponse 201 :

{
  "id": 1,
  "nom": "UE Informatique"
}

**Fonctionnalité à ajouter :** Créer une nouvelle UE. Accessible uniquement par un administrateur. **Route :** `POST /ues` **Exemples** `POST /ues` ```json { "nom": "UE Informatique" } ``` **Réponse 201 :** ```json { "id": 1, "nom": "UE Informatique" } ``` ---
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:48:56 +00:00
djalim changed title from API : POST /ues to API (notes) : POST /ues 2026-03-31 11:54:26 +00:00
clement moved this to ⚙️ in progress in Module Managment on 2026-04-22 12:21:28 +00:00
clement self-assigned this 2026-04-22 12:21:38 +00:00
djalim moved this to ✅ done in Module Managment on 2026-04-22 12:41:41 +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#33