Skip to content

Commit

Permalink
fix:change bpn to identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafasalfiti committed Nov 29, 2023
1 parent dfadfc2 commit 3dcd63f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ public class HoldersCredentialControllerApiDocs {
@ExampleObject(name = "Wallet not found with caller BPN", value = """
{
"type": "about:blank",
"title": "Wallet not found for BPN did:web:localhost:BPNL0000000",
"title": "Wallet not found for identifier did:web:localhost:BPNL0000000",
"status": 404,
"detail": "Wallet not found for BPN did:web:localhost:BPNL0000000",
"detail": "Wallet not found for identifier did:web:localhost:BPNL0000000",
"instance": "/api/wallets/did%3Aweb%3Alocalhost%3ABPNL0000000/credentials",
"properties": {
"timestamp": 1689765541959
Expand Down Expand Up @@ -199,9 +199,9 @@ public class HoldersCredentialControllerApiDocs {
@ExampleObject(name = "Wallet not found with caller BPN", value = """
{
"type": "about:blank",
"title": "Wallet not found for BPN did:web:localhost:BPNL0000000501",
"title": "Wallet not found for identifier did:web:localhost:BPNL0000000501",
"status": 404,
"detail": "Wallet not found for BPN did:web:localhost:BPNL0000000501",
"detail": "Wallet not found for identifier did:web:localhost:BPNL0000000501",
"instance": "/api/wallets/did%3Aweb%3Alocalhost%3ABPNL0000000501",
"properties": {
"timestamp": 1689764377224
Expand Down

0 comments on commit 3dcd63f

Please sign in to comment.