From fa138a95c66901774810cd955ed0af680674eb7a Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 26 Oct 2017 09:51:07 +0530 Subject: Update Swagger SDK docs with run-time support MSB-90 Change-Id: Ia3ff377480e28425ec7d313eead29be602d75a4e Signed-off-by: Kanagaraj Manickam k00365106 --- docs/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 5a72d0a..a99d956 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -47,4 +47,10 @@ Build-time feature MSB is already supported with this feature. +Run-time feature +---------------- + +* Provides an RESP API controller for reporting swagger.json at pre-defined URI. And it helps to maintain the same URI across different servicse in ONAP, by making use of it. Also it helps to generate swagger.json at run-time if a given service is already annotated with swagger annotations. + +* It does support only for java based swagger enabled RESTful services. -- cgit 1.2.3-korg