X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=catalog%2Fpackages%2Fviews%2Fhealth_check_views.py;h=e5aad9a1a76f4bc8e0b7d9ba9c075b94cd1eac1c;hb=78a414334876164ba61f63bed7cc91dc48620fcf;hp=cc1a37964047c3767624c45ba7684320bf9129f5;hpb=5d5d8f38910c9e776a3d38bbeea26e85a08ed177;p=modeling%2Fetsicatalog.git 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):