summaryrefslogtreecommitdiff
path: root/doc/api/groups.md
diff options
context:
space:
mode:
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