Swagger changes added
This commit is contained in:
parent
e87802d3db
commit
8ca289ad3f
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user