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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
4460863b
Commit
4460863b
authored
Feb 13, 2018
by
Tomasz Maczukin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make parent_id field integer/null value instead of string
parent
4e846c73
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
doc/api/namespaces.md
doc/api/namespaces.md
+5
-5
No files found.
doc/api/namespaces.md
View file @
4460863b
...
...
@@ -39,7 +39,7 @@ Example response:
"path"
:
"group1"
,
"kind"
:
"group"
,
"full_path"
:
"group1"
,
"parent_id"
:
"null"
,
"parent_id"
:
null
,
"members_count_with_descendants"
:
2
},
{
...
...
@@ -48,7 +48,7 @@ Example response:
"path"
:
"bar"
,
"kind"
:
"group"
,
"full_path"
:
"foo/bar"
,
"parent_id"
:
"9"
,
"parent_id"
:
9
,
"members_count_with_descendants"
:
5
}
]
...
...
@@ -84,7 +84,7 @@ Example response:
"path"
:
"twitter"
,
"kind"
:
"group"
,
"full_path"
:
"twitter"
,
"parent_id"
:
"null"
,
"parent_id"
:
null
,
"members_count_with_descendants"
:
2
}
]
...
...
@@ -117,7 +117,7 @@ Example response:
"path"
:
"group1"
,
"kind"
:
"group"
,
"full_path"
:
"group1"
,
"parent_id"
:
"null"
,
"parent_id"
:
null
,
"members_count_with_descendants"
:
2
}
```
...
...
@@ -137,7 +137,7 @@ Example response:
"path"
:
"group1"
,
"kind"
:
"group"
,
"full_path"
:
"group1"
,
"parent_id"
:
"null"
,
"parent_id"
:
null
,
"members_count_with_descendants"
:
2
}
```
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