From 217f0b4fd343236588bd634f402866d6f76fc094 Mon Sep 17 00:00:00 2001 From: dakerboul Date: Thu, 13 Mar 2025 08:55:31 +0100 Subject: [PATCH] =?UTF-8?q?Corriger=20la=20description=20de=20l'API=20pour?= =?UTF-8?q?=20la=20suppression=20d'un=20projet=20en=20pr=C3=A9cisant=20"pa?= =?UTF-8?q?r=20son=20ID"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/swagger_routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/swagger_routes.js b/routes/swagger_routes.js index f1aed2f..5b3a37f 100644 --- a/routes/swagger_routes.js +++ b/routes/swagger_routes.js @@ -6,7 +6,7 @@ * @swagger * /projects/{id}: * delete: - * summary: Supprimer un projet par ID + * summary: Supprimer un projet par son ID * description: Supprime un projet spécifique en utilisant son ID. * parameters: * - in: path