made changes in tanks linked with customer id

master
varun 3 years ago
parent 9d8bd8c1cf
commit 69b0b7d303

@ -62,16 +62,10 @@ module.exports = function (fastify, opts, next) {
}, },
}, },
}, },
params: { querystring: {
required: ["tankName"], tankName: {type: 'string'}
type: "object",
properties: {
tankName: {
type: "string",
description: "tankName",
},
},
}, },
body: { body: {
type: "object", type: "object",
// required: ['phone'], // required: ['phone'],

Loading…
Cancel
Save