Closed
Description
Description
Earlier, when a resource does not exist, a 404 with an empty response body was returned. After fetch of latest master (with v4 merged in), I am now getting 404 with the next body:
Request URL: https://localhost/api/users/123
Response body:
{
"links": {
"self": "https://localhost/api/users"
},
"data": null
}
Note the self
link is wrong too: it misses the identity.
Traced this down to
, so it may be intentional.Metadata
Metadata
Assignees
Labels
No labels