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
iv
gitlab-ce
Commits
1bdd3ce4
Commit
1bdd3ce4
authored
Feb 02, 2015
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'search-group' into 'master'
Search group documentation See merge request !1455
parents
e0ac7409
561a7153
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
doc/api/groups.md
doc/api/groups.md
+21
-1
No files found.
doc/api/groups.md
View file @
1bdd3ce4
...
...
@@ -20,7 +20,7 @@ GET /groups
]
```
You can search for groups by name or path
with:
`/groups?search=Rails`
You can search for groups by name or path
, see below.
## Details of a group
...
...
@@ -73,6 +73,26 @@ Parameters:
-
`id`
(required) - The ID of a user group
## Search for group
Get all groups that match your string in their name or path.
```
GET /groups?search=foobar
```
```
json
[
{
"id"
:
1
,
"name"
:
"Foobar Group"
,
"path"
:
"foo-bar"
,
"owner_id"
:
18
,
"description"
:
"An interesting group"
}
]
```
## Group members
**Group access levels**
...
...
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