|
|
@ -9,8 +9,8 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
url: "/api/addTanks/:customerId",
|
|
|
|
url: "/api/addTanks/:customerId",
|
|
|
|
schema: {
|
|
|
|
schema: {
|
|
|
|
tags: ["Install"],
|
|
|
|
tags: ["Install"],
|
|
|
|
description: "This is for cretae New Tank chi",
|
|
|
|
description: "This is for cretae New Tank",
|
|
|
|
summary: "This is for Create New Tank chi.",
|
|
|
|
summary: "This is for Create New Tank.",
|
|
|
|
params: {
|
|
|
|
params: {
|
|
|
|
// required: ["InstallerId"],
|
|
|
|
// required: ["InstallerId"],
|
|
|
|
type: "object",
|
|
|
|
type: "object",
|
|
|
|