Skip to content
Snippets Groups Projects
Commit c27b1cd3 authored by EmilienMottet's avatar EmilienMottet Committed by Emilien Mottet
Browse files

fix json response

parent 01785533
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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",
Loading
Loading
@@ -42,6 +44,7 @@ Example response:
},
{
"id": 3,
"name": "bar",
"path": "bar",
"kind": "group",
"full_path": "foo/bar",
Loading
Loading
@@ -77,6 +80,7 @@ Example response:
[
{
"id": 4,
"name": "twitter",
"path": "twitter",
"kind": "group",
"full_path": "twitter",
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment