fix swagger error
[vfc/nfvo/lcm.git] / lcm / ns / views / sol / ns_instances_views.py
index a81e20f..6fcae3f 100644 (file)
@@ -135,7 +135,7 @@ class IndividualNsInstanceView(APIView):
     @swagger_auto_schema(
         request_body=None,
         responses={
-            status.HTTP_204_NO_CONTENT: None
+            status.HTTP_204_NO_CONTENT: "HTTP_204_NO_CONTENT"
         }
     )
     def delete(self, request, ns_instance_id):