Correct default order direction, fix #484
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ comma-separated list of columns and directions:
|
|||||||
GET /people?order=age.desc,height.asc
|
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
|
```HTTP
|
||||||
GET /people?order=age
|
GET /people?order=age
|
||||||
|
|||||||
Reference in New Issue
Block a user