You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSON API specification says:
> A server MUST respond with `404 Not Found` when processing a request to fetch a single resource that does not exist
At the moment JSON API Resources returns a 200, with an empty data
object.
0 commit comments