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 406066b + 87b79f5 commit da0960aCopy full SHA for da0960a
app/code/Magento/Customer/etc/webapi.xml
@@ -194,6 +194,12 @@
194
<resource ref="anonymous"/>
195
</resources>
196
</route>
197
+ <route url="/V1/customers/resetPassword" method="POST">
198
+ <service class="Magento\Customer\Api\AccountManagementInterface" method="resetPassword"/>
199
+ <resources>
200
+ <resource ref="anonymous"/>
201
+ </resources>
202
+ </route>
203
<route url="/V1/customers/:customerId/confirm" method="GET">
204
<service class="Magento\Customer\Api\AccountManagementInterface" method="getConfirmationStatus"/>
205
<resources>
0 commit comments