We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1835f35 + 8df8ede commit 600984cCopy full SHA for 600984c
app/code/Magento/Customer/etc/webapi.xml
@@ -188,6 +188,12 @@
188
<resource ref="anonymous"/>
189
</resources>
190
</route>
191
+ <route url="/V1/customers/resetPassword" method="POST">
192
+ <service class="Magento\Customer\Api\AccountManagementInterface" method="resetPassword"/>
193
+ <resources>
194
+ <resource ref="anonymous"/>
195
+ </resources>
196
+ </route>
197
<route url="/V1/customers/:customerId/confirm" method="GET">
198
<service class="Magento\Customer\Api\AccountManagementInterface" method="getConfirmationStatus"/>
199
<resources>
0 commit comments