Skip to content

Commit a4ca9d9

Browse files
OAS Update
1 parent 76c8527 commit a4ca9d9

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
@@ -90,6 +90,14 @@
9090
"format": "uuid",
9191
"type": "string"
9292
}
93+
},
94+
"sort": {
95+
"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`.",
96+
"in": "query",
97+
"name": "sort",
98+
"schema": {
99+
"type": "string"
100+
}
93101
}
94102
},
95103
"responses": {
@@ -1120,6 +1128,9 @@
11201128
},
11211129
{
11221130
"$ref": "#/components/parameters/filter"
1131+
},
1132+
{
1133+
"$ref": "#/components/parameters/sort"
11231134
}
11241135
],
11251136
"responses": {

0 commit comments

Comments
 (0)