aboutsummaryrefslogtreecommitdiffstats
path: root/docs/offeredapis.rst
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-04-21 15:30:35 -0400
committerPamela Dragosh <pdragosh@research.att.com>2020-04-23 16:04:57 -0400
commitb4a8ef2502418370f048f944e14ff49d0f824446 (patch)
treeeddfd7ad17afded0c8e8afa4ea2efd5b9145e4e9 /docs/offeredapis.rst
parent3602c18a581fd99b12fb8ef298d581bc39225b65 (diff)
Fix documentation errors
This also updates the XACML PDP documentation. Issue-ID: POLICY-2500 Change-Id: Ice086fa39040fbee899652faa0a079192a122f03 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'docs/offeredapis.rst')
-rw-r--r--docs/offeredapis.rst19
1 files changed, 14 insertions, 5 deletions
diff --git a/docs/offeredapis.rst b/docs/offeredapis.rst
index 818b1f5c..580038c9 100644
--- a/docs/offeredapis.rst
+++ b/docs/offeredapis.rst
@@ -1,6 +1,6 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
-.. _offeredapis:
+.. _policy-offeredapis:
Policy Offered APIs
@@ -8,13 +8,22 @@ Policy Offered APIs
The Policy Framework supports the public APIs listed in the links below:
-- :ref:`Policy Life Cycle API <api-label>`
-- :ref:`Policy Administration Point (PAP) <pap-label>`.
-- :ref:`Decision API <decision-api-label>`.
-- :ref:`Legacy APIs <legacyapis-label>` (To be DEPRECATED)
+.. toctree::
+ :maxdepth: 1
+
+ api/api
+ pap/pap
+ xacml/decision-api
+
+- :ref:`Policy Life Cycle API <api-label>`
+- :ref:`Policy Administration Point (PAP) <pap-label>`
+- :ref:`Decision API <decision-api-label>`
+
.. warning:: The :ref:`Legacy APIs <legacyapis-label>` are scheduled to be deprecated after the Frankfurt release!
+- :ref:`Legacy APIs <legacyapis-label>` (To be DEPRECATED)
+
Postman Environment for API Testing
-----------------------------------