diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-03-12 16:22:37 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-03-12 16:22:37 +0100 |
commit | c19ed72155378c7e684d771964ad027f57c4ca34 (patch) | |
tree | aee24cf4cd24ca3962a2adf68c7b89cfb37ef242 /doc/api/namespaces.md | |
parent | a817f7905c084f725b6fa01955be4fd8ad28c747 (diff) | |
download | gitlab-ce-docs/ee-to-ce.tar.gz |
Merge EE docs into CEdocs/ee-to-ce
Diffstat (limited to 'doc/api/namespaces.md')
-rw-r--r-- | doc/api/namespaces.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/api/namespaces.md b/doc/api/namespaces.md index b8bc4c40124..c6f08fdce34 100644 --- a/doc/api/namespaces.md +++ b/doc/api/namespaces.md @@ -37,10 +37,11 @@ Example response: "id": 2, "name": "group1", "path": "group1", - "kind": "group", + "kind": "group" "full_path": "group1", "parent_id": null, - "members_count_with_descendants": 2 + "members_count_with_descendants": 2, + "plan": "bronze" }, { "id": 3, @@ -54,7 +55,7 @@ Example response: ] ``` -**Note**: `members_count_with_descendants` are presented only for group maintainers/owners. +**Note**: `members_count_with_descendants` and `plan` are presented only for group maintainers/owners. ## Search for namespace |