From bd8ec510a1c1d8ae474bceee7837311f9de05bdb Mon Sep 17 00:00:00 2001 From: James Moger Date: Thu, 27 Jun 2013 09:26:35 -0400 Subject: Improve RPC documentation --- src/site/rpc.mkd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/site') 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> -- cgit v1.2.3