Skip to content

Commit

Permalink
Edit docstring (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
pollfly authored Jun 27, 2024
1 parent d835fb2 commit 8adbf5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clearml/backend_api/services/v2_23/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"],
Expand Down

0 comments on commit 8adbf5a

Please sign in to comment.