Skip to content

Commit 053387e

Browse files
OAS Update
1 parent 97f7af7 commit 053387e

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
@@ -88,7 +88,7 @@
8888
}
8989
},
9090
"sort": {
91-
"description": "Sort the products based on attributes and order (if specified). E.g `name:asc`. The supported attributes are `name`, `price`, and `deliveryMethod`. To set the sort order, append `asc` (ascending) or `desc` (descending) to the attribute, e.g. `name:asc`. To sort by multiple attributes, separate them with a comma. E.g `name,price:desc`. The order can be ommited to sort by the default order. E.g `name`.",
91+
"description": "Sort the products based on attributes and order e.g. `name:asc`. Attributes with scalar types (`createdAt`, `isProductListing`) or keywords (`name`, `deliveryMethod`, `lifecycleState`, `vendor.name`) can be used as sort criteria. To set the sort order, append `asc` (ascending) or `desc` (descending) to the attribute, e.g. `name:asc`. To sort by multiple attributes, separate them with a comma. E.g `name:asc,price:desc`.",
9292
"example": "name:asc",
9393
"in": "query",
9494
"name": "sort",

0 commit comments

Comments
 (0)