Skip to content

Commit 6a4f6e2

Browse files
fix: update docs string
1 parent f5471f7 commit 6a4f6e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plane/models/query_params.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,12 @@ class WorkItemQueryParams(PaginatedQueryParams):
5858
- fields: Comma-separated fields to include
5959
- order_by: Field to order by (prefix with '-' for descending)
6060
- per_page: Number of results per page (1-100)
61+
- pql: PQL filters
6162
"""
6263

6364
model_config = ConfigDict(extra="ignore", populate_by_name=True)
6465

65-
pql: str | None = Field(None, description="PQL filters ")
66+
pql: str | None = Field(None, description="PQL filters")
6667

6768

6869
class RetrieveQueryParams(BaseQueryParams):

0 commit comments

Comments
 (0)