Update filters documentation.

Remove deprecated filter options on sorting: Allow only _sort=attr:ASC or _sort=attr:DESC
This commit is contained in:
soupette 2018-05-23 14:49:11 +02:00
parent ef859c83ea
commit 9740705d08

View File

@ -43,8 +43,8 @@ Sort according to a specific field.
Sort users by email.
- ASC: `GET /user?_sort=email:asc` or `GET /user?_sort=email`
- DESC: `GET /user?_sort=email:desc` or `GET /user?_sort=-email`
- ASC: `GET /user?_sort=email:asc`
- DESC: `GET /user?_sort=email:desc`
### Limit