Renamed @response to @doc_response

This commit is contained in:
jtc42 2020-01-02 23:01:04 +00:00
parent b3f32f2309
commit a75b6073f2
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ class CaptureAPI(Resource):
}
)
@marshal_with(capture_schema)
@response(200, "Capture successful")
@doc_response(200, "Capture successful")
def post(self, args):
microscope = find_device("openflexure_microscope")