diff --git a/src/routes/createConnectionsRoute.js b/src/routes/createConnectionsRoute.js index a938e4a8..7f0e7203 100644 --- a/src/routes/createConnectionsRoute.js +++ b/src/routes/createConnectionsRoute.js @@ -149,7 +149,7 @@ module.exports = function (fastify, opts, next) { method: "PUT", url: "/api/deleteTankConnections/:customerId", schema: { - tags: ["Tank"], + tags: ["Connections"], summary: "This is for delete tank connections", params: { required: ["customerId"],