Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-05 03:07:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-05 03:07:09 +0300
commitaf04e96bba78490341e282f977ad4640cf03f910 (patch)
tree142579ce7fa3a4100bc66a7f4b48d2a44294a57c /doc/api/namespaces.md
parent92de056eb4d80cdeb4b8bfbc1bffadd1bb6fff01 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/namespaces.md')
-rw-r--r--doc/api/namespaces.md7
1 files 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