-
Notifications
You must be signed in to change notification settings - Fork 14
Ajouter des endpoints à l'API #169
Copy link
Copy link
Open
Labels
featureAdding somethingAdding something
Description
arnaud9145
opened on Oct 7, 2019
Issue body actions
- POST /api/bugs -> ajouter un nouveau bug
- GET / api/bugs -> liste des bugs (liste simplifié, pas tous les détails) avec filtres (résolu/non résolus/tous,
- GET /api/bugs/:id -> toutes les infos d'un bug
- PUT /api/bugs/:id -> modifier un bug
- POST/api/bugs/:id -> ajouter un commentaire sur le bug
- DELETE /api/comments/:id -> supprimer un commentaire
- PUT /api/comments/:id -> modifier un commentaire
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureAdding somethingAdding something