From c39e448c8c774c2e4b9e125f335831732925e096 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Mon, 14 Jul 2025 15:09:33 +0530 Subject: [PATCH] changes --- src/routes/tanksRoute.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/tanksRoute.js b/src/routes/tanksRoute.js index 5a67cb8a..e2467632 100644 --- a/src/routes/tanksRoute.js +++ b/src/routes/tanksRoute.js @@ -762,9 +762,9 @@ fastify.post('/api/compareMeasuredHeight', { type: 'object', required: ['tankName', 'tankHeight', 'measuredHeight'], properties: { - tankName: { type: 'string', example: 'TANK 1 SUMP' }, - tankHeight: { type: 'integer', example: 213 }, // in cm - measuredHeight: { type: 'integer', example: 200 } // in cm + tankName: { type: 'string', }, + tankHeight: { type: 'integer',}, // in cm + measuredHeight: { type: 'integer', } // in cm } },