diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-26 09:51:07 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-26 09:51:07 +0530 |
commit | fa138a95c66901774810cd955ed0af680674eb7a (patch) | |
tree | 94676833e9c3b2a0ff09cd9e47a0e7b975397a2e | |
parent | 97a960aae39c68ec7f41d2b9c2e97ebc6158e5da (diff) |
Update Swagger SDK docs with run-time support
MSB-90
Change-Id: Ia3ff377480e28425ec7d313eead29be602d75a4e
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r-- | docs/index.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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. |