You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2015/10/30 02:06:48 UTC

[08/48] allura git commit: [#7919] Add the "tools" endpoint to the api documentation

[#7919] Add the "tools" endpoint to the api documentation


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/500808db
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/500808db
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/500808db

Branch: refs/heads/hs/7919
Commit: 500808dbff993b834e6a4e0d65531d24cf85121e
Parents: f645bd7
Author: Heith Seewald <hs...@hsmb.local>
Authored: Tue Oct 6 03:12:02 2015 -0400
Committer: Heith Seewald <hs...@hsmb.local>
Committed: Thu Oct 29 20:21:30 2015 -0400

----------------------------------------------------------------------
 Allura/docs/api-rest/api.raml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/500808db/Allura/docs/api-rest/api.raml
----------------------------------------------------------------------
diff --git a/Allura/docs/api-rest/api.raml b/Allura/docs/api-rest/api.raml
index 244c5db..ec83c26 100755
--- a/Allura/docs/api-rest/api.raml
+++ b/Allura/docs/api-rest/api.raml
@@ -667,6 +667,15 @@ documentation:
                     required: false
                     description: |
                       "first", "last", or "alpha_tool" for position with respect to existing tools (or existing tools of the same type for "alpha_tool")
+        /tools:
+          description: |
+            Gets a list of installable tools for a project
+
+            returns dict with two fields:
+            success: False if error is occurred, otherwise True
+            info: success or error message
+          get:
+
 
 /u/{username}:
     description: |