You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/app/utils/tools_utils.py
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -46,18 +46,18 @@
46
46
"default": "",
47
47
"description": "The owner of the biomodel. This filter allows users to search for biomodels owned by a specific user.",
48
48
},
49
-
"savedLow": {
50
-
"type": "string",
51
-
"default": "",
52
-
"format": "date",
53
-
"description": "The lower bound of the saved date range for biomodels. Only biomodels saved after this date will be included in the results (format: YYYY-MM-DD).",
54
-
},
55
-
"savedHigh": {
56
-
"type": "string",
57
-
"default": "",
58
-
"format": "date",
59
-
"description": "The upper bound of the saved date range for biomodels. Only biomodels saved before this date will be included in the results (format: YYYY-MM-DD).",
60
-
},
49
+
# "savedLow": {
50
+
# "type": "string",
51
+
# "default": "",
52
+
# "format": "date",
53
+
# "description": "The lower bound of the saved date range for biomodels. Only biomodels saved after this date will be included in the results (format: YYYY-MM-DD).",
54
+
# },
55
+
# "savedHigh": {
56
+
# "type": "string",
57
+
# "default": "",
58
+
# "format": "date",
59
+
# "description": "The upper bound of the saved date range for biomodels. Only biomodels saved before this date will be included in the results (format: YYYY-MM-DD).",
0 commit comments