diff --git a/lambdas/indexer/app.py b/lambdas/indexer/app.py index 98ceb38820..92eb66e8a9 100644 --- a/lambdas/indexer/app.py +++ b/lambdas/indexer/app.py @@ -46,6 +46,8 @@ 'openapi': '3.0.1', 'info': { 'title': config.indexer_name, + # FIXME: Swagger UI for indexer is a stub + # https://github.com/DataBiosphere/azul/issues/5051 'description': format_description(''' This is the indexer component for Azul. '''),