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
I'm trying to remove an entity relationship by setting it to null, but for some reason on the PATCH request the null values doesn't get sent.
When I checked the docs I found this: http://jsonapi.org/format/#crud-updating-relationships
For what I know, this is not implemented yet. Any ideas how to achieve this with the current solution.