Skip to content

Commit 220456d

Browse files
authored
Fix casing in SCIM examples
1 parent 4b3f3f0 commit 220456d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/SCIM/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dan sturen we een geupdate user-object naar alle service providers waar deze geb
117117
#### Request
118118

119119
```curl
120-
PUT /v1/users/{UserID at SP} HTTP/1.1
120+
PUT /v1/Users/{UserID at SP} HTTP/1.1
121121
Accept: application/json
122122
Authorization: Basic dXNlcjpwYXNzd29yZA==
123123
Host: example.com
@@ -182,7 +182,7 @@ Niet actieve gebruikers worden na X dagen verwijderd uit de invite applicatie, e
182182
#### Request
183183

184184
```curl
185-
DELETE /users/{UserID at SP} HTTP/1.1
185+
DELETE /v1/Users/{UserID at SP} HTTP/1.1
186186
Accept: application/json
187187
Authorization: Basic dXNlcjpwYXNzd29yZA==
188188
Host: example.com
@@ -384,7 +384,7 @@ Als groepen worden verwijderd vanuit de invite applicatie wordt dit ook doorgege
384384
#### Request
385385

386386
```curl
387-
DELETE /groups/{GroupID at SP} HTTP/1.1
387+
DELETE /v1/Groups/{GroupID at SP} HTTP/1.1
388388
Accept: application/json
389389
Authorization: Basic dXNlcjpwYXNzd29yZA==
390390
Host: example.com

0 commit comments

Comments
 (0)