Skip to content

Commit 215d6b1

Browse files
committed
fix docs
1 parent c4726d9 commit 215d6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ With the "order" parameter you can sort. By default the sort is in ascending ord
346346

347347
```
348348
GET /records/categories?order=name,desc
349-
GET /records/categories?order=icon,desc&order=name
349+
GET /records/categories?order=id,desc&order=name
350350
```
351351

352352
Output:

0 commit comments

Comments
 (0)