diff options
Diffstat (limited to 'doc/api/namespaces.md')
-rw-r--r-- | doc/api/namespaces.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/api/namespaces.md b/doc/api/namespaces.md index b90f66b7f71..b354e2b9ab2 100644 --- a/doc/api/namespaces.md +++ b/doc/api/namespaces.md @@ -58,7 +58,14 @@ Users on GitLab.com [Bronze or higher](https://about.gitlab.com/pricing/#gitlab- the `plan` parameter associated with a namespace: ```json - "plan": "bronze" +[ + { + "id": 1, + "name": "user1", + "plan": "bronze", + ... + } +] ``` **Note**: Only group maintainers/owners are presented with `members_count_with_descendants`, as well as `plan` **[BRONZE ONLY]**. |