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 * type: object
* properties: * properties:
* uom: { type: string } * uom: { type: string }
* uom_short_name: { type: string }
* is_base_unit: { type : boolean } * is_base_unit: { type : boolean }
* base_unit_id: { type : integer } * base_unit_id: { type : integer }
* factor: { type : string } * factor: { type : string }
* description: { type : string } * description: { type : string }
* is_active: { type : boolean }
* responses: * responses:
* 201: * 201:
* description: Unit created successfully * description: Unit created successfully