Renamed @response to @doc_response
This commit is contained in:
parent
b3f32f2309
commit
a75b6073f2
2 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue