Skip to content

Commit 7c42db2

Browse files
OAS Update
1 parent 90f4210 commit 7c42db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/stackit-marketplace/v1/stackit-marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
},
1212
"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",
1414
"example": "deliveryMethod eq \"SAAS\"",
1515
"in": "query",
1616
"name": "filter",

0 commit comments

Comments
 (0)