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 b22b232 + c76b04c commit 6c02a2dCopy full SHA for 6c02a2d
app/code/Magento/Customer/etc/webapi.xml
@@ -200,6 +200,12 @@
200
<resource ref="anonymous"/>
201
</resources>
202
</route>
203
+ <route url="/V1/customers/resetPassword" method="POST">
204
+ <service class="Magento\Customer\Api\AccountManagementInterface" method="resetPassword"/>
205
+ <resources>
206
+ <resource ref="anonymous"/>
207
+ </resources>
208
+ </route>
209
<route url="/V1/customers/:customerId/confirm" method="GET">
210
<service class="Magento\Customer\Api\AccountManagementInterface" method="getConfirmationStatus"/>
211
<resources>
0 commit comments