API (student) : POST /promotions #14

Closed
opened 2026-03-30 10:08:43 +00:00 by djalim · 0 comments
Collaborator

Fonctionnalité a ajouter :
Créer une nouvelle promotion.
Accessible uniquement par un administrateur.

Route :
POST /promotions

Exemples

POST /promotions

{
  "idPromo": "JIA4A2526",
  "annee": "2025"
}

Réponse 201 :

{
  "idPromo": "JIA4A2526",
  "annee": "2025"
}

**Fonctionnalité a ajouter :** Créer une nouvelle promotion. Accessible uniquement par un administrateur. **Route :** `POST /promotions` **Exemples** `POST /promotions` ```json { "idPromo": "JIA4A2526", "annee": "2025" } ``` **Réponse 201 :** ```json { "idPromo": "JIA4A2526", "annee": "2025" } ``` ---
djalim added this to the Module Managment project 2026-03-31 11:32:44 +00:00
djalim moved this to Project Backlog in Module Managment on 2026-03-31 11:33:02 +00:00
djalim changed title from API : POST /promotions to API (student) : POST /promotions 2026-03-31 11:58:58 +00:00
anys moved this to 🟢 Low priority in Module Managment on 2026-04-22 12:26:55 +00:00
anys moved this to ⚙️ in progress in Module Managment on 2026-04-22 12:40:05 +00:00
djalim moved this to ✅ done in Module Managment on 2026-04-22 12:42:42 +00:00
djalim self-assigned this 2026-04-22 12:57:07 +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#14