Skip to content

Commit 6bc1c93

Browse files
authored
Update presentation-request-api.md
Corrected typo in sample code for example presentation request where callback endpoint was missing a character.
1 parent c9fe998 commit 6bc1c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/verifiable-credentials/presentation-request-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Authorization: Bearer <token>
5252
{
5353
    "includeQRCode": true,
5454
"callback": {
55-
      "url": "https://www.contoso.com/api/verifier/presentationCallbac",
55+
      "url": "https://www.contoso.com/api/verifier/presentationCallback",
5656
      "state": "11111111-2222-2222-2222-333333333333",
5757
      "headers": {
5858
        "api-key": "an-api-key-can-go-here"

0 commit comments

Comments
 (0)