From c8792981746650394b9acaef29d2368f7d40808b Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Tue, 27 May 2025 15:27:59 +0530 Subject: [PATCH] changes --- src/routes/installationRoute.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/installationRoute.js b/src/routes/installationRoute.js index c43a3833..cf3d8c0b 100644 --- a/src/routes/installationRoute.js +++ b/src/routes/installationRoute.js @@ -568,7 +568,7 @@ module.exports = function (fastify, opts, next) { tags: ["Support"], params: { type: "object", - required: ["supportId", "customerId", "hardwareId"], + required: ["supportId"], properties: { supportId: { type: "string", minLength: 1 },