ashok 3 months ago
commit bf4d57ebd1

@ -762,9 +762,9 @@ fastify.post('/api/compareMeasuredHeight', {
type: 'object', type: 'object',
required: ['tankName', 'tankHeight', 'measuredHeight'], required: ['tankName', 'tankHeight', 'measuredHeight'],
properties: { properties: {
tankName: { type: 'string', example: 'TANK 1 SUMP' }, tankName: { type: 'string', },
tankHeight: { type: 'integer', example: 213 }, // in cm tankHeight: { type: 'integer',}, // in cm
measuredHeight: { type: 'integer', example: 200 } // in cm measuredHeight: { type: 'integer', } // in cm
} }
}, },

Loading…
Cancel
Save