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>2020-11-20 00:09:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-20 00:09:07 +0300
commitdf40cd1c38116a25089930be960d511b0be732ad (patch)
tree6f32db75c0fa073a990873b4d6689390dbf3bbc3 /doc/api/namespaces.md
parent71c85847eb6645f6cca91febd70668d544a4125d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/namespaces.md')
-rw-r--r--doc/api/namespaces.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/namespaces.md b/doc/api/namespaces.md
index f61400dfddb..1434ed08693 100644
--- a/doc/api/namespaces.md
+++ b/doc/api/namespaces.md
@@ -93,12 +93,12 @@ the `plan` parameter associated with a namespace:
]
```
-Users on GitLab.com will also see `max_seats_used` and `seats_in_use` parameters.
+Users on GitLab.com also see `max_seats_used` and `seats_in_use` parameters.
`max_seats_used` is the highest number of users the group had. `seats_in_use` is
the number of license seats currently being used. Both values are updated
once a day.
-`max_seats_used` and `seats_in_use` will be non-zero only for namespaces on paid plans.
+`max_seats_used` and `seats_in_use` are non-zero only for namespaces on paid plans.
```json
[