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
Check content types before processing API endpoint
Now that we are only checking the path before wrapping exceptions we
still need to verify that the endpoint supports the JSON API spec. We do
this via mime type negotiation when processing the request. If we do not
have a valid type then we raise the customary Rails `UnknownFormat`
exception.
0 commit comments