Skip to content

Commit 3d8ec3d

Browse files
OAS Update
1 parent eaa81b6 commit 3d8ec3d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
"type": "string"
1010
}
1111
},
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`.",
14+
"in": "query",
15+
"name": "filter",
16+
"schema": {
17+
"type": "string"
18+
}
19+
},
1220
"limit": {
1321
"description": "The maximum number of items to return in the response. If maximum is exceeded, maximum is used.",
1422
"in": "query",
@@ -907,6 +915,9 @@
907915
},
908916
{
909917
"$ref": "#/components/parameters/locale"
918+
},
919+
{
920+
"$ref": "#/components/parameters/filter"
910921
}
911922
],
912923
"responses": {

0 commit comments

Comments
 (0)