Skip to content

Commit 4444ac1

Browse files
committed
docs: all HTTP 404 responses should contain an error message
1 parent 74b9021 commit 4444ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This document contains the API design. It is aimed at developers and to support
1111

1212
## API responses
1313

14-
All API responses either have an empty body (only for HTTP 204 and some HTTP 404 responses) or the body consists of only JSON.
14+
All API responses either have an empty body (only for HTTP 204 responses) or the body consists of only JSON.
1515

1616
All API responses have **either** a `data` or an `error` top level key. They can’t appear at the same time.
1717

0 commit comments

Comments
 (0)