Swagger changes added

This commit is contained in:
unknown 2025-11-12 12:56:14 +05:30
parent e87802d3db
commit 8ca289ad3f

View File

@ -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