From ad18fcd0e61d2d6826a8e478345c3cd9b59049c5 Mon Sep 17 00:00:00 2001 From: Daniel Serodio Date: Wed, 17 Dec 2014 11:11:24 -0200 Subject: Document the `description` attribute of groups API --- doc/api/groups.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/api') 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 -- cgit v1.2.1