Skip to content

Commit

Permalink
We don't need a list of dict; a dict will do just fine
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroel committed May 17, 2017
1 parent a3cda86 commit 5312259
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/source/_json/groups_update.req
Expand Up @@ -5,9 +5,7 @@ Content-Type: application/json

{
"email": "ploneteam2@plone.org",
"users": [
{
"test_user_1_": false
}
]
"users": {
"test_user_1_": false
}
}

0 comments on commit 5312259

Please sign in to comment.