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: