fix swagger error
[vfc/nfvo/lcm.git] / lcm / ns / views / sol / heal_ns_view.py
index 278418f..6c844e1 100644 (file)
@@ -30,7 +30,7 @@ class HealNSView(APIView):
     @swagger_auto_schema(
         request_body=HealNsReqSerializer(),
         responses={
-            status.HTTP_202_ACCEPTED: None,
+            status.HTTP_202_ACCEPTED: "HTTP_202_ACCEPTED",
             status.HTTP_500_INTERNAL_SERVER_ERROR: ProblemDetailsSerializer()
         }
     )