Skip to content

Commit 8acbfd6

Browse files
Update limit-and-offset.md
1 parent 835c003 commit 8acbfd6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/tutorial/fastapi/limit-and-offset.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ And by default, we will return a maximum of `100` heroes, so `limit` will have a
2424

2525
{* ./docs_src/tutorial/fastapi/limit_and_offset/tutorial001_py310.py ln[52:56] hl[1,7,9] *}
2626

27+
////
28+
29+
/// details | 👀 Full file preview
30+
31+
{* ./docs_src/tutorial/fastapi/limit_and_offset/tutorial001_py310.py *}
32+
2733
We want to allow clients to set different `offset` and `limit` values.
2834

2935
But we don't want them to be able to set a `limit` of something like `9999`, that's over `9000`! 😱

0 commit comments

Comments
 (0)