My favorites | Sign in
Project Home Downloads Wiki Issues Source
New issue   Search
for
  Advanced search   Search tips   Subscriptions

Issue 2048 attachment: gerrit-groups-rest-api-docs.patch (694 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff --git a/Documentation/rest-api-groups.txt b/Documentation/rest-api-groups.txt
index d8f021b..6289e5a 100644
--- a/Documentation/rest-api-groups.txt
+++ b/Documentation/rest-api-groups.txt
@@ -765,10 +765,10 @@ as a link:#members-input[MembersInput] entity.
Content-Type: application/json;charset=UTF-8

{
- "members": {
+ "members": [
"jane.roe@example.com",
"john.doe@example.com"
- }
+ ]
}
----

@@ -838,10 +838,10 @@ body as a link:#members-input[MembersInput] entity.
Content-Type: application/json;charset=UTF-8

{
- "members": {
+ "members": [
"jane.roe@example.com",
"john.doe@example.com"
- }
+ ]
}
----

Powered by Google Project Hosting