diff options
author | lapentafd <francesco.lapenta@est.tech> | 2023-03-27 13:46:04 +0100 |
---|---|---|
committer | Francesco Davide Lapenta <francesco.lapenta@est.tech> | 2023-04-04 14:31:45 +0000 |
commit | a43eb545dded63e1f21b7f14105ae0ed093b54db (patch) | |
tree | 54d965ae22f9ed6c39a2d978632ecb0158c3ca16 /docs/xacml | |
parent | a174cadc174377c9c38df860d7e37b5799067bc7 (diff) |
Update Policy Offered APIs
Swagger documentation rendered in ReDoc webpage.
The html page is generated during the Sphinx build.
The sphinx.builders.linkcheck reports as false positives
the links that are generated dynamically, such as with the sphinxcontrib-redoc extension.
Issue-ID: POLICY-4581
Change-Id: I9b720b961332689b144d5fe9d8be82be436d1c16
Signed-off-by: lapentafd <francesco.lapenta@est.tech>
Diffstat (limited to 'docs/xacml')
-rw-r--r-- | docs/xacml/decision-api.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/xacml/decision-api.rst b/docs/xacml/decision-api.rst index 8f6a9933..caf81b7f 100644 --- a/docs/xacml/decision-api.rst +++ b/docs/xacml/decision-api.rst @@ -45,9 +45,11 @@ x-patchversion is used only to communicate a PATCH version in a response for tro x-onap-requestid is used to track REST transactions for logging purpose, as described above. -:download:`Download the Decision API Swagger <swagger.json>` +.. csv-table:: + :header: "Swagger" + :widths: 10 -.. swaggerv2doc:: swagger.json + `Decision API Swagger <./local-swagger.html>`_ End of Document |