Swagger array of object update : suseendhiran
This commit is contained in:
parent
88dfb4011a
commit
c9f2cc616c
@ -44,6 +44,8 @@ router.get("/getMasterData", IncomeController.getMasterData);
|
||||
* @swagger
|
||||
* definitions:
|
||||
* updateOtherIncome:
|
||||
* type: array
|
||||
* items:
|
||||
* type: object
|
||||
* properties:
|
||||
* id:
|
||||
@ -62,14 +64,35 @@ router.get("/getMasterData", IncomeController.getMasterData);
|
||||
* type: string
|
||||
* description:
|
||||
* example: Latest Month's Rental Income
|
||||
* childData:
|
||||
* type: array
|
||||
* description:
|
||||
* example:
|
||||
* updatedby:
|
||||
* type: integer
|
||||
* description:
|
||||
* example: 003
|
||||
* childData:
|
||||
* type: array
|
||||
* items:
|
||||
* type: object
|
||||
* properties:
|
||||
* id:
|
||||
* type: integer
|
||||
* description:
|
||||
* example: 81
|
||||
* other_income_id:
|
||||
* type: integer
|
||||
* description:
|
||||
* example: 78
|
||||
* column_name:
|
||||
* type: string
|
||||
* description:
|
||||
* example: amount
|
||||
* value:
|
||||
* type: integer
|
||||
* description:
|
||||
* example: 1000000
|
||||
* updatedby:
|
||||
* type: integer
|
||||
* description:
|
||||
* example: 34
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user