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: services/stackit-marketplace/v1/stackit-marketplace.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
}
11
11
},
12
12
"filter": {
13
-
"description": "Filter the products based on attributes. E.g `deliveryMethod eq \"SAAS\"`. The supported attributes are `deliveryMethod`, `priceType`, `category`, `vendorId`, `vendorName`, and `name`. The supported operators are `eq`. Filters can be joined with `and` or `or`.",
13
+
"description": "Filter the products based on attributes, e.g., `deliveryMethod eq \"SAAS\"`. The supported operators are:\n- `PR` (present; `name pr`)\n- `EQ` (equal)\n- `NE` (not equal)\n- `CO` (contains; `text co \"searching\"`)\n- `SW` (starts with)\n- `EW` (ends with)\n- `GT` (greater than)\n- `LT` (less than)\n- `GE` (greater than or equal)\n- `LE` (less than or equal). \n\nThese expressions can be logically linked with `AND` and `OR`. All attributes (and the special `text` attribute) can be used as filters, if the attribute type allows the operator.\n",
0 commit comments