1
0
Fork 0
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 
This commit is contained in:
Bram Wiepjes 2021-05-19 18:57:22 +00:00
commit 11566bd272

View file

@ -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.",
),