Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Signorini committed Nov 3, 2018
1 parent 1a24a42 commit 29e85d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/controller/reportSingle.py
Expand Up @@ -63,8 +63,7 @@ def delete(self, table_name):
@apiSuccessExample {json} Success-Response:
HTTP/1.1 204
{
}
{}
"""
try:
data = Model().deleteCollection(table_name)
Expand Down
2 changes: 1 addition & 1 deletion app/controller/reports.py
Expand Up @@ -15,7 +15,7 @@ def post(self):
@apiGroup Reports
@apiDescription Clone the result on new database, used by reports worker
@apiParam(Param) {String} colname Colname
@apiParam(Param) {String} colname Name of the columm
@apiParam(Param) {Array} results Results, clone the data on new db
@apiSuccessExample {json} Success-Response:
Expand Down

0 comments on commit 29e85d8

Please sign in to comment.