Fixed invalid JSON in REST API examples

Change-Id: I1fdeeaf672ede2f260164c4d75376ee2ec2e33e7
This commit is contained in:
Chris St. Pierre 2013-08-06 15:55:00 -04:00
parent b6ccae2f61
commit b39fb9e15d

View File

@ -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"
}
]
}
----