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 Dec 1, 2023
1 parent 87abe70 commit 51a8b81
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ public class DidDocumentControllerApiDocs {
@ExampleObject(name = "Wallet not found with provided bpn", value = """
{
"type": "about:blank",
"title": "Wallet not found for BPN BPNL00000000000",
"title": "Wallet not found for identifier BPNL00000000000",
"status": 404,
"detail": "Wallet not found for BPN BPNL00000000000",
"detail": "Wallet not found for identifier BPNL00000000000",
"instance": "/BPNL00000000000/did.json",
"properties": {
"timestamp": 1689767698010
Expand Down Expand Up @@ -99,9 +99,9 @@ public class DidDocumentControllerApiDocs {
@ExampleObject(name = "Wallet not found with provided bpn", value = """
{
"type": "about:blank",
"title": "Wallet not found for BPN BPNL00000000000",
"title": "Wallet not found for identifier BPNL00000000000",
"status": 404,
"detail": "Wallet not found for BPN BPNL00000000000",
"detail": "Wallet not found for identifier BPNL00000000000",
"instance": "/BPNL00000000000/did.json",
"properties": {
"timestamp": 1689767698010
Expand Down

0 comments on commit 51a8b81

Please sign in to comment.