File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -819,6 +819,13 @@ The above example should return the newest articles first. Any articles
819
819
created on the same date will then be sorted by their title in ascending
820
820
alphabetical order.
821
821
822
+ If sorting of the primary data is requested via request parameter ` sort ` ,
823
+ the server ** MUST** return elements of the top-level ` data ` array of the
824
+ response ordered accordingly to the criteria specified. The server ** MAY**
825
+ apply default sorting rules to top-level ` data ` if request parameter ` sort `
826
+ is not specified. The server ** MAY** apply ordering to members of to-many
827
+ relationship linkage arrays.
828
+
822
829
### Pagination <a href =" #fetching-pagination " id =" fetching-pagination " class =" headerlink " ></a >
823
830
824
831
A server ** MAY** choose to limit the number of resources returned in a response
You can’t perform that action at this time.
0 commit comments