File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -319,9 +319,12 @@ The top-level [links object][links] **MAY** contain the following members:
319
319
Schema) for the current document.
320
320
* [ pagination] links for the primary data.
321
321
322
- > Note: The ` self ` link in the top-level ` links ` object must contain the query parameters provided by the client
323
- > to generate the current response document. This includes but is not limited to
324
- > query parameters used for [ inclusion of related resources] [ fetching resources ] ,
322
+ > Note: The ` self ` link in the top-level ` links ` object allows a client to
323
+ > refresh the data represented by the current response document. The client
324
+ > should be able to use the provided link without applying any additional
325
+ > information. Therefore the link must contain the query parameters provided
326
+ > by the client to generate the response document. This includes but is not
327
+ > limited to query parameters used for [ inclusion of related resources] [ fetching resources ] ,
325
328
> [ sparse fieldsets] [ fetching sparse fieldsets ] , [ sorting] [ fetching sorting ] ,
326
329
> [ pagination] [ fetching pagination ] and [ filtering] [ fetching filtering ] .
327
330
You can’t perform that action at this time.
0 commit comments