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.
1 parent 8e77e2f commit c76b04cCopy full SHA for c76b04c
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