diff options
author | Daniel Serodio <Daniel.Serodio@walmart.com> | 2014-12-17 11:11:24 -0200 |
---|---|---|
committer | Daniel Serodio <Daniel.Serodio@walmart.com> | 2015-01-16 16:52:48 -0200 |
commit | ad18fcd0e61d2d6826a8e478345c3cd9b59049c5 (patch) | |
tree | be10c59475992fc5e23e3f6d707bde0bd2e6d440 /doc/api/groups.md | |
parent | 6ac8bb0f7ccd7b1f10909aea62b1d8493fc0574a (diff) | |
download | gitlab-ce-ad18fcd0e61d2d6826a8e478345c3cd9b59049c5.tar.gz |
Document the `description` attribute of groups API
Diffstat (limited to 'doc/api/groups.md')
-rw-r--r-- | doc/api/groups.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/groups.md b/doc/api/groups.md index 8aae4f6b1bb..e6893d71774 100644 --- a/doc/api/groups.md +++ b/doc/api/groups.md @@ -14,7 +14,8 @@ GET /groups "id": 1, "name": "Foobar Group", "path": "foo-bar", - "owner_id": 18 + "owner_id": 18, + "description": "An interesting group" } ] ``` @@ -45,6 +46,7 @@ Parameters: - `name` (required) - The name of the group - `path` (required) - The path of the group +- `description` (optional) - The group's description ## Transfer project to group |