1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-10 23:50:12 +00:00

Merge branch 'develop' of gitlab.com:bramw/baserow into develop

This commit is contained in:
Bram Wiepjes 2021-05-20 10:52:14 +02:00
commit 42be6e38f3

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