From c19ed72155378c7e684d771964ad027f57c4ca34 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 12 Mar 2019 16:22:37 +0100 Subject: Merge EE docs into CE --- doc/api/namespaces.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/api/namespaces.md') 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 -- cgit v1.2.1