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 current implementation doesn't handle modifying resources that have relations, because it submits related references in data.attributes instead of data.relationships.
For instance, assigning a post to an author should submit something like:
The current implementation doesn't handle modifying resources that have relations, because it submits related references in
data.attributes
instead ofdata.relationships
.For instance, assigning a post to an author should submit something like:
Refs #8
The text was updated successfully, but these errors were encountered: