From a31cf95ac0787eb559cb78f48c52bc6b79e970d8 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 11 Jul 2012 17:10:42 -0400 Subject: [PATCH] Forgot to commit UserModel with cookie field --- docs/02_rpc.mkd | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/02_rpc.mkd b/docs/02_rpc.mkd index 5cd0052..98a73e5 100644 --- a/docs/02_rpc.mkd +++ b/docs/02_rpc.mkd @@ -37,7 +37,7 @@ The Gitblit API includes methods for retrieving and interpreting RSS feeds. The Gitblit Manager uses these methods to allow branch activity monitoring and repository searching. -<table> +<table class="table"> <tr><th>url parameter</th><th>default</th><th>description</th></tr> <tr><td colspan='3'><b>standard query</b></td></tr> <tr><td><em>repository</em></td><td><em>required</em></td><td>repository name is part of the url (see examples below)</td></tr> @@ -58,16 +58,17 @@ ## JSON Remote Procedure Call (RPC) Interface ### RPC Protocol Versions -<table> +<table class="table"> <tbody> <tr><th>Release</th><th>Protocol Version</th></tr> <tr><td>Gitblit v0.7.0</td><td>1 (inferred version)</td></tr> <tr><td>Gitblit v0.8.0</td><td>2</td></tr> +<tr><td>Gitblit v0.9.0</td><td>3</td></tr> </tbody> </table> ### RPC Request and Response Types -<table> +<table class="table"> <tr><th colspan='2'>url parameters</th><th rowspan='2'>required<br/>user<br/>permission</th><th rowspan='2'>protocol<br/>version</th><th colspan='2'>json</th></tr> <tr><th>req=</th><th>name=</th><th>post body</th><th>response body</th></tr> <tr><td colspan='6'><em>web.enableRpcServlet=true</em></td></tr> @@ -103,7 +104,7 @@ </table> ### RPC/HTTP Response Codes -<table> +<table class="table"> <tr><th>code</th><th>name</th><th>description</th></tr> <tr><td>200</td><td>success</td><td>Gitblit processed the request successfully</td></tr> <tr><td>401</td><td>unauthorized</td><td>Gitblit requires user credentials to process the request</td></tr> -- Gitblit v1.9.1