From 639b3d59a435cf7ed8fe6074bd2cca5103ce362c Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:00:31 +0300 Subject: [PATCH] Update docstrings (#246) Edit description so they can be rendered using MDX --- apiserver/schema/services/models.conf | 2 +- apiserver/schema/services/reports.conf | 4 ++-- apiserver/schema/services/tasks.conf | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apiserver/schema/services/models.conf b/apiserver/schema/services/models.conf index 5e7d2df..574a2fd 100644 --- a/apiserver/schema/services/models.conf +++ b/apiserver/schema/services/models.conf @@ -349,7 +349,7 @@ get_all { items { type: string } } last_update { - description: "List of last_update constraint strings (utcformat, epoch) with an optional prefix modifier (>, >=, <, <=)" + description: "List of last_update constraint strings (utcformat, epoch) with an optional prefix modifier (\>, \>=, \<, \<=)" type: array items { type: string diff --git a/apiserver/schema/services/reports.conf b/apiserver/schema/services/reports.conf index cc4f522..d3d1c18 100644 --- a/apiserver/schema/services/reports.conf +++ b/apiserver/schema/services/reports.conf @@ -446,7 +446,7 @@ get_task_data { type: string } status_changed { - description: "List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (>, >=, <, <=)" + description: "List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (\>, \>=, \<, \<=)" type: array items { type: string @@ -656,7 +656,7 @@ get_all_ex { items { type: string } } status_changed { - description: "List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (>, >=, <, <=)" + description: "List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (\>, \>=, \<, \<=)" type: array items { type: string diff --git a/apiserver/schema/services/tasks.conf b/apiserver/schema/services/tasks.conf index 63fdd94..9bff7b5 100644 --- a/apiserver/schema/services/tasks.conf +++ b/apiserver/schema/services/tasks.conf @@ -277,7 +277,7 @@ get_all { type: string } status_changed { - description: "List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (>, >=, <, <=)" + description: "List of status changed constraint strings (utcformat, epoch) with an optional prefix modifier (\>, \>=, \<, \<=)" type: array items { type: string