diff options
| author | Sean McGivern <sean@mcgivern.me.uk> | 2016-11-10 09:26:41 +0000 |
|---|---|---|
| committer | Sean McGivern <sean@mcgivern.me.uk> | 2016-11-10 09:26:41 +0000 |
| commit | a29544f5fee8ba65fcfea0689b0c60b77d8784ab (patch) | |
| tree | 4b670fbc30b67525311d2ab81b1f063e9102f98e /doc/api | |
| parent | 0c99e5d0b6b457ef7db2c36f1394fad5c63d1142 (diff) | |
| parent | 4f2c4411615a7c870fd1fa54525079f7ea97d6e5 (diff) | |
| download | gitlab-ce-a29544f5fee8ba65fcfea0689b0c60b77d8784ab.tar.gz | |
Merge branch 'feature/api_owned_resource' into 'master'
Add api endpoint `/groups/owned`
See merge request !7103
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/groups.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md index b56d74d25e0..45a3118f27a 100644 --- a/doc/api/groups.md +++ b/doc/api/groups.md @@ -26,6 +26,15 @@ GET /groups You can search for groups by name or path, see below. +======= +## List owned groups + +Get a list of groups which are owned by the authenticated user. + +``` +GET /groups/owned +``` + ## List a group's projects Get a list of projects in this group. |
