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
According to https://jsonapi.org/format/#fetching-relationships then patern to fetch a relationship is /<primary>/<primary_id>/relationships/<secondary> This implementation uses /<primary>/<primary_id>/<secondary>. That seems to be valid too. Could you make the relationships part of the request optional?
The text was updated successfully, but these errors were encountered:
Misinterpretation from my side. /<primary>/<primary_id>/relationships/<secondary> should only return the id and type. /<primary>/<primary_id>/<secondary> should return the data
According to https://jsonapi.org/format/#fetching-relationships then patern to fetch a relationship is
/<primary>/<primary_id>/relationships/<secondary>
This implementation uses/<primary>/<primary_id>/<secondary>
. That seems to be valid too. Could you make the relationships part of the request optional?The text was updated successfully, but these errors were encountered: