Updated docs
This commit is contained in:
parent
397f6ef19f
commit
e74d509d9e
1 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,7 @@ class CaptureAPI(View):
|
|||
@ThingAction
|
||||
class RAMCaptureAPI(View):
|
||||
"""
|
||||
Create a non-persistant image capture.
|
||||
Take a non-persistant image capture.
|
||||
"""
|
||||
|
||||
@use_args(
|
||||
|
|
@ -106,7 +106,7 @@ class RAMCaptureAPI(View):
|
|||
@doc_response(200, mimetype="image/jpeg")
|
||||
def post(self, args):
|
||||
"""
|
||||
Create a non-persistant image capture.
|
||||
Take a non-persistant image capture.
|
||||
"""
|
||||
microscope = find_component("org.openflexure.microscope")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue