diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-02 00:07:41 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-02 00:07:41 +0000 |
commit | 42263d6451c0af3c0e7a61747ffb046a806e4477 (patch) | |
tree | 989941de7bbf543963942e7d9a4b1b89bdf7e386 /doc/api | |
parent | 2412ddf03da787012161ea1e8a03787275f9cde9 (diff) | |
download | gitlab-ce-42263d6451c0af3c0e7a61747ffb046a806e4477.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/scim.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/scim.md b/doc/api/scim.md index cdd635d0627..eaa56b0d0dd 100644 --- a/doc/api/scim.md +++ b/doc/api/scim.md @@ -122,7 +122,7 @@ Parameters: | `userName` | string | yes | Username of the user. | | `emails` | JSON string | yes | Work email. | | `name` | JSON string | yes | Name of the user. | -| `meta` | string | no | Resource type (`User'). | +| `meta` | string | no | Resource type (`User`). | Example request: |