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
:type parent: str
: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]
:param search_text: Free text search query
:type search_text: str
@ -8219,7 +8219,7 @@ class GetAllRequest(Request):
"status_changed": {
"description": (
"List of status changed constraint strings, or a single string (utcformat, epoch) with an optional prefix modifier "
"(\>, \>=, \<, \<=)"
"(\>,\>=, \<, \<=)"
),
"items": {"pattern": "^(>=|>|<=|<)?.*$", "type": "string"},
"type": ["string", "array", "null"],