You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2022/10/12 09:54:47 UTC

[unomi-site] 01/01: Add link to OpenAPI Swagger embedded Swagger documentation.

This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch UNOMI-663-v2-release
in repository https://gitbox.apache.org/repos/asf/unomi-site.git

commit 3d7fa458b4af487233867c39ab44e60a4547d62e
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Wed Oct 12 11:54:40 2022 +0200

    Add link to OpenAPI Swagger embedded Swagger documentation.
---
 src/main/webapp/documentation.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/main/webapp/documentation.html b/src/main/webapp/documentation.html
index de7edaa..1bc0df6 100644
--- a/src/main/webapp/documentation.html
+++ b/src/main/webapp/documentation.html
@@ -171,6 +171,12 @@ layout: default
 
             <h4 class="pt-4 pb-2 text-dark">REST</h4>
 
+            <p>
+              Starting with version 1.6, the REST API is no longer updated here since it is embedded directly in the
+              server as OpenAPI documentation. You can find it here: <a href="http://localhost:8181/cxs/api-docs?url=openapi.json">http://localhost:8181/cxs/api-docs?url=openapi.json</a>
+              once the server was started.
+            </p>
+
             <table class="table table-striped table-sm">
               <thead class="thead-dark">
                 <th>Name</th>