diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-03 11:28:54 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-02-03 11:28:54 +0000 |
commit | 41fd6d4d38aaef723e501ff3ab38ae63e31d4efb (patch) | |
tree | 65f9e06d467a90b39cfc7ea6debc3864d219f7cb /doc/api/members.md | |
parent | abbf44bd6cfb29413b3cf5768b691e5b222b89ea (diff) | |
download | gitlab-ce-41fd6d4d38aaef723e501ff3ab38ae63e31d4efb.tar.gz |
Add latest changes from gitlab-org/security/gitlab@14-7-stable-ee
Diffstat (limited to 'doc/api/members.md')
-rw-r--r-- | doc/api/members.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/members.md b/doc/api/members.md index ee6d2cfa2d8..95565d40897 100644 --- a/doc/api/members.md +++ b/doc/api/members.md @@ -267,11 +267,11 @@ respectively. GET /groups/:id/billable_members ``` -| Attribute | Type | Required | Description | -| --------- | ---- | -------- | ----------- | +| Attribute | Type | Required | Description | +| --------- | ---- | -------- |--------------------------------------------------------------------------------------------------------------| | `id` | integer/string | yes | The ID or [URL-encoded path of the group](index.md#namespaced-path-encoding) owned by the authenticated user | -| `search` | string | no | A query string to search for group members by name, username, or email. | -| `sort` | string | no | A query string containing parameters that specify the sort attribute and order. See supported values below.| +| `search` | string | no | A query string to search for group members by name, username, or public email. | +| `sort` | string | no | A query string containing parameters that specify the sort attribute and order. See supported values below. | The supported values for the `sort` attribute are: |