diff --git a/openflexure_microscope/api/v1/blueprints/camera/overlay.py b/openflexure_microscope/api/v1/blueprints/camera/overlay.py index c5c541d6..86b0227d 100644 --- a/openflexure_microscope/api/v1/blueprints/camera/overlay.py +++ b/openflexure_microscope/api/v1/blueprints/camera/overlay.py @@ -5,6 +5,22 @@ from flask import Response, Blueprint, jsonify, request, abort, url_for, redirec class OverlayAPI(MicroscopeView): + def get(self): + """ + Get overlay text + + .. :quickref: Overlay; Get camera overlay text + + :>header Accept: application/json + + :