Skip to content

Commit 55ac879

Browse files
committed
readme: json only is status is 200
1 parent 89f202d commit 55ac879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ echo -e "github.com\none.one.one.one\ngoogle-public-dns-a.google.com" | curl "ht
8686
]
8787
```
8888

89-
- Response is a JSON array (`Content-Type: application/json`).
89+
- If response status is 200 (OK), response is a JSON array (`Content-Type: application/json`).
9090
- Each element in the array:
9191
- Is a result of a query
9292
- Has an "in" fields which is an array of the input params (a request body line).

0 commit comments

Comments
 (0)