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 619ac30 commit fe6fd54Copy full SHA for fe6fd54
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