Fix vfc-lcm auto-swagger ui issue
[vfc/nfvo/lcm.git] / lcm / samples / views.py
index 06d82d0..5889aac 100644 (file)
@@ -47,7 +47,7 @@ class TablesList(APIView):
     @swagger_auto_schema(
         request_body=None,
         responses={
-            status.HTTP_204_NO_CONTENT: None,
+            status.HTTP_204_NO_CONTENT: 'successful',
             status.HTTP_500_INTERNAL_SERVER_ERROR: "Inner error"
         }
     )