Skip to content

Commit daccaed

Browse files
authored
Update README.md
1 parent 20ab656 commit daccaed

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ NB: You may sort on multiple fields by using multiple "order" parameters. You ca
413413
The "size" parameter limits the number of returned records. This can be used for top N lists together with the "order" parameter (use descending order).
414414

415415
```
416-
GET /records/categories?order=id,desc&size=2
416+
GET /records/categories?order=id,desc&size=1
417417
```
418418

419419
Output:
@@ -424,10 +424,6 @@ Output:
424424
{
425425
"id": 3
426426
"name": "Web development"
427-
},
428-
{
429-
"id": 1
430-
"name": "Internet"
431427
}
432428
]
433429
}

0 commit comments

Comments
 (0)