Skip to content

Commit

Permalink
Fix API response bodies.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Nov 13, 2024
1 parent e10bcf0 commit 842e87a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ HTTP/1.1 200 OK

```json
{
"checks": ["proof"],
"warnings": ["invalid-uri"],
"errors": ["invalid proof"]
"verified": true,
"results": {},
"error": ["invalid proof"]
}
```

Expand Down Expand Up @@ -252,7 +252,7 @@ HTTP/1.1 200 OK

```json
{
"checks": ["proof"],
"verified": true,
"warnings": ["invalid-uri"],
"errors": ["invalid proof"]
}
Expand Down

0 comments on commit 842e87a

Please sign in to comment.