Closed
Description
When IJsonApiOptions.IncludeJsonApiVersion
is set to true
, all response bodies should contain a jsonapi object including the version.
The bug is that this works for successful responses (on both resource endpoints and operations endpoints), but on error responses, the object is missing.