Skip to content

Commit 3902c73

Browse files
chore: added support for pql params
1 parent 72ecc72 commit 3902c73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plane/models/query_params.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class BaseQueryParams(BaseModel):
2828
None,
2929
description="Field to order results by. Prefix with '-' for descending order",
3030
)
31+
pql: str | None = Field(None, description="Field to apply PQL filters")
3132

3233

3334
class PaginatedQueryParams(BaseQueryParams):

0 commit comments

Comments
 (0)