mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 05:04:10 +00:00
Update filters documentation.
Remove deprecated filter options on sorting: Allow only _sort=attr:ASC or _sort=attr:DESC
This commit is contained in:
parent
ef859c83ea
commit
9740705d08
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user