summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaopengzhang <zhang.maopeng1@zte.com.cn>2018-08-30 11:03:18 +0800
committermaopengzhang <zhang.maopeng1@zte.com.cn>2018-08-30 11:03:18 +0800
commitb2021dd388849a35517f1ea94e1e52376e20afc4 (patch)
tree0b9f0ae43110ff6c6a6897017a5541472e89e50b
parent2ea1eb0bbf830b06ae29cde89230fdd8828c28e1 (diff)
modify YAML-->JSON in swagger
the description of YAML is wrong in swagger Change-Id: I9f74d2e486d9113a7d54d626ed240069b36c1ff5 Issue-ID: VFC-1088 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
-rw-r--r--lcm/swagger/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/swagger/urls.py b/lcm/swagger/urls.py
index ef2806a7..ab83a32c 100644
--- a/lcm/swagger/urls.py
+++ b/lcm/swagger/urls.py
@@ -23,7 +23,7 @@ swagger_info = openapi.Info(
The `swagger-ui` view can be found [here](/api/nslcm/v1/swagger).
The `ReDoc` view can be found [here](/api/nslcm/v1/redoc).
-The swagger YAML document can be found [here](/api/nslcm/v1/swagger.json).
+The swagger JSON document can be found [here](/api/nslcm/v1/swagger.json).
The swagger YAML document can be found [here](/api/nslcm/v1/swagger.yaml)."""
)