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 value of any fields[TYPE] parameter MUST be a comma-separated (U+002C COMMA, “,”) list that refers to the name(s) of the fields to be returned. An empty value indicates that no fields should be returned.
From the spec at https://jsonapi.org/format/1.1/#fetching-sparse-fieldsets:
But when sending the next request:
An error message is returned:
This is easily worked around by instead sending:
But for correctness, we should allow it.
The text was updated successfully, but these errors were encountered: