Skip to content

Commit c4e5dfc

Browse files
author
Bart Koelman
committed
Reworded side-load-and-attach
1 parent f30927c commit c4e5dfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/JsonApiDotNetCore/Resources/IResourceDefinition.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ public interface IResourceDefinition<TResource, TId>
140140
/// copied into it.
141141
/// </para>
142142
/// <para>
143-
/// For POST resource requests, this method is typically used to assign property default values or to side-load-and-attach required relationships.
143+
/// For POST resource requests, this method is typically used to assign property default values or to set required relationships by side-loading the
144+
/// related resources and linking them.
144145
/// </para>
145146
/// </summary>
146147
/// <param name="resource">

0 commit comments

Comments
 (0)