Skip to content

Commit 3780062

Browse files
authored
Fixed invalid json
Example has invalid JSON due to missing comma. Added comma.
1 parent edd0122 commit 3780062

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)