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 } },