Correct default order direction, fix #484

This commit is contained in:
Moti Zilberman
2016-02-03 01:36:54 +02:00
parent aec11e34a7
commit 7ce10dbcf1
+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