rest-api-groups.txt: Correct input examples to use [] for lists

Change-Id: I109bced2f9309dd20a7962d5fdbcd999fa6f87ff
This commit is contained in:
Dave Borowitz 2014-04-01 11:15:18 -07:00
parent 10f0274411
commit a2bf824fa1

@ -986,10 +986,10 @@ request body as a link:#groups-input[GroupsInput] entity.
Content-Type: application/json;charset=UTF-8
{
"groups": {
"groups": [
"MyGroup",
"MyOtherGroup"
}
]
}
----
@ -1068,10 +1068,10 @@ body as a link:#groups-input[GroupsInput] entity.
Content-Type: application/json;charset=UTF-8
{
"members": {
"members": [
"MyGroup",
"MyOtherGroup"
}
]
}
----