diff options
author | shentao <shentao@chinamobile.com> | 2017-11-10 17:41:23 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-11-10 17:41:32 +0800 |
commit | 7db99a4c2fbd85a8cf45a89206e1bffe96226ee0 (patch) | |
tree | 5a3775d3411b393f3420cdb80925668583db46c1 /docs/platform/offeredapis.rst | |
parent | 0f76ea2e69e3899ed4f948ea2d0db334c36621d1 (diff) |
Update usecase-ui document
Change-Id: Ida0464f2f938d39cad2ed33357a19f7b9334e908
Issue-Id: USECASEUI-50
Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'docs/platform/offeredapis.rst')
-rw-r--r-- | docs/platform/offeredapis.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/platform/offeredapis.rst b/docs/platform/offeredapis.rst new file mode 100644 index 00000000..1d381457 --- /dev/null +++ b/docs/platform/offeredapis.rst @@ -0,0 +1,11 @@ +Offered APIs +------------ + +The rule management module provides the following APIs. + +* Rule Creation +* Rule Update +* Rule Query +* Rule Deletion + +.. swaggerv2doc:: ../../rulemgt/src/main/resources/swagger.json |