diff options
author | Rémy Coutable <remy@rymai.me> | 2017-09-07 14:30:29 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-09-07 14:30:29 +0000 |
commit | ba2b3121cdf435b27fdd6dbe6c56490f36d3a917 (patch) | |
tree | 8e8b800d3af38c62e0371c4857d33c7d0afbf09c /doc/api | |
parent | 47f17681f80e3f3827698f610662172e61418548 (diff) | |
parent | c27b1cd394c8891285577f2843f651c7d4be469e (diff) | |
download | gitlab-ce-ba2b3121cdf435b27fdd6dbe6c56490f36d3a917.tar.gz |
Merge branch 'patch-24' into 'master'
Docs: fix json response
See merge request !13831
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/namespaces.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/namespaces.md b/doc/api/namespaces.md index 8133251dffe..5c0bebbaeb0 100644 --- a/doc/api/namespaces.md +++ b/doc/api/namespaces.md @@ -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", |