modify YAML-->JSON in swagger 67/63667/1
authormaopengzhang <zhang.maopeng1@zte.com.cn>
Thu, 30 Aug 2018 03:03:18 +0000 (11:03 +0800)
committermaopengzhang <zhang.maopeng1@zte.com.cn>
Thu, 30 Aug 2018 03:03:18 +0000 (11:03 +0800)
the description of YAML is wrong in swagger

Change-Id: I9f74d2e486d9113a7d54d626ed240069b36c1ff5
Issue-ID: VFC-1088
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
lcm/swagger/urls.py

index ef2806a..ab83a32 100644 (file)
@@ -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)."""
 )