Skip to content

Commit

Permalink
graph docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Signorini committed Nov 5, 2018
1 parent 8610370 commit f193a98
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions app/controller/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,9 @@ class GraphApp(Resource):
@apiParam(Param) {String} type Graph type [Bussiness]
@apiParam(Param) {String} _id Graph id, need to be create by server app
@apiPermission JWT (Read | Write | Admin)
@apiHeader (Auth) {String} Authorization JWT {Token}
@apiError (Error) PermissionError Token don`t have permission
@apiError (Error) Unauthorized Invalid Token
@apiError (Error) NotFound List is empty
@apiSuccessExample {json} Success-Response:
HTTP/1.1 201 OK
{
}
<entry task id)>
"""
def post(self):

Expand Down

0 comments on commit f193a98

Please sign in to comment.