Merge pull request #485 from motiz88/patch-1

Document default order direction correctly, fix #484
This commit is contained in:
Joe Nelson
2016-02-02 15:47:14 -08:00
+1 -1
View File
@@ -159,7 +159,7 @@ comma-separated list of columns and directions:
GET /people?order=age.desc,height.asc
```
If no direction is specified it defaults to descending order:
If no direction is specified it defaults to ascending order:
```HTTP
GET /people?order=age