mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-10 23:50:12 +00:00
Fix GridView count param location.
This commit is contained in:
parent
5261b48695
commit
d988c234fd
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class GridViewView(APIView):
|
|||
),
|
||||
OpenApiParameter(
|
||||
name="count",
|
||||
location=OpenApiParameter.PATH,
|
||||
location=OpenApiParameter.QUERY,
|
||||
type=OpenApiTypes.NONE,
|
||||
description="If provided only the count will be returned.",
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue