Commit e74d509d authored by Joel Collins's avatar Joel Collins
Browse files

Updated docs

parent 397f6ef1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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")