From 78a414334876164ba61f63bed7cc91dc48620fcf Mon Sep 17 00:00:00 2001 From: dyh Date: Wed, 11 Sep 2019 14:26:19 +0800 Subject: update swagger info, add tags for swagger_auto_schema Change-Id: I50867c324e492cc7472bc199a4f72d202f235ce0 Issue-ID: MODELING-221 Signed-off-by: dyh --- catalog/packages/views/health_check_views.py | 1 + 1 file changed, 1 insertion(+) (limited to 'catalog/packages/views/health_check_views.py') 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): -- cgit 1.2.3-korg