1
0
Fork 0
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:
Nick Young 2021-05-10 12:20:05 -05:00
parent 5261b48695
commit d988c234fd
No known key found for this signature in database
GPG key ID: 4C977B5382D46F16

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