Removed pointless doc_response

This commit is contained in:
Joel Collins 2020-05-28 11:26:39 +01:00
parent 085d9c78ab
commit c1bd691654

View file

@ -43,7 +43,6 @@ class CaptureAPI(ActionView):
} }
) )
@marshal_with(capture_schema) @marshal_with(capture_schema)
@doc_response(200, description="Capture successful")
def post(self, args): def post(self, args):
""" """
Create a new capture Create a new capture