diff --git a/openflexure_microscope/api/v2/views/actions/camera.py b/openflexure_microscope/api/v2/views/actions/camera.py index 56f2e215..59872992 100644 --- a/openflexure_microscope/api/v2/views/actions/camera.py +++ b/openflexure_microscope/api/v2/views/actions/camera.py @@ -43,7 +43,6 @@ class CaptureAPI(ActionView): } ) @marshal_with(capture_schema) - @doc_response(200, description="Capture successful") def post(self, args): """ Create a new capture