Skip to content

Commit

Permalink
correct the limit
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenlei committed Dec 27, 2024
1 parent e584e7e commit 6b04b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Returns paginated data from the specified table.

**Query Parameters**
- `page` (optional): Page number (default: 1)
- `limit` (optional): Number of items per page (default: 10)
- `limit` (optional): Number of items per page (default: 200)

**Response**
```json
Expand Down

0 comments on commit 6b04b56

Please sign in to comment.