ashok 5 months ago
commit 87138933d9

@ -1220,7 +1220,7 @@ fastify.post('/api/updateSensorQC/:hardwareId', {
tags: ['Store-Data'],
summary: 'Update QC fields of a sensor',
params: {
required: ['hardwareIdd'],
required: ['hardwareId'],
type: 'object',
properties: {
hardwareId: { type: 'string', description: 'Sensor ID' },

Loading…
Cancel
Save