From 3b0029e2d987eede8af0a678bec44a33bbc7bec4 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Wed, 15 Nov 2017 12:28:15 -0500 Subject: Update Portal docs area Add new architecture picture and release docs. Remove byte-order-mark from start of api-docs.json file. Issue: PORTAL-141 Change-Id: If097d4f59716a7c554160c14364a1ef217ac6646 Signed-off-by: Christopher Lott (cl778h) --- docs/platform/offeredapis.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/platform/offeredapis.rst (limited to 'docs/platform/offeredapis.rst') diff --git a/docs/platform/offeredapis.rst b/docs/platform/offeredapis.rst new file mode 100644 index 00000000..eadbf64a --- /dev/null +++ b/docs/platform/offeredapis.rst @@ -0,0 +1,33 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + + +Offered APIs +============ + +.. contents:: + :depth: 2 + +The following API calls are available for the PORTAL Platform subsystem: + +PORTAL API Services +^^^^^^^^^^^^^^^^^^^^^^ + +.. image:: PortalApi1.jpg +.. image:: PortalApi2.jpg + +PORTAL API Details +^^^^^^^^^^^^^^^^^^ + +.. swaggerv2doc:: api-docs.json + + +Additional Information +^^^^^^^^^^^^^^^^^^^^^^ + +Additional information, including examples, can be found at `PortalApi link`_. + +.. _PortalApi link: https://wiki.onap.org/display/DW/Portal+API + + +End of Document \ No newline at end of file -- cgit 1.2.3-korg