Document the `description` attribute of groups API

This commit is contained in:
Daniel Serodio 2014-12-17 11:11:24 -02:00
parent 6ac8bb0f7c
commit ad18fcd0e6
1 changed files with 3 additions and 1 deletions

View File

@ -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