Skip to content

Commit 138f1e5

Browse files
committed
fix parameters
1 parent 43dba8e commit 138f1e5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/CTS/requests/composition/updateSortingStrategyComposition.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
{
33
"parameters": {
44
"compositionID": "my-compo",
5-
"Price-asc": "products-low-to-high",
6-
"Price-desc": "products-high-to-low"
5+
"requestBody": {
6+
"Price-asc": "products-low-to-high",
7+
"Price-desc": "products-high-to-low"
8+
}
79
},
810
"request": {
911
"path": "/1/compositions/my-compo/sortingStrategy",

0 commit comments

Comments
 (0)