|
|
@ -149,7 +149,7 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
method: "PUT",
|
|
|
|
method: "PUT",
|
|
|
|
url: "/api/deleteTankConnections/:customerId",
|
|
|
|
url: "/api/deleteTankConnections/:customerId",
|
|
|
|
schema: {
|
|
|
|
schema: {
|
|
|
|
tags: ["Tank"],
|
|
|
|
tags: ["Connections"],
|
|
|
|
summary: "This is for delete tank connections",
|
|
|
|
summary: "This is for delete tank connections",
|
|
|
|
params: {
|
|
|
|
params: {
|
|
|
|
required: ["customerId"],
|
|
|
|
required: ["customerId"],
|
|
|
|