API (prof) : POST /profs #19

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

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

Route :
POST /profs

Exemples

POST /profs

{
  "nom": "Martin",
  "prenom": "Pierre"
}

Réponse 201 :

{
  "id": "pmartin",
  "nom": "Martin",
  "prenom": "Pierre"
}

**Fonctionnalité a ajouter :** Créer un nouveau professeur. Accessible uniquement par un administrateur. **Route :** `POST /profs` **Exemples** `POST /profs` ```json { "nom": "Martin", "prenom": "Pierre" } ``` **Réponse 201 :** ```json { "id": "pmartin", "nom": "Martin", "prenom": "Pierre" } ``` ---
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:11 +00:00
djalim changed title from API : POST /profs to API (prof) : POST /profs 2026-03-31 11:57:13 +00:00
djalim moved this to Closed-Cancelled in Module Managment on 2026-04-22 12:54: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#19