Skip to content

Commit 5cbe90f

Browse files
authored
Remove externalId from SCIM /Group PATCH operations
Removed 'externalId' field from JSON examples.
1 parent 490c3d4 commit 5cbe90f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/SCIM/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ Content-Length: ...
311311
Content-Type: application/json
312312
{
313313
"schemas" : [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ],
314-
"externalId" : "test.eduid.nl.uva.canvas.guest",
315314
"id" : "{GroupID at SP}",
316315
"Operations" : [ {
317316
"op" : "Add",
@@ -332,7 +331,6 @@ Content-Length: ...
332331
Content-Type: application/json
333332
{
334333
"schemas" : [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ],
335-
"externalId" : "test.eduid.nl.uva.canvas.guest",
336334
"id" : "{GroupID at SP}",
337335
"Operations" : [ {
338336
"op" : "Remove",

0 commit comments

Comments
 (0)