-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
// remove the null argument as soon as this has been resolved: |
Metadata
Metadata
Assignees
Labels
No labels