Swagger end point changed
This commit is contained in:
parent
d5f3e1e9be
commit
acee9c4d99
@ -1773,7 +1773,7 @@ router.delete("/unit_master/:id",[verifySignature, verifyToken], unitMasterContr
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @swagger
|
* @swagger
|
||||||
* /api/unit-master/uploadCSV:
|
* /api/unit_master/uploadCSV:
|
||||||
* post:
|
* post:
|
||||||
* summary: Upload products in bulk using CSV file
|
* summary: Upload products in bulk using CSV file
|
||||||
* description: This API accepts CSV file and inserts multiple products in bulk. CSV header columns must match Product table columns.
|
* description: This API accepts CSV file and inserts multiple products in bulk. CSV header columns must match Product table columns.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user