File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -319,6 +319,15 @@ 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 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 ] ,
328
+ > [ sparse fieldsets] [ fetching sparse fieldsets ] , [ sorting] [ fetching sorting ] ,
329
+ > [ pagination] [ fetching pagination ] and [ filtering] [ fetching filtering ] .
330
+
322
331
The document's "primary data" is a representation of the resource or collection
323
332
of resources targeted by a request.
324
333
You can’t perform that action at this time.
0 commit comments