Merge "Fixed invalid JSON in REST API examples"

This commit is contained in:
Shawn Pearce
2013-08-06 20:43:13 +00:00
committed by Gerrit Code Review

View File

@@ -765,10 +765,10 @@ as a link:#members-input[MembersInput] entity.
Content-Type: application/json;charset=UTF-8 Content-Type: application/json;charset=UTF-8
{ {
"members": { "members": [
"jane.roe@example.com", "jane.roe@example.com",
"john.doe@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 Content-Type: application/json;charset=UTF-8
{ {
"members": { "members": [
"jane.roe@example.com", "jane.roe@example.com",
"john.doe@example.com" "john.doe@example.com"
} ]
} }
---- ----