Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilienMottet <emilien.mottet@grenoble-inp.org>2017-08-25 16:17:04 +0300
committerEmilien Mottet <emilien.mottet@grenoble-inp.org>2017-08-29 16:02:16 +0300
commitc27b1cd394c8891285577f2843f651c7d4be469e (patch)
tree79718f09a914e28085ec8c938e2dc68278fc875d /doc/api/namespaces.md
parent01785533a5ba26e9dbed7972d9732a9b122ff3e0 (diff)
fix json response
Diffstat (limited to 'doc/api/namespaces.md')
-rw-r--r--doc/api/namespaces.md4
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",