summaryrefslogtreecommitdiff
path: root/doc/api/scim.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-08 09:09:41 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-08 09:09:41 +0000
commit707742e59ca57d1f2ea00d65fa35a7b9a5ded398 (patch)
tree8dcb287cd941eab2acf6d62de519d1e915686175 /doc/api/scim.md
parenta0834ebcaa12d126a20e07b6502121e1dc58c9b9 (diff)
downloadgitlab-ce-707742e59ca57d1f2ea00d65fa35a7b9a5ded398.tar.gz
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 fe344ea112f..a9622525478 100644
--- a/doc/api/scim.md
+++ b/doc/api/scim.md
@@ -39,7 +39,7 @@ Pagination follows the [SCIM spec](https://tools.ietf.org/html/rfc7644#section-3
Example request:
```shell
-curl 'https://gitlab.example.com/api/scim/v2/groups/test_group/Users?filter=id%20eq%20"0b1d561c-21ff-4092-beab-8154b17f82f2"' --header "Authorization: Bearer <your_scim_token>" --header "Content-Type: application/scim+json"
+curl "https://gitlab.example.com/api/scim/v2/groups/test_group/Users?filter=id%20eq%20%220b1d561c-21ff-4092-beab-8154b17f82f2%22" --header "Authorization: Bearer <your_scim_token>" --header "Content-Type: application/scim+json"
```
Example response: