API (administration) : POST /modules #24

Closed
opened 2026-03-30 15:41:33 +00:00 by djalim · 0 comments
Collaborator

Fonctionnalité a ajouter :
Créer un nouveau module.
Accessible uniquement par un administrateur.

Route :
POST /modules

Exemples

POST /modules

{
  "id": "JIN702C",
  "nom": "Optimisation"
}

Réponse 201 :

{
  "id": "JIN702C",
  "nom": "Optimisation"
}

**Fonctionnalité a ajouter :** Créer un nouveau module. Accessible uniquement par un administrateur. **Route :** `POST /modules` **Exemples** `POST /modules` ```json { "id": "JIN702C", "nom": "Optimisation" } ``` **Réponse 201 :** ```json { "id": "JIN702C", "nom": "Optimisation" } ``` ---
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:18 +00:00
djalim changed title from API : POST /modules to API (prof) : POST /modules 2026-03-31 11:56:38 +00:00
djalim changed title from API (prof) : POST /modules to API (administration) : POST /modules 2026-04-07 06:38:23 +00:00
djalim moved this to ⚙️ in progress in Module Managment on 2026-04-22 12:43:36 +00:00
djalim moved this to ✅ done in Module Managment on 2026-04-22 12:52:52 +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#24