We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e763d1 commit f3a29eaCopy full SHA for f3a29ea
placedump/api/__init__.py
@@ -51,7 +51,7 @@ async def get_pixel_history(
51
y: Optional[int] = Query(None, ge=0),
52
canvas_id: Optional[int] = Query(None, ge=-1),
53
author: Optional[str] = None,
54
- limit: Optional[int] = Query(100, ge=0),
+ limit: Optional[int] = Query(100, ge=0, le=1000),
55
after: Optional[int] = None,
56
):
57
"""Get the history of pixels in a location or by author.
0 commit comments