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 a9d53d0 + ad38efe commit c13c0a6Copy full SHA for c13c0a6
app/code/Magento/Customer/etc/webapi.xml
@@ -200,12 +200,6 @@
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