From 8ca289ad3f622ec589e30548d7d110238fab3083 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 12 Nov 2025 12:56:14 +0530 Subject: [PATCH] Swagger changes added --- app/routes/routes.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/routes/routes.js b/app/routes/routes.js index e0b51c5..700b82b 100644 --- a/app/routes/routes.js +++ b/app/routes/routes.js @@ -1703,12 +1703,10 @@ router.get("/unit_master/:id",[verifySignature, verifyToken], unitMasterControll * type: object * properties: * uom: { type: string } - * uom_short_name: { type: string } * is_base_unit: { type : boolean } * base_unit_id: { type : integer } * factor: { type : string } * description: { type : string } - * is_active: { type : boolean } * responses: * 201: * description: Unit created successfully