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
Léo-Paul Géneau
gitlab-ce
Commits
911d8356
Commit
911d8356
authored
Oct 26, 2018
by
Heinrich Lee Yu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation
parent
cc4b2151
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
doc/api/groups.md
doc/api/groups.md
+4
-2
No files found.
doc/api/groups.md
View file @
911d8356
...
@@ -152,8 +152,10 @@ Parameters:
...
@@ -152,8 +152,10 @@ Parameters:
|
`simple`
| boolean | no | Return only the ID, URL, name, and path of each project |
|
`simple`
| boolean | no | Return only the ID, URL, name, and path of each project |
|
`owned`
| boolean | no | Limit by projects owned by the current user |
|
`owned`
| boolean | no | Limit by projects owned by the current user |
|
`starred`
| boolean | no | Limit by projects starred by the current user |
|
`starred`
| boolean | no | Limit by projects starred by the current user |
|
`with_issues_enabled`
| boolean | no | Limit by enabled issues feature |
|
`with_issues_enabled`
| boolean | no | Limit by projects with issues feature enabled. Default is
`false`
|
|
`with_merge_requests_enabled`
| boolean | no | Limit by enabled merge requests feature |
|
`with_merge_requests_enabled`
| boolean | no | Limit by projects with merge requests feature enabled. Default is
`false`
|
|
`with_shared`
| boolean | no | Include projects shared to this group. Default is
`true`
|
|
`include_subgroups`
| boolean | no | Include projects in subgroups of this group. Default is
`false`
|
|
`with_custom_attributes`
| boolean | no | Include
[
custom attributes
](
custom_attributes.md
)
in response (admins only) |
|
`with_custom_attributes`
| boolean | no | Include
[
custom attributes
](
custom_attributes.md
)
in response (admins only) |
Example response:
Example response:
...
...
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