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-10-09 18:09:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-09 18:09:18 +0300
commit960d1d4c59270049f24e09084874b10997dc79de (patch)
tree3cbefb0ea353f2b9b58d01b66ffb096a7b9e8421 /doc/api/members.md
parent9cdba33385132eeb35bb1175db0531093037139e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/members.md')
-rw-r--r--doc/api/members.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/api/members.md b/doc/api/members.md
index 43012a5cb80..6886ed410e0 100644
--- a/doc/api/members.md
+++ b/doc/api/members.md
@@ -227,7 +227,10 @@ Example response:
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/217384) in GitLab 13.5.
-Gets a list of group members who counts as billable, including members in the sub group/project.
+Gets a list of group members that count as billable. The list includes members in the subgroup or subproject.
+
+NOTE:
+Unlike other API endpoints, billable members is updated once per day at 12:00 UTC.
This function takes [pagination](README.md#pagination) parameters `page` and `per_page` to restrict the list of users.