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
If you try to deserialize a json:api document that includes a resource identifier object (RIO) that points from the independent side of the relationship to the dependent side, you will get the following error:
JsonApiDotNetCore.Internal.JsonApiException : Failed to deserialize request body
---- JsonApiDotNetCore.Internal.JsonApiException : Permissions does not contain a foreign key property 'RoleId' for has one relationship 'Role'
If you try to deserialize a json:api document that includes a resource identifier object (RIO) that points from the independent side of the relationship to the dependent side, you will get the following error:
example:
Instead it should instantiate the dependent side and set the value.
The text was updated successfully, but these errors were encountered: