diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-06 03:19:29 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-06 03:19:29 -0800 |
commit | 4bfb98ddc90bcc6076e2819619fec7607e74358b (patch) | |
tree | 0b5a3028f6d10847d46d163413c5fbdb8fdc6d62 /doc/api/README.md | |
parent | 0a20f7e75e6aed0e52d5bf747f4b2bf17ec61b0b (diff) | |
parent | 33c48ecd35f4a2d5b2596882e36e722f700aff2f (diff) | |
download | gitlab-ce-4bfb98ddc90bcc6076e2819619fec7607e74358b.tar.gz |
Merge pull request #2877 from former03/feature_groups_api
Add groups api
Diffstat (limited to 'doc/api/README.md')
-rw-r--r-- | doc/api/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/README.md b/doc/api/README.md index 65eec6bec3c..0618db7e369 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -32,6 +32,7 @@ When listing resources you can pass the following parameters: + [Users](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/users.md) + [Session](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/session.md) + [Projects](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/projects.md) ++ [Groups](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/groups.md) + [Snippets](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/snippets.md) + [Repositories](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/repositories.md) + [Issues](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/issues.md) |