Add vfc-vnflcm samples auto-swagger
[vfc/gvnfm/vnflcm.git] / lcm / lcm / jobs / views.py
index 3731863..3da36bf 100644 (file)
@@ -30,7 +30,6 @@ logger = logging.getLogger(__name__)
 
 class JobView(APIView):
     @swagger_auto_schema(
-        request_body=None,
         responses={
             status.HTTP_200_OK: JobQueryRespSerializer(),
             status.HTTP_500_INTERNAL_SERVER_ERROR: "Internal error"