diff options
author | Michael Lando <ml636r@att.com> | 2018-06-06 11:44:25 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-06-06 11:44:25 +0300 |
commit | db0e898f982954e25c0133cab7a99d9f5e0605ea (patch) | |
tree | 158e70188206425429c3bf19f7d98eacde9c7a7a /catalog-be/src/main/webapp | |
parent | 719e3bb7d4f6b31c178abaeff9b8124ce7703662 (diff) |
update documentation
update general information
update swagger information
fix swagger erros
Change-Id: I0b8c385deb3204100ebe363177a8e0efd5b147f7
Issue-ID: SDC-1378
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/src/main/webapp')
-rw-r--r-- | catalog-be/src/main/webapp/WEB-INF/web.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/catalog-be/src/main/webapp/WEB-INF/web.xml b/catalog-be/src/main/webapp/WEB-INF/web.xml index b9fd99bd4b..ffcda486e2 100644 --- a/catalog-be/src/main/webapp/WEB-INF/web.xml +++ b/catalog-be/src/main/webapp/WEB-INF/web.xml @@ -91,7 +91,7 @@ <init-param> <param-name>api.version</param-name> - <param-value>1.0.0</param-value> + <param-value>1.2.0</param-value> </init-param> <init-param> @@ -124,7 +124,7 @@ <init-param> <param-name>api.version</param-name> - <param-value>1.0.0</param-value> + <param-value>1.2.0</param-value> </init-param> <init-param> |