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