diff options
author | Kushal Pandya <kushalspandya@gmail.com> | 2019-08-22 07:59:22 +0000 |
---|---|---|
committer | Kushal Pandya <kushalspandya@gmail.com> | 2019-08-22 07:59:22 +0000 |
commit | 7b5708d1d944547dfea9bc8b6b8e1c6c6e22901b (patch) | |
tree | 4ca58265c0f350e8e22f3c62e2cd85899dab169d /doc/api/projects.md | |
parent | 11fd6bdf9972a9a890beb58ba48ebf2afe7d993c (diff) | |
parent | cf88f9dda13d15ab7f773f57c6e844691fd1a496 (diff) | |
download | gitlab-ce-7b5708d1d944547dfea9bc8b6b8e1c6c6e22901b.tar.gz |
Merge branch 'ee-2502-refactor-ee-app-assets-javascripts-approvals-components-approvers_select-vue-to-remove-approverusers' into 'master'
Add a new method to `Api.js`: `projectUsers`
See merge request gitlab-org/gitlab-ce!31801
Diffstat (limited to 'doc/api/projects.md')
-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 [ |