Skip to content

Commit

Permalink
add index parameter to swagger response
Browse files Browse the repository at this point in the history
  • Loading branch information
pymonger committed Mar 8, 2018
1 parent 579f936 commit 9fd6f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grq2/services/api_v01.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class IndexDataset(Resource):
'message': fields.String(required=True, description="message describing " +
"success or failure"),
'objectid': fields.String(required=True, description="ID of indexed dataset"),
'index': fields.String(required=True, description="dataset index name"),
})

parser = api.parser()
Expand Down

0 comments on commit 9fd6f32

Please sign in to comment.