From: maopengzhang Date: Thu, 18 Apr 2019 07:12:19 +0000 (+0800) Subject: Fix Catalog API error X-Git-Tag: 1.3.0~23 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F56%2F85656%2F1;p=vfc%2Fnfvo%2Fcatalog.git Fix Catalog API error Fix Catalog API error Change-Id: Ieee79598938c1e8d13070c9f1b2a2cfab4cacbfa Issue-ID: VFC-1241 Signed-off-by: maopengzhang --- diff --git a/catalog/packages/views/vnf_package_artifact_views.py b/catalog/packages/views/vnf_package_artifact_views.py index 75ae8be2..0de96829 100644 --- a/catalog/packages/views/vnf_package_artifact_views.py +++ b/catalog/packages/views/vnf_package_artifact_views.py @@ -39,7 +39,7 @@ class FetchVnfPkgmArtifactsView(APIView): @swagger_auto_schema( responses={ - status.HTTP_200_OK: None, + status.HTTP_200_OK: "HTTP_200_OK", status.HTTP_404_NOT_FOUND: ProblemDetailsSerializer(), status.HTTP_500_INTERNAL_SERVER_ERROR: ProblemDetailsSerializer() }