Skip to content

Commit

Permalink
OAS Update
Browse files Browse the repository at this point in the history
  • Loading branch information
stackit-pipeline committed Feb 5, 2025
1 parent eaa81b6 commit 3d8ec3d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions services/stackit-marketplace/v1/stackit-marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"type": "string"
}
},
"filter": {
"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`.",
"in": "query",
"name": "filter",
"schema": {
"type": "string"
}
},
"limit": {
"description": "The maximum number of items to return in the response. If maximum is exceeded, maximum is used.",
"in": "query",
Expand Down Expand Up @@ -907,6 +915,9 @@
},
{
"$ref": "#/components/parameters/locale"
},
{
"$ref": "#/components/parameters/filter"
}
],
"responses": {
Expand Down

0 comments on commit 3d8ec3d

Please sign in to comment.