aboutsummaryrefslogtreecommitdiffstats
path: root/catalog/packages/views/health_check_views.py
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2019-09-11 14:26:19 +0800
committerdyh <dengyuanhong@chinamobile.com>2019-09-11 14:28:14 +0800
commit78a414334876164ba61f63bed7cc91dc48620fcf (patch)
tree2af8444e8be7abb421fc1142383a3216e406383b /catalog/packages/views/health_check_views.py
parent5d5d8f38910c9e776a3d38bbeea26e85a08ed177 (diff)
update swagger info, add tags for swagger_auto_schema
Change-Id: I50867c324e492cc7472bc199a4f72d202f235ce0 Issue-ID: MODELING-221 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
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):