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: apiary.apib
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4241,7 +4241,7 @@ This request is [asynchronous](#introduction/synchronous-and-asynchronous-calls)
4241
4241
+ type (optional, enum[string]) - type of filter values interpretation
4242
4242
+ Members
4243
4243
+ SCALAR - default value type interpretation (default)
4244
-
+ TIME_STRING - values are interpreted as date/time strings and converted to timestamps. When using TIME_STRING, dataType must be empty. Values must be valid date/time strings compatible with strtotime() or unix timestamps. All time strings are converted to UTC timezone.
4244
+
+ TIME_STRING - values are interpreted as date/time strings and converted to timestamps. When using TIME_STRING, dataType must be empty. Values must be valid date/time strings compatible with strtotime() or unix timestamps. All time strings are converted to UTC timezone. Be aware of your backend timezone settings and daylight saving time changes.
4245
4245
+ Default: SCALAR
4246
4246
+ allowTruncate - (optional, boolean) is used to confirm that you really want to delete all rows in case you did not specify any filters.
4247
4247
+ default: false
@@ -10327,7 +10327,7 @@ Requesting changes will remove all approvals and move the Merge request to `deve
10327
10327
+ type (optional, enum[string]) - type of filter values interpretation
10328
10328
+ Members
10329
10329
+ SCALAR - default value type interpretation (default)
10330
-
+ TIME_STRING - values are interpreted as date/time strings and converted to timestamps. When using TIME_STRING, dataType must be empty. Values must be valid date/time strings compatible with strtotime() or unix timestamps. All time strings are converted to UTC timezone.
10330
+
+ TIME_STRING - values are interpreted as date/time strings and converted to timestamps. When using TIME_STRING, dataType must be empty. Values must be valid date/time strings compatible with strtotime() or unix timestamps. All time strings are converted to UTC timezone. Be aware of your backend timezone settings and daylight saving time changes.
0 commit comments