diff --git a/superset/views/annotations.py b/superset/views/annotations.py index 5ba975050230..6d8797267453 100644 --- a/superset/views/annotations.py +++ b/superset/views/annotations.py @@ -95,7 +95,7 @@ class AnnotationLayerModelView( SupersetModelView, DeleteMixin ): # pylint: disable=too-many-ancestors datamodel = SQLAInterface(AnnotationLayer) - include_route_methods = RouteMethod.CRUD_SET + include_route_methods = RouteMethod.CRUD_SET | {RouteMethod.API_READ} list_title = _("List Annotation Layer") show_title = _("Show Annotation Layer")