From 737e0a334a5156d1bfe01c8665d0dd4541e6df0e Mon Sep 17 00:00:00 2001 From: Sasa Zivkov Date: Mon, 18 Mar 2013 14:21:42 +0100 Subject: [PATCH] Rename MemberInput to MembersInput in rest API docs Using plural for MembersInput makes it consistent with the usage of the plural in the GroupsInput name. Change-Id: Id453267cfc79c3983a8fcb02349303d2b14a26df Signed-off-by: Sasa Zivkov --- Documentation/rest-api-groups.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/rest-api-groups.txt b/Documentation/rest-api-groups.txt index f4f16c226c..e800d569ee 100644 --- a/Documentation/rest-api-groups.txt +++ b/Documentation/rest-api-groups.txt @@ -748,7 +748,7 @@ OR Adds one or several users to a Gerrit internal group. The users to be added to the group must be provided in the request body -as a link:#member-input[MemberInput] entity. +as a link:#members-input[MembersInput] entity. .Request ---- @@ -765,7 +765,7 @@ as a link:#member-input[MemberInput] entity. As response a list of detailed link:rest-api-accounts.html#account-info[ AccountInfo] entities is returned that describes the group members that -were specified in the link:#member-input[MemberInput]. An +were specified in the link:#members-input[MembersInput]. An link:rest-api-accounts.html#account-info[AccountInfo] entity is returned for each user specified in the input, independently of whether the user was newly added to the group or whether the user was @@ -819,7 +819,7 @@ Delete Group Members Delete one or several users from a Gerrit internal group. The users to be deleted from the group must be provided in the request -body as a link:#member-input[MemberInput] entity. +body as a link:#members-input[MembersInput] entity. .Request ---- @@ -1206,10 +1206,10 @@ New options for a group. Whether the group is visible to all registered users. |============================= -[[member-input]] -MemberInput +[[members-input]] +MembersInput ~~~~~~~~~~~ -The `MemberInput` entity contains information about accounts that should +The `MembersInput` entity contains information about accounts that should be added as members to a group or that should be deleted from the group. [options="header",width="50%",cols="1,^1,5"]