You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Order.xml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
<attributename="groups">order:create</attribute>
40
40
</attribute>
41
41
<attributename="openapi_context">
42
-
<attributename="summary">Pickups a new cart</attribute>
42
+
<attributename="summary">Pickups a new cart. Provided locale code has to be one of available for a particular channel. Setting different local code will result in the assignment of the default locale from the channel.</attribute>
43
43
</attribute>
44
44
</collectionOperation>
45
45
@@ -313,6 +313,9 @@
313
313
<attributename="denormalization_context">
314
314
<attributename="groups">cart:update</attribute>
315
315
</attribute>
316
+
<attributename="openapi_context">
317
+
<attributename="summary">Change locale code on cart</attribute>
0 commit comments