From: James Moger Date: Thu, 27 Jun 2013 13:26:35 +0000 (-0400) Subject: Improve RPC documentation X-Git-Tag: v1.3.0~40 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bd8ec510a1c1d8ae474bceee7837311f9de05bdb;p=gitblit.git Improve RPC documentation --- diff --git a/src/site/rpc.mkd b/src/site/rpc.mkd index 35528bfc..26575d90 100644 --- a/src/site/rpc.mkd +++ b/src/site/rpc.mkd @@ -88,15 +88,15 @@ Use *SET_REPOSITORY_TEAM_PERMISSIONS* instead. web.enableRpcManagement=true CREATE_REPOSITORYrepository nameadmin1RepositoryModel- EDIT_REPOSITORYrepository nameadmin1RepositoryModel- -DELETE_REPOSITORYrepository nameadmin1-- +DELETE_REPOSITORYrepository nameadmin1RepositoryModel- LIST_USERS-admin1-List<UserModel> CREATE_USERuser nameadmin1UserModel- EDIT_USERuser nameadmin1UserModel- -DELETE_USERuser nameadmin1-- +DELETE_USERuser nameadmin1UserModel- LIST_TEAMS-admin2-List<TeamModel> CREATE_TEAMteam nameadmin2TeamModel- EDIT_TEAMteam nameadmin2TeamModel- -DELETE_TEAMteam nameadmin2-- +DELETE_TEAMteam nameadmin2TeamModel- LIST_REPOSITORY_MEMBERSrepository nameadmin1-List<String> SET_REPOSITORY_MEMBERSrepository nameadmin1List<String>- LIST_REPOSITORY_MEMBER_PERMISSIONSrepository nameadmin5-List<String>