Loading openflexure_microscope/api/v2/views/captures.py +1 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,7 @@ class CaptureTags(View): return jsonify(capture_obj.tags) def delete(self, capture_id): def delete(self, id): """ Delete tags from a single image capture """ Loading Loading
openflexure_microscope/api/v2/views/captures.py +1 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,7 @@ class CaptureTags(View): return jsonify(capture_obj.tags) def delete(self, capture_id): def delete(self, id): """ Delete tags from a single image capture """ Loading