From 8adbf5ae0003d4c0b879dd9f232f818146d772da Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:42:41 +0300 Subject: [PATCH] Edit docstring (#1290) --- clearml/backend_api/services/v2_23/tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clearml/backend_api/services/v2_23/tasks.py b/clearml/backend_api/services/v2_23/tasks.py index ee87b000..34a2943a 100644 --- a/clearml/backend_api/services/v2_23/tasks.py +++ b/clearml/backend_api/services/v2_23/tasks.py @@ -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"],