aboutsummaryrefslogtreecommitdiffstats
path: root/catalog/packages/views/health_check_views.py
diff options
context:
space:
mode:
Diffstat (limited to 'catalog/packages/views/health_check_views.py')
-rw-r--r--catalog/packages/views/health_check_views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog/packages/views/health_check_views.py b/catalog/packages/views/health_check_views.py
index cc1a379..e5aad9a 100644
--- a/catalog/packages/views/health_check_views.py
+++ b/catalog/packages/views/health_check_views.py
@@ -24,6 +24,7 @@ logger = logging.getLogger(__name__)
class HealthCheckView(APIView):
@swagger_auto_schema(
+ tags=["Health check API"],
responses={
status.HTTP_200_OK: 'Active'})
def get(self, request, format=None):