File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
121121Accept: application/json
122122Authorization: Basic dXNlcjpwYXNzd29yZA==
123123Host: 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
186186Accept: application/json
187187Authorization: Basic dXNlcjpwYXNzd29yZA==
188188Host: 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
388388Accept: application/json
389389Authorization: Basic dXNlcjpwYXNzd29yZA==
390390Host: example.com
You can’t perform that action at this time.
0 commit comments