Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Serodio <Daniel.Serodio@walmart.com>2014-12-17 16:11:24 +0300
committerDaniel Serodio <Daniel.Serodio@walmart.com>2015-01-16 21:52:48 +0300
commitad18fcd0e61d2d6826a8e478345c3cd9b59049c5 (patch)
treebe10c59475992fc5e23e3f6d707bde0bd2e6d440 /doc/api/groups.md
parent6ac8bb0f7ccd7b1f10909aea62b1d8493fc0574a (diff)
Document the `description` attribute of groups API
Diffstat (limited to 'doc/api/groups.md')
-rw-r--r--doc/api/groups.md4
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