]> source.dussan.org Git - gitblit.git/commitdiff
Docs: Fix RPC URL 250/head
authorSteffen Gebert <steffen.gebert@typo3.org>
Tue, 24 Mar 2015 20:21:13 +0000 (21:21 +0100)
committerSteffen Gebert <steffen.gebert@typo3.org>
Tue, 24 Mar 2015 20:21:13 +0000 (21:21 +0100)
The RPC URL should be `/rpc/?` and not `/rpc?` according to
https://groups.google.com/d/msg/gitblit/Ajp2gR3B2bM/AXg6wIf21eIJ

src/site/rpc.mkd

index de4ed4713d7bd5619d0da6f040af28b54c04ef20..4b065bf05c89bfdbd6949336d2eff90ce902940d 100644 (file)
@@ -131,7 +131,7 @@ Use *SET_REPOSITORY_TEAM_PERMISSIONS* instead.
 \r
 ### Example: LIST_REPOSITORIES\r
 \r
-**url**: https://localhost/rpc?req=LIST_REPOSITORIES  \r
+**url**: https://localhost/rpc/?req=LIST_REPOSITORIES  \r
 **response body**: Map&lt;String, RepositoryModel&gt; where the map key is the clone url of the repository\r
 \r
 ```json\r
@@ -183,7 +183,7 @@ Use *SET_REPOSITORY_TEAM_PERMISSIONS* instead.
 \r
 The original repository name is specified in the *name* url parameter.  The new name is set within the JSON object.\r
 \r
-**url**: https://localhost/rpc?req=EDIT_REPOSITORY&name=libraries/xmlapache.git  \r
+**url**: https://localhost/rpc/?req=EDIT_REPOSITORY&name=libraries/xmlapache.git  \r
 **post body**: RepositoryModel\r
 \r
 ```json\r
@@ -211,7 +211,7 @@ The original repository name is specified in the *name* url parameter.  The new
 ```\r
 \r
 ### Example: LIST_USERS\r
-**url**: https://localhost/rpc?req=LIST_USERS  \r
+**url**: https://localhost/rpc/?req=LIST_USERS  \r
 **response body**: List&lt;UserModel&gt;\r
 \r
 ```json\r
@@ -237,7 +237,7 @@ The original repository name is specified in the *name* url parameter.  The new
 ```\r
 \r
 ### Example: LIST_SETTINGS\r
-**url**: https://localhost/rpc?req=LIST_SETTINGS  \r
+**url**: https://localhost/rpc/?req=LIST_SETTINGS  \r
 **response body**: ServerSettings\r
 \r
 ```json\r
@@ -268,7 +268,7 @@ The original repository name is specified in the *name* url parameter.  The new
 ```\r
 \r
 ### Example: LIST_STATUS\r
-**url**: https://localhost/rpc?req=LIST_STATUS  \r
+**url**: https://localhost/rpc/?req=LIST_STATUS  \r
 **response body**: ServerStatus\r
 \r
 ```json\r