From 009f713c6c46cf3647f1a008e3a963522f988f92 Mon Sep 17 00:00:00 2001
From: "Bertozzi, Julien (jb379x)" <jb379x@att.com>
Date: Thu, 8 Mar 2018 15:53:57 -0500
Subject: Add swagger generation for jaxrs api

Issue-ID: CLAMP-137

Change-Id: I0b1e088a99a7e1c63dc0b0f4a36b16020181bf1f
Signed-off-by: Bertozzi, Julien (jb379x) <jb379x@att.com>
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'README.md')

diff --git a/README.md b/README.md
index 4fe12ff23..ea061ce3c 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
-- 
cgit 1.2.3-korg