Skip to content

Commit 65afe67

Browse files
Fix: update wishlist API documentation
- Missing attribute name parameters
1 parent 52c2a9e commit 65afe67

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Resources/config/api_resources/Wishlist.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</attribute>
5454
<attribute name="openapi_context">
5555
<attribute name="summary">Adds product to wishlist</attribute>
56-
<attribute>
56+
<attribute name="parameters">
5757
<attribute name="name">productId</attribute>
5858
<attribute name="in">body</attribute>
5959
<attribute name="required">true</attribute>
Binary file not shown.

0 commit comments

Comments
 (0)