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>2019-11-12 03:06:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-12 03:06:21 +0300
commit75687c79df805b57914d79cf217e3f08dbc77cc2 (patch)
treebff07aefc6467b8a7e00cd7649109fc6e8b7768f /doc/api/scim.md
parent0c3f12149372a79b825d265a6c28dc547e4a1afc (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/scim.md')
-rw-r--r--doc/api/scim.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/scim.md b/doc/api/scim.md
index 134761334b6..cf9d8ebbec2 100644
--- a/doc/api/scim.md
+++ b/doc/api/scim.md
@@ -21,7 +21,7 @@ Parameters:
| Attribute | Type | Required | Description |
|:----------|:--------|:---------|:----------------------------------------------------------------------------------------------------------------------------------------|
-| `filter` | string | yes | A [filter](#available-filters) expression. |
+| `filter` | string | no | A [filter](#available-filters) expression. |
| `group_path` | string | yes | Full path to the group. |
| `startIndex` | integer | no | The 1-based index indicating where to start returning results from. A value of less than one will be interpreted as 1. |
| `count` | integer | no | Desired maximum number of query results. |