From: maopengzhang Date: Thu, 30 Aug 2018 03:03:18 +0000 (+0800) Subject: modify YAML-->JSON in swagger X-Git-Tag: 1.2.0~57 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b2021dd388849a35517f1ea94e1e52376e20afc4;p=vfc%2Fnfvo%2Flcm.git modify YAML-->JSON in swagger the description of YAML is wrong in swagger Change-Id: I9f74d2e486d9113a7d54d626ed240069b36c1ff5 Issue-ID: VFC-1088 Signed-off-by: maopengzhang --- 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).""" )