fix swagger error
[vfc/nfvo/lcm.git] / lcm / ns / views / sol / instantiate_ns_views.py
index 8a04c4b..8b8318d 100644 (file)
@@ -31,7 +31,7 @@ class InstantiateNsView(APIView):
     @swagger_auto_schema(
         request_body=InstantNsReqSerializer(),
         responses={
-            status.HTTP_202_ACCEPTED: None,
+            status.HTTP_202_ACCEPTED: "HTTP_202_ACCEPTED",
             status.HTTP_500_INTERNAL_SERVER_ERROR: ProblemDetailsSerializer()
         }
     )