mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-10 23:50:12 +00:00
Merge branch 'develop' into 'develop'
Fix GridView count param location. See merge request bramw/baserow!246
This commit is contained in:
commit
11566bd272
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