Skip to content

Commit b4c204a

Browse files
authored
Merge pull request #94237 from KyleTraynor/patch-1
Fixed invalid json
2 parents 6b13ef4 + 3780062 commit b4c204a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/add-api-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Content-type: application/json
7272
}
7373
],
7474
"displayName": "John Smith",
75-
"objectId": "11111111-0000-0000-0000-000000000000"
75+
"objectId": "11111111-0000-0000-0000-000000000000",
7676
"givenName":"John",
7777
"surname":"Smith",
7878
"jobTitle":"Supplier",

0 commit comments

Comments
 (0)