summaryrefslogtreecommitdiffstats
path: root/lcm/ns/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/ns/views.py')
-rw-r--r--lcm/ns/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/ns/views.py b/lcm/ns/views.py
index 429df521..413a89a6 100644
--- a/lcm/ns/views.py
+++ b/lcm/ns/views.py
@@ -216,7 +216,7 @@ class NSDetailView(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"
}
)