diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-10-27 05:52:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-27 05:52:59 +0000 |
commit | 742803f35720c6f35245c54c5fe90f073dcc01f7 (patch) | |
tree | 19a6fc657a7ab9e05fe26387c87c11d852ccaa65 | |
parent | 68907a497cbf509c94f667a0707d11c30ef2611a (diff) | |
parent | fa138a95c66901774810cd955ed0af680674eb7a (diff) |
Merge "Update Swagger SDK docs with run-time support"v1.0.01.0.0-ONAP1.0.0-Amsterdam
-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. |