From 9bd5410b547b9d64a30fa913db7e0f6ac824cd3b Mon Sep 17 00:00:00 2001 From: surya Date: Thu, 9 Sep 2021 12:28:42 +0530 Subject: [PATCH] Surya: swagger changes --- app/routes/routes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/routes/routes.js b/app/routes/routes.js index a527a5c..709b025 100644 --- a/app/routes/routes.js +++ b/app/routes/routes.js @@ -707,14 +707,14 @@ module.exports = app => { * schema: * type: string * required: true - * description: table name + * description: table name for wanting to see history (statementsmaster - statement, sectionsmaster - section, subsectionsmaster - subsection, itemsmaster - item) * example: item * - in: query * name: id * schema: * type: integer * required: true - * description: id + * description: the row for wnating to see history * example: 109 * responses: * 200: