aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSébastien Determe <sd378r@intl.att.com>2018-03-15 09:47:14 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-15 09:47:14 +0000
commit17b5881be20b37a8e6054ddf6002d9e29b761974 (patch)
treeb2555246740a53c5e56f27defcfa2397d90b6086 /README.md
parent9e0cc8c2927906e69646ebac3e7d0b716136f6ff (diff)
parent009f713c6c46cf3647f1a008e3a963522f988f92 (diff)
Merge "Add swagger generation for jaxrs api"
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4fe12ff2..ea061ce3 100644
--- a/README.md
+++ b/README.md
@@ -88,3 +88,7 @@ Once the image has been built and is available locally, you can use the `docker-
Clamp uses logback framework to generate logs. The logback.xml file cand be found under the [src/main/resources/ folder](src/main/resources).
With the default log settings, all logs will be generated into console and into root.log file under the Clamp root folder. The root.log file is not allowed to be appended, thus restarting the clamp will result in cleaning of the old log files.
+
+### Api
+
+You can see the swagger definition for the jaxrs apis at `/restservices/clds/v1/openapi.json` \ No newline at end of file