fix json response

This commit is contained in:
EmilienMottet 2017-08-25 13:17:04 +00:00 committed by Emilien Mottet
parent 01785533a5
commit c27b1cd394
1 changed files with 4 additions and 0 deletions

View File

@ -28,12 +28,14 @@ Example response:
[
{
"id": 1,
"name": "user1",
"path": "user1",
"kind": "user",
"full_path": "user1"
},
{
"id": 2,
"name": "group1",
"path": "group1",
"kind": "group",
"full_path": "group1",
@ -42,6 +44,7 @@ Example response:
},
{
"id": 3,
"name": "bar",
"path": "bar",
"kind": "group",
"full_path": "foo/bar",
@ -77,6 +80,7 @@ Example response:
[
{
"id": 4,
"name": "twitter",
"path": "twitter",
"kind": "group",
"full_path": "twitter",