File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,9 @@ A "relationship object" **MUST** contain at least one of the following:
252
252
* ` self ` : a link for the relationship itself (a "relationship link"). This
253
253
link allows the client to directly manipulate the relationship. For example,
254
254
it would allow a client to remove an ` author ` from an ` article ` without
255
- deleting the ` people ` resource itself.
255
+ deleting the ` people ` resource itself. When fetched successfully, this link
256
+ returns the [ linkage] [ resource linkage ] for the related resources as its
257
+ primary data. (See [ Fetching Relationships] ( #fetching-relationships ) .)
256
258
* ` related ` : a [ related resource link]
257
259
* ` data ` : [ resource linkage]
258
260
* ` meta ` : a [ meta object] [ meta ] that contains non-standard meta-information about the
Original file line number Diff line number Diff line change @@ -252,7 +252,9 @@ A "relationship object" **MUST** contain at least one of the following:
252
252
* ` self ` : a link for the relationship itself (a "relationship link"). This
253
253
link allows the client to directly manipulate the relationship. For example,
254
254
it would allow a client to remove an ` author ` from an ` article ` without
255
- deleting the ` people ` resource itself.
255
+ deleting the ` people ` resource itself. When fetched successfully, this link
256
+ returns the [ linkage] [ resource linkage ] for the related resources as its
257
+ primary data. (See [ Fetching Relationships] ( #fetching-relationships ) .)
256
258
* ` related ` : a [ related resource link]
257
259
* ` data ` : [ resource linkage]
258
260
* ` meta ` : a [ meta object] [ meta ] that contains non-standard meta-information about the
You can’t perform that action at this time.
0 commit comments