Fixed invalid JSON in REST API examples
Change-Id: I1fdeeaf672ede2f260164c4d75376ee2ec2e33e7
This commit is contained in:
parent
b6ccae2f61
commit
b39fb9e15d
@ -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"
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user