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
path: root/doc
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2019-08-22 10:59:22 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-08-22 10:59:22 +0300
commit7b5708d1d944547dfea9bc8b6b8e1c6c6e22901b (patch)
tree4ca58265c0f350e8e22f3c62e2cd85899dab169d /doc
parent11fd6bdf9972a9a890beb58ba48ebf2afe7d993c (diff)
parentcf88f9dda13d15ab7f773f57c6e844691fd1a496 (diff)
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')
-rw-r--r--doc/api/projects.md1
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
[