summaryrefslogtreecommitdiffstats
path: root/lcm/v2/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/v2/views.py')
-rw-r--r--lcm/v2/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lcm/v2/views.py b/lcm/v2/views.py
index 23c59a48..e216022d 100644
--- a/lcm/v2/views.py
+++ b/lcm/v2/views.py
@@ -73,7 +73,6 @@ class VnfNotifyView(APIView):
return Response(data={}, status=status.HTTP_204_NO_CONTENT)
@swagger_auto_schema(
- request_body=None,
responses={
status.HTTP_204_NO_CONTENT: "The notification endpoint was tested successfully.",
status.HTTP_500_INTERNAL_SERVER_ERROR: "Inner error"