Edit docstring (#1290)

This commit is contained in:
pollfly 2024-06-27 17:42:41 +03:00 committed by GitHub
parent d835fb2e0c
commit 8adbf5ae00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8070,7 +8070,7 @@ class GetAllRequest(Request):
:param parent: Parent ID :param parent: Parent ID
:type parent: str :type parent: str
:param status_changed: List of status changed constraint strings (utcformat, :param status_changed: List of status changed constraint strings (utcformat,
with an optional prefix modifier (\>,\>=, \<, \<=) epoch) with an optional prefix modifier (\>,\>=, \<, \<=)
:type status_changed: Sequence[str] :type status_changed: Sequence[str]
:param search_text: Free text search query :param search_text: Free text search query
:type search_text: str :type search_text: str