From af04e96bba78490341e282f977ad4640cf03f910 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 5 Jul 2021 00:07:09 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- doc/api/namespaces.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/api/namespaces.md b/doc/api/namespaces.md index 04c1b00bb54..ac8ea95ef30 100644 --- a/doc/api/namespaces.md +++ b/doc/api/namespaces.md @@ -79,15 +79,14 @@ Example response: ] ``` -Users on GitLab.com [Bronze or higher](https://about.gitlab.com/pricing/#gitlab-com) may also see -the `plan` parameter associated with a namespace: +Owners also see the `plan` property associated with a namespace: ```json [ { "id": 1, "name": "user1", - "plan": "bronze", + "plan": "silver", ... } ] @@ -114,7 +113,7 @@ once a day. ``` NOTE: -Only group maintainers/owners are presented with `members_count_with_descendants`, as well as `plan` **(BRONZE ONLY)**. +Only group owners are presented with `members_count_with_descendants` and `plan`. ## Search for namespace