Add range filter options to the Delivery API (#15353)
* Add range filter options to the Delivery API * Add range filter examples to Swagger docs
This commit is contained in:
@@ -5,5 +5,9 @@ public enum FilterOperation
|
||||
Is,
|
||||
IsNot,
|
||||
Contains,
|
||||
DoesNotContain
|
||||
DoesNotContain,
|
||||
LessThan,
|
||||
LessThanOrEqual,
|
||||
GreaterThan,
|
||||
GreaterThanOrEqual
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user