Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ba2b3121
Commit
ba2b3121
authored
Sep 07, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-24' into 'master'
Docs: fix json response See merge request !13831
parents
47f17681
c27b1cd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
doc/api/namespaces.md
doc/api/namespaces.md
+4
-0
No files found.
doc/api/namespaces.md
View file @
ba2b3121
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment