You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/12/03 10:50:07 UTC

[brooklyn-ui] branch master updated: tweak language for REST API page, and provide link to spec

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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 2c3da6d  tweak language for REST API page, and provide link to spec
2c3da6d is described below

commit 2c3da6d7ecb4ac0a4133ecc7139caa5d866a91e2
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Fri Dec 3 10:49:51 2021 +0000

    tweak language for REST API page, and provide link to spec
---
 ui-modules/rest-api-docs/app/views/main/main.template.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/ui-modules/rest-api-docs/app/views/main/main.template.html b/ui-modules/rest-api-docs/app/views/main/main.template.html
index 54b93bd..f013936 100644
--- a/ui-modules/rest-api-docs/app/views/main/main.template.html
+++ b/ui-modules/rest-api-docs/app/views/main/main.template.html
@@ -20,7 +20,11 @@
     <br-card>
         <br-card-content>
             <br-card-content-headline>REST API Docs</br-card-content-headline>
-            <br-card-content-subhead>This UI facilitates access to a powerful REST API. This page will allow you browse and learn more about that API to interact directly via the browser or through your favourite REST client</br-card-content-subhead>
+            <br-card-content-subhead>
+               This page provides documentation and easy access to the powerful REST API. 
+               This page will allow you browse and learn more about that API to interact directly via the browser or through your favourite REST client.
+               The JSON spec for the API can be accessed <a href="/v1/apidoc/swagger.json">here</a>.
+            </br-card-content-subhead>
 
             <div id="swagger-ui-container" class="swagger-section"></div>
         </br-card-content>