diff options
author | Nick Thomas <nick@gitlab.com> | 2019-08-16 15:11:30 +0100 |
---|---|---|
committer | Himanshu Kapoor <hkapoor@gitlab.com> | 2019-08-19 14:21:56 +0530 |
commit | f7f91e84f71afa6bcf8a22ed181ce719bfbaf35c (patch) | |
tree | d1b3c63affba9c4349b23d2244fddb05cf5912cc /doc/api | |
parent | bbf639c43d689bd63a32ef7a60bdf83d3bd329bf (diff) | |
download | gitlab-ce-f7f91e84f71afa6bcf8a22ed181ce719bfbaf35c.tar.gz |
Add a skip_users filter to the project users API
This functionality is available in the /autocomplete users pseudo-API.
We're attempting to replace that with the canonical API, so it needs
support for this parameter too.
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/projects.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 70df44ec0fd..373607f8f4b 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -855,6 +855,7 @@ GET /projects/:id/users | Attribute | Type | Required | Description | | --------- | ---- | -------- | ----------- | | `search` | string | no | Search for specific users | +| `skip_users` | array[int] | no | Filter out users with the specified IDs | ```json [ |