We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_jsonApiContext.RelationshipsToUpdate is not set for HasMany relations on PATCH requests?
in function SetHasOneRelationship _jsonApiContext.RelationshipsToUpdate is set.
JsonApiDotNetCore/src/JsonApiDotNetCore/Serialization/JsonApiDeSerializer.cs
Line 232 in 271693a
in function SetHasManyRelationship _jsonApiContext.RelationshipsToUpdate is NOT set.
is this by design? or forgotten?