diff options
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 b66a3198ffb..f42ddec9767 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 |