Y
Hacker News
new
|
ask
|
show
|
jobs
by
tacitusarc
42 days ago
This too is not spec compliant. 204 means the request was successful but no body is being returned in the response.
1 comments
rswail
42 days ago
Which is the equivalent of nothing found matching the request in a collection.
The alternate is basically 200 OK
followed by a JSON body of:
[]
link
The alternate is basically 200 OK
followed by a JSON body of:
[]