From afe3c163f1f812eaec46de84b93252c5a9220cad Mon Sep 17 00:00:00 2001 From: Kerboul Date: Wed, 12 Feb 2025 09:59:51 +0100 Subject: [PATCH] =?UTF-8?q?Modifier=20le=20type=20de=20project=5Fid=20et?= =?UTF-8?q?=20duration=20en=20cha=C3=AEne=20de=20caract=C3=A8res=20dans=20?= =?UTF-8?q?la=20documentation=20de=20la=20route=20GET=20/videos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/videoRoutes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/videoRoutes.js b/routes/videoRoutes.js index f1e2f26..237a395 100644 --- a/routes/videoRoutes.js +++ b/routes/videoRoutes.js @@ -160,7 +160,7 @@ router.get('/videos/:id', (req, res) => { * type: object * properties: * project_id: - * type: integer + * type: string * measurement_ids: * type: array * items: @@ -170,7 +170,7 @@ router.get('/videos/:id', (req, res) => { * resolution: * type: string * duration: - * type: number + * type: string * 400: * description: Tous les champs sont requis. * 500: